Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2a383d7f24948009636a7de10795d6708cce4c26)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2a383d7f24948009636a7de10795d6708cce4c26)
  • Date: Wed, 23 Mar 2022 20:50:05 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

mail/neomutt/FINAL | 4 ++--
mail/neomutt/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 2a383d7f24948009636a7de10795d6708cce4c26
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

mail/neomutt: changed query defaults to n in FINAL

diff --git a/mail/neomutt/FINAL b/mail/neomutt/FINAL
index 40301a4..0e0b692 100755
--- a/mail/neomutt/FINAL
+++ b/mail/neomutt/FINAL
@@ -1,14 +1,14 @@
# if it is a SGML install from scratch, you need a /var/spool/mail dir,
# and a /var/spool/mail/root file...
if [[ ! -d $INSTALL_ROOT/var/spool/mail ]]; then
- if query "${INSTALL_ROOT}/var/spool/mail directory missing... do you want
to create one ?" y
+ if query "${INSTALL_ROOT}/var/spool/mail directory missing... do you want
to create one ?" n
then
mkdir -p ${INSTALL_ROOT}/var/spool/mail
fi
fi &&

if [[ ! -e $INSTALL_ROOT/var/spool/mail/root ]] && [[ -d
$INSTALL_ROOT/var/spool/mail ]]; then
- if query "${INSTALL_ROOT}/var/spool/mail/root mailbox is missing... do you
want to create one ?" y
+ if query "${INSTALL_ROOT}/var/spool/mail/root mailbox is missing... do you
want to create one ?" n
then
touch ${INSTALL_ROOT}/var/spool/mail/root &&
chmod 660 ${INSTALL_ROOT}/var/spool/mail/root
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index fff9834..4219693 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,6 @@
+2022-03-23 Pavel Vinogradov <public AT sourcemage.org>
+ * FINAL: changed both query defaults to n
+
2022-03-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: git -> git_http,

(https://github.blog/2021-09-01-improving-git-protocol-security-github/)



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2a383d7f24948009636a7de10795d6708cce4c26), Pavel Vinogradov, 03/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page