[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-mail.c, 1.24, 1.25

cras at dovecot.org cras at dovecot.org
Tue Mar 29 19:48:49 EEST 2005


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

Modified Files:
	mbox-mail.c 
Log Message:
Renamed mail_get_header() to mail_get_first_header() and mail_gets_headers()
to mail_get_header_stream(). Added new mail_get_headers() which returns
NULL-terminated string list of all found headers.



Index: mbox-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-mail.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- mbox-mail.c	15 Mar 2005 22:16:52 -0000	1.24
+++ mbox-mail.c	29 Mar 2005 16:48:47 -0000	1.25
@@ -174,8 +174,9 @@
 	index_mail_get_date,
 	index_mail_get_virtual_size,
 	mbox_mail_get_physical_size,
-	index_mail_get_header,
+	index_mail_get_first_header,
 	index_mail_get_headers,
+	index_mail_get_header_stream,
 	mbox_mail_get_stream,
 	mbox_mail_get_special,
 	index_mail_update_flags,



More information about the dovecot-cvs mailing list