Added "2weeks" as a criterion.
[mymail.git] / mymail.c
index 7394c71..8c211f0 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -827,6 +827,7 @@ static struct time_criterion time_criteria[] = {
   { "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 },
   { "trimester", 0, 24 *  92, -1, -1 },
   { "year",      0, 24 * 365, -1, -1 },