/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage.h"
#include "mail-types.h"
#include "push-notification-drivers.h"
#include "push-notification-event-messageexpunge.h"
#include "push-notification-events.h"
#include "push-notification-txn-msg.h"
static void push_notification_event_messageexpunge_debug_msg
(struct push_notification_txn_event *event)
{
}
}
static void push_notification_event_messageexpunge_event(
struct push_notification_txn *ptxn,
struct push_notification_event_config *ec,
struct push_notification_txn_msg *msg)
{
struct push_notification_event_messageexpunge_data, 1);
}
}
/* Event definition */
extern struct push_notification_event push_notification_event_messageexpunge;
.name = EVENT_NAME,
.msg = {
},
.msg_triggers = {
}
};