From: Daniel Jacobowitz Date: Fri, 11 Dec 2009 06:52:22 +0000 (-0800) Subject: Do not store header color in hcache. X-Git-Tag: neomutt-20160307~433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=981fe720a79058ec2f38e1f37698da00ea337a3c;p=neomutt Do not store header color in hcache. If the color directive is removed from muttrc, the cached value from the last directive would otherwise still be in effect. --- diff --git a/hcache.c b/hcache.c index d5da03f61..ddc0ec05f 100644 --- 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;