projects
/
mymail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9804edc
)
Added criteria 2h and 4h.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 4 Aug 2017 12:41:28 +0000
(14:41 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 4 Aug 2017 12:41:28 +0000
(14:41 +0200)
mymail.c
patch
|
blob
|
history
diff --git
a/mymail.c
b/mymail.c
index
90e8df3
..
a3da27a
100644
(file)
--- a/
mymail.c
+++ b/
mymail.c
@@
-836,6
+836,8
@@
struct time_criterion {
static struct time_criterion time_criteria[] = {
{ "1h", 0, 1, -1, -1 },
+ { "2h", 0, 2, -1, -1 },
+ { "4h", 0, 4, -1, -1 },
{ "8h", 0, 8, -1, -1 },
{ "24h", 0, 24, -1, -1 },
{ "48h", 0, 48, -1, -1 },