- Jul 26, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Avoid using a Sieve error handler directly.
-
Stephan Bosch authored
-
- Jul 25, 2019
-
-
Stephan Bosch authored
lib-sieve: sieve-error - Compose both the event and the error handler log message once using the event API.
-
Stephan Bosch authored
Before, it used format string and arguments.
-
Stephan Bosch authored
-
Stephan Bosch authored
sieve-tools: sieve-test - Use the new result message amendment callback rather than the prefix error handler.
-
Stephan Bosch authored
sieve-tools: sieve-filter - Use the new result message amendment callback rather than the prefix error handler.
-
Stephan Bosch authored
plugins: lda-sieve: Use the new result message amendment callback rather than a special error handler.
-
Stephan Bosch authored
-
Stephan Bosch authored
Before it always used the name of the action definition, which is confusing e.g. for the keep and fileinto actions, which both map to the same "store" action definition.
-
Stephan Bosch authored
This allows logging action messages through a different (child) event.
-
- Jul 19, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Applies to Sieve actions being executed.
-
Stephan Bosch authored
Applies to Sieve scripts being evaluated before the actual action execution.
-
Stephan Bosch authored
Applies to Sieve scripts being executed in general.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Always associate a pool with the execute context.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: sieve-result - Make direct result pointer avalable as local variable in sieve_result_unref().
-
Stephan Bosch authored
This allows passing error parameters struct from sieve_critical*().
-
Stephan Bosch authored
-
Stephan Bosch authored
It is no longer used.
-
Stephan Bosch authored
-
Stephan Bosch authored
This prevents segfaults e.g. when dovecot/lib wants to log errors at lib_deinit().
-
- Jul 17, 2019
-
-
Timo Sirainen authored
Trying to get them as shared instead of as private resulted in failure.
-