commit e48315dc9225df7eefb89989d1b0dc526b285984
parent 0ccb1ca4e9caad14d3a99362455238ad7fb552de
Author: Tristan Chabredier <wwp@claws-mail.org>
Date: Sat, 20 Nov 2010 15:34:49 +0000
2010-11-20 [wwp] 3.7.7cvs2
* src/main.c
Fix either a typo or an irrelevant iff word there.
IMO type and recursive possible values should be changed to
smth simple and neat here, and help strings be really
translatable.
Diffstat:
4 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-20 [wwp] 3.7.7cvs2
+
+ * src/main.c
+ Fix either a typo or an irrelevant iff word there.
+ IMO type and recursive possible values should be changed to
+ smth simple and neat here, and help strings be really
+ translatable.
+
2010-11-20 [colin] 3.7.7cvs1
* AUTHORS
diff --git a/PATCHSETS b/PATCHSETS
@@ -4063,3 +4063,4 @@
( cvs diff -u -r 1.36.2.188 -r 1.36.2.189 src/common/utils.c; ) > 3.7.6cvs65.patchset
( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 po/ca.po; cvs diff -u -r 1.9.2.19 -r 1.9.2.20 po/cs.po; cvs diff -u -r 1.58.2.47 -r 1.58.2.48 po/de.po; cvs diff -u -r 1.60.2.61 -r 1.60.2.62 po/es.po; cvs diff -u -r 1.1.2.25 -r 1.1.2.26 po/fi.po; cvs diff -u -r 1.42.2.51 -r 1.42.2.52 po/fr.po; cvs diff -u -r 1.5.2.17 -r 1.5.2.18 po/hu.po; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/id.po; cvs diff -u -r 1.50.2.39 -r 1.50.2.40 po/pt_BR.po; cvs diff -u -r 1.2.2.30 -r 1.2.2.31 po/sk.po; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/uk.po; ) > 3.7.6cvs66.patchset
( cvs diff -u -r 1.100.2.75 -r 1.100.2.76 AUTHORS; ) > 3.7.7cvs1.patchset
+( cvs diff -u -r 1.115.2.231 -r 1.115.2.232 src/main.c; ) > 3.7.7cvs2.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=7
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/main.c b/src/main.c
@@ -1922,7 +1922,7 @@ static void parse_cmd_opt(int argc, char *argv[])
g_print("%s\n", _(" folder ex.: \"#mh/Mailbox/inbox\" or \"Mail\""));
g_print("%s\n", _(" type: s[ubject],f[rom],t[o],e[xtended],m[ixed] or g: tag"));
g_print("%s\n", _(" request: search string"));
- g_print("%s\n", _(" recursive: false iff arg. starts with 0, n, N, f or F"));
+ g_print("%s\n", _(" recursive: false if arg. starts with 0, n, N, f or F"));
g_print("%s\n", _(" --send send all queued messages"));
g_print("%s\n", _(" --status [folder]... show the total number of messages"));