Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 10 Apr 2013 08:43:26 +0000 (10:43 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 10 Apr 2013 08:43:26 +0000 (10:43 +0200)
mymail-vm.el
mymail.1
mymail.c

index 5d31d6a..8486d5d 100644 (file)
@@ -24,7 +24,7 @@
 
 (defgroup mymail ()
   "Command to visit a folder build on-the-fly with mymail"
-  :version "0.9.5")
+  :version "0.9.8")
 
 (defcustom mymail/default-additional-search-requests ""
   "Comma-separated list of search requests to add to any search"
index 6caa8ea..82ce908 100644 (file)
--- a/mymail.1
+++ b/mymail.1
@@ -51,7 +51,7 @@ set the mbox filename pattern for recursive search
 matching mails in the db file. Multiple search requests can be
 combined, and only mails fulfilling all of them will be extracted.
 .TP
-\fB-d <db filename>\fR, \fB--db-file-generate <db filename>\fR
+\fB-d <db filename>\fR, \fB--db-file-output <db filename>\fR
 set the db filename for indexing
 .TP
 \fB-i\fR, \fB--index\fR
@@ -78,7 +78,7 @@ defaut value for the --db-root argument
 defaut value for the --db-list argument
 .TP
 \fBMYMAIL_DB_FILE\fR
-defaut value for the --db-file-generate argument
+defaut value for the --db-file-output argument
 
 .SH "SEARCH CONDITIONS"
 
@@ -132,7 +132,7 @@ The command
 
 .P
 .nf
-.B mymail --db-file-generate /tmp/mymail/2010-2011/mymail.db \e
+.B mymail --db-file-output /tmp/mymail/2010-2011/mymail.db \e
 .B \ \ \ \ \ \ \ --index \e
 .B \ \ \ \ \ \ \ ~/archives/mails/2010 ~/archives/mails/2011
 
index a29fedb..e802be1 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -229,7 +229,7 @@ void print_usage(FILE *out) {
   fprintf(out, "         set the mbox filename pattern for recursive search\n");
   fprintf(out, " -s <search pattern>, --search <search pattern>\n");
   fprintf(out, "         search for matching mails in the db file\n");
-  fprintf(out, " -d <db filename>, --db-file-generate <db filename>\n");
+  fprintf(out, " -d <db filename>, --db-file-output <db filename>\n");
   fprintf(out, "         set the db filename for indexing\n");
   fprintf(out, " -i, --index\n");
   fprintf(out, "         index mails\n");
@@ -739,7 +739,7 @@ static struct option long_options[] = {
   { "version", no_argument, 0, 'v' },
   { "quiet", no_argument, 0, 'q' },
   { "use-leading-time", no_argument, 0, 't' },
-  { "db-file-generate", 1, 0, 'd' },
+  { "db-file-output", 1, 0, 'd' },
   { "db-pattern", 1, 0, 'p' },
   { "db-root", 1, 0, 'r' },
   { "db-list", 1, 0, 'l' },