[dovecot-cvs] dovecot/src/lib-storage/index index-storage.h, 1.59, 1.60

cras at procontrol.fi cras at procontrol.fi
Mon May 10 02:32:46 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv29604/lib-storage/index

Modified Files:
	index-storage.h 
Log Message:
maildir: don't use ".temp" prefix for temporary files, since in ~/Maildir they
conflict with mailbox namespace.



Index: index-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-storage.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- index-storage.h	6 May 2004 01:22:25 -0000	1.59
+++ index-storage.h	9 May 2004 23:32:43 -0000	1.60
@@ -42,6 +42,7 @@
 	char *index_dir;
 	char *control_dir;
 	char *inbox_path; /* INBOX location */
+        char *temp_prefix; /* prefix for temporary files */
 
 	char *user; /* name of user accessing the storage */
 



More information about the dovecot-cvs mailing list