summaryrefslogtreecommitdiff
path: root/sieve/sieve.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-27 19:33:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-27 19:33:04 +0000
commitf767ae4103253efd31b6c2da01aca696402f8f46 (patch)
treeb1b596803b5275bcc83a41da0b72bf88ee46d7a1 /sieve/sieve.c
parentd7fe456f61e86d8bfeffb6a4557ddb7512326d1c (diff)
downloadmailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.gz
mailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.bz2
Added missing N_() markers.
Diffstat (limited to 'sieve/sieve.c')
-rw-r--r--sieve/sieve.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 986ca8398..bfa6c2e89 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -73,19 +73,19 @@ static struct argp_option options[] =
{"dump", 'D', 0, 0,
N_("Compile script, dump disassembled sieve code to terminal and exit"), 0 },
- {"mbox-url", 'f', "MBOX", 0,
+ {"mbox-url", 'f', N_("MBOX"), 0,
N_("Mailbox to sieve (defaults to user's mail spool)"), 0},
- {"ticket", 't', "TICKET", 0,
+ {"ticket", 't', N_("TICKET"), 0,
N_("Ticket file for mailbox authentication"), 0},
- {"debug", 'd', "FLAGS", OPTION_ARG_OPTIONAL,
+ {"debug", 'd', N_("FLAGS"), OPTION_ARG_OPTIONAL,
N_("Debug flags (defaults to \"" D_DEFAULT "\")"), 0},
{"verbose", 'v', NULL, 0,
N_("Log all actions"), 0},
- {"email", 'e', "ADDRESS", 0,
+ {"email", 'e', N_("ADDRESS"), 0,
N_("Override user email address"), 0},
{0}

Return to:

Send suggestions and report system problems to the System administrator.