summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mh/repl.c b/mh/repl.c
index 39ee1f7c6..63cd65e08 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -157,6 +157,7 @@ static struct mu_option options[] = {
{ "whatnowproc", 0, N_("PROG"), MU_OPTION_DEFAULT,
N_("set the replacement for whatnow program"),
mu_c_string, NULL, set_whatnowproc },
+ /* TRANSLATORS: "whatnowproc" is the variable name */
{ "nowhatnowproc", 0, NULL, MU_OPTION_DEFAULT,
N_("don't run whatnowproc"),
mu_c_int, &wh_env.nowhatnowproc, NULL, "1" },
@@ -177,7 +178,7 @@ static char default_format_str[] =
"%(void Re:)%>) %(void(unre{subject}))%(trim)%(putstr)%>\n"
"%(lit)%<(in_reply_to)%(void(width))%(printhdr In-reply-to: )\\n%>"
"%(lit)%<(references)%(void(width))%(printhdr References: )\\n%>"
- "X-Mailer: MH (%(package_string))\n"
+ "User-Agent: MH (%(package_string))\n"
"--------\n";
void

Return to:

Send suggestions and report system problems to the System administrator.