[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-sync.c,
1.36, 1.37
cras at dovecot.org
cras at dovecot.org
Mon Jul 26 21:52:09 EEST 2004
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-sync.c, 1.27,
1.28 mail-index-view-sync.c, 1.17, 1.18 mail-index.h, 1.124, 1.125
- Next message: [dovecot-cvs]
dovecot/src/lib-storage/index/mbox mbox-sync-update.c, 1.19,
1.20 mbox-sync.c, 1.59, 1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv23472/lib-storage/index/maildir
Modified Files:
maildir-sync.c
Log Message:
Fixed recent flags with mbox.
Index: maildir-sync.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/maildir/maildir-sync.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- maildir-sync.c 12 Jul 2004 11:35:51 -0000 1.36
+++ maildir-sync.c 26 Jul 2004 18:52:07 -0000 1.37
@@ -337,7 +337,7 @@
ibox->syncing_commit = TRUE;
ret = mail_index_sync_begin(ibox->index, &ctx.sync_ctx, &ctx.view,
ibox->commit_log_file_seq,
- ibox->commit_log_file_offset);
+ ibox->commit_log_file_offset, FALSE);
if (ret > 0) {
ctx.trans = mail_index_transaction_begin(ctx.view, FALSE);
@@ -594,7 +594,7 @@
sync_ctx.ibox = ibox;
if (mail_index_sync_begin(ibox->index, &sync_ctx.sync_ctx, &view,
- (uint32_t)-1, (uoff_t)-1) <= 0) {
+ (uint32_t)-1, (uoff_t)-1, FALSE) <= 0) {
mail_storage_set_index_error(ibox);
return -1;
}
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-sync.c, 1.27,
1.28 mail-index-view-sync.c, 1.17, 1.18 mail-index.h, 1.124, 1.125
- Next message: [dovecot-cvs]
dovecot/src/lib-storage/index/mbox mbox-sync-update.c, 1.19,
1.20 mbox-sync.c, 1.59, 1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list