[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.95,1.96

cras at dovecot.org cras at dovecot.org
Tue Jul 12 16:40:12 EEST 2005


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

Modified Files:
	mail-storage.h 
Log Message:
Removed no-diskspace flag from status reply. It wasn't working and we're
going to be using alert_no_diskspace callback anyway when it does work
properly.



Index: mail-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- mail-storage.h	3 Apr 2005 11:36:15 -0000	1.95
+++ mail-storage.h	12 Jul 2005 13:40:10 -0000	1.96
@@ -167,8 +167,6 @@
 
 	uint32_t first_unseen_seq;
 
-	unsigned int diskspace_full:1;
-
 	const array_t *ARRAY_DEFINE_PTR(keywords, const char *);
 };
 



More information about the dovecot-cvs mailing list