[dovecot-cvs] dovecot/src/lib-storage mail-storage-private.h, 1.44, 1.45

tss at dovecot.org tss at dovecot.org
Fri Mar 30 15:44:03 EEST 2007


Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv18163

Modified Files:
	mail-storage-private.h 
Log Message:
Removed struct index_storage abstraction. It's pointless.



Index: mail-storage-private.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage-private.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- mail-storage-private.h	29 Mar 2007 11:51:21 -0000	1.44
+++ mail-storage-private.h	30 Mar 2007 12:44:01 -0000	1.45
@@ -64,6 +64,8 @@
 
 	char *error;
 	struct mailbox_list *list;
+
+	const char *user; /* name of user accessing the storage */
 	enum mail_storage_flags flags;
         enum file_lock_method lock_method;
 



More information about the dovecot-cvs mailing list