dovecot-2.2: replicator: Use -N parameter for dsync (replicate a...

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 19 08:36:08 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/fc2dca0b54c5
changeset: 15837:fc2dca0b54c5
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 19 08:35:57 2013 +0200
description:
replicator: Use -N parameter for dsync (replicate all visible namespaces).

diffstat:

 src/replication/replicator/doveadm-connection.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 607758d425e7 -r fc2dca0b54c5 src/replication/replicator/doveadm-connection.c
--- a/src/replication/replicator/doveadm-connection.c	Tue Feb 19 08:35:23 2013 +0200
+++ b/src/replication/replicator/doveadm-connection.c	Tue Feb 19 08:35:57 2013 +0200
@@ -206,7 +206,7 @@
 		cmd = t_str_new(256);
 		str_append_c(cmd, '\t');
 		str_append_tabescaped(cmd, username);
-		str_printfa(cmd, "\tsync\t-d\t-l\t%u", DSYNC_LOCK_TIMEOUT_SECS);
+		str_printfa(cmd, "\tsync\t-d\t-N\t-l\t%u", DSYNC_LOCK_TIMEOUT_SECS);
 		if (full)
 			str_append(cmd, "\t-f");
 		str_append(cmd, "\t-s\t");


More information about the dovecot-cvs mailing list