diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:04:19 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:04:19 -0400 |
commit | 9ed9de5006d437e126c5871dc0cf38a02825aabb (patch) | |
tree | d92d4b6ad254626312ed84c78063dffb73dfa639 /.config/mutt | |
parent | af79f164cc50ae0299b3820e9cab290cb6fbcd82 (diff) |
workstation Files
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/my-configs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/mutt/my-configs b/.config/mutt/my-configs index 066e9dc..69576b5 100644 --- a/.config/mutt/my-configs +++ b/.config/mutt/my-configs @@ -17,8 +17,10 @@ macro index,pager a "<pipe-message>goobook add<return>" "add the sender address # I want pgp encryption by default when possible. # The following line makes this possible: set crypt_use_gpgme=yes -set crypt_autosign -set pgp_auto_decode +set crypt_autosign = yes +set pgp_self_encrypt = yes +set pgp_default_key = 'ABC4A5A7430D6309ACBD219044F94DD6456590C3' +set pgp_import_command = "gpg --no-verbose --import -v %f" # Muttprint: set print_command="muttprint" |