Added criteria 2h and 4h.
[mymail.git] / 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 },