[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c,1.65,1.66

cras at dovecot.org cras at dovecot.org
Sun Dec 19 08:36:14 EET 2004


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

Modified Files:
	index-mail.c 
Log Message:
Added %f pop3_uidl_format for maildir. Patch by Andrey Panin.



Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- index-mail.c	15 Dec 2004 20:05:18 -0000	1.65
+++ index-mail.c	19 Dec 2004 06:36:12 -0000	1.66
@@ -580,6 +580,7 @@
 			index_mail_headers_get_envelope(mail);
 		return data->envelope;
 	case MAIL_FETCH_FROM_ENVELOPE:
+	case MAIL_FETCH_UIDL_FILE_NAME:
 		return NULL;
 	case MAIL_FETCH_HEADER_MD5:
 		if (mail_index_lookup_ext(mail->trans->trans_view, data->seq,



More information about the dovecot-cvs mailing list