dovecot-2.0-pigeonhole: Last change did not even compile.
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Sat Sep 17 01:32:06 EEST 2011
details: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/7cd2dce9ab6b
changeset: 1531:7cd2dce9ab6b
user: Stephan Bosch <stephan at rename-it.nl>
date: Sat Sep 17 00:31:55 2011 +0200
description:
Last change did not even compile.
diffstat:
src/plugins/lda-sieve/lda-sieve-plugin.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 296bb15850b4 -r 7cd2dce9ab6b src/plugins/lda-sieve/lda-sieve-plugin.c
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c Sat Sep 17 00:00:03 2011 +0200
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c Sat Sep 17 00:31:55 2011 +0200
@@ -63,8 +63,8 @@
if ( mdctx == NULL )
return NULL;
- if ( mdxtx->dest_user == NULL ||
- (value=mail_user_plugin_getenv(mail_user, identifier)) == NULL ) {
+ if ( mdctx->dest_user == NULL ||
+ (value=mail_user_plugin_getenv(mdctx->dest_user, identifier)) == NULL ) {
if ( strcmp(identifier, "recipient_delimiter") == 0 )
value = mdctx->set->recipient_delimiter;
}
More information about the dovecot-cvs
mailing list