blob: 66e21f892c8e64428dc28cac1d6677e51b8fb67c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */
#ifndef PUSH_NOTIFICATION_EVENT_MAILBOXRENAME_H
#define PUSH_NOTIFICATION_EVENT_MAILBOXRENAME_H
struct push_notification_event_mailboxrename_data {
const char *old_mbox;
};
#endif
|