[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-mail.c, 1.33, 1.34

tss-movial at dovecot.org tss-movial at dovecot.org
Tue May 16 12:10:36 EEST 2006


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

Modified Files:
	mbox-mail.c 
Log Message:
Added mail_set_uid() to select a mail by UID.



Index: mbox-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-mail.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- mbox-mail.c	18 Jan 2006 22:16:40 -0000	1.33
+++ mbox-mail.c	16 May 2006 09:10:34 -0000	1.34
@@ -202,6 +202,7 @@
 struct mail_vfuncs mbox_mail_vfuncs = {
 	index_mail_free,
 	index_mail_set_seq,
+	index_mail_set_uid,
 
 	index_mail_get_flags,
 	index_mail_get_keywords,



More information about the dovecot-cvs mailing list