[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-mail.c, 1.9, 1.10

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


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

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



Index: dbox-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-mail.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbox-mail.c	27 Apr 2006 13:36:24 -0000	1.9
+++ dbox-mail.c	16 May 2006 09:10:33 -0000	1.10
@@ -189,6 +189,7 @@
 struct mail_vfuncs dbox_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