Gentoo Archives: gentoo-user

From: "Roger J. H. Welsh" <rjhwelsh@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NeoMutt and GnuPG
Date: Wed, 31 Jan 2018 02:01:54
Message-Id: 20180131020139.fura4tikzqm6eecj@ponos
In Reply to: [gentoo-user] NeoMutt and GnuPG by Lucas Ramage
1 Hi Lucas,
2
3 > Here is my muttrc on github:
4 > https://github.com/lramage94/dotfiles/blob/master/.mutt/muttrc
5 It looks like you are using gpgme, I personally have not set this up for
6 my neomutt, instead I use a gpg.rc file from the samples provided.
7
8 For example;
9 bzcat /usr/share/doc/neomutt-*/samples/gpg.rc.bz2 > ~/.mutt/gpg.rc
10 echo "source ~/.mutt/gpg.rc" >> ~/.mutt/muttrc
11
12 There are a few other samples in
13 ls /usr/share/doc/neomutt-*/samples
14
15 Maybe there is something there that will fix your issue.
16
17 > When I send an encrypted message I see two files:
18 >
19 > - noname (1kb)
20 > - msg.asc (10kb) # <-- this one changes size depending on my message.
21 Whenever I see an encrypted message on my gmail account, which was
22 encrypted on my PC, I see the exact same thing. These are the raw
23 PGP/MIME type files for PGP, as opposed to inline PGP which is embedded
24 in the plain text.
25
26 https://security.stackexchange.com/questions/128368/is-using-pgp-mime-or-pgp-inline-more-secure
27
28 On my neomutt, when I press "v" to view attachments, all I can
29 see is text/plain. I think my neomutt does something automatic to
30 decrypt the messages.
31
32 My source docs I used when setting my gpg up with mutt were:
33 https://gitlab.com/muttmua/mutt/wikis/MuttGuide/UseGPG
34 http://codesorcery.net/old/mutt/mutt-gnupg-howto
35
36 I remember in particular reading the codesorcery one pretty closely.
37 Hope this helps.
38
39 --
40
41 Roger Welsh
42 fpr: 2FCB 9E31 EA77 CDEC A3AE 5DD7 D54C C777 553A 180D

Attachments

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

Replies

Subject Author
Re: [gentoo-user] NeoMutt and GnuPG Floyd Anderson <f.a@××××.net>