~ubuntu-branches/ubuntu/edgy/dovecot/edgy-security

« back to all changes in this revision

Viewing changes to src/lib-storage/index/mbox/mbox-sync.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 15:13:37 UTC
  • mfrom: (1.10.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630151337-l772crcoe5hfd4hw
Tags: 1.0.rc1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1467
1467
                        return -1;
1468
1468
                }
1469
1469
        }
1470
 
        i_assert(!sync_ctx->mbox->mbox_sync_dirty ||
1471
 
                 (flags & MBOX_SYNC_UNDIRTY) == 0);
1472
1470
 
1473
1471
        if (mbox_sync_handle_eof_updates(sync_ctx, &mail_ctx) < 0)
1474
1472
                return -1;