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
@@ -49,6 +49,8 @@ void mutil_register_all_mbox_formats (void);
49const char *program_version = "sieve (" PACKAGE_STRING ")"; 49const char *program_version = "sieve (" PACKAGE_STRING ")";
50 50
51static char doc[] = 51static char doc[] =
52/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
53 in this message */
52N_("GNU sieve -- a mail filtering tool\n" 54N_("GNU sieve -- a mail filtering tool\n"
53"\v" 55"\v"
54"Debug flags:\n" 56"Debug flags:\n"
@@ -509,6 +511,7 @@ mutil_register_all_mbox_formats (void)
509 list_append (bookie, pop_record); 511 list_append (bookie, pop_record);
510 list_append (bookie, imap_record); 512 list_append (bookie, imap_record);
511 list_append (bookie, mh_record); 513 list_append (bookie, mh_record);
514 list_append (bookie, maildir_record);
512 list_append (bookie, sendmail_record); 515 list_append (bookie, sendmail_record);
513 list_append (bookie, smtp_record); 516 list_append (bookie, smtp_record);
514} 517}

Return to:

Send suggestions and report system problems to the System administrator.