summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Phillips2023-03-18 15:02:01 +1300
committerDavid Phillips2023-03-18 15:02:21 +1300
commit1ecb2b01664932999531a3d271abc8fafd87b31c (patch)
tree4bd38b29353087ff8bfd024dbd225e0960a7ea45
parentaaf917856ba8d4ef0952e64e52622131141c2ddf (diff)
downloadaur-1ecb2b01664932999531a3d271abc8fafd87b31c.tar.gz
mutt-kiss: enable compressed mailboxes
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d8d55947a36..47888842c932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mutt-kiss
pkgver=2.2.9
-pkgrel=1
+pkgrel=2
pkgdesc="Small but very powerful text-based mail client. Sans POP/IMAP/SMTP/SSL"
arch=('i686' 'x86_64')
url="http://www.mutt.org/"
@@ -26,6 +26,7 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --enable-compressed \
--enable-gpgme \
--enable-hcache \
--with-curses=/usr \