/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage.h"
#include "push-notification-drivers.h"
#include "push-notification-events.h"
#include "push-notification-event-mailboxrename.h"
#include "push-notification-txn-mbox.h"
static void push_notification_event_mailboxrename_debug_mbox
(struct push_notification_txn_event *event)
{
i_debug("%s: Mailbox was renamed (old name: %s)",
}
static void push_notification_event_mailboxrename_event(
struct push_notification_txn *ptxn,
struct push_notification_event_config *ec,
struct push_notification_txn_mbox *mbox,
{
struct push_notification_event_mailboxrename_data, 1);
}
/* Event definition */
extern struct push_notification_event push_notification_event_mailboxrename;
.name = EVENT_NAME,
.mbox = {
},
.mbox_triggers = {
}
};