2c51c9e10b
version of Mutt, a text mail reader and PGP & S/MIME support. This is primarily to support a mutt that builds with SASLv2 support.
18 lines
599 B
Text
18 lines
599 B
Text
$NetBSD: patch-ah,v 1.1 2004/07/21 22:37:10 jlam Exp $
|
|
|
|
--- init.h.orig Sun Feb 1 12:15:17 2004
|
|
+++ init.h
|
|
@@ -280,6 +280,13 @@ struct option_t MuttVars[] = {
|
|
** .pp
|
|
** Character set your terminal uses to display and enter textual data.
|
|
*/
|
|
+ { "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_new", DT_BOOL, R_NONE, OPTCHECKNEW, 1 },
|
|
/*
|
|
** .pp
|