summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-12-23 13:34:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-12-23 13:34:17 +0200
commit807f3d246e0dbe13da92328dc5dc47ca9f6d504a (patch)
tree05ed8f5c3dcccf0ed96e9f503c955db358754468 /mh/repl.c
parentd3269a42e81d5df9aadae7b5cdf2e69d7dc0efc0 (diff)
downloadmailutils-807f3d246e0dbe13da92328dc5dc47ca9f6d504a.tar.gz
mailutils-807f3d246e0dbe13da92328dc5dc47ca9f6d504a.tar.bz2
Bugfixes
* libmailutils/base/lcall.c (mu_parse_lc_all): Allow for arg==NULL. * mh/Makefile.am: Define mhlibdir. * mh/pick.y (match_header): Use sget accessors. * mh/repl.c: Accept -noquery silently.
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/repl.c b/mh/repl.c
index 93bcdafc1..bbf5033c7 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -221,8 +221,9 @@ opt_handler (int key, char *arg, struct argp_state *state)
break;
case ARG_QUERY:
- mh_opt_notimpl_warning ("-inplace");
query_mode = is_true (arg);
+ if (query_mode)
+ mh_opt_notimpl_warning ("-query");
break;
case ARG_FILTER:

Return to:

Send suggestions and report system problems to the System administrator.