dovecot-2.2: replication plugin: Notify replicator also for chan...

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 19 09:32:57 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/556d05100810
changeset: 15839:556d05100810
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 19 09:32:11 2013 +0200
description:
replication plugin: Notify replicator also for changes in public mailboxes.

diffstat:

 src/plugins/replication/replication-plugin.c |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (14 lines):

diff -r 0e236dd1bad3 -r 556d05100810 src/plugins/replication/replication-plugin.c
--- a/src/plugins/replication/replication-plugin.c	Tue Feb 19 08:54:32 2013 +0200
+++ b/src/plugins/replication/replication-plugin.c	Tue Feb 19 09:32:11 2013 +0200
@@ -186,10 +186,6 @@
 		return;
 	}
 
-	if (ns->owner == NULL) {
-		/* public namespace. we can't handle this for now. */
-		return;
-	}
 	ruser = REPLICATION_USER_CONTEXT(ns->owner);
 
 	if (priority == REPLICATION_PRIORITY_SYNC) {


More information about the dovecot-cvs mailing list