From e05ec266b8108f81de74e5bc961e5cb3288db75f Mon Sep 17 00:00:00 2001 From: Antonio Radici Date: Thu, 4 Feb 2010 20:27:44 +0000 Subject: [PATCH] debian/patches/upstream/545316-header-color.patch: do not store the color in header cache (Closes: 545316) --- debian/changelog | 2 ++ debian/patches/series | 1 + debian/patches/upstream/545316-header-color.patch | 13 +++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 debian/patches/upstream/545316-header-color.patch diff --git a/debian/changelog b/debian/changelog index 27825f4..f7f9c70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ mutt (1.5.20-7) unstable; urgency=low 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 diff --git a/debian/patches/series b/debian/patches/series index 63d2298..b9b67cb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -54,6 +54,7 @@ upstream/548494-swedish-intl.patch 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 diff --git a/debian/patches/upstream/545316-header-color.patch b/debian/patches/upstream/545316-header-color.patch new file mode 100644 index 0000000..267baf8 --- /dev/null +++ b/debian/patches/upstream/545316-header-color.patch @@ -0,0 +1,13 @@ +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; -- 2.43.0