Commit ea09d596 ea09d5968982bc8da30d19593df984133e2a4e5e by Sergey Poznyakoff

Updated

1 parent bf77e1c1
2005-02-25 Sergey Poznyakoff
* NEWS: Updated
* include/mailutils/libsieve.h (sieve_get_identifier): New
function.
(sieve_arg_error): New function.
* libsieve/actions.c: Removed spurions indications of action
names in diagnostic messages. Sieve_error prepends them
automatically now.
* libsieve/tests.c: Likewise.
* libsieve/extensions/list.c: Likewise.
* libsieve/extensions/timestamp.c: Likewise.
* libsieve/extensions/vacation.c: Likewise.
* libsieve/runtime.c (instr_action,instr_test): Update
mach->identifier.
* libsieve/sieve.h (struct sieve_machine.identifier): New
field.
* libsieve/util.c (sieve_value_create): Bugfix.
(sieve_error): Prepend action or test identifier to the diagnostic
message.
(sieve_arg_error): New function.
* po/POTFILES.in: Updated
2005-02-24 Sergey Poznyakoff
Update by gnulib-sync.
......
......@@ -8,8 +8,19 @@ Version 0.6.1:
* libsieve: New action 'vacation'
* imap4d: Implemented SASL authentication using LOGIN and PLAIN mechanisms.
* New SQL driver: odbc
* Ukrainian localization
* Bugfixes
** Fixed possible mailbox corruption in imap4d
** imap4d subscribe/unsubscribe was not working
** Fixed displaying mail headers in different languages (mail,frm,from)
** SQL authentication: prevent sql injection attacks
Version 0.6:
......
......@@ -47,6 +47,10 @@ libsieve/sieve.l
libsieve/sieve.y
libsieve/tests.c
libsieve/util.c
libsieve/extensions/vacation.c
libsieve/extensions/list.c
libsieve/extensions/spamd.c
libsieve/extensions/timestamp.c
mail/alias.c
mail/alt.c
......