diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-06-11 17:49:58 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-06-11 17:49:58 +0000 |
commit | e04fbcb48e64d6c8d38c007e1eaf198ec6574a4f (patch) | |
tree | 17e48332edcc46d8e6fbb5b6f7e0cb7894eee983 /mail/claws-mail-attachwarner | |
parent | Update to 2.36.0 (diff) |
mail/claws-mail: reorganize plugins
renames a few ports to match their names to the plugin names
(adding to MOVED)
PR: 245939
PR: 239659
Submitted by: rozhuk.im@gmail.com
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
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 |