[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.66,1.67

cras at procontrol.fi cras at procontrol.fi
Tue May 25 20:50:38 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv15205/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
Send recent counter changes when it actually changes.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- a/mail-storage.h	22 May 2004 22:36:46 -0000	1.66
+++ b/mail-storage.h	25 May 2004 17:50:36 -0000	1.67
@@ -151,15 +151,16 @@
 			     const struct mail_full_flags *flags,
 			     void *context);
 
-	/* EXISTS, RECENT */
-	void (*new_messages)(struct mailbox *mailbox,
-			     unsigned int messages_count,
-			     unsigned int recent_count, void *context);
+	/* EXISTS */
+	void (*message_count_changed)(struct mailbox *mailbox,
+				      unsigned int count, void *context);
+	/* RECENT */
+	void (*recent_count_changed)(struct mailbox *mailbox,
+				     unsigned int count, void *context);
 	/* FLAGS, PERMANENTFLAGS */
 	void (*new_keywords)(struct mailbox *mailbox,
 			     const char *keywords[],
-			     unsigned int keywords_count,
-			     void *context);
+			     unsigned int keywords_count, void *context);
 
 };
 



More information about the dovecot-cvs mailing list