View | Details | Raw Unified | Return to bug 264124 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/Makefile (+1 lines)
Lines 49-54 Link Here
49
    SUBDIR += claws-mail-dillo
49
    SUBDIR += claws-mail-dillo
50
    SUBDIR += claws-mail-fetchinfo
50
    SUBDIR += claws-mail-fetchinfo
51
    SUBDIR += claws-mail-gdata
51
    SUBDIR += claws-mail-gdata
52
    SUBDIR += claws-mail-keyword_warner
52
    SUBDIR += claws-mail-libravatar
53
    SUBDIR += claws-mail-libravatar
53
    SUBDIR += claws-mail-litehtml_viewer
54
    SUBDIR += claws-mail-litehtml_viewer
54
    SUBDIR += claws-mail-mailmbox
55
    SUBDIR += claws-mail-mailmbox
(-)b/mail/claws-mail-keyword_warner/Makefile (+8 lines)
Added Link Here
1
PORTNAME=	keyword_warner
2
3
COMMENT=	Configurable keyword warning plugin for Claws Mail
4
5
CLAWS_PLUGINS_BUILD=	${PORTNAME}
6
7
.include "../claws-mail/Makefile.claws"
8
.include <bsd.port.mk>
(-)b/mail/claws-mail-keyword_warner/pkg-descr (+4 lines)
Added Link Here
1
Shows a warning when sending or queueing a message and a reference
2
to one or more keywords is found in the message text.
3
4
WWW: https://www.claws-mail.org/plugins.php

Return to bug 264124