pkgsrc/mail/mutt-devel/patches/patch-an
tonio f8b926aaca Update mail/mutt-devel to 1.5.20
The keys used are:
  !: modified feature, -: deleted feature, +: new feature

1.5.20 (2009-06-14):
  ! $fcc_attach is a quadoption now
  + $honor_disposition to honor Content-Disposition headers
  + $search_context specifies number of context lines for search results
    in pager/page-based menus
  + ssl_use_sslv2 defaults to no
  + uncolor works for header + body objects, too
  + the "flagged" and "replied" flags are enabled/supported for
    POP when built with header caching
  ! browser correctly displays maildir's mtime
  + <set-flag> and <clear-flag> work in the pager, too
  + ~x pattern also matches against In-Reply-To
  + lower case patterns for string searches perform case-insensitive
    search as regex patterns do (except IMAP)
  + $ssl_verify_dates controls whether mutt checks the validity period of
    SSL certificates
  + $ssl_verify_hostname controls whether mutt will accept certificates whose
    host names do not match the host name in the folder URL.

Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not
available for this version yet.
2009-07-16 20:23:41 +00:00

20 lines
688 B
Text

$NetBSD: patch-an,v 1.4 2009/07/16 20:23:41 tonio Exp $
Add change_folder_next option.
--- init.h.orig 2009-06-13 23:35:21.000000000 +0200
+++ init.h
@@ -355,6 +355,13 @@ struct option_t MuttVars[] = {
** \fBNote:\fP It should only be set in case Mutt isn't abled 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