~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-28 08:45:43 UTC
  • mfrom: (1.10.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060628084543-pc6v7oikzlvnlnu3
Tags: 1.0.beta9-1ubuntu1
* Merge from debian unstable, resolved minor conflicts.
* debian/control: Removed unnecessary build dependency ssl-cert, add it as
  dovecot-common dependency.
* Remove debian/patches/prohibit_.._mbox_mask.dpatch, upstream now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        unsigned char *p;
22
22
        size_t dest_idx;
23
23
 
 
24
        i_assert(seq != 0);
 
25
 
24
26
        if (ibox->recent_flags_start_seq == 0) {
25
27
                ibox->recent_flags = buffer_create_dynamic(default_pool, 128);
26
28
                ibox->recent_flags_start_seq = seq;