summaryrefslogtreecommitdiff
path: root/pith/indxtype.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-12-18 12:55:31 -0700
committerEduardo Chappa <chappa@washington.edu>2016-12-18 12:55:31 -0700
commit0674c5f2bbeb0402fccc41eb5855d24ed1220ea8 (patch)
tree2780a4b7c3e9442dbbfab1788d21bfff8bb04a0b /pith/indxtype.h
parentaccf5768851fc5f323e66c41de43061e86d4a9f6 (diff)
downloadalpine-0674c5f2bbeb0402fccc41eb5855d24ed1220ea8.tar.xz
* New token SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT to shorten
the subject, removing list name information from the subject (text enclosed between "[" and "]".)
Diffstat (limited to 'pith/indxtype.h')
-rw-r--r--pith/indxtype.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pith/indxtype.h b/pith/indxtype.h
index 4a0a51d6..533ed57b 100644
--- a/pith/indxtype.h
+++ b/pith/indxtype.h
@@ -70,7 +70,9 @@ typedef enum {iNothing, iStatus, iFStatus, iIStatus, iSIStatus,
iLstMonYear, iLstMonYear2Digit,
iLstYear, iLstYear2Digit,
iMessNo, iAtt, iMsgID,
- iSubject, iSubjKey, iSubjKeyInit,
+ iSubject, iShortSubject,
+ iSubjKey, iShortSubjKey,
+ iSubjKeyInit, iShortSubjKeyInit,
iSubjectText, iSubjKeyText, iSubjKeyInitText,
iOpeningText, iOpeningTextNQ,
iKey, iKeyInit,