unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39129] [PATCH] gnu: mutt: Enable Autocrypt support.
@ 2020-01-14  1:49 Ivan Vilata i Balaguer
  2020-02-04 23:20 ` bug#39129: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Vilata i Balaguer @ 2020-01-14  1:49 UTC (permalink / raw)
  To: 39129


[-- Attachment #1.1: Type: text/plain, Size: 184 bytes --]

Hi!  The attached patch enables Mutt 1.13's new support for Autocrypt:
<http://www.mutt.org/doc/manual/#autocryptdoc>

Cheers!

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

[-- Attachment #1.2: 0001-gnu-mutt-Enable-Autocrypt-support.patch --]
[-- Type: text/plain, Size: 1825 bytes --]

From 52e44c98e3986b8330702c090a6b2e7246ee9a5a Mon Sep 17 00:00:00 2001
From: Ivan Vilata-i-Balaguer <ivan@selidor.net>
Date: Mon, 13 Jan 2020 20:44:05 -0500
Subject: [PATCH] gnu: mutt: Enable Autocrypt support.

* gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite.
[arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and
"--with-idn2".
---
 gnu/packages/mail.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7d56949ae9..88c21a0e85 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -380,9 +380,11 @@ aliasing facilities to work just as they would on normal mail.")
      `(("cyrus-sasl" ,cyrus-sasl)
        ("gdbm" ,gdbm)
        ("gpgme" ,gpgme)
+       ("libidn2" ,libidn2)
        ("ncurses" ,ncurses)
        ("openssl" ,openssl)
-       ("perl" ,perl)))
+       ("perl" ,perl)
+       ("sqlite" ,sqlite)))
     (arguments
      `(#:configure-flags '("--enable-smtp"
                            "--enable-imap"
@@ -390,8 +392,11 @@ aliasing facilities to work just as they would on normal mail.")
                            "--enable-gpgme"
                            "--enable-hcache" ; for header caching
                            "--enable-sidebar"
+                           "--enable-autocrypt"
                            "--with-ssl"
                            "--with-sasl"
+                           "--with-sqlite3" ; required for Autocrypt
+                           "--with-idn2" ; recommended for Autocrypt
                            ;; so that mutt does not check whether the path
                            ;; exists, which it does not in the chroot
                            "--with-mailpath=/var/mail")))
-- 
2.24.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#39129: [PATCH] gnu: mutt: Enable Autocrypt support.
  2020-01-14  1:49 [bug#39129] [PATCH] gnu: mutt: Enable Autocrypt support Ivan Vilata i Balaguer
@ 2020-02-04 23:20 ` Ludovic Courtès
  2020-02-05 23:08   ` [bug#39129] " Ivan Vilata i Balaguer
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2020-02-04 23:20 UTC (permalink / raw)
  To: Ivan Vilata i Balaguer; +Cc: 39129-done

Bona nit Ivan!  :-)

Ivan Vilata i Balaguer <ivan@selidor.net> skribis:

> From 52e44c98e3986b8330702c090a6b2e7246ee9a5a Mon Sep 17 00:00:00 2001
> From: Ivan Vilata-i-Balaguer <ivan@selidor.net>
> Date: Mon, 13 Jan 2020 20:44:05 -0500
> Subject: [PATCH] gnu: mutt: Enable Autocrypt support.
>
> * gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite.
> [arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and
> "--with-idn2".

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#39129] [PATCH] gnu: mutt: Enable Autocrypt support.
  2020-02-04 23:20 ` bug#39129: " Ludovic Courtès
@ 2020-02-05 23:08   ` Ivan Vilata i Balaguer
  0 siblings, 0 replies; 3+ messages in thread
From: Ivan Vilata i Balaguer @ 2020-02-05 23:08 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 39129-done, Ivan Vilata i Balaguer

Ludovic Courtès (2020-02-05 00:20:53 +0100) wrote:

> Bona nit Ivan!  :-)
> 
> Ivan Vilata i Balaguer <ivan@selidor.net> skribis:
> 
> > From 52e44c98e3986b8330702c090a6b2e7246ee9a5a Mon Sep 17 00:00:00 2001
> > From: Ivan Vilata-i-Balaguer <ivan@selidor.net>
> > Date: Mon, 13 Jan 2020 20:44:05 -0500
> > Subject: [PATCH] gnu: mutt: Enable Autocrypt support.
> >
> > * gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite.
> > [arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and
> > "--with-idn2".
> 
> Applied, thanks!
> 
> Ludo'.

Working flawlessly, thanks!

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-05 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14  1:49 [bug#39129] [PATCH] gnu: mutt: Enable Autocrypt support Ivan Vilata i Balaguer
2020-02-04 23:20 ` bug#39129: " Ludovic Courtès
2020-02-05 23:08   ` [bug#39129] " Ivan Vilata i Balaguer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).