X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=blobdiff_plain;f=mymail.c;h=b3e7edeb21ef20861349d78665ce4af5f5cba9c0;hp=8a5fa24d0f8bbe8e09a680263b94f7866c865d49;hb=30f83da3678a2fd351a43ef0d6944ad746f8b715;hpb=bb7c6adc326bc42f00a1f00c08fd6d969c15bb73 diff --git a/mymail.c b/mymail.c index 8a5fa24..b3e7ede 100644 --- 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 },