with large ASCII escape sequences (Closes: 553321)
+ upstream/557395-muttrc-crypto.patch: small fix to the muttrc man
(Closes: 557395)
+ + debian/patches/upstream/545316-header-color.patch: do not store the color
+ in header cache (Closes: 545316)
+ 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/553321-ansi-escape-segfault.patch
upstream/553238-german-intl.patch
upstream/557395-muttrc-crypto.patch
+upstream/545316-header-color.patch
misc/hyphen-as-minus.patch
#misc/manpage-typos.patch
--- /dev/null
+Do not store the header color into hcache, see http://bugs.mutt.org/3376 and
+http://dev.mutt.org/trac/changeset/b7d2cb7c7ce1 for more info
+
+--- a/hcache.c
++++ b/hcache.c
+@@ -623,6 +623,7 @@
+ nh.limited = 0;
+ nh.num_hidden = 0;
+ nh.recipient = 0;
++ nh.pair = 0;
+ nh.attach_valid = 0;
+ nh.path = NULL;
+ nh.tree = NULL;