Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5695df10bebe223a7e8fa2ef85fe9430a68a5216)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5695df10bebe223a7e8fa2ef85fe9430a68a5216)
  • Date: Sat, 15 May 2021 21:57:27 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

mail/mutt/CONFIGURE | 10 ++++------
mail/mutt/HISTORY | 1 +
2 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 5695df10bebe223a7e8fa2ef85fe9430a68a5216
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mutt: Make sidebar available for stable

diff --git a/mail/mutt/CONFIGURE b/mail/mutt/CONFIGURE
index c6672bb..0f5d15a 100755
--- a/mail/mutt/CONFIGURE
+++ b/mail/mutt/CONFIGURE
@@ -81,9 +81,7 @@ config_query_option MUTT_OPTS "Enable SMTP support?"
\
"--enable-smtp" \
"--disable-smtp" &&

-if [[ "${MUTT_BRANCH}" != "stable" ]]; then
- config_query_option MUTT_OPTS "Enable sidebar?" \
- "n" \
- "--enable-sidebar" \
- "--disable-sidebar"
-fi
+config_query_option MUTT_OPTS "Enable sidebar?" \
+ "n" \
+ "--enable-sidebar" \
+ "--disable-sidebar"
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index e010596..c4830c8 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,5 +1,6 @@
2021-05-15 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.0.7
+ * CONFIGURE: made sidebar available for stable

2020-04-22 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.13.5



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5695df10bebe223a7e8fa2ef85fe9430a68a5216), Ismael Luceno, 05/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page