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/mailindx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pith/mailindx.h') 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); -- cgit v1.2.3-54-g00ecf