summaryrefslogtreecommitdiff
path: root/web/src
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-09-03 19:03:23 -0600
committerEduardo Chappa <chappa@washington.edu>2018-09-03 19:03:23 -0600
commitc18f7912b1c8f9d1a036728aef5cd4886b12290e (patch)
treee56452fc35d987694cc9dcbcb075dcb4955535a6 /web/src
parent984d3267f4240d098dd120dd4d406c7585e818dd (diff)
downloadalpine-c18f7912b1c8f9d1a036728aef5cd4886b12290e.tar.xz
* WEBALPINE: Add support for the OPENINGTEXT and OPENINGTEXTNQ tokens
in the index format.
Diffstat (limited to 'web/src')
-rw-r--r--web/src/alpined.d/alpined.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/src/alpined.d/alpined.c b/web/src/alpined.d/alpined.c
index f63ae738..3d043d51 100644
--- a/web/src/alpined.d/alpined.c
+++ b/web/src/alpined.d/alpined.c
@@ -7569,6 +7569,11 @@ peIndexFormat(Tcl_Interp *interp)
name = "Mailbox";
break;
+ case iOpeningText:
+ case iOpeningTextNQ:
+ name = "Excerpt";
+ break;
+
case iSubject :
case iSubjKey :
case iSubjKeyInit :