diff options
Diffstat (limited to 'mail/mutt/patches/patch-ac')
-rw-r--r-- | mail/mutt/patches/patch-ac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/mutt/patches/patch-ac b/mail/mutt/patches/patch-ac deleted file mode 100644 index 9322408414a..00000000000 --- a/mail/mutt/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.6 2004/02/20 14:02:04 wiz Exp $ ---- 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) |