blob: 6c739420ea435dce056306da7b64a0b1d0ceebd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-an,v 1.1 2007/12/06 08:51:51 cjs Exp $
--- init.h.orig 2007-11-01 02:48:52.000000000 +0900
+++ init.h 2007-12-06 17:35:34.000000000 +0900
@@ -317,6 +317,13 @@
** Character set your terminal uses to display and enter textual data.
** It is also the fallback for $$send_charset.
*/
+ { "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
|