comparison 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
comparison
equal deleted inserted replaced
5499:e1e19a0db57d 5500:4862cb37106c
51 51
52 /* private: */ 52 /* private: */
53 pool_t pool; 53 pool_t pool;
54 54
55 char *error; 55 char *error;
56 struct mail_namespace *ns;
56 struct mailbox_list *list; 57 struct mailbox_list *list;
57 58
58 const char *user; /* name of user accessing the storage */ 59 const char *user; /* name of user accessing the storage */
59 enum mail_storage_flags flags; 60 enum mail_storage_flags flags;
60 enum file_lock_method lock_method; 61 enum file_lock_method lock_method;