diff options
Diffstat (limited to '')
-rw-r--r-- | antispam-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/antispam-plugin.h b/antispam-plugin.h index 9b6bae5..98fed8f 100644 --- a/antispam-plugin.h +++ b/antispam-plugin.h @@ -50,5 +50,6 @@ bool mailbox_is_spam(struct mailbox *box); bool mailbox_is_trash(struct mailbox *box); bool mailbox_is_unsure(struct mailbox *box); const char *get_setting(const char *name); +bool antispam_can_append_to_spam; #endif /* _ANTISPAM_PLUGIN_H */ |