view src/imap/imap-list.h @ 21390:2e2563132d5f

Updated copyright notices to include the year 2017.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Wed, 11 Jan 2017 02:51:13 +0100
parents f9d0ea98157f
children
line wrap: on
line source

#ifndef IMAP_LIST_H
#define IMAP_LIST_H

/* Returns TRUE if anything was added to the string. */
bool imap_mailbox_flags2str(string_t *str, enum mailbox_info_flags flags);

#endif