Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Cc: Matthew Marchese <maffblaster@g.o>, Lucas Ramage <ramage.lucas94@×××××.com>
Subject: Re: [gentoo-user] Re: Mutt not displaying encrypted attachments
Date: Tue, 17 Oct 2017 10:49:35
Message-Id: 12573384.frsopI7yW9@dell_xps
In Reply to: [gentoo-user] Re: Mutt not displaying encrypted attachments by Matthew Marchese
1 On Tuesday, 17 October 2017 10:30:55 BST Matthew Marchese wrote:
2 > On 10/12/2017 08:55 AM, Lucas Ramage wrote:
3 > > Hello all,
4 > >
5 > > I have been having an issue with mutt not displaying encrypted
6 > > attachments.
7 > >
8 > > My configs are on github,
9 > >
10 > > https://github.com/lramage94/dotfiles/{.mutt,.gnupg}
11 >
12 > Can anyone help Lucas with this?
13 >
14 > Kind regards,
15 > maffblaster
16
17 Lucas may want to try these settings which seem to work here, but I am no mutt
18 guru to know if they are optimal:
19
20 set pgp_use_gpg_agent = yes
21
22 set crypt_use_gpgme
23
24 set pgp_auto_decode = yes
25
26 set pgp_decode_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose
27 --quiet --batch --output - %f"
28
29 set pgp_verify_command="gpg --status-fd=2 --no-verbose --quiet --batch --
30 output - --verify %s %f"
31
32 set pgp_decrypt_command="gpg --status-fd=2 %?p?--passphrase-fd 0? --no-verbose
33 --quiet --batch --output - %f"
34
35 set pgp_sign_command="gpg --no-verbose --batch --quiet --output - %?p?--
36 passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f"
37
38 set pgp_clearsign_command="gpg --pinentry-mode loopback --no-verbose --batch
39 --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
40
41 set pgp_encrypt_sign_command="pgpewrap gpg %?p?--passphrase-fd 0? --batch --
42 quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor
43 --always-trust -- -r %r -- %f"
44
45 set pgp_list_pubring_command="gpg --no-verbose --batch --quiet --with-colons
46 --with-fingerprint --with-fingerprint --list-keys %r"
47
48 set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '"'`"
49
50 set pgp_list_pubring_command = "gpg --list-keys --with-colons"
51
52 set crypt_replysignencrypted = yes
53
54 set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-
55 keys %r"
56
57 set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-
58 secret-keys %r"
59
60 set pgp_sign_as = 0xABCDEFGH #Your default PGP sig
61
62 set pgp_sort_keys = address
63
64 --
65 Regards,
66 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Mutt not displaying encrypted attachments Ian Zimmerman <itz@××××××××××××.org>