diff options
Diffstat (limited to 'mail/mutt-devel/patches/patch-an')
-rw-r--r-- | mail/mutt-devel/patches/patch-an | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt-devel/patches/patch-an b/mail/mutt-devel/patches/patch-an index 4a78b9e5bfb..1931358dbbe 100644 --- a/mail/mutt-devel/patches/patch-an +++ b/mail/mutt-devel/patches/patch-an @@ -1,10 +1,10 @@ -$NetBSD: patch-an,v 1.3 2009/01/26 22:35:03 tonio Exp $ +$NetBSD: patch-an,v 1.4 2009/07/16 20:23:41 tonio Exp $ Add change_folder_next option. ---- init.h.orig 2009-01-05 20:20:53.000000000 +0100 +--- init.h.orig 2009-06-13 23:35:21.000000000 +0200 +++ init.h -@@ -341,6 +341,13 @@ struct option_t MuttVars[] = { +@@ -355,6 +355,13 @@ struct option_t MuttVars[] = { ** \fBNote:\fP It should only be set in case Mutt isn't abled to determine the ** character set used correctly. */ @@ -15,6 +15,6 @@ Add change_folder_next option. + ** next folder after the current folder in your mailbox list instead of + ** starting at the first folder. + */ - { "check_new", DT_BOOL, R_NONE, OPTCHECKNEW, 1 }, + { "check_mbox_size", DT_BOOL, R_NONE, OPTCHECKMBOXSIZE, 0 }, /* ** .pp |