X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=blobdiff_plain;f=mymail.c;fp=mymail.c;h=a3da27a6687c4732cf817edb4842097c4c526e32;hp=90e8df3e63979e7dda195df5c436291719db39d0;hb=593b260e87f206751b0c047753cef0d43cc59cd6;hpb=9804edc5f21e5da1e88cde7948f20cbdb9df7ea4 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 },