dovecot: Give MAIL_INDEX_VIEW_SYNC_FLAG_NOEXPUNGES a non-zero va...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 18 01:01:09 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/9ebd052d07b0
changeset: 5766:9ebd052d07b0
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 18 01:01:02 2007 +0300
description:
Give MAIL_INDEX_VIEW_SYNC_FLAG_NOEXPUNGES a non-zero value so it actually
works

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-index/mail-index.h |    2 +-

diffs (12 lines):

diff -r 401710b07708 -r 9ebd052d07b0 src/lib-index/mail-index.h
--- a/src/lib-index/mail-index.h	Mon Jun 18 00:52:48 2007 +0300
+++ b/src/lib-index/mail-index.h	Mon Jun 18 01:01:02 2007 +0300
@@ -109,7 +109,7 @@ enum mail_index_sync_type {
 
 enum mail_index_view_sync_flags {
 	/* Don't sync expunges */
-	MAIL_INDEX_VIEW_SYNC_FLAG_NOEXPUNGES
+	MAIL_INDEX_VIEW_SYNC_FLAG_NOEXPUNGES	= 0x01
 };
 
 struct mail_index_sync_rec {


More information about the dovecot-cvs mailing list