Added the "48h" criterion and some clarifications in the man page.
[mymail.git] / mymail.c
index 3718157..6e3f5cc 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -704,6 +704,7 @@ static struct time_criterion time_criteria[] = {
   { "8h",         8,       -1, -1 },
   { "today",     24,       -1, -1 },
   { "24h",       24,       -1, -1 },
+  { "48h",       48,       -1, -1 },
   { "week",      24 *   7, -1, -1 },
   { "month",     24 *  31, -1, -1 },
   { "year",      24 * 365, -1, -1 },