]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Mark /private/specialuse attribute to be validated
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 29 Jul 2019 07:30:05 +0000 (10:30 +0300)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 10 Sep 2019 07:02:11 +0000 (10:02 +0300)
src/lib-storage/mailbox-attribute-internal.c

index e0fdb8e04e772beaaf54fa29946e456417372529..d5d02652d598d88b4370caf57b5c6835f12a4341 100644 (file)
@@ -29,6 +29,7 @@ iattr_mbox_prv_special_use = {
        .type = MAIL_ATTRIBUTE_TYPE_PRIVATE,
        .key = MAILBOX_ATTRIBUTE_SPECIALUSE,
        .rank = MAIL_ATTRIBUTE_INTERNAL_RANK_AUTHORITY,
+       .flags = MAIL_ATTRIBUTE_INTERNAL_FLAG_VALIDATED,
 
        .get = mailbox_attribute_specialuse_get
 };