From the announce: "Mutt 1.5.18 contains 6 months of bug fixes, documentation improvements and performance enhancements since the release of 1.5.17, but I believe only one new feature ($time_inc, for controlling the rate at which status updates are displayed)."
20 lines
688 B
Text
20 lines
688 B
Text
$NetBSD: patch-an,v 1.2 2008/05/18 08:26:31 tonio Exp $
|
|
|
|
Add change_folder_next option.
|
|
|
|
--- 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
|