~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to camel/camel-store.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2010-03-08 23:15:54 UTC
  • mfrom: (1.10.5 upstream)
  • mto: (1.2.11 sid)
  • mto: This revision was merged to the branch mainline in revision 128.
  • Revision ID: james.westby@ubuntu.com-20100308231554-kqlody4h3laayg0j
Tags: 2.29.92-1
* New upstream release candidate.
* debian/control:
  - add build-dep on gperf for imapx backend.
* debian/libcamel1.2-14.shlibs: bump shlibs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
#define CAMEL_STORE_VJUNK               (1 << 3)
117
117
#define CAMEL_STORE_PROXY               (1 << 4)
118
118
#define CAMEL_STORE_IS_MIGRATING (1 << 5)
 
119
#define CAMEL_STORE_ASYNC               (1 << 6)
119
120
 
120
121
struct _CamelDB;
121
122