diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-03-25 11:55:07 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-03-25 11:55:07 +0100 |
commit | 01b9812954038c1013ce41fba8c67e5513d5ef70 (patch) | |
tree | 7d4cbcb90c02390c142a46bad12d784ac50030bb | |
parent | 9194c3d8061887a80726358aa3bbb08452d81950 (diff) |
Add mutt GPG config
-rw-r--r-- | mutt.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +# (Neo)Mutt + +## GPG + +There's two methods. Found it easier to configure the "classic method". + +Copy `/usr/share/doc/mutt/samples/gpg.rc` to config dir and source it. + +On Arch, had to change `/usr/libexec/neomutt/pgpewrap` to `/usr/bin/pgpewrap`. + +After composing message, press `p` to select crypto actions. |