which can be slow. To speed things up, all the header conditions are
checked first.
.TP
-\fB8h\fR, \fB24h\fR, \fB48h\fR, \fBweek\fR, \fB2weeks\fR, \fBmonth\fR, \fBtrimester\fR, and \fByear\fR
-select mails received during the last 8, 24, 48, 7 * 24 hours, 14 * 24 hours, 31 *
-24 hours, 92 * 24 hours, and 365 * 24 hours respectively.
+\fB1h\fR, \fB8h\fR, \fB24h\fR, \fB48h\fR, \fBweek\fR, \fB2weeks\fR,
+\fBmonth\fR, \fBtrimester\fR, and \fByear\fR select mails received
+during the last 1, 8, 24, 48, 7 * 24 hours, 14 * 24 hours, 31 * 24
+hours, 92 * 24 hours, and 365 * 24 hours respectively.
.TP
\fBtoday\fR
selects mails received since midnight.
static struct time_criterion time_criteria[] = {
+ { "1h", 0, 1, -1, -1 },
{ "8h", 0, 8, -1, -1 },
{ "24h", 0, 24, -1, -1 },
{ "48h", 0, 48, -1, -1 },