[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.160, 1.161
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/mbox
In directory talvi:/tmp/cvs-serv27773/lib-storage/index/mbox
Modified Files:
mbox-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: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- mbox-storage.c 20 Dec 2006 19:23:46 -0000 1.160
+++ mbox-storage.c 21 Dec 2006 15:20:32 -0000 1.161
@@ -418,7 +418,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.storage;
}
More information about the dovecot-cvs
mailing list