Searched defs:exporter_flags (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c248 enum dsync_mailbox_exporter_flags exporter_flags = 0; local
326 exporter_flags |= DSYNC_MAILBOX_EXPORTER_FLAG_AUTO_EXPORT_MAILS;
330 exporter_flags |= DSYNC_MAILBOX_EXPORTER_FLAG_MAILS_HAVE_GUIDS;
332 exporter_flags |= DSYNC_MAILBOX_EXPORTER_FLAG_MINIMAL_DMAIL_FILL;
335 exporter_flags |= DSYNC_MAILBOX_EXPORTER_FLAG_TIMESTAMPS;
337 exporter_flags |= DSYNC_MAILBOX_EXPORTER_FLAG_VSIZES;
342 exporter_flags |= DSYNC_MAILBOX_EXPORTER_FLAG_NO_HDR_HASHES;
348 exporter_flags,

Completed in 23 milliseconds