summaryrefslogtreecommitdiff
path: root/pith/state.h
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.h
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.h')
-rw-r--r--pith/state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pith/state.h b/pith/state.h
index 93db4f4b..47e97ce4 100644
--- a/pith/state.h
+++ b/pith/state.h
@@ -242,6 +242,7 @@ struct pine {
char **feat_list_back_compat;
SPEC_COLOR_S *hdr_colors; /* list of configed colors for view */
+ SPEC_COLOR_S *index_token_colors; /* list of configed colors for index */
short init_context;
@@ -286,6 +287,8 @@ struct pine {
SortOrder def_sort, /* Default sort type */
sort_types[22];
+ int preserve;
+
int last_expire_year, last_expire_month;
int printer_category;