head 1.6; access; symbols pkgsrc-2015Q2:1.5.0.38 pkgsrc-2015Q2-base:1.5 pkgsrc-2015Q1:1.5.0.36 pkgsrc-2015Q1-base:1.5 pkgsrc-2014Q4:1.5.0.34 pkgsrc-2014Q4-base:1.5 pkgsrc-2014Q3:1.5.0.32 pkgsrc-2014Q3-base:1.5 pkgsrc-2014Q2:1.5.0.30 pkgsrc-2014Q2-base:1.5 pkgsrc-2014Q1:1.5.0.28 pkgsrc-2014Q1-base:1.5 pkgsrc-2013Q4:1.5.0.26 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.24 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.5.0.22 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.20 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.18 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.16 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.14 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.12 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.10 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.8 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.6 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.4 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.2 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.4.0.10 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.8 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.6 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.2 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.3.0.4 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.2 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.2.0.10 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.8 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.6 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.4 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.2 pkgsrc-2008Q1:1.1.0.4 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.2 pkgsrc-2007Q4-base:1.1; locks; strict; comment @# @; 1.6 date 2015.09.03.14.49.40; author wiz; state dead; branches; next 1.5; commitid mZ3WCaTFX3ICJOzy; 1.5 date 2010.11.07.14.52.47; author tonio; state Exp; branches; next 1.4; 1.4 date 2009.07.16.20.23.41; author tonio; state Exp; branches; next 1.3; 1.3 date 2009.01.26.22.35.03; author tonio; state Exp; branches; next 1.2; 1.2 date 2008.05.18.08.26.31; author tonio; state Exp; branches; next 1.1; 1.1 date 2007.12.06.08.51.51; author cjs; state Exp; branches; next ; desc @@ 1.6 log @Remove mutt-devel, used for updating mail/mutt. @ text @$NetBSD: patch-an,v 1.5 2010/11/07 14:52:47 tonio 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 @ 1.5 log @Update mail/mutt-devel to 1.5.21 1.5.21 (2010-09-15): + $mail_check_recent controls whether all unread mail or only new mail since the last mailbox visit will be reported as new + %D format expando for $folder_format ! $thorough_search defaults to yes + imap-logout-all closes all open IMAP connections ! header/body cache paths are always UTF-8 + $wrap_headers to control outgoing message's header length + all text/* parts can be displayed inline without mailcap + send-hooks now run in batch mode; previously only send2-hooks ran. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @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 + and 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. @ text @d1 1 a1 1 $NetBSD: patch-an,v 1.3 2009/01/26 22:35:03 tonio Exp $ d3 1 a3 3 Add change_folder_next option. --- init.h.orig 2009-06-13 23:35:21.000000000 +0200 d6 1 a6 1 ** \fBNote:\fP It should only be set in case Mutt isn't abled to determine the @ 1.3 log @Update mail/mutt-devel to 1.5.19 User destdir mode instead of user-destdir: this make sure the package is correctly created when mutt_dotlock is needed. Mostly bugfixes in changelog, among them: - Only install mutt_dotlock(1) if binary is installed. - Allow for mail addresses longer than 256 characters. - Make multipart decoding a little more forgiving. - Make $move default to no instead of ask-no. - Show more information about problematic SMIME signatures under gpgme. - Improve gpgme SMIME uid display. - Support displaying application/pgp-keys with GPGME. - Verify hostname in (Open)SSL certificate validation. - Make text/enriched handler multibyte aware. - translation updates. UPDATING: + support for SSL certificate chains + function works in pager, too + support for tokyocabinet (qdbm successor) ! $move now defaults to "no" instead of "ask-no" + $imap_pipeline_depth controls the number of commands that mutt can issue to an IMAP server before it must collect the responses + $ssl_client_cert available with gnutls as well as openssl + 'mime_lookup application/octet-stream' added to system Muttrc @ text @d1 1 a1 1 $NetBSD: patch-an,v 1.2 2008/05/18 08:26:31 tonio Exp $ d5 1 a5 1 --- init.h.orig 2009-01-05 20:20:53.000000000 +0100 d7 1 a7 1 @@@@ -341,6 +341,13 @@@@ struct option_t MuttVars[] = { d18 1 a18 1 { "check_new", DT_BOOL, R_NONE, OPTCHECKNEW, 1 }, @ 1.2 log @Update mail/mutt-devel to 1.5.18 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)." @ text @d1 1 a1 1 $NetBSD: patch-an,v 1.1 2007/12/06 08:51:51 cjs Exp $ d5 5 a9 5 --- 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. @ 1.1 log @Add patch for change_folder_next option, which I stole from the patches for mutt (non-devel). @ text @d1 3 a3 1 $NetBSD$ @