summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 11:20:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 11:20:59 +0000
commit134476947b33d46e056a6e43b47d92dccd7eae7d (patch)
tree15f2fe0fc6b1d38dcc5c7cae7c691174ca7efb75 /mail.remote
parent94dc67452e2f169c65b7defcf72b8ac0af843157 (diff)
downloadmailutils-134476947b33d46e056a6e43b47d92dccd7eae7d.tar.gz
mailutils-134476947b33d46e056a6e43b47d92dccd7eae7d.tar.bz2
Reverted \v changes. Failed experiment.
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 f38676ecb..0d94304f9 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"
48N_("An RFC2822 formatted message is read from stdin and delivered using\n" 48 "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.