[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.63, 1.64 index-storage.h, 1.80, 1.81

cras at dovecot.org cras at dovecot.org
Tue Dec 7 02:08:03 EET 2004


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

Modified Files:
	index-mail.c index-storage.h 
Log Message:
mail_deinit() wasn't used anymore.



Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- index-mail.c	24 Nov 2004 18:39:58 -0000	1.63
+++ index-mail.c	7 Dec 2004 00:08:00 -0000	1.64
@@ -715,9 +715,6 @@
 
 void index_mail_deinit(struct index_mail *mail)
 {
-	if (mail->ibox->mail_deinit != NULL)
-                mail->ibox->mail_deinit(mail);
-
 	index_mail_close(mail);
 
 	if (mail->header_data != NULL)

Index: index-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- index-storage.h	10 Oct 2004 17:44:54 -0000	1.80
+++ index-storage.h	7 Dec 2004 00:08:00 -0000	1.81
@@ -47,7 +47,6 @@
 	struct mail_cache *cache;
 	struct mail *mail_interface;
 
-	void (*mail_deinit)(struct index_mail *mail);
 	int (*is_recent)(struct index_mailbox *ibox, uint32_t uid);
 
 	struct timeout *notify_to;



More information about the dovecot-cvs mailing list