diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 22:32:10 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 22:32:10 +0200 |
commit | e0a10f38cd617c4483d4c67b564165a65bb46de2 (patch) | |
tree | 51053cb014de3514f85edcb6bd2a240850a3c6ec /antispam-plugin.h | |
parent | b359532647ccd3ac3221dcb37dca7bdb4cbb2e58 (diff) | |
download | dovecot-antispam-e0a10f38cd617c4483d4c67b564165a65bb46de2.tar.gz dovecot-antispam-e0a10f38cd617c4483d4c67b564165a65bb46de2.tar.xz dovecot-antispam-e0a10f38cd617c4483d4c67b564165a65bb46de2.zip |
introduce 'unsure' folder feature, fix bug from previous commit
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 7719262..a660b9d 100644 --- a/antispam-plugin.h +++ b/antispam-plugin.h @@ -44,5 +44,6 @@ void antispam_mail_storage_created(struct mail_storage *storage); void (*antispam_next_hook_mail_storage_created)(struct mail_storage *storage); bool mailbox_is_spam(struct mailbox *box); bool mailbox_is_trash(struct mailbox *box); +bool mailbox_is_unsure(struct mailbox *box); #endif /* _ANTISPAM_PLUGIN_H */ |