[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-save.c, 1.9, 1.10 dbox-sync.c, 1.15, 1.16 dbox-sync.h, 1.5, 1.6

cras at dovecot.org cras at dovecot.org
Thu May 4 01:02:58 EEST 2006


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

Modified Files:
	dbox-save.c dbox-sync.c dbox-sync.h 
Log Message:
s/dbox_sync_if_changed/dbox_sync_is_changed/



Index: dbox-save.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-save.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbox-save.c	12 Apr 2006 20:01:48 -0000	1.9
+++ dbox-save.c	3 May 2006 22:02:55 -0000	1.10
@@ -124,7 +124,7 @@
 		ctx->trans = t->ictx.trans;
 		ctx->append_ctx = dbox_uidlist_append_init(mbox->uidlist);
 
-		if ((ret = dbox_sync_if_changed(mbox)) < 0) {
+		if ((ret = dbox_sync_is_changed(mbox)) < 0) {
 			ctx->failed = TRUE;
 			return -1;
 		}

Index: dbox-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-sync.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dbox-sync.c	3 May 2006 22:02:28 -0000	1.15
+++ dbox-sync.c	3 May 2006 22:02:55 -0000	1.16
@@ -552,7 +552,7 @@
 	return index_mailbox_sync_init(box, flags, ret < 0);
 }
 
-int dbox_sync_if_changed(struct dbox_mailbox *mbox)
+int dbox_sync_is_changed(struct dbox_mailbox *mbox)
 {
 	const struct mail_index_header *hdr;
 	time_t mtime;

Index: dbox-sync.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-sync.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dbox-sync.h	30 Mar 2006 10:31:28 -0000	1.5
+++ dbox-sync.h	3 May 2006 22:02:55 -0000	1.6
@@ -48,7 +48,7 @@
 };
 
 int dbox_sync(struct dbox_mailbox *mbox, bool force);
-int dbox_sync_if_changed(struct dbox_mailbox *mbox);
+int dbox_sync_is_changed(struct dbox_mailbox *mbox);
 
 struct mailbox_sync_context *
 dbox_storage_sync_init(struct mailbox *box, enum mailbox_sync_flags flags);



More information about the dovecot-cvs mailing list