]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/upstream/545316-header-color.patch
debian/patches/upstream/545316-header-color.patch: do not store the color in header...
[software/mutt-debian.git] / debian / patches / upstream / 545316-header-color.patch
1 Do not store the header color into hcache, see http://bugs.mutt.org/3376 and
2 http://dev.mutt.org/trac/changeset/b7d2cb7c7ce1 for more info
3
4 --- a/hcache.c
5 +++ b/hcache.c
6 @@ -623,6 +623,7 @@
7    nh.limited = 0;
8    nh.num_hidden = 0;
9    nh.recipient = 0;
10 +  nh.pair = 0;
11    nh.attach_valid = 0;
12    nh.path = NULL;
13    nh.tree = NULL;