~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        unsigned int uid_broken:1;
53
53
        unsigned int expunged:1;
54
54
        unsigned int pseudo:1;
 
55
        unsigned int status_broken:1;
 
56
        unsigned int xstatus_broken:1;
55
57
 
56
58
        uoff_t from_offset;
57
59
        uoff_t body_size;
121
123
        uoff_t base_uid_last_offset;
122
124
 
123
125
        /* mail state: */
124
 
        ARRAY_DEFINE(mails, struct mbox_sync_mail);
 
126
        ARRAY(struct mbox_sync_mail) mails;
125
127
        struct index_sync_changes_context *sync_changes;
126
128
 
127
129
        /* per-mail pool */