head 1.4; access; symbols pkgsrc-2015Q2:1.3.0.48 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.46 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.44 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.42 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.40 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.38 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.36 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.34 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.32 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.30 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.28 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.26 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.24 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.22 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.20 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.18 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.14 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.12 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.10 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.8 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.6 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.22 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.20 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.18 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.16 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.14 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.12 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.10 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.8 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.6 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.4 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.2 pkgsrc-2004Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2015.09.03.14.49.40; author wiz; state dead; branches; next 1.3; commitid mZ3WCaTFX3ICJOzy; 1.3 date 2009.08.10.14.18.12; author apb; state Exp; branches; next 1.2; 1.2 date 2007.06.10.20.01.35; author tonio; state dead; branches; next 1.1; 1.1 date 2004.07.21.22.37.10; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Remove mutt-devel, used for updating mail/mutt. @ text @$NetBSD: patch-ah,v 1.3 2009/08/10 14:18:12 apb Exp $ mutt_curses.h refers to event_t from mutt,h, and SHORT_STRING from lib.h, so include those headers here. --- mutt_curses.h.orig 2008-11-11 21:55:47.000000000 +0200 +++ mutt_curses.h @@@@ -52,6 +52,9 @@@@ # include #endif +#include "lib.h" /* for SHORT_STRING */ +#include "mutt.h" /* for event_t */ + #define M_ENTER_C '\n' #define M_ENTER_S "\n" @ 1.3 log @Add two patches: * On some systems, curses.h defines TRUE and FALSE, so conditionalise them in lib.h to avoid compiler complaints about duplicate definitions. * mutt_curses.h refers to event_t from mutt.h, and SHORT_STRING from lib.h, so include those headers fom mutt_curses.h. These patches allow mutt-devel to build on NetBSD-5.99.15. Bump PKGREVISION to 1. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update mail/mutt-devel to 1.15.16 This release is largely a bug-fix release, but it does contain a couple of small new features (next-unread-mailbox, $message_cache_clean). The "change_folder_next" patches are gone, since a similar feature was added, and it is now possible to use bind index , next-unread-mailbox to use , to cycle mailboxes with new mail @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2004/07/21 22:37:10 jlam Exp $ d3 15 a17 16 --- init.h.orig Sun Feb 1 12:15:17 2004 +++ init.h @@@@ -280,6 +280,13 @@@@ struct option_t MuttVars[] = { ** .pp ** Character set your terminal uses to display and enter textual data. */ + { "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 @ 1.1 log @Resurrect mail/mutt-devel and make it install mutt-1.5.6, the development version of Mutt, a text mail reader and PGP & S/MIME support. This is primarily to support a mutt that builds with SASLv2 support. @ text @d1 1 a1 1 $NetBSD$ @