diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-03-05 14:09:35 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-03-05 14:09:35 +0100 |
commit | 513d1c5fa703817ae8fd08fab86709a9b5c111e4 (patch) | |
tree | 9c52907651c374f78ecdf8185433bcee280c09d7 /antispam-plugin.h | |
parent | 495158b07df48dd3f3671afe41dd20d5fa73e795 (diff) | |
download | dovecot-antispam-513d1c5fa703817ae8fd08fab86709a9b5c111e4.tar.gz dovecot-antispam-513d1c5fa703817ae8fd08fab86709a9b5c111e4.tar.xz dovecot-antispam-513d1c5fa703817ae8fd08fab86709a9b5c111e4.zip |
allow appends to spam if configured (offlineimap support)
Diffstat (limited to 'antispam-plugin.h')
-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 */ |