summaryrefslogtreecommitdiff
path: root/pith/mailindx.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/mailindx.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/mailindx.h')
-rw-r--r--pith/mailindx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/mailindx.h b/pith/mailindx.h
index 4c45268c..8eb23033 100644
--- a/pith/mailindx.h
+++ b/pith/mailindx.h
@@ -37,6 +37,7 @@ void init_index_format(char *, INDEX_COL_S **);
void free_index_format(INDEX_COL_S **);
void reset_index_format(void);
INDEX_PARSE_T *itoktype(char *, int);
+void inverse_itokens(void);
char *prepend_keyword_subject(MAILSTREAM *, long, char *, SubjKW, IELEM_S **, char *);
int get_index_line_color(MAILSTREAM *, SEARCHSET *, PAT_STATE **, COLOR_PAIR **);
void setup_for_index_index_screen(void);