pkgsrc/mail/mutt-kz/patches/patch-an
wiz 6b9e50d2ae Import mutt-kz-1.5.22.1rc1 as mail/mutt-kz.
This package contains the mutt-kz fork with notmuch support and
another improvements.

The Mutt E-Mail Client by Michael Elkins <me@cs.hmc.edu>

``All mail clients suck.  This one just sucks less.'' -me, circa 1995

Mutt is a small but very powerful text-based MIME mail client.
Mutt is highly configurable, and is well suited to the mail power
user with advanced features like key bindings, keyboard macros,
mail threading, color, PGP and S/MIME, POP3, IMAP, various mailbox
formats, regular expression searches and a powerful pattern matching
language for selecting groups of messages.
2014-01-12 17:43:37 +00:00

18 lines
653 B
Text

$NetBSD: patch-an,v 1.1 2014/01/12 17:43:37 wiz 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