mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 2703d4183a8bba848e72ac38045f321b4273ecad
parent 5b278c94a8122c7c576f48c6f3a80eab0928a395
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Tue,  2 Jun 2020 15:24:59 -0400

Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard

Diffstat:
Mbin/mw | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/mw b/bin/mw @@ -86,6 +86,8 @@ set folder = \"$maildir/$title\" set header_cache = $cachedir/$title/headers set message_cachedir = $cachedir/$title/bodies set mbox_type = Maildir + +set crypt_autosign = yes set crypt_opportunistic_encrypt = yes set pgp_self_encrypt = yes set pgp_default_key = $keyid @@ -111,6 +113,7 @@ set header_cache = $cachedir/$title/headers set message_cachedir = $cachedir/$title/bodies set imap_pass = \"\`pass mutt-wizard-$title\`\" +set crypt_autosign = yes set crypt_opportunistic_encrypt = yes set pgp_self_encrypt = yes set pgp_default_key = $keyid