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

cras at procontrol.fi cras at procontrol.fi
Fri Dec 20 09:53:54 EET 2002


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

Modified Files:
	mail-storage.h 
Log Message:
Added :INDEX=<dir> for both Maildir and mbox to specify different location
where to store index files. This would allow keeping mailboxes accessible
through NFS but still keep the indexes in fast local disk.

Did also some other related cleanups and minor fixes.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- mail-storage.h	20 Dec 2002 06:00:06 -0000	1.23
+++ mail-storage.h	20 Dec 2002 07:53:52 -0000	1.24
@@ -116,6 +116,8 @@
 /* private: */
 	char *dir; /* root directory */
 	char *inbox_file; /* INBOX file for mbox */
+	char *index_dir;
+
 	char *user; /* name of user accessing the storage */
 	char *error;
 




More information about the dovecot-cvs mailing list