From: Francois Fleuret Date: Fri, 4 Aug 2017 12:41:28 +0000 (+0200) Subject: Added criteria 2h and 4h. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=593b260e87f206751b0c047753cef0d43cc59cd6 Added criteria 2h and 4h. --- diff --git a/mymail.c b/mymail.c index 90e8df3..a3da27a 100644 --- a/mymail.c +++ b/mymail.c @@ -836,6 +836,8 @@ struct time_criterion { static struct time_criterion time_criteria[] = { { "1h", 0, 1, -1, -1 }, + { "2h", 0, 2, -1, -1 }, + { "4h", 0, 4, -1, -1 }, { "8h", 0, 8, -1, -1 }, { "24h", 0, 24, -1, -1 }, { "48h", 0, 48, -1, -1 },