Increased the version number.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 22 Mar 2013 16:27:29 +0000 (17:27 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 22 Mar 2013 16:27:29 +0000 (17:27 +0100)
mymail.1
mymail.c

index 0c4c4c7..cd76dc1 100644 (file)
--- 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 <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
 
 \" This man page was written by Francois Fleuret <francois@fleuret.org>
 \" 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
 24 hours, and 365 * 24 hours respectively.
 .TP
 \fBtoday\fR
-selects mails received since last midnight
+selects mails received since midnight.
 .TP
 \fByesterday\fR
 .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.
 .TP
 \fBmonday\fR, \fBtuesday\fR, ..., \fBsunday\fR
 selects mails received the most recent such day of the week.
index 2afeb97..10d4428 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -46,7 +46,7 @@
 #include <time.h>
 
 #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file"
 #include <time.h>
 
 #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file"
-#define VERSION "0.9.5"
+#define VERSION "0.9.6"
 
 #define MAX_NB_SEARCH_CONDITIONS 32
 
 
 #define MAX_NB_SEARCH_CONDITIONS 32