diff options
Diffstat (limited to 'mail/claws-mail-attachwarner')
-rw-r--r-- | mail/claws-mail-attachwarner/Makefile | 12 | ||||
-rw-r--r-- | mail/claws-mail-attachwarner/pkg-descr | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/mail/claws-mail-attachwarner/Makefile b/mail/claws-mail-attachwarner/Makefile new file mode 100644 index 000000000000..2ca9ecc0cb34 --- /dev/null +++ b/mail/claws-mail-attachwarner/Makefile @@ -0,0 +1,12 @@ +# Created by: Pawel Pekala <c0rn@o2.pl> +# $FreeBSD$ + +PORTNAME= attachwarner +PORTREVISION= 0 + +COMMENT= Not attached file warning plugin for Claws Mail + +CLAWS_PLUGINS_BUILD= ${PORTNAME} + +.include "../claws-mail/Makefile.claws" +.include <bsd.port.mk> diff --git a/mail/claws-mail-attachwarner/pkg-descr b/mail/claws-mail-attachwarner/pkg-descr new file mode 100644 index 000000000000..0be408a37458 --- /dev/null +++ b/mail/claws-mail-attachwarner/pkg-descr @@ -0,0 +1,4 @@ +Warns when the user composes a message mentioning an attachment in +the message body without attaching any files to the message. + +WWW: https://www.claws-mail.org/plugin.php?plugin=attachwarner |