head 1.5; access; symbols pkgsrc-2015Q2:1.4.0.52 pkgsrc-2015Q2-base:1.4 pkgsrc-2015Q1:1.4.0.50 pkgsrc-2015Q1-base:1.4 pkgsrc-2014Q4:1.4.0.48 pkgsrc-2014Q4-base:1.4 pkgsrc-2014Q3:1.4.0.46 pkgsrc-2014Q3-base:1.4 pkgsrc-2014Q2:1.4.0.44 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.42 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.40 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.38 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.36 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.34 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.32 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.30 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.28 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.26 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.24 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.22 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.18 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.16 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.14 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.12 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.10 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.8 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.6 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.4 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.2 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.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.5 date 2015.09.03.14.49.40; author wiz; state dead; branches; next 1.4; commitid mZ3WCaTFX3ICJOzy; 1.4 date 2009.01.26.22.35.03; author tonio; state Exp; branches; next 1.3; 1.3 date 2008.06.02.16.42.34; author sketch; 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.52; author cjs; state Exp; branches; next ; desc @@ 1.5 log @Remove mutt-devel, used for updating mail/mutt. @ text @$NetBSD: patch-ao,v 1.4 2009/01/26 22:35:03 tonio Exp $ Add change_folder_next option. --- curs_main.c.orig 2007-12-06 17:32:01.000000000 +0900 +++ curs_main.c 2007-12-06 17:34:20.000000000 +0900 @@@@ -1080,6 +1080,11 @@@@ } else { + if (option (OPTCHANGEFOLDERNEXT) && Context && Context->path) + { + strfcpy (buf, Context->path, sizeof (buf)); + mutt_pretty_mailbox (buf, sizeof (buf)); + } mutt_buffy (buf, sizeof (buf)); if (mutt_enter_fname (cp, buf, sizeof (buf), &menu->redraw, 1) == -1) @ 1.4 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-ao,v 1.3 2008/06/02 16:42:34 sketch Exp $ @ 1.3 log @Remove duplicate code. @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.2 2008/05/18 08:26:31 tonio Exp $ d14 1 a14 1 + mutt_pretty_mailbox (buf); @ 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-ao,v 1.1 2007/12/06 08:51:52 cjs Exp $ d7 1 a7 1 @@@@ -1080,6 +1080,12 @@@@ a10 1 + if (option (OPTCHANGEFOLDERNEXT) && Context && Context->path) @ 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$ @