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

« back to all changes in this revision

Viewing changes to src/lib-storage/index/imapc/imapc-settings.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        IMAPC_FEATURE_GUID_FORCED               = 0x02,
8
8
        IMAPC_FEATURE_FETCH_HEADERS             = 0x04,
9
9
        IMAPC_FEATURE_GMAIL_MIGRATION           = 0x08,
10
 
        IMAPC_FEATURE_SEARCH                    = 0x10
 
10
        IMAPC_FEATURE_SEARCH                    = 0x10,
 
11
        IMAPC_FEATURE_ZIMBRA_WORKAROUNDS        = 0x20
11
12
};
12
13
/* </settings checks> */
13
14