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

/dovecot/src/plugins/mail-crypt/
H A Dtest-mail-key.c53 enum mail_attribute_type attr_type; local
58 attr_type = MAIL_ATTRIBUTE_TYPE_SHARED;
66 attr_type = shared ? MAIL_ATTRIBUTE_TYPE_SHARED : MAIL_ATTRIBUTE_TYPE_PRIVATE;
72 if ((ret = mailbox_attribute_get(box, attr_type,
92 enum mail_attribute_type attr_type; local
97 attr_type = MAIL_ATTRIBUTE_TYPE_SHARED;
105 attr_type = shared ? MAIL_ATTRIBUTE_TYPE_SHARED : MAIL_ATTRIBUTE_TYPE_PRIVATE;
115 if ((ret = mailbox_attribute_set(t, attr_type,
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-export.c53 enum mail_attribute_type attr_type; member in struct:dsync_mailbox_exporter
468 exporter->attr_type = type;
608 lookup_attr.type = exporter->attr_type;
620 exporter->attr_type, key,
650 attr->type = exporter->attr_type;
672 if (exporter->attr_type == MAIL_ATTRIBUTE_TYPE_PRIVATE) {

Completed in 14 milliseconds