mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
655 B
Plaintext
19 lines
655 B
Plaintext
$NetBSD: patch-an,v 1.5 2010/11/07 14:52:47 tonio Exp $
|
|
|
|
--- init.h.orig 2010-09-15 15:39:31.000000000 +0000
|
|
+++ init.h
|
|
@@ -355,6 +355,13 @@ struct option_t MuttVars[] = {
|
|
** \fBNote:\fP It should only be set in case Mutt isn't able to determine the
|
|
** character set used correctly.
|
|
*/
|
|
+ { "change_folder_next", DT_BOOL, R_NONE, OPTCHANGEFOLDERNEXT, 0 },
|
|
+ /*
|
|
+ ** .pp
|
|
+ ** When this variable is set, the change-folder command will start at the
|
|
+ ** next folder after the current folder in your mailbox list instead of
|
|
+ ** starting at the first folder.
|
|
+ */
|
|
{ "check_mbox_size", DT_BOOL, R_NONE, OPTCHECKMBOXSIZE, 0 },
|
|
/*
|
|
** .pp
|