From da2f0aff45d45c0ab2e2d94beae7b8a37e623a96 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 2 Apr 2023 20:37:22 +0100 Subject: [PATCH] Update to mutt-2.2.10. --- introduction/welcome/changelog.xml | 4 ++++ networking/mailnews/mutt.xml | 20 ++++++++++---------- packages.ent | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 734000a828..e80f39019d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,10 @@ April 2nd, 2023 + + [ken] - Update to mutt-2.2.10. Fixes + #17863. + [ken] - Update to biber-2.19. Fixes #17757. diff --git a/networking/mailnews/mutt.xml b/networking/mailnews/mutt.xml index cce24dc42b..da60c001b1 100644 --- a/networking/mailnews/mutt.xml +++ b/networking/mailnews/mutt.xml @@ -6,10 +6,10 @@ - + - + ]> @@ -185,15 +185,15 @@ Now configure and build the application: -./configure --prefix=/usr \ - --sysconfdir=/etc \ +./configure --prefix=/usr \ + --sysconfdir=/etc \ --with-docdir=/usr/share/doc/mutt-&mutt-version; \ - --with-ssl \ - --enable-external-dotlock \ - --enable-pop \ - --enable-imap \ - --enable-hcache \ - --enable-sidebar && + --with-ssl \ + --enable-external-dotlock \ + --enable-pop \ + --enable-imap \ + --enable-hcache \ + --enable-sidebar && make - +