From 70365d16fea383a484a3ba8cfdc953c726cb7a8c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 22 Mar 2013 17:27:29 +0100 Subject: [PATCH] Increased the version number. --- mymail.1 | 6 +++--- mymail.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mymail.1 b/mymail.1 index 0c4c4c7..cd76dc1 100644 --- a/mymail.1 +++ b/mymail.1 @@ -1,4 +1,4 @@ -.TH "MYMAIL" "0.9.5" "February 2013" "Francois Fleuret" "User Commands" +.TH "MYMAIL" "0.9.6" "March 2013" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike @@ -119,10 +119,10 @@ selects mails received during the last 8, 24, 24, 48, 7 * 24 hours, 31 * 24 hours, and 365 * 24 hours respectively. .TP \fBtoday\fR -selects mails received since last midnight +selects mails received since midnight. .TP \fByesterday\fR -selects mails received between 48h and 24h ago. +selects mails received yesterday. .TP \fBmonday\fR, \fBtuesday\fR, ..., \fBsunday\fR selects mails received the most recent such day of the week. diff --git a/mymail.c b/mymail.c index 2afeb97..10d4428 100644 --- a/mymail.c +++ b/mymail.c @@ -46,7 +46,7 @@ #include #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file" -#define VERSION "0.9.5" +#define VERSION "0.9.6" #define MAX_NB_SEARCH_CONDITIONS 32 -- 2.20.1