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
@@ -42,10 +42,10 @@
42 42
43const char *argp_program_version = "mail.remote (" PACKAGE_STRING ")"; 43const char *argp_program_version = "mail.remote (" PACKAGE_STRING ")";
44static char doc[] = 44static char doc[] =
45N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n" 45N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n")
46 "\v" 46 "\v"
47 "\n" 47 "\n"
48 "An RFC2822 formatted message is read from stdin and delivered using\n" 48N_("An RFC2822 formatted message is read from stdin and delivered using\n"
49 "the mailer. This utility can be used as a drop-in replacement\n" 49 "the mailer. This utility can be used as a drop-in replacement\n"
50 "for /bin/sendmail to forward mail directly to an SMTP gateway.\n" 50 "for /bin/sendmail to forward mail directly to an SMTP gateway.\n"
51 "\n" 51 "\n"

Return to:

Send suggestions and report system problems to the System administrator.