From 3c1b9456720392d12c131b63a17a37ae453c4807 Mon Sep 17 00:00:00 2001
From: Stefan Wagner <stw@bit-strickerei.de>
Date: Tue, 25 Oct 2016 23:02:12 +0200
Subject: [PATCH] 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
---
 main/mutt/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 4e47c677c42a..d161d3c31e66 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 \
-- 
GitLab