summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authoruid65697 <uid65697>2003-12-25 10:56:53 +0000
committeruid65697 <uid65697>2003-12-25 10:56:53 +0000
commit7f9a8e30f1578c9365e1e73720fc89346a5b34d2 (patch)
tree1010f6207185eb08f8e2573194dc58577f26517a /sieve
parent6fac0302e521067ef544034287dedbf25a2912c3 (diff)
downloadmailutils-7f9a8e30f1578c9365e1e73720fc89346a5b34d2.tar.gz
mailutils-7f9a8e30f1578c9365e1e73720fc89346a5b34d2.tar.bz2
Added translators' comment
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index aaf52c890..007f29e2e 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -51,2 +51,4 @@ 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"
@@ -511,2 +513,3 @@ mutil_register_all_mbox_formats (void)
list_append (bookie, mh_record);
+ list_append (bookie, maildir_record);
list_append (bookie, sendmail_record);

Return to:

Send suggestions and report system problems to the System administrator.