aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 9fb2a36a..63a4543d 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -191,8 +191,8 @@ folder_list : STRING {save_str(&current.mailboxes,-1,$1);}
| folder_list STRING {save_str(&current.mailboxes,-1,$2);}
;
-smtp_list : STRING {save_str(&current.smtphunt, -1, $1);}
- | smtp_list STRING {save_str(&current.smtphunt, -1, $2);}
+smtp_list : STRING {save_str(&current.smtphunt, TRUE,$1);}
+ | smtp_list STRING {save_str(&current.smtphunt, TRUE,$2);}
;
user_option : TO localnames HERE