[dovecot-cvs] dovecot/src/lib-storage/index index-storage.h, 1.83, 1.84

cras at dovecot.org cras at dovecot.org
Fri Dec 17 13:09:01 EET 2004


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

Modified Files:
	index-storage.h 
Log Message:
Added mbox_writeonly variable, forgot in last commit.



Index: index-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- index-storage.h	15 Dec 2004 17:01:58 -0000	1.83
+++ index-storage.h	17 Dec 2004 11:08:58 -0000	1.84
@@ -78,7 +78,7 @@
 	unsigned int mbox_excl_locks, mbox_shared_locks;
 	struct dotlock mbox_dotlock;
 	unsigned int mbox_lock_id;
-	int mbox_readonly;
+	int mbox_readonly, mbox_writeonly;
 	time_t mbox_dirty_stamp;
 	off_t mbox_dirty_size;
 



More information about the dovecot-cvs mailing list