[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync.c, 1.181.2.5, 1.181.2.6
tss at dovecot.org
tss at dovecot.org
Thu Nov 2 17:26:32 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/lib data-stack.h, 1.6, 1.7 imem.h, 1.12, 1.13 macros.h, 1.17, 1.18 mempool.h, 1.19, 1.20 strfuncs.h, 1.30, 1.31
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync.c, 1.190, 1.191
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv30079
Modified Files:
Tag: branch_1_0
mbox-sync.c
Log Message:
Last changes broke it badly.
Index: mbox-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-sync.c,v
retrieving revision 1.181.2.5
retrieving revision 1.181.2.6
diff -u -d -r1.181.2.5 -r1.181.2.6
--- mbox-sync.c 26 Oct 2006 11:28:35 -0000 1.181.2.5
+++ mbox-sync.c 2 Nov 2006 17:26:29 -0000 1.181.2.6
@@ -803,8 +803,8 @@
array_count(&mail_ctx->mail.keywords));
array_append_array(&keywords_copy, &mail_ctx->mail.keywords);
mail_ctx->mail.keywords = keywords_copy;
- array_append(&sync_ctx->mails, &mail_ctx->mail, 1);
}
+ array_append(&sync_ctx->mails, &mail_ctx->mail, 1);
sync_ctx->space_diff += mail_ctx->mail.space;
if (sync_ctx->space_diff < 0) {
- Previous message: [dovecot-cvs] dovecot/src/lib data-stack.h, 1.6, 1.7 imem.h, 1.12, 1.13 macros.h, 1.17, 1.18 mempool.h, 1.19, 1.20 strfuncs.h, 1.30, 1.31
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync.c, 1.190, 1.191
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list