diff src/lib-storage/mail-storage-private.h @ 4949:a959d4208b54 HEAD

Moved storage callbacks to struct mail_storage. If searching takes over 10 seconds, start giving estimates about when it's ready.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Dec 2006 17:20:29 +0200
parents ff2272c228cc
children beabd433cdae
line wrap: on
line diff
--- a/src/lib-storage/mail-storage-private.h	Thu Dec 21 16:21:24 2006 +0200
+++ b/src/lib-storage/mail-storage-private.h	Thu Dec 21 17:20:29 2006 +0200
@@ -66,6 +66,9 @@
 	enum mail_storage_flags flags;
         enum file_lock_method lock_method;
 
+	struct mail_storage_callbacks *callbacks;
+	void *callback_context;
+
 	/* Module-specific contexts. See mail_storage_module_id. */
 	ARRAY_DEFINE(module_contexts, void);