comparison src/lib-storage/index/maildir/maildir-sync-index.c @ 9018:0bb192fe0abd HEAD

Maildir: More fixes to uidlist handling.
author Timo Sirainen <tss@iki.fi>
date Mon, 04 May 2009 16:43:59 -0400
parents 88aeadb32151
children 51aee73e49a5
comparison
equal deleted inserted replaced
9017:0aa17f3e4a6d 9018:0bb192fe0abd
554 index_mailbox_set_recent_seq(&mbox->ibox, view2, seq, seq2); 554 index_mailbox_set_recent_seq(&mbox->ibox, view2, seq, seq2);
555 } 555 }
556 mail_index_view_close(&view2); 556 mail_index_view_close(&view2);
557 557
558 if (ctx->uidlist_sync_ctx != NULL) { 558 if (ctx->uidlist_sync_ctx != NULL) {
559 if (maildir_uidlist_sync_deinit(&ctx->uidlist_sync_ctx) < 0) 559 if (maildir_uidlist_sync_deinit(&ctx->uidlist_sync_ctx,
560 TRUE) < 0)
560 ret = -1; 561 ret = -1;
561 } 562 }
562 563
563 if (mbox->ibox.box.v.sync_notify != NULL) 564 if (mbox->ibox.box.v.sync_notify != NULL)
564 mbox->ibox.box.v.sync_notify(&mbox->ibox.box, 0, 0); 565 mbox->ibox.box.v.sync_notify(&mbox->ibox.box, 0, 0);