Added the "semester" time criterion.
[mymail.git] / mymail.c
index d84d387..90e8df3 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -842,6 +842,7 @@ static struct time_criterion time_criteria[] = {
   { "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 },