(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
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
--- /dev/null
+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" },