summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail.remote/mail.remote.c2
-rw-r--r--sieve/sieve.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 783abc10f..949e9aed6 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -47,7 +47,7 @@
47 47
48const char *program_version = "mail.remote (" PACKAGE_STRING ")"; 48const char *program_version = "mail.remote (" PACKAGE_STRING ")";
49static char doc[] = 49static char doc[] =
50N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n") 50N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery")
51"\v" 51"\v"
52N_("This is a simple drop-in replacement for sendmail to forward mail directly\n\ 52N_("This is a simple drop-in replacement for sendmail to forward mail directly\n\
53to an SMTP gateway.\n\ 53to an SMTP gateway.\n\
diff --git a/sieve/sieve.c b/sieve/sieve.c
index d3f8f3690..34804451b 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -49,7 +49,7 @@
49const char *program_version = "sieve (" PACKAGE_STRING ")"; 49const char *program_version = "sieve (" PACKAGE_STRING ")";
50 50
51static char doc[] = 51static char doc[] =
52N_("GNU sieve -- a mail filtering tool\n") 52N_("GNU sieve -- a mail filtering tool")
53"\v" 53"\v"
54N_("Debug flags:\n\ 54N_("Debug flags:\n\
55 g - main parser traces\n\ 55 g - main parser traces\n\

Return to:

Send suggestions and report system problems to the System administrator.