From 777b6d5a983ceed7d3ef7673718292cbf31f69a1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 13 Oct 1997 16:00:11 +0000 Subject: Fix ETRN mode. svn path=/trunk/; revision=1507 --- rcfile_y.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 3184a24c..213caae5 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -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); -- cgit v1.2.3