blob: bc20f73833fe92357cb7007bf72341554800d37a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */
#ifndef PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H
#define PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H
struct push_notification_event_messageexpunge_data {
/* Can only be TRUE. */
bool expunge;
};
#endif
|