diff options
author | gahr <gahr@FreeBSD.org> | 2016-03-02 17:22:59 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-03-02 17:22:59 +0800 |
commit | 2e28490fce66348e7deecd38765af946f2df2796 (patch) | |
tree | ad2b6f5141cbb1cbaaed878ee2e95ea9f08d4e07 /mail/Makefile | |
parent | 3bfec0b67c6edca5b4c67b872c6c827d58e015b3 (diff) | |
download | freebsd-ports-gnome-2e28490fce66348e7deecd38765af946f2df2796.tar.gz freebsd-ports-gnome-2e28490fce66348e7deecd38765af946f2df2796.tar.zst freebsd-ports-gnome-2e28490fce66348e7deecd38765af946f2df2796.zip |
mail/roundcube-markasjunk2: new port, Mark as Junk plugin for roundcube
This plugin adds "mark as spam" or "mark as not spam" button to the message
menu. When not in the Junk mailbox, messages are moved into the Junk mailbox
and marked as read. When in the Junk mailbox, the buttons are changed to "mark
as not spam" or "this message is not spam" and the message is moved to the
Inbox. The learning driver allows you to perform additional processing on each
message marked as spam/ham.
WWW: https://github.com/JohnDoh/Roundcube-Plugin-Mark-as-Junk-2
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index a37aa01a0f81..ea751ff3758e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -573,6 +573,7 @@ SUBDIR += roundcube-groupvice SUBDIR += roundcube-html5_notifier SUBDIR += roundcube-login_info + SUBDIR += roundcube-markasjunk2 SUBDIR += roundcube-mobilecube SUBDIR += roundcube-mvision2 SUBDIR += roundcube-sauserprefs |