[dovecot-cvs] dovecot/src/lib-storage mail-storage-private.h, 1.51, 1.52
tss at dovecot.org
tss at dovecot.org
Tue Apr 17 15:41:28 EEST 2007
Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv21471
Modified Files:
mail-storage-private.h
Log Message:
Added sync_notify() callback to struct mail_storage. It's now called for
expunges and flag/keyword changes (except with cydir).
Index: mail-storage-private.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage-private.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- mail-storage-private.h 3 Apr 2007 08:34:29 -0000 1.51
+++ mail-storage-private.h 17 Apr 2007 12:41:26 -0000 1.52
@@ -91,6 +91,9 @@
enum mailbox_status_items status_items,
struct mailbox_status *status_r);
+ void (*sync_notify)(struct mailbox *box, uint32_t uid,
+ enum mailbox_sync_type sync_type);
+
void (*notify_changes)(struct mailbox *box);
struct mailbox_transaction_context *
More information about the dovecot-cvs
mailing list