New commits:
commit 51a0e646db0d78994d23f9b3e064fba797c53c3f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
mail/mutt: updated devel branch to 1.7.0
diff --git a/mail/mutt/CONFIGURE b/mail/mutt/CONFIGURE
index f887980..4ba09b4 100755
--- a/mail/mutt/CONFIGURE
+++ b/mail/mutt/CONFIGURE
@@ -68,5 +68,9 @@ if [[ "${MUTT_BRANCH}" != "stable" ]]; then
config_query_option MUTT_OPTS "Enable SMTP support?" \
"y" \
"--enable-smtp" \
- "--disable-smtp"
+ "--disable-smtp" &&
+ config_query_option MUTT_OPTS "Enable sidebar?" \
+ "n" \
+ "--enable-sidebar" \
+ "--disable-sidebar"
fi
diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
index 4595a06..5ec38a8 100755
--- a/mail/mutt/DETAILS
+++ b/mail/mutt/DETAILS
@@ -12,7 +12,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-mercurial
;;
devel)
- VERSION=1.6.0
+ VERSION=1.7.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=ftp://ftp.mutt.org/pub/mutt/${SOURCE}
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index ea638d2..fd4454a 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,10 @@
+2016-08-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated devel branch to 1.7.0
+ * CONFIGURE: added sidebar optional feature
+ * PRE_BUILD: apply 01-bug-fixes.patch to stable branch only
+ * patches/*: removed patches for 1.4.x versions, adjusted others
+ to be applied to stable branch
+
2016-04-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, 01-bug-fixes.patch: add bugfix patch from the neomutt
project
diff --git a/mail/mutt/PRE_BUILD b/mail/mutt/PRE_BUILD
index ad078c9..0a3701b 100755
--- a/mail/mutt/PRE_BUILD
+++ b/mail/mutt/PRE_BUILD
@@ -1,7 +1,9 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&