From: Antonio Radici Date: Sun, 31 Jan 2010 17:42:27 +0000 (+0000) Subject: upstream/557395-muttrc-crypto.patch: small fix to the muttrc man (Closes: 557395) X-Git-Tag: 1.5.20-7~12 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/1bb43bf267344c584e50a96cbb61b3d770415c14?ds=sidebyside upstream/557395-muttrc-crypto.patch: small fix to the muttrc man (Closes: 557395) --- diff --git a/debian/changelog b/debian/changelog index 4ce5a60..27825f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ mutt (1.5.20-7) unstable; urgency=low (Closes: 553238) + upstream/553321-ansi-escape-segfault.patch: prevent mutt from segfaulting with large ASCII escape sequences (Closes: 553321) + + upstream/557395-muttrc-crypto.patch: small fix to the muttrc man + (Closes: 557395) + debian-specific/Muttrc: set time_inc to be 250ms (Closes: 537746) * debian/control: + bumping Standards-Version to 3.8.4, nothing to be done diff --git a/debian/patches/series b/debian/patches/series index 04fdeb5..63d2298 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -52,8 +52,9 @@ upstream/537694-segv-imap-headers.patch upstream/548577-gpgme-1.2.patch upstream/548494-swedish-intl.patch upstream/553321-ansi-escape-segfault.patch - upstream/553238-german-intl.patch +upstream/557395-muttrc-crypto.patch + misc/hyphen-as-minus.patch #misc/manpage-typos.patch misc/smime_keys-manpage.patch diff --git a/debian/patches/upstream/557395-muttrc-crypto.patch b/debian/patches/upstream/557395-muttrc-crypto.patch new file mode 100644 index 0000000..90d6a46 --- /dev/null +++ b/debian/patches/upstream/557395-muttrc-crypto.patch @@ -0,0 +1,13 @@ +Small fix to the muttrc manpage + +--- a/init.h ++++ b/init.h +@@ -559,7 +559,7 @@ + ** .pp + ** If \fI``yes''\fP, always attempt to verify PGP or S/MIME signatures. + ** If \fI``ask-*''\fP, ask whether or not to verify the signature. +- ** If \Fi``no''\fP, never attempt to verify cryptographic signatures. ++ ** If \fI``no''\fP, never attempt to verify cryptographic signatures. + ** (Crypto only) + */ + { "date_format", DT_STR, R_BOTH, UL &DateFmt, UL "!%a, %b %d, %Y at %I:%M:%S%p %Z" },