diff options
Diffstat (limited to 'mail/mutt-devel/files')
| -rw-r--r-- | mail/mutt-devel/files/extra-patch-doc-ref | 10 | ||||
| -rw-r--r-- | mail/mutt-devel/files/patch-02 | 21 | ||||
| -rw-r--r-- | mail/mutt-devel/files/patch-examples | 64 | ||||
| -rw-r--r-- | mail/mutt-devel/files/patch-handler.c | 32 | ||||
| -rw-r--r-- | mail/mutt-devel/files/patch-imap-browse.c | 13 | ||||
| -rw-r--r-- | mail/mutt-devel/files/patch-mktemp | 8 | ||||
| -rw-r--r-- | mail/mutt-devel/files/patch-smime-self | 14 |
7 files changed, 58 insertions, 104 deletions
diff --git a/mail/mutt-devel/files/extra-patch-doc-ref b/mail/mutt-devel/files/extra-patch-doc-ref index 794773e35e90..9679f4c276f1 100644 --- a/mail/mutt-devel/files/extra-patch-doc-ref +++ b/mail/mutt-devel/files/extra-patch-doc-ref @@ -1,12 +1,12 @@ ---- doc/mutt.man.orig Wed Apr 4 07:37:13 2007 -+++ doc/mutt.man Mon Apr 9 15:39:36 2007 -@@ -57,7 +57,8 @@ +--- doc/mutt.man.orig 2009-02-06 13:52:38.000000000 +0100 ++++ doc/mutt.man 2009-02-06 13:55:05.000000000 +0100 +@@ -69,7 +69,8 @@ .PP Mutt is a small but very powerful text based program for reading and sending electronic mail under unix operating systems, including support for color terminals, MIME, -OpenPGP, and a threaded sorting mode. +OpenPGP, and a threaded sorting mode. Details of how to use all of this is +available in \fI${DOCSDIR}\fP. - .SH OPTIONS .PP - .IP "-A \fIalias\fP" + .I Note: + .IR diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 index a9e3683995f4..572cd1a49702 100644 --- a/mail/mutt-devel/files/patch-02 +++ b/mail/mutt-devel/files/patch-02 @@ -1,6 +1,6 @@ ---- doc/Makefile.am.orig 2008-01-30 05:26:50.000000000 +0100 -+++ doc/Makefile.am 2008-06-13 12:18:37.000000000 +0200 -@@ -45,7 +46,7 @@ +--- doc/Makefile.am.orig 2009-02-06 13:25:21.000000000 +0100 ++++ doc/Makefile.am 2009-02-06 13:27:06.000000000 +0100 +@@ -44,7 +44,7 @@ all: makedoc-all @@ -9,7 +9,7 @@ install-data-local: makedoc-all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 -@@ -67,9 +68,6 @@ +@@ -66,9 +66,6 @@ $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \ done -$(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) @@ -19,15 +19,14 @@ $(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.dist -if [ -f $(DESTDIR)$(pkgdatadir)/Muttrc ] ; then \ mv $(DESTDIR)$(pkgdatadir)/Muttrc* $(DESTDIR)$(sysconfdir) ; \ -@@ -100,10 +98,7 @@ +@@ -99,9 +96,7 @@ check: - manual.txt: manual.html db-cleanup.xsl -- -xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html -- -lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \ -- w3m -dump manual-txt.html > $@ || \ -- elinks -dump -no-numbering -no-references manual-txt.html > $@ -+ -lynx -dump -nolist -with_backspaces manual.html > $@ + manual.txt: manual.html +- -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \ +- LC_ALL=C w3m -dump manual.html > $@ || \ +- LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ ++ -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ Muttrc: stamp-doc-rc diff --git a/mail/mutt-devel/files/patch-examples b/mail/mutt-devel/files/patch-examples index 987f065c82a1..8b50dc9d74f7 100644 --- a/mail/mutt-devel/files/patch-examples +++ b/mail/mutt-devel/files/patch-examples @@ -24,30 +24,32 @@ done uninstall-local: ---- init.h.orig Tue Mar 4 10:28:12 2003 -+++ init.h Wed Mar 26 15:41:19 2003 -@@ -1455,8 +1455,8 @@ +--- init.h.orig 2009-02-06 13:27:52.000000000 +0100 ++++ init.h 2009-02-06 13:34:09.000000000 +0100 +@@ -1808,9 +1808,8 @@ ** .pp ** For examples on how to configure these formats for the various versions - ** of PGP which are floating around, see the pgp*.rc and gpg.rc files in -- ** the samples/ subdirectory which has been installed on your system + ** of PGP which are floating around, see the pgp and gpg sample configuration files in +- ** the \fCsamples/\fP subdirectory which has been installed on your system - ** alongside the documentation. -+ ** the share/examples/mutt subdirectory which has been installed on your -+ ** system. - ** (PGP only) +- ** (PGP only) ++ ** the \fCshare/examples/mutt/\fP subdirectory which has been installed on ++ ** your system. (PGP only) */ { "pgp_getkeys_command", DT_STR, R_NONE, UL &PgpGetkeysCommand, 0}, -@@ -1628,8 +1628,8 @@ + /* +@@ -2017,9 +2016,8 @@ ** .de ** .pp - ** For examples on how to configure these formats, see the smime.rc in -- ** the samples/ subdirectory which has been installed on your system + ** For examples on how to configure these formats, see the \fCsmime.rc\fP in +- ** the \fCsamples/\fP subdirectory which has been installed on your system - ** alongside the documentation. -+ ** the share/examples/mutt subdirectory which has been installed on your -+ ** system. - ** (S/MIME only) +- ** (S/MIME only) ++ ** the \fCshare/examples/mutt/\fP subdirectory which has been installed on ++ ** your system. (S/MIME only) */ { "smime_verify_command", DT_STR, R_NONE, UL &SmimeVerifyCommand, 0}, + /* --- INSTALL.orig Mon Nov 25 15:16:46 2002 +++ INSTALL Wed Mar 26 15:59:57 2003 @@ -225,13 +225,13 @@ @@ -66,9 +68,9 @@ into your system's global Muttrc, which normally resides in /etc or /usr/local/etc. ---- doc/manual.txt.orig Thu Nov 1 22:07:09 2007 -+++ doc/manual.txt Sun Nov 4 13:55:21 2007 -@@ -2617,9 +2617,10 @@ +--- doc/manual.txt.orig 2009-01-06 01:37:18.000000000 +0100 ++++ doc/manual.txt 2009-02-06 13:32:18.000000000 +0100 +@@ -2982,9 +2982,10 @@ shows that arguments can be quoted: the script will receive the expanded string between the single quotes as the only argument. @@ -80,31 +82,29 @@ +filter for $status_format to set the current terminal's title, if supported. + - Chapter 4. Advanced Usage + Chapter 4. Advanced Usage -@@ -6957,9 +6958,9 @@ - One or more key IDs. +@@ -7576,8 +7577,8 @@ For examples on how to configure these formats for the various versions of PGP --which are floating around, see the pgp*.rc and gpg.rc files in the samples/ --subdirectory which has been installed on your system alongside the + which are floating around, see the pgp and gpg sample configuration files in +-the samples/ subdirectory which has been installed on your system alongside the -documentation. (PGP only) -+which are floating around, see the pgp*.rc and gpg.rc files in the -+share/examples/mutt/ subdirectory which has been installed on your system -+alongside the documentation. (PGP only) ++the share/examples/mutt/ subdirectory which has been installed on your system. ++(PGP only) - 3.169. pgp_getkeys_command + 3.170. pgp_getkeys_command -@@ -7155,9 +7156,9 @@ - or file, this expands to "-CApath $smime_ca_location" or "-CAfile - $smime_ca_location". +@@ -7809,9 +7810,9 @@ + or file, this expands to ?-CApath $smime_ca_location? or ?-CAfile + $smime_ca_location?. -For examples on how to configure these formats, see the smime.rc in the samples -/ subdirectory which has been installed on your system alongside the -documentation. (S/MIME only) +For examples on how to configure these formats, see the smime.rc in the -+share/examples/mutt/ subdirectory which has been installed on your system -+alongside the documentation. (S/MIME only) ++share/examples/mutt/ subdirectory which has been installed on your system. ++(S/MIME only) - 3.188. smime_verify_command + 3.189. smime_verify_command diff --git a/mail/mutt-devel/files/patch-handler.c b/mail/mutt-devel/files/patch-handler.c deleted file mode 100644 index 51b191aff18f..000000000000 --- a/mail/mutt-devel/files/patch-handler.c +++ /dev/null @@ -1,32 +0,0 @@ ---- handler.c.orig 2008-01-30 05:26:50.000000000 +0100 -+++ handler.c 2008-10-16 10:56:40.000000000 +0200 -@@ -1199,11 +1199,12 @@ - - if (rc) - { -+ mutt_error ("One or more parts of this message could not be displayed"); - dprint (1, (debugfile, "Failed on attachment #%d, type %s/%s.\n", count, TYPE(p), NONULL (p->subtype))); - } - -- if (rc || ((s->flags & M_REPLYING) -- && (option (OPTINCLUDEONLYFIRST)) && (s->flags & M_FIRSTDONE))) -+ if ((s->flags & M_REPLYING) -+ && (option (OPTINCLUDEONLYFIRST)) && (s->flags & M_FIRSTDONE)) - break; - } - -@@ -1564,6 +1565,14 @@ - - if (!handler) - handler = multipart_handler; -+ -+ if (b->encoding != ENC7BIT && b->encoding != ENC8BIT -+ && b->encoding != ENCBINARY) -+ { -+ dprint (1, (debugfile, "Bad encoding type %d for multipart entity, " -+ "assuming 7 bit\n", b->encoding)); -+ b->encoding = ENC7BIT; -+ } - } - else if (WithCrypto && b->type == TYPEAPPLICATION) - { diff --git a/mail/mutt-devel/files/patch-imap-browse.c b/mail/mutt-devel/files/patch-imap-browse.c deleted file mode 100644 index f46df88d3e80..000000000000 --- a/mail/mutt-devel/files/patch-imap-browse.c +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/browse.c -Obtained from: http://dev.mutt.org/trac/changeset/5401%3Abba92e401440/imap/browse.c?old=5378%3Aac00273b3a88&old_path=imap%2Fbrowse.c -Bug description: http://dev.mutt.org/trac/ticket/3057 -=================================================================== ---- imap/browse.c -+++ imap/browse.c -@@ -229,5 +229,5 @@ - } - -- if (!imap_mxcmp(mx.mbox, idata->mailbox)) -+ if (idata->ctx && !imap_mxcmp(mx.mbox, idata->mailbox)) - { - state->new = idata->ctx->new; diff --git a/mail/mutt-devel/files/patch-mktemp b/mail/mutt-devel/files/patch-mktemp index 247a66d7e021..49546404a786 100644 --- a/mail/mutt-devel/files/patch-mktemp +++ b/mail/mutt-devel/files/patch-mktemp @@ -1,6 +1,6 @@ ---- muttlib.c.orig Fri Feb 4 08:09:25 2005 -+++ muttlib.c Fri Feb 4 08:13:37 2005 -@@ -664,7 +664,11 @@ +--- muttlib.c.orig 2009-02-06 13:39:51.000000000 +0100 ++++ muttlib.c 2009-02-06 13:42:35.000000000 +0100 +@@ -733,7 +733,11 @@ void _mutt_mktemp (char *s, const char *src, int line) { @@ -10,6 +10,6 @@ + snprintf (s, _POSIX_PATH_MAX-6, "%s/mutt-%s-XXXXXXXX", NONULL(Tempdir), NONULL(Hostname)); + mktemp (s); + strncat(s, t, 6); - dprint (1, (debugfile, "%s:%d: mutt_mktemp returns \"%s\".\n", src, line, s)); + dprint (3, (debugfile, "%s:%d: mutt_mktemp returns \"%s\".\n", src, line, s)); unlink (s); } diff --git a/mail/mutt-devel/files/patch-smime-self b/mail/mutt-devel/files/patch-smime-self index 269e2b5f6708..d8b0e7b8d336 100644 --- a/mail/mutt-devel/files/patch-smime-self +++ b/mail/mutt-devel/files/patch-smime-self @@ -22,18 +22,18 @@ Base: http://descolada.dartmouth.edu/mutt/patch-1.5.4+-ow.smime-encrypt-self.2 { /* signed ? free it! */ return (-1); ---- init.h 14 Apr 2003 09:09:53 -0000 3.38 -+++ init.h 7 May 2003 14:57:02 -0000 -@@ -1585,6 +1585,11 @@ - /* +--- init.h.orig 2009-02-06 13:43:14.000000000 +0100 ++++ init.h 2009-02-06 13:46:53.000000000 +0100 +@@ -1957,6 +1957,11 @@ + ** not used. + ** (S/MIME only) */ - -+ { "smime_encrypt_self", DT_QUAD, R_NONE, OPT_SMIMEENCRYPTSELF, M_YES }, ++ { "smime_encrypt_self", DT_QUAD, R_NONE, OPT_SMIMEENCRYPTSELF, 1 }, + /* + ** .pp + ** Encrypt the message to smime_default_key too. + */ - { "smime_timeout", DT_NUM, R_NONE, UL &SmimeTimeout, 300 }, + { "smime_encrypt_with", DT_STR, R_NONE, UL &SmimeCryptAlg, 0 }, /* ** .pp diff -u -d -b -B -r3.18 mutt.h |
