diff -u mutt-1.5.20/debian/changelog mutt-1.5.20/debian/changelog --- mutt-1.5.20/debian/changelog +++ mutt-1.5.20/debian/changelog @@ -1,3 +1,11 @@ +mutt (1.5.20-4ubuntu1.1) karmic-proposed; urgency=low + + * debian/patches + + upstream/545316-header-color.patch: do not store the color in header cache + (Closes: 545316) + + -- Brad Misik Mon, 15 Mar 2010 19:03:23 -0700 + mutt (1.5.20-4ubuntu1) karmic; urgency=low * Revert upstream/393926-internal-viewer.patch, which introduces diff -u mutt-1.5.20/debian/patches/series mutt-1.5.20/debian/patches/series --- mutt-1.5.20/debian/patches/series +++ mutt-1.5.20/debian/patches/series @@ -46,6 +46,7 @@ upstream/544180-italian-yesorno.patch upstream/542817-smimekeys-tmpdir.patch upstream/544794-smtp-batch.patch +upstream/545316-header-color.patch misc/hyphen-as-minus.patch #misc/manpage-typos.patch misc/smime_keys-manpage.patch only in patch2: unchanged: --- mutt-1.5.20.orig/debian/patches/upstream/545316-header-color.patch +++ mutt-1.5.20/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;