* [PATCH 0/1] Mutt update
@ 2016-08-19 21:27 Leo Famulari
2016-08-19 21:27 ` [PATCH 1/1] gnu: mutt: Update to 1.7.0 Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-08-19 21:27 UTC (permalink / raw)
To: guix-devel
Mutt 1.7.0 is released:
http://www.mutt.org/doc/UPDATING
Amazingly, some form of the legendary "sidebar patch" has been merged!
This patch builds the sidebar feature, but it will not be presented to
users unless they add 'set sidebar_visible' to their Mutt configuration
file.
Leo Famulari (1):
gnu: mutt: Update to 1.7.0.
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
2.9.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] gnu: mutt: Update to 1.7.0.
2016-08-19 21:27 [PATCH 0/1] Mutt update Leo Famulari
@ 2016-08-19 21:27 ` Leo Famulari
2016-08-20 4:45 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-08-19 21:27 UTC (permalink / raw)
To: guix-devel
* gnu/packages/mail.scm (mutt): Update to 1.7.0.
[arguments]: Pass "--enable-sidebar" to #:configure-flags.
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 49bf8f7..99af845 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -182,14 +182,14 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
- (version "1.6.2")
+ (version "1.7.0")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-"
version ".tar.gz"))
(sha256
(base32
- "13hxmji7v9m2agmvzrs7gzx8s3c9jiwrv7pbkr7z1kc6ckq2xl65"))
+ "0idkamdiwj9fgqaz1vzkfg78cnmkzp74skv0ibw2xjfq6ds9hghx"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs
@@ -205,6 +205,7 @@ aliasing facilities to work just as they would on normal mail.")
"--enable-pop"
"--enable-gpgme"
"--enable-hcache" ; for header caching
+ "--enable-sidebar"
"--with-ssl"
"--with-sasl"
;; so that mutt does not check whether the path
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-20 4:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19 21:27 [PATCH 0/1] Mutt update Leo Famulari
2016-08-19 21:27 ` [PATCH 1/1] gnu: mutt: Update to 1.7.0 Leo Famulari
2016-08-20 4:45 ` Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.