view src/lib-storage/mailbox-attribute-internal.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
parents 793bf4ab439f
children
line wrap: on
line source

#ifndef MAILBOX_ATTRIBUTE_INTERNAL_H
#define MAILBOX_ATTRIBUTE_INTERNAL_H

/* RFC 5464, Section 3.2.1.2: Mailbox entries */
#define MAILBOX_ATTRIBUTE_COMMENT "comment"
/* RFC 6154, Section 4: IMAP METADATA Entry for Special-Use Attributes */
#define MAILBOX_ATTRIBUTE_SPECIALUSE "specialuse"
/* RFC 5464, Section 3.2.1.1: Server entries */
#define MAIL_SERVER_ATTRIBUTE_COMMENT "comment"
#define MAIL_SERVER_ATTRIBUTE_ADMIN "admin"

void mailbox_attributes_internal_init(void);

#endif