diff options
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -415,9 +415,9 @@ static void record_current(void) FLAG_FORCE(remotename); FLAG_FORCE(password); if (cmd_opts.mailboxes) - save_str(¤t.mailboxes, -1, cmd_opts.mailboxes->id); + current.mailboxes = cmd_opts.mailboxes; if (cmd_opts.smtphunt) - save_str(¤t.smtphunt, -1, cmd_opts.smtphunt->id); + current.smtphunt = cmd_opts.smtphunt; FLAG_FORCE(mda); FLAG_FORCE(preconnect); FLAG_FORCE(postconnect); |