/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */
#include "mail-types.h"
/* RFC 5423[4.2] - allow configuration whether FlagsSet event returns
* via MessageRead/MessageTrash events. By default, include them
* here. */
bool hide_deleted;
bool hide_seen;
};
};
#endif /* PUSH_NOTIFICATION_EVENT_FLAGSSET_H */