From: Francois Fleuret Date: Fri, 20 Sep 2013 15:54:17 +0000 (+0200) Subject: Added "2weeks" as a criterion. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=d3034de5602b5f4a71e700d349d2f3d3cc322978 Added "2weeks" as a criterion. --- diff --git a/mymail.c b/mymail.c index 7394c71..8c211f0 100644 --- 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 },