blob: 697b872f7a752849520e3cbb5ec3794b7a2c85e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ah,v 1.5 2004/02/20 14:02:04 wiz Exp $
--- init.h.orig Wed Jul 24 10:41:29 2002
+++ init.h Mon Feb 2 08:17:26 2004
@@ -278,6 +278,13 @@
** .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
|