Cross Reference:
xref
: /
dovecot
/
src
/
plugins
/
notify
/
notify-noop.c
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
notify-noop.c revision 206ac4273fa102500fa017f0c21a4fd72e94665a
#
include
"
lib.h
"
#
include
"
mail-types.h
"
#
include
"
notify-plugin.h
"
void
notify_noop_mail_transaction_begin
(
struct
mailbox_transaction_context
*t
ATTR_UNUSED
) {}
void
notify_noop_mail_save
(
void
*
txn
ATTR_UNUSED
,
struct
mail
*
mail
ATTR_UNUSED
) {}
void
notify_noop_mail_copy
(
void
*
txn
ATTR_UNUSED
,
struct
mail
*
src
ATTR_UNUSED
,
struct
mail
*
dst
ATTR_UNUSED
) {}
void
notify_noop_mail_expunge
(
void
*
txn
ATTR_UNUSED
,
struct
mail
*
mail
ATTR_UNUSED
) {}
void
notify_noop_mail_update_flags
(
void
*
txn
ATTR_UNUSED
,
struct
mail
*
mail
ATTR_UNUSED
,
enum
mail_flags
old_flags
ATTR_UNUSED
) {}
void
notify_noop_mail_update_keywords
(
void
*
txn
ATTR_UNUSED
,
struct
mail
*
mail
ATTR_UNUSED
,
const
char
*
const
*
old_keywords
ATTR_UNUSED
) {}
void
notify_noop_mail_transaction_commit
(
void
*
txn
ATTR_UNUSED
,
struct
mail_transaction_commit_changes
*
changes
ATTR_UNUSED
) {}
void
notify_noop_mail_transaction_rollback
(
void
*
txn
ATTR_UNUSED
) {}
void
*
notify_noop_mailbox_delete_begin
(
struct
mailbox
*
box
ATTR_UNUSED
) {
return
NULL
; }
void
notify_noop_mailbox_delete_commit
(
void
*
txn
ATTR_UNUSED
,
struct
mailbox
*
box
ATTR_UNUSED
) {}
void
notify_noop_mailbox_delete_rollback
(
void
*
txn
ATTR_UNUSED
) {}
void
notify_noop_mailbox_rename
(
struct
mailbox
*
src
ATTR_UNUSED
,
struct
mailbox
*
dest
ATTR_UNUSED
,
bool
rename_children
ATTR_UNUSED
) {}