X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail.c;h=a3da27a6687c4732cf817edb4842097c4c526e32;hb=55e7dbf00c8a962a57ede24ca8764dfa4765d273;hp=d84d38772a363a27e7ac2730750e29770aae91ff;hpb=98ce45199ef5097836564d5a81596373bc11a217;p=mymail.git diff --git a/mymail.c b/mymail.c index d84d387..a3da27a 100644 --- a/mymail.c +++ b/mymail.c @@ -836,12 +836,15 @@ 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 }, { "week", 0, 24 * 7, -1, -1 }, { "2weeks", 0, 24 * 14, -1, -1 }, { "month", 0, 24 * 31, -1, -1 }, + { "semester", 0, 24 * 185, -1, -1 }, { "trimester", 0, 24 * 92, -1, -1 }, { "year", 0, 24 * 365, -1, -1 },