head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2010Q3:1.5.0.10 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.8 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.6 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.4 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.2 pkgsrc-2009Q3-base:1.5 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.2.0.14 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.12 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.10 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.8 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.6 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.4 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 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.6 date 2010.11.07.14.52.47; author tonio; state dead; branches; next 1.5; 1.5 date 2009.09.13.22.47.30; author wiz; state Exp; branches; next 1.4; 1.4 date 2007.06.10.20.01.35; author tonio; state dead; branches; next 1.3; 1.3 date 2007.04.21.18.27.21; author tonio; state Exp; branches; next 1.2; 1.2 date 2005.09.03.16.57.07; author tonio; state Exp; branches; next 1.1; 1.1 date 2004.07.21.22.37.10; author jlam; state Exp; branches; next ; desc @@ 1.6 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 @$NetBSD: patch-ai,v 1.5 2009/09/13 22:47:30 wiz Exp $ Two patches from http://bugs.mutt.org/3308 and http://bugs.mutt.org/3312 fixing bugs in MH handling. --- mh.c.orig 2009-06-01 16:29:32.000000000 +0000 +++ mh.c @@@@ -146,7 +146,7 @@@@ static int mh_read_token (char *t, int * if ((p = strchr (t, '-'))) { *p++ = '\0'; - if (mutt_atoi (t, first) < 0 || mutt_atoi (t, last) < 0) + if (mutt_atoi (t, first) < 0 || mutt_atoi (p, last) < 0) return -1; } else @@@@ -207,7 +207,7 @@@@ static int mh_read_sequences (struct mh_ out: FREE (&buff); safe_fclose (&fp); - return 0; + return rc; } static inline mode_t mh_umask (CONTEXT* ctx) @@@@ -1155,7 +1155,7 @@@@ int mh_read_dir (CONTEXT * ctx, const ch if (ctx->magic == M_MH) { - if (mh_read_sequences (&mhs, ctx->path) >= 0) + if (mh_read_sequences (&mhs, ctx->path) < 0) return -1; mh_update_maildir (md, &mhs); mhs_free_sequences (&mhs); @ 1.5 log @Add two patches from upstream bug tracking that fix MH box handling that was broken in 1.5.20. Tracked down by tonio@@ with help from Antonio Radici. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 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-ai,v 1.3 2007/04/21 18:27:21 tonio Exp $ d3 35 a37 10 --- mutt.h.orig 2007-04-02 20:04:35.000000000 +0200 +++ mutt.h @@@@ -338,6 +338,7 @@@@ enum OPTBEEP, OPTBEEPNEW, OPTBOUNCEDELIVERED, + OPTCHANGEFOLDERNEXT, OPTBRAILLEFRIENDLY, OPTCHECKMBOXSIZE, OPTCHECKNEW, @ 1.3 log @Update mail/mutt-devel to 1.5.15 - Remove the mutt-compressed option for now, as it is not updated upstream - Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay support in mutt Changes: The keys used are: !: modified feature, -: deleted feature, +: new feature - $imap_home_namespace (useless clutter) + $check_mbox_size (use size change instead of atime for new mail) ! improved f=f support wraps lines at $wrap if $wrap is not 0 + $wrap (>0 wraps at $wrap, <0 = $wrapmargin) + $assumed_charset, $attach_charset, $ignore_linear_white_space + $save_history, $history_file (save history across sessions) + $smtp_url (ESMTP relay support) + $crypt_use_pka (use GPGME PKA signature verification) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update mutt-devel to 1.5.10 This release contains many bug fixes for imap support and gpg support. Change maintainer, i will take this one Approved by cube@@ Adding patch-ae fixing PR 30981 the same patch was comitted to mutt's cvs HEAD http://dev.mutt.org/cgi-bin/gitweb.cgi?p=mutt/.git;a=commitdiff;h=7423dcab2c8ed2dff79354db0ab8a444a075bb64 @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2004/07/21 22:37:10 jlam Exp $ d3 3 a5 3 --- mutt.h.orig 2005-09-03 10:51:23.000000000 +0200 +++ mutt.h 2005-09-03 10:52:23.000000000 +0200 @@@@ -336,6 +336,7 @@@@ d11 1 a12 1 OPTCOLLAPSEUNREAD, @ 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$ d3 3 a5 3 --- mutt.h.orig Sun Feb 1 12:15:17 2004 +++ mutt.h @@@@ -328,6 +328,7 @@@@ enum d10 1 a12 1 OPTCONFIRMAPPEND, @