dovecot-1.2: virtual: Fixed to work with the previous CONDSTORE ...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jun 21 10:10:44 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/b1784b48821d
changeset: 7918:b1784b48821d
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jun 21 09:52:26 2008 +0300
description:
virtual: Fixed to work with the previous CONDSTORE commit.

diffstat:

1 file changed, 1 insertion(+)
src/plugins/virtual/virtual-storage.c |    1 +

diffs (11 lines):

diff -r ca2ff54ee9b4 -r b1784b48821d src/plugins/virtual/virtual-storage.c
--- a/src/plugins/virtual/virtual-storage.c	Sat Jun 21 09:22:44 2008 +0300
+++ b/src/plugins/virtual/virtual-storage.c	Sat Jun 21 09:52:26 2008 +0300
@@ -522,6 +522,7 @@ struct mailbox virtual_mailbox = {
 		index_transaction_begin,
 		index_transaction_commit,
 		index_transaction_rollback,
+		index_transaction_set_max_modseq,
 		index_keywords_create,
 		index_keywords_free,
 		index_storage_get_seq_range,


More information about the dovecot-cvs mailing list