Added the 1h condition.
[mymail.git] / mymail.c
index 8a5fa24..b3e7ede 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -833,6 +833,7 @@ struct time_criterion {
 
 static struct time_criterion time_criteria[] = {
 
+  { "1h",        0,  1,       -1, -1 },
   { "8h",        0,  8,       -1, -1 },
   { "24h",       0, 24,       -1, -1 },
   { "48h",       0, 48,       -1, -1 },