diff src/lib-storage/mail-storage-private.h @ 5500:4862cb37106c HEAD

Moved namespace handling to lib-storage. Beginnings of namespace support for non-IMAP parts of Dovecot.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Apr 2007 11:34:27 +0300
parents 8e58322ef87e
children 24b751bc0995
line wrap: on
line diff
--- a/src/lib-storage/mail-storage-private.h	Tue Apr 03 10:31:48 2007 +0300
+++ b/src/lib-storage/mail-storage-private.h	Tue Apr 03 11:34:27 2007 +0300
@@ -53,6 +53,7 @@
 	pool_t pool;
 
 	char *error;
+	struct mail_namespace *ns;
 	struct mailbox_list *list;
 
 	const char *user; /* name of user accessing the storage */