[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c,1.69,1.70

cras at procontrol.fi cras at procontrol.fi
Sun Oct 26 20:05:44 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index/mbox
In directory danu:/tmp/cvs-serv8275/lib-storage/index/mbox

Modified Files:
	mbox-storage.c 
Log Message:
Moved copy() method from struct mail to struct mailbox - the context
parameter makes sense only to destination mailbox handler.



Index: mbox-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- mbox-storage.c	5 Oct 2003 19:41:16 -0000	1.69
+++ mbox-storage.c	26 Oct 2003 18:05:42 -0000	1.70
@@ -871,6 +871,7 @@
 	mbox_storage_save_next,
 	index_storage_copy_init,
 	index_storage_copy_deinit,
+	index_storage_copy,
 	mbox_storage_expunge_init,
 	mbox_storage_expunge_deinit,
 	mbox_storage_expunge_fetch_next,



More information about the dovecot-cvs mailing list