diff options
-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 \ |