[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c,
1.144, 1.145
cras at dovecot.org
cras at dovecot.org
Fri Apr 14 15:30:24 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv15869/index/mbox
Modified Files:
mbox-storage.c
Log Message:
Optimized searching a bit for cases where we can restrict search range by
simply looking at sequence sets. Also optimized some deleted/seen flag
searches where no results would be found. Added search_next_update_seq()
virtual method which allows plugins to restrict the search range (eg.
allowing indexed text search plugins).
Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- mbox-storage.c 14 Apr 2006 11:14:08 -0000 1.144
+++ mbox-storage.c 14 Apr 2006 12:30:22 -0000 1.145
@@ -1125,6 +1125,7 @@
index_storage_search_init,
index_storage_search_deinit,
index_storage_search_next,
+ index_storage_search_next_update_seq,
mbox_save_init,
mbox_save_continue,
mbox_save_finish,
More information about the dovecot-cvs
mailing list