]> granicus.if.org Git - neomutt/commitdiff
Do not store header color in hcache.
authorDaniel Jacobowitz <dan@debian.org>
Fri, 11 Dec 2009 06:52:22 +0000 (22:52 -0800)
committerDaniel Jacobowitz <dan@debian.org>
Fri, 11 Dec 2009 06:52:22 +0000 (22:52 -0800)
If the color directive is removed from muttrc, the cached value from
the last directive would otherwise still be in effect.

hcache.c

index d5da03f61620999261b9f9d242fc20bf627707ef..ddc0ec05f051417e3dfd43800cb9b02137c82422 100644 (file)
--- a/hcache.c
+++ b/hcache.c
@@ -624,6 +624,7 @@ mutt_hcache_dump(header_cache_t *h, HEADER * header, int *off,
   nh.limited = 0;
   nh.num_hidden = 0;
   nh.recipient = 0;
+  nh.pair = 0;
   nh.attach_valid = 0;
   nh.path = NULL;
   nh.tree = NULL;