From b9f6e482a471b4204d84f2a7f7568b2936472010 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 10 Dec 2009 22:52:22 -0800 Subject: [PATCH] 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. --- hcache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hcache.c b/hcache.c index d5da03f6..ddc0ec05 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; -- 2.40.0