blob: 712732fa97f3bec02204660eadcd951a3dc54209 (
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_MESSAGETRASH_H
#define PUSH_NOTIFICATION_EVENT_MESSAGETRASH_H
struct push_notification_event_messagetrash_data {
/* Can only be TRUE. */
bool trash;
};
#endif
|