#ifndef NOTIFY_PLUGIN_H
#define NOTIFY_PLUGIN_H
#include "mail-types.h"
struct mail;
struct mail_transaction_commit_changes;
struct mail_storage;
struct mailbox_transaction_context;
struct mailbox_list;
struct mailbox;
struct notify_context;
struct module;
struct notify_vfuncs {
enum mail_flags old_flags);
const char *const *old_keywords);
struct mail_transaction_commit_changes *changes);
};
struct notify_context *
void notify_plugin_deinit(void);
#endif