diff options
Diffstat (limited to 'mail/mutt/patches/patch-ac')
-rw-r--r-- | mail/mutt/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mutt/patches/patch-ac b/mail/mutt/patches/patch-ac new file mode 100644 index 00000000000..acc022bcc82 --- /dev/null +++ b/mail/mutt/patches/patch-ac @@ -0,0 +1,14 @@ +--- curs_main.c.orig Wed Jan 16 21:44:25 2002 ++++ curs_main.c Mon Feb 2 08:17:26 2004 +@@ -989,6 +989,11 @@ + cp = _("Open mailbox"); + + buf[0] = '\0'; ++ if (option (OPTCHANGEFOLDERNEXT) && Context && Context->path) ++ { ++ strfcpy (buf, Context->path, sizeof (buf)); ++ mutt_pretty_mailbox (buf); ++ } + mutt_buffy (buf, sizeof (buf)); + + if (mutt_enter_fname (cp, buf, sizeof (buf), &menu->redraw, 1) == -1) |