summaryrefslogtreecommitdiff
path: root/pith/reply.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-12-18 22:55:12 -0700
committerEduardo Chappa <chappa@washington.edu>2016-12-18 22:55:12 -0700
commitbf8ca49bc1199f1a08c4d05969e8cc6b6965455a (patch)
tree5aec6d137946cf7da059ae01f5b196f3d1f1522b /pith/reply.c
parent8fcf27901346881a26d39e2f15618c59bd02cc32 (diff)
downloadalpine-bf8ca49bc1199f1a08c4d05969e8cc6b6965455a.tar.xz
* New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
but it differns in that it gives the time in which the message was sent for messages that are less than a week old. it uses a 24 hour format.
Diffstat (limited to 'pith/reply.c')
-rw-r--r--pith/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/reply.c b/pith/reply.c
index b89a8614..f12952ab 100644
--- a/pith/reply.c
+++ b/pith/reply.c
@@ -1744,7 +1744,7 @@ get_reply_data(ENVELOPE *env, ACTION_S *role, IndexColType type, char *buf, size
buf[0] = '\0';
switch(type){
- case iRDate: case iSDate: case iSTime:
+ case iRDate: case iSDate: case iSTime: case iSTime24:
case iS1Date: case iS2Date: case iS3Date: case iS4Date:
case iSDateIso: case iSDateIsoS:
case iSDateS1: case iSDateS2: case iSDateS3: case iSDateS4: