summaryrefslogtreecommitdiff
path: root/pith/conftype.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/conftype.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/conftype.h')
-rw-r--r--pith/conftype.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pith/conftype.h b/pith/conftype.h
index d1fddddb..c654f6c5 100644
--- a/pith/conftype.h
+++ b/pith/conftype.h
@@ -204,6 +204,12 @@ typedef enum { V_PERSONAL_NAME = 0
, V_TITLE_BACK_COLOR
, V_TITLECLOSED_FORE_COLOR
, V_TITLECLOSED_BACK_COLOR
+ , V_FOLDER_FORE_COLOR
+ , V_FOLDER_BACK_COLOR
+ , V_DIRECTORY_FORE_COLOR
+ , V_DIRECTORY_BACK_COLOR
+ , V_FOLDER_LIST_FORE_COLOR
+ , V_FOLDER_LIST_BACK_COLOR
, V_STATUS_FORE_COLOR
, V_STATUS_BACK_COLOR
, V_KEYLABEL_FORE_COLOR
@@ -256,6 +262,7 @@ typedef enum { V_PERSONAL_NAME = 0
, V_IND_FROM_BACK_COLOR
, V_IND_OP_FORE_COLOR
, V_IND_OP_BACK_COLOR
+ , V_INDEX_TOKEN_COLORS
, V_VIEW_HDR_COLORS
, V_KW_COLORS
#if defined(DOS) || defined(OS2)
@@ -516,6 +523,7 @@ typedef enum {
F_RENDER_HTML_INTERNALLY,
F_ENABLE_JUMP_CMD,
F_FORWARD_AS_ATTACHMENT,
+ F_PRESERVE_ORIGINAL_FIELD,
#ifndef _WINDOWS
F_USE_SYSTEM_TRANS,
#endif /* ! _WINDOWS */