[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.22,1.23

cras at procontrol.fi cras at procontrol.fi
Fri Dec 20 08:00:09 EET 2002


Update of /home/cvs/dovecot/src/lib-storage
In directory danu:/tmp/cvs-serv24537/src/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
Support for separate location of mbox INBOX folder.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mail-storage.h	6 Dec 2002 01:09:23 -0000	1.22
+++ mail-storage.h	20 Dec 2002 06:00:06 -0000	1.23
@@ -115,6 +115,7 @@
 
 /* private: */
 	char *dir; /* root directory */
+	char *inbox_file; /* INBOX file for mbox */
 	char *user; /* name of user accessing the storage */
 	char *error;
 




More information about the dovecot-cvs mailing list