From 640d8845bffdf13007a10929ad0f18375a9a2473 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 5 Feb 2013 00:59:30 -0700 Subject: * Add color options for folders and index screen. * Add silent token to display filter * Add option to preserve To: and Cc: fields on replies. --- pith/state.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pith/state.c') diff --git a/pith/state.c b/pith/state.c index e88c27f6..94f95f10 100644 --- a/pith/state.c +++ b/pith/state.c @@ -183,6 +183,9 @@ free_pine_struct(struct pine **pps) if((*pps)->hdr_colors) free_spec_colors(&(*pps)->hdr_colors); + if((*pps)->index_token_colors) + free_spec_colors(&(*pps)->index_token_colors); + if((*pps)->keywords) free_keyword_list(&(*pps)->keywords); -- cgit v1.2.3-54-g00ecf