[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.48, 1.49
tss at dovecot.org
tss at dovecot.org
Fri Mar 30 21:57:37 EEST 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/dbox
In directory talvi:/tmp/cvs-serv30520/index/dbox
Modified Files:
dbox-storage.c
Log Message:
Removed virtual mail_storage.get_last_error(). The implementation is always
the same.
Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- dbox-storage.c 30 Mar 2007 18:45:21 -0000 1.48
+++ dbox-storage.c 30 Mar 2007 18:57:35 -0000 1.49
@@ -578,8 +578,7 @@
NULL,
dbox_autodetect,
dbox_mailbox_open,
- dbox_mailbox_create,
- index_storage_get_last_error
+ dbox_mailbox_create
}
};
More information about the dovecot-cvs
mailing list