summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotlock/dotlock.c8
-rw-r--r--mail.local/main.c18
-rw-r--r--mail.remote/mail.remote.c56
-rw-r--r--mh/anno.c6
-rw-r--r--mh/fmtcheck.c4
-rw-r--r--mh/folder.c4
-rw-r--r--mh/forw.c6
-rw-r--r--mh/inc.c4
-rw-r--r--mh/install-mh.c4
-rw-r--r--mh/mark.c4
-rw-r--r--mh/mhl.c4
-rw-r--r--mh/mhn.c6
-rw-r--r--mh/mhpath.c4
-rw-r--r--mh/pick.c6
-rw-r--r--mh/refile.c6
-rw-r--r--mh/repl.c6
-rw-r--r--mh/rmf.c4
-rw-r--r--mh/rmm.c4
-rw-r--r--mh/scan.c4
-rw-r--r--mh/send.c6
-rw-r--r--mh/whom.c4
-rw-r--r--sieve/sieve.c16
22 files changed, 92 insertions, 92 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index bb04c681f..4bcd30de2 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -34,10 +34,10 @@ const char *program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-N_("GNU dotlock -- lock mail spool files"
- "\v"
- "Returns 0 on success, 3 if the locking the file fails because"
- " it's already locked, and 1 if some other kind of error occurred.");
+N_("GNU dotlock -- lock mail spool files\
+\v\
+Returns 0 on success, 3 if locking the file fails because\
+ it's already locked, and 1 if some other kind of error occurred.");
static char args_doc[] = N_("FILE");
diff --git a/mail.local/main.c b/mail.local/main.c
index 12bdbf88a..9962b9273 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -45,15 +45,15 @@ const char *program_version = "mail.local (" PACKAGE_STRING ")";
static char doc[] =
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-N_("GNU mail.local -- the local MDA"
- "\v"
- "Debug flags are:\n"
- " g - guimb stack traces\n"
- " T - mailutil traces (MU_DEBUG_TRACE)\n"
- " P - network protocols (MU_DEBUG_PROT)\n"
- " t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n"
- " l - sieve action logs\n"
- " 0-9 - Set mail.local debugging level\n");
+N_("GNU mail.local -- the local MDA\
+\v\
+Debug flags are:\n\
+ g - guimb stack traces\n\
+ T - mailutil traces (MU_DEBUG_TRACE)\n\
+ P - network protocols (MU_DEBUG_PROT)\n\
+ t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\
+ l - sieve action logs\n\
+ 0-9 - Set mail.local debugging level\n");
static char args_doc[] = N_("recipient [recipient ...]");
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 34cad6f22..df381b128 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -45,34 +45,34 @@ const char *program_version = "mail.remote (" PACKAGE_STRING ")";
static char doc[] =
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n"
- "\v"
- "\n"
- "An RFC2822 formatted message is read from stdin and delivered using\n"
- "the mailer. This utility can be used as a drop-in replacement\n"
- "for /bin/sendmail to forward mail directly to an SMTP gateway.\n"
- "\n"
- "The default mailer is \"sendmail:\", which is not supported by this\n"
- "utility (it is intended to be used when you don't have a working\n"
- "sendmail). You should specify your SMTP gateway by specifying\n"
- "a --mailer as something like \"smtp://mail.example.com\". This would\n"
- "normally be added to your user-specific configuration file,\n"
- " ~/.mailutils/mailutils,\n"
- "or the global configuration file,\n"
- " /etc/mailutils.rc,\n"
- "with a line such as:\n"
- " :mailer --mailer=smtp://mail.example.com\n"
- "\n"
- "If not explicitly specified, the default from address is derived from the\n"
- "\"From:\" field in the message, if present, or the default user's email\n"
- "address if not present.\n"
- "\n"
- "If not explicitly specified, the default to addresses are derived from the\n"
- "\"To:\", \"Cc:\", and \"Bcc:\" fields in the message.\n"
- "\n"
- "If --debug is specified, the envelope commands in the SMTP protocol\n"
- "transaction will be printed to stdout. If specified more than once,\n"
- "the data part of the protocol transaction will also be printed to stdout.\n");
+N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n\
+\v\
+\n\
+An RFC2822 formatted message is read from stdin and delivered using\n\
+the mailer. This utility can be used as a drop-in replacement\n\
+for /bin/sendmail to forward mail directly to an SMTP gateway.\n\
+\n\
+The default mailer is \"sendmail:\", which is not supported by this\n\
+utility (it is intended to be used when you don't have a working\n\
+sendmail). You should specify your SMTP gateway by specifying\n\
+a --mailer as something like \"smtp://mail.example.com\". This would\n\
+normally be added to your user-specific configuration file,\n\
+ ~/.mailutils/mailutils,\n\
+or the global configuration file,\n\
+ /etc/mailutils.rc,\n\
+with a line such as:\n\
+ :mailer --mailer=smtp://mail.example.com\n\
+\n\
+If not explicitly specified, the default from address is derived from the\n\
+\"From:\" field in the message, if present, or the default user's email\n\
+address if not present.\n\
+\n\
+If not explicitly specified, the default to addresses are derived from the\n\
+\"To:\", \"Cc:\", and \"Bcc:\" fields in the message.\n\
+\n\
+If --debug is specified, the envelope commands in the SMTP protocol\n\
+transaction will be printed to stdout. If specified more than once,\n\
+the data part of the protocol transaction will also be printed to stdout.\n");
static struct argp_option options[] = {
{"from", 'f', N_("ADDR"), 0, N_("Override the default from address")},
diff --git a/mh/anno.c b/mh/anno.c
index 17e4ed0bb..d81465c94 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -22,9 +22,9 @@
const char *program_version = "anno (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH anno\v"
-"Options marked with `*' are not yet implemented.\n"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH anno\v\
+Options marked with `*' are not yet implemented.\n\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[msg [msg...]]");
/* GNU options */
diff --git a/mh/fmtcheck.c b/mh/fmtcheck.c
index 1038b6dad..4194a973c 100644
--- a/mh/fmtcheck.c
+++ b/mh/fmtcheck.c
@@ -22,8 +22,8 @@
const char *program_version = "fmtcheck (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH fmtcheck\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH fmtcheck\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "";
/* GNU options */
diff --git a/mh/folder.c b/mh/folder.c
index 50fe026c1..8955b96b5 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -35,8 +35,8 @@
const char *program_version = "folder (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH folder\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH folder\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[action] [msg]");
static struct argp_option options[] = {
diff --git a/mh/forw.c b/mh/forw.c
index 2b7fbf900..b1f6c90ff 100644
--- a/mh/forw.c
+++ b/mh/forw.c
@@ -22,9 +22,9 @@
const char *program_version = "forw (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH forw\v"
-"Options marked with `*' are not yet implemented.\n"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH forw\v\
+Options marked with `*' are not yet implemented.\n\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "[msgs]";
/* GNU options */
diff --git a/mh/inc.c b/mh/inc.c
index a9476f2aa..764b72cd3 100644
--- a/mh/inc.c
+++ b/mh/inc.c
@@ -22,8 +22,8 @@
const char *program_version = "inc (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH inc\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH inc\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder]");
/* GNU options */
diff --git a/mh/install-mh.c b/mh/install-mh.c
index 941af4c01..3430b5248 100644
--- a/mh/install-mh.c
+++ b/mh/install-mh.c
@@ -20,8 +20,8 @@
const char *program_version = "install-mh (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH install-mh\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH install-mh\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "";
/* GNU options */
diff --git a/mh/mark.c b/mh/mark.c
index 0a40cc50f..1fcdc0a00 100644
--- a/mh/mark.c
+++ b/mh/mark.c
@@ -20,8 +20,8 @@
const char *program_version = "mark (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH mark\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH mark\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "[msgs...]";
/* GNU options */
diff --git a/mh/mhl.c b/mh/mhl.c
index 225d57a8e..31ee01490 100644
--- a/mh/mhl.c
+++ b/mh/mhl.c
@@ -24,8 +24,8 @@
const char *program_version = "mhl (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH mhl\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH mhl\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[files]");
/* GNU options */
diff --git a/mh/mhn.c b/mh/mhn.c
index ee88ff44e..b47d833f0 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -27,9 +27,9 @@
const char *program_version = "mhn (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH mhn\v"
-"Options marked with `*' are not yet implemented.\n"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH mhn\v\
+Options marked with `*' are not yet implemented.\n\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "[msgs]";
static struct argp_option options[] = {
diff --git a/mh/mhpath.c b/mh/mhpath.c
index b1e90cfb2..38ba90cde 100644
--- a/mh/mhpath.c
+++ b/mh/mhpath.c
@@ -22,8 +22,8 @@
const char *program_version = "mhpath (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH mhpath\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH mhpath\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msgs]");
/* GNU options */
diff --git a/mh/pick.c b/mh/pick.c
index 77511c0d3..f60a30fb1 100644
--- a/mh/pick.c
+++ b/mh/pick.c
@@ -28,9 +28,9 @@
const char *program_version = "pick (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH pick\v"
-"Options marked with `*' are not yet implemented.\n"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH pick\v\
+Options marked with `*' are not yet implemented.\n\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[messages]");
/* GNU options */
diff --git a/mh/refile.c b/mh/refile.c
index a7ec3c411..d58635a24 100644
--- a/mh/refile.c
+++ b/mh/refile.c
@@ -27,9 +27,9 @@
const char *program_version = "refile (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH refile\v"
-"Options marked with `*' are not yet implemented.\n"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH refile\v\
+Options marked with `*' are not yet implemented.\n\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("messages folder [folder...]");
/* GNU options */
diff --git a/mh/repl.c b/mh/repl.c
index 31dfc9815..2e1e352cc 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -24,9 +24,9 @@
const char *program_version = "reply (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH repl\v"
-"Options marked with `*' are not yet implemented.\n"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH repl\v\
+Options marked with `*' are not yet implemented.\n\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msg]");
diff --git a/mh/rmf.c b/mh/rmf.c
index 2c7354c53..9bdfa43d0 100644
--- a/mh/rmf.c
+++ b/mh/rmf.c
@@ -31,8 +31,8 @@
const char *program_version = "rmf (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH rmf\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH rmf\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder]");
/* GNU options */
diff --git a/mh/rmm.c b/mh/rmm.c
index 439780e2a..e2c2f9f52 100644
--- a/mh/rmm.c
+++ b/mh/rmm.c
@@ -22,8 +22,8 @@
const char *program_version = "rmm (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH rmm\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH rmm\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msgs]");
/* GNU options */
diff --git a/mh/scan.c b/mh/scan.c
index d2117ca92..7ddb7f705 100644
--- a/mh/scan.c
+++ b/mh/scan.c
@@ -29,8 +29,8 @@
const char *program_version = "scan (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH scan\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH scan\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msgs]");
/* GNU options */
diff --git a/mh/send.c b/mh/send.c
index db3f54854..94c94f2a6 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -26,9 +26,9 @@
const char *program_version = "send (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH send\v"
-"Options marked with `*' are not yet implemented.\n"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH send\v\
+Options marked with `*' are not yet implemented.\n\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("file [file...]");
diff --git a/mh/whom.c b/mh/whom.c
index a24a00727..329a71218 100644
--- a/mh/whom.c
+++ b/mh/whom.c
@@ -20,8 +20,8 @@
const char *program_version = "whom (" PACKAGE_STRING ")";
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-static char doc[] = N_("GNU MH whom\v"
-"Use -help to obtain the list of traditional MH options.");
+static char doc[] = N_("GNU MH whom\v\
+Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "[file]";
/* GNU options */
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 5a6cfe1d9..59669d267 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -51,14 +51,14 @@ const char *program_version = "sieve (" PACKAGE_STRING ")";
static char doc[] =
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-N_("GNU sieve -- a mail filtering tool\n"
-"\v"
-"Debug flags:\n"
-" g - main parser traces\n"
-" T - mailutil traces (MU_DEBUG_TRACE)\n"
-" P - network protocols (MU_DEBUG_PROT)\n"
-" t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n"
-" i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n");
+N_("GNU sieve -- a mail filtering tool\n\
+\v\
+Debug flags:\n\
+ g - main parser traces\n\
+ T - mailutil traces (MU_DEBUG_TRACE)\n\
+ P - network protocols (MU_DEBUG_PROT)\n\
+ t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\
+ i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n");
#define D_DEFAULT "TPt"

Return to:

Send suggestions and report system problems to the System administrator.