From bf8ca49bc1199f1a08c4d05969e8cc6b6965455a Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 18 Dec 2016 22:55:12 -0700 Subject: * 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. --- pith/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/reply.c') 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: -- cgit v1.2.3-70-g09d2