summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches/patch-ai
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2007-04-21 18:27:21 +0000
committertonio <tonio@pkgsrc.org>2007-04-21 18:27:21 +0000
commit57d698b397dfa65f4750d3b7bb2c6bc844df9f56 (patch)
treeb1e75594647ffd6c91f08870aa5d0185b0716b61 /mail/mutt-devel/patches/patch-ai
parent267537a9ede50874fb8f56ae1c1131381b2da1a2 (diff)
downloadpkgsrc-57d698b397dfa65f4750d3b7bb2c6bc844df9f56.tar.gz
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)
Diffstat (limited to 'mail/mutt-devel/patches/patch-ai')
-rw-r--r--mail/mutt-devel/patches/patch-ai10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt-devel/patches/patch-ai b/mail/mutt-devel/patches/patch-ai
index 41b8414f77e..bd976a7d2ad 100644
--- a/mail/mutt-devel/patches/patch-ai
+++ b/mail/mutt-devel/patches/patch-ai
@@ -1,12 +1,12 @@
-$NetBSD: patch-ai,v 1.2 2005/09/03 16:57:07 tonio Exp $
+$NetBSD: patch-ai,v 1.3 2007/04/21 18:27:21 tonio Exp $
---- 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 @@
+--- 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,
- OPTCOLLAPSEUNREAD,