summaryrefslogtreecommitdiff
path: root/libsieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-07 15:06:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-07 15:06:59 +0000
commit0386f3ca8c159363bd8c862e79b35ec776dd5aa8 (patch)
tree013a261ea78167b8ee4a631fcbbe8478f5201f07 /libsieve
parent1032b7723bba928d0b8dd44b0f2c88fa6c7df606 (diff)
downloadmailutils-0386f3ca8c159363bd8c862e79b35ec776dd5aa8.tar.gz
mailutils-0386f3ca8c159363bd8c862e79b35ec776dd5aa8.tar.bz2
(regex_comparator): Fix error diagnostics
Diffstat (limited to 'libsieve')
-rw-r--r--libsieve/extensions/vacation.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsieve/extensions/vacation.c b/libsieve/extensions/vacation.c
index 7369f3d74..d141c377d 100644
--- a/libsieve/extensions/vacation.c
+++ b/libsieve/extensions/vacation.c
@@ -202,7 +202,7 @@ regex_comparator (void *item, void *data)
REG_EXTENDED | REG_NOSUB | REG_NEWLINE | REG_ICASE))
{
mu_sieve_error (d->mach,
- _("%d: cannot compile regular expression \"%s\"\n"),
+ _("%d: cannot compile regular expression \"%s\""),
mu_sieve_get_message_num (d->mach),
item);
return 0;
@@ -434,6 +434,8 @@ vacation_subject (mu_sieve_machine_t mach, mu_list_t tags,
if (rc)
{
mu_sieve_error (mach,
+ /* TRANSLATORS: 'vacation' is the name of the
+ Sieve action. Do not translate it! */
_("%d: vacation - cannot compile reply prefix regexp: %s: %s"),
mu_sieve_get_message_num (mach),
mu_strerror (rc),

Return to:

Send suggestions and report system problems to the System administrator.