[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.115,1.116

cras at dovecot.org cras at dovecot.org
Sun Sep 17 20:49:05 EEST 2006


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

Modified Files:
	mail-storage.h 
Log Message:
mail_set_uid() now returns 0 = expunged, 1 = ok.



Index: mail-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- mail-storage.h	17 Sep 2006 16:21:41 -0000	1.115
+++ mail-storage.h	17 Sep 2006 17:49:02 -0000	1.116
@@ -441,6 +441,7 @@
 			struct mailbox_header_lookup_ctx *wanted_headers);
 void mail_free(struct mail **mail);
 int mail_set_seq(struct mail *mail, uint32_t seq);
+/* Returns -1 if error, 0 if UID has already been expunged, 1 if ok */
 int mail_set_uid(struct mail *mail, uint32_t uid);
 
 /* Get the Date-header of the mail. Timezone is in minutes.



More information about the dovecot-cvs mailing list