diff options
author | Stefan Wagner <stw@bit-strickerei.de> | 2016-10-25 23:02:12 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-29 17:45:45 +0200 |
commit | 3c1b9456720392d12c131b63a17a37ae453c4807 (patch) | |
tree | 8b8f99fc46a2f584ada8550ce0e99c762de34f4c | |
parent | 458bba3b86d83d4287773cfd253cede738be897f (diff) | |
download | aports-3c1b9456720392d12c131b63a17a37ae453c4807.tar.bz2 aports-3c1b9456720392d12c131b63a17a37ae453c4807.tar.xz |
main/mutt: enable sidebar feature
Starting with version 1.7.0, mutt upstream has merged the popular sidebar patch.
This commit suggests to enable this feature.
* refs: #5387
-rw-r--r-- | main/mutt/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD index 4e47c677c4..d161d3c31e 100644 --- a/main/mutt/APKBUILD +++ b/main/mutt/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mutt pkgver=1.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="a small but very powerful text-mode email client" url="http://www.mutt.org" arch="all" @@ -33,6 +33,7 @@ build() { --enable-smtp \ --enable-hcache \ --enable-gpgme \ + --enable-sidebar \ --with-curses \ --with-mailpath=/var/spool/mail \ --with-docdir=/usr/share/doc/$pkgname \ |