summaryrefslogtreecommitdiffstats
path: root/src/plugins/push-notification/push-notification-event-mailboxrename.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/push-notification/push-notification-event-mailboxrename.h')
-rw-r--r--src/plugins/push-notification/push-notification-event-mailboxrename.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/push-notification/push-notification-event-mailboxrename.h b/src/plugins/push-notification/push-notification-event-mailboxrename.h
new file mode 100644
index 0000000..66e21f8
--- /dev/null
+++ b/src/plugins/push-notification/push-notification-event-mailboxrename.h
@@ -0,0 +1,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
+