dovecot-2.2-pigeonhole: lib-sieve: script storage: Sieve mailbox...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Oct 20 19:55:11 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/9ff5fac3f7a8
changeset: 2119:9ff5fac3f7a8
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Oct 20 21:54:49 2015 +0200
description:
lib-sieve: script storage: Sieve mailbox attributes use an external storage, so they don't need to be synced explicitly with any mail storage backend.
Patch by Timo Sirainen.

diffstat:

 src/lib-sieve/sieve-storage-sync.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d64153bf5352 -r 9ff5fac3f7a8 src/lib-sieve/sieve-storage-sync.c
--- a/src/lib-sieve/sieve-storage-sync.c	Tue Oct 20 13:57:48 2015 +0200
+++ b/src/lib-sieve/sieve-storage-sync.c	Tue Oct 20 21:54:49 2015 +0200
@@ -72,7 +72,7 @@
 		return -1;
 	}
 
-	*trans_r = mailbox_transaction_begin(inbox, 0);	
+	*trans_r = mailbox_transaction_begin(inbox, MAILBOX_TRANSACTION_FLAG_EXTERNAL);	
 	return 1;
 }
 


More information about the dovecot-cvs mailing list