[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.69, 1.70 index-mail.h, 1.27, 1.28

cras at dovecot.org cras at dovecot.org
Mon Jan 10 19:37:27 EET 2005


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

Modified Files:
	index-mail.c index-mail.h 
Log Message:
Keyword fixes.



Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- index-mail.c	7 Jan 2005 21:45:40 -0000	1.69
+++ index-mail.c	10 Jan 2005 17:37:23 -0000	1.70
@@ -763,7 +763,7 @@
 }
 
 int index_mail_update_keywords(struct mail *mail, enum modify_type modify_type,
-			       const struct mail_keywords *keywords)
+			       struct mail_keywords *keywords)
 {
 	struct index_mail *imail = (struct index_mail *)mail;
 

Index: index-mail.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- index-mail.h	7 Jan 2005 21:45:40 -0000	1.27
+++ index-mail.h	10 Jan 2005 17:37:23 -0000	1.28
@@ -144,7 +144,7 @@
 int index_mail_update_flags(struct mail *mail, enum modify_type modify_type,
 			    enum mail_flags flags);
 int index_mail_update_keywords(struct mail *mail, enum modify_type modify_type,
-			       const struct mail_keywords *keywords);
+			       struct mail_keywords *keywords);
 int index_mail_expunge(struct mail *mail);
 
 const char *index_mail_get_cached_string(struct index_mail *mail,



More information about the dovecot-cvs mailing list