From 94fbfa03a718d47c926dde6dd6b16fa14e92328c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 10 Apr 2013 10:43:26 +0200 Subject: [PATCH] Cosmetics. --- mymail-vm.el | 2 +- mymail.1 | 6 +++--- mymail.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mymail-vm.el b/mymail-vm.el index 5d31d6a..8486d5d 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -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" diff --git a/mymail.1 b/mymail.1 index 6caa8ea..82ce908 100644 --- 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 \fR, \fB--db-file-generate \fR +\fB-d \fR, \fB--db-file-output \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 diff --git a/mymail.c b/mymail.c index a29fedb..e802be1 100644 --- 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 \n"); fprintf(out, " search for matching mails in the db file\n"); - fprintf(out, " -d , --db-file-generate \n"); + fprintf(out, " -d , --db-file-output \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' }, -- 2.20.1