summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 08:14:41 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 08:14:41 +0000
commitb6454ea9060aa399e44bb3fddc37b6cfb6156734 (patch)
treea210e8d66553b6f3cf12a6353e73a630047b461a /mail.remote
parent817264b8e300f35e6f5cd9c264a7c0dd30f34858 (diff)
downloadmailutils-b6454ea9060aa399e44bb3fddc37b6cfb6156734.tar.gz
mailutils-b6454ea9060aa399e44bb3fddc37b6cfb6156734.tar.bz2
Exclude '\v' from xgettext markers.
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/mail.remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 0d94304f9..f38676ecb 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -39,16 +39,16 @@
#include <mailutils/registrar.h>
#include <mailutils/stream.h>
#include <mailutils/nls.h>
const char *argp_program_version = "mail.remote (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\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"
+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"

Return to:

Send suggestions and report system problems to the System administrator.