aboutsummaryrefslogtreecommitdiffstats
path: root/community/claws-mail
diff options
context:
space:
mode:
Diffstat (limited to 'community/claws-mail')
-rw-r--r--community/claws-mail/APKBUILD17
1 files changed, 16 insertions, 1 deletions
diff --git a/community/claws-mail/APKBUILD b/community/claws-mail/APKBUILD
index 2bf4e21ee82..fb7e2e4784f 100644
--- a/community/claws-mail/APKBUILD
+++ b/community/claws-mail/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=claws-mail
pkgver=3.17.4
-pkgrel=2
+pkgrel=3
pkgdesc="A GTK+ based e-mail client."
url="https://www.claws-mail.org"
arch="all"
@@ -27,6 +27,9 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang
$pkgname-plugins-spamreport:_spamreport
$pkgname-plugins-tnef:_tnef
$pkgname-plugins-vcalendar:_vcalendar
+ $pkgname-plugins-dillo:_dillo
+ $pkgname-plugins-libravatar:_libravatar
+ $pkgname-plugins-managesieve:_managesieve
"
makedepends="gtk+-dev startup-notification-dev enchant-dev
@@ -165,4 +168,16 @@ _vcalendar() {
_plugin "Handling of vCalendar messages in Claws Mail" "" vcalendar
}
+_dillo() {
+ _plugin "View HTML messages using the dillo web browser" "dillo" dillo
+}
+
+_libravatar() {
+ _plugin "Displays libravatar/gravatar profiles' images" "" libravatar
+}
+
+_managesieve() {
+ _plugin "Manage Sieve filters on servers that support ManageSeieve" "" managesieve
+}
+
sha512sums="ff7f1339888130443532945b49f40373ece6edc45554625fa89ceb1a52031d6d56174455167b35d301082e91019dc0aef0ae0f02b30924a0695cf155617f4e94 claws-mail-3.17.4.tar.gz"