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

cras at procontrol.fi cras at procontrol.fi
Sat May 17 17:09:57 EEST 2003


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

Modified Files:
	mail-storage.h 
Log Message:
Maildir: CONTROL=<dir> in MAIL environment now specifies where to save
.customflags and dovecot-uidlist files. This can be useful if the main
mail directory is under hard quota.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- mail-storage.h	10 Apr 2003 22:37:25 -0000	1.43
+++ mail-storage.h	17 May 2003 13:09:55 -0000	1.44
@@ -201,6 +201,7 @@
 	char *dir; /* root directory */
 	char *inbox_file; /* INBOX file for mbox */
 	char *index_dir;
+	char *control_dir;
 
 	char *user; /* name of user accessing the storage */
 	char *error;



More information about the dovecot-cvs mailing list