summaryrefslogtreecommitdiff
path: root/pith/state.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-02-05 00:59:30 -0700
committerEduardo Chappa <chappa@washington.edu>2013-02-08 21:03:59 -0700
commit640d8845bffdf13007a10929ad0f18375a9a2473 (patch)
tree2c3fa0bb9b5dfc435dbde151cedf7b4f8b7b6660 /pith/state.c
parentdc6c0f8d846e14fc6841516ad772553fc5975bd6 (diff)
downloadalpine-640d8845bffdf13007a10929ad0f18375a9a2473.tar.xz
* Add color options for folders and index screen.
* Add silent token to display filter * Add option to preserve To: and Cc: fields on replies.
Diffstat (limited to 'pith/state.c')
-rw-r--r--pith/state.c3
1 files changed, 3 insertions, 0 deletions
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);