Added criteria 2h and 4h.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 4 Aug 2017 12:41:28 +0000 (14:41 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 4 Aug 2017 12:41:28 +0000 (14:41 +0200)
mymail.c

index 90e8df3..a3da27a 100644 (file)
--- 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 },