summaryrefslogtreecommitdiffstats
path: root/hcache.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-12-10 22:52:22 -0800
committerDan Fandrich <dan@coneharvesters.com>2009-12-10 22:52:22 -0800
commitb9f6e482a471b4204d84f2a7f7568b2936472010 (patch)
tree220a9083407c203b452ec347c641210bb6c6874f /hcache.c
parent715febd4584f70ccb36663ea3867afb78a057ad0 (diff)
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.
Diffstat (limited to 'hcache.c')
-rw-r--r--hcache.c1
1 files changed, 1 insertions, 0 deletions
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;