[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.132,1.133

tss at dovecot.org tss at dovecot.org
Sun May 13 18:55:22 EEST 2007


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

Modified Files:
	mail-storage.h 
Log Message:
Removed alert_no_diskspace callback. It wasn't used anywhere.



Index: mail-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- mail-storage.h	13 May 2007 15:46:08 -0000	1.132
+++ mail-storage.h	13 May 2007 15:55:20 -0000	1.133
@@ -174,8 +174,6 @@
 };
 
 struct mail_storage_callbacks {
-	/* Alert: Not enough disk space */
-	void (*alert_no_diskspace)(struct mailbox *mailbox, void *context);
 	/* "* OK <text>" */
 	void (*notify_ok)(struct mailbox *mailbox, const char *text,
 			  void *context);



More information about the dovecot-cvs mailing list