Re: [gentoo-user] NeoMutt and GnuPG

2018-01-31 Thread Lucas Ramage
Oh excellent! I will drop those in my dotfiles. I am going to try and write some of this down in the Gentoo Wiki since there isn't really that much on the existing page. https://wiki.gentoo.org/wiki/Mutt There isn't even a page for NeoMutt.

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-31 Thread Floyd Anderson
On Wed, 31 Jan 2018 12:18:08 -0500 Lucas Ramage wrote: Hello again, I feel really stupid. So I had set imap_user/pass, but not smtp_url so I was receiving emails fine, but then instead of sending them, it was just encrypting them and saving them via `set record =

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-31 Thread Lucas Ramage
Hello again, I feel really stupid. So I had set imap_user/pass, but not smtp_url so I was receiving emails fine, but then instead of sending them, it was just encrypting them and saving them via `set record = "+[Gmail]/Sent Mail"`. ** face palm ** Thanks for your help!

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-31 Thread Floyd Anderson
On Wed, 31 Jan 2018 20:50:13 +1300 "Roger J. H. Welsh" wrote: On Wed, Jan 31, 2018 at 05:17:45AM +0100 , Floyd Anderson wrote: > On my neomutt, when I press "v" to view attachments, all I can > see is text/plain. I think my neomutt does something automatic to > decrypt

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-30 Thread Roger J. H. Welsh
On Wed, Jan 31, 2018 at 05:17:45AM +0100 , Floyd Anderson wrote: > I would not do that. The topic itself is complex enough and sourcing of 14 ! > long and cryptic command lines doesn’t make it better. Also note that gpg.rc > defines the deprecated ‘pgp_clearsign_command’ variable. Right. > BTW.

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-30 Thread Floyd Anderson
On Tue, 30 Jan 2018 20:48:02 -0800 Ian Zimmerman wrote: On 2018-01-31 05:17, Floyd Anderson wrote: Instead I suggest to set ‘gpgme’ USE-flag and *only that* – no ‘crypt’, ‘gpg’, ‘pgp_classic’, ‘smime’, ‘smime_classic’. Look at the ebuild and especially the comments.

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-30 Thread Floyd Anderson
Hi Roger, On Wed, 31 Jan 2018 15:01:39 +1300 "Roger J. H. Welsh" wrote: Hi Lucas, Here is my muttrc on github: https://github.com/lramage94/dotfiles/blob/master/.mutt/muttrc It looks like you are using gpgme, I personally have not set this up for my neomutt, instead I

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-30 Thread Roger J. H. Welsh
Hi Lucas, > Here is my muttrc on github: > https://github.com/lramage94/dotfiles/blob/master/.mutt/muttrc It looks like you are using gpgme, I personally have not set this up for my neomutt, instead I use a gpg.rc file from the samples provided. For example; bzcat

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-30 Thread Floyd Anderson
Hi Lucas, On Mon, 29 Jan 2018 15:20:23 -0500 Lucas Ramage wrote: When I send an encrypted message I see two files: - noname (1kb) - msg.asc (10kb) # <-- this one changes size depending on my message. please be more specific, i.e. where did you see those two lines

[gentoo-user] NeoMutt and GnuPG

2018-01-29 Thread Lucas Ramage
Hello, I know I have posted about this once before, but basically, even though I can receive and decrypt messages in neomutt, I am not able to send encrypted emails. Here is my muttrc on github: https://github.com/lramage94/dotfiles/blob/master/.mutt/muttrc When I receive an encrypted message,