[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.180, 1.181

tss at dovecot.org tss at dovecot.org
Fri Mar 30 21:57:38 EEST 2007


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

Modified Files:
	mbox-storage.c 
Log Message:
Removed virtual mail_storage.get_last_error(). The implementation is always
the same.



Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- mbox-storage.c	30 Mar 2007 18:45:22 -0000	1.180
+++ mbox-storage.c	30 Mar 2007 18:57:36 -0000	1.181
@@ -982,8 +982,7 @@
 		NULL,
 		mbox_autodetect,
 		mbox_mailbox_open,
-		mbox_mailbox_create,
-		index_storage_get_last_error
+		mbox_mailbox_create
 	}
 };
 



More information about the dovecot-cvs mailing list