projects
/
mymail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2067ba7
)
Added "2weeks" as a criterion.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 20 Sep 2013 15:54:17 +0000
(17:54 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 20 Sep 2013 15:54:17 +0000
(17:54 +0200)
mymail.c
patch
|
blob
|
history
diff --git
a/mymail.c
b/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 },