[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.29, 1.30

tss at dovecot.org tss at dovecot.org
Thu Dec 21 15:20:34 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-storage/index/dbox
In directory talvi:/tmp/cvs-serv27773/lib-storage/index/dbox

Modified Files:
	dbox-storage.c 
Log Message:
Moved storage callbacks to struct mail_storage. If searching takes over 10
seconds, start giving estimates about when it's ready.



Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- dbox-storage.c	20 Dec 2006 19:23:45 -0000	1.29
+++ dbox-storage.c	21 Dec 2006 15:20:31 -0000	1.30
@@ -130,7 +130,6 @@
 	istorage->storage.pool = pool;
 
 	istorage->user = p_strdup(pool, user);
-	istorage->callbacks = p_new(pool, struct mail_storage_callbacks, 1);
 	index_storage_init(istorage, list, flags, lock_method);
 
 	return STORAGE(storage);



More information about the dovecot-cvs mailing list