summaryrefslogtreecommitdiff
path: root/pith/indxtype.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-05-31 17:16:44 -0600
committerEduardo Chappa <chappa@washington.edu>2013-05-31 17:16:44 -0600
commita46157ba61f2c65f88b42abb31db60c4a714f87b (patch)
treee37bc41ad2f57b3fd2bad310576cc155a58ca6b7 /pith/indxtype.h
parent81e994d7907f850506ddc248f84761a54995e58c (diff)
downloadalpine-a46157ba61f2c65f88b42abb31db60c4a714f87b.tar.xz
* somehow all.patch got here. Reversing.
Diffstat (limited to 'pith/indxtype.h')
-rw-r--r--pith/indxtype.h34
1 files changed, 10 insertions, 24 deletions
diff --git a/pith/indxtype.h b/pith/indxtype.h
index 031e5ff5..ee01a9bb 100644
--- a/pith/indxtype.h
+++ b/pith/indxtype.h
@@ -76,15 +76,12 @@ typedef enum {iNothing, iStatus, iFStatus, iIStatus, iSIStatus,
iKey, iKeyInit,
iPrefDate, iPrefTime, iPrefDateTime,
iCurPrefDate, iCurPrefTime, iCurPrefDateTime,
- iSize, iSizeComma, iSizeNarrow, iDescripSize, iSizeThread,
+ iSize, iSizeComma, iSizeNarrow, iDescripSize,
iNewsAndTo, iToAndNews, iNewsAndRecips, iRecipsAndNews,
iFromTo, iFromToNotNews, iFrom, iTo, iSender, iCc, iNews, iRecips,
iCurNews, iArrow,
iMailbox, iAddress, iInit, iCursorPos,
iDay2Digit, iMon2Digit, iYear2Digit,
- iFolder, iFlag, iCollection, iRole, iProcid, iScreen, iPkey,
- iNick, iAddressTo, iAddressCc, iAddressRecip, iBcc, iLcc,
- iFfrom, iFadd,
iSTime, iKSize,
iRoleNick, iNewLine,
iHeader, iText,
@@ -106,26 +103,15 @@ typedef struct index_parse_tokens {
/* these are flags for the what_for field in INDEX_PARSE_T */
-#define FOR_NOTHING 0x00000
-#define FOR_INDEX 0x00001
-#define FOR_REPLY_INTRO 0x00002
-#define FOR_TEMPLATE 0x00004 /* or for signature */
-#define FOR_FILT 0x00008
-#define DELIM_USCORE 0x00010
-#define DELIM_PAREN 0x00020
-#define DELIM_COLON 0x00040
-#define FOR_FOLDER 0x00080 /* for rules */
-#define FOR_RULE 0x00100 /* for rules */
-#define FOR_TRIM 0x00200 /* for rules */
-#define FOR_RESUB 0x00400 /* for rules */
-#define FOR_REPLACE 0x00800 /* for rules */
-#define FOR_SORT 0x01000 /* for rules */
-#define FOR_FLAG 0x02000 /* for rules */
-#define FOR_COMPOSE 0x04000 /* for rules */
-#define FOR_THREAD 0x08000 /* for rules */
-#define FOR_STARTUP 0x10000 /* for rules */
-#define FOR_KEY 0x20000 /* for rules */
-#define FOR_SAVE 0x40000 /* for rules */
+#define FOR_NOTHING 0x00
+#define FOR_INDEX 0x01
+#define FOR_REPLY_INTRO 0x02
+#define FOR_TEMPLATE 0x04 /* or for signature */
+#define FOR_FILT 0x08
+#define DELIM_USCORE 0x10
+#define DELIM_PAREN 0x20
+#define DELIM_COLON 0x40
+
#define DEFAULT_REPLY_INTRO "default"