diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-08-27 16:38:14 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-08-27 16:38:14 -0400 |
commit | aece24c7ddb058589273e5e0b7cc89b70d6a54e1 (patch) | |
tree | 243844a2a4a1c496ae7dad03bd04356518a58de7 /share/mutt-wizard.muttrc | |
parent | 2cd21c2db29e0a79a8fb7c667af6bf5b1a962da0 (diff) |
revert auto gpg to fix #491 #484 #493 etc
Diffstat (limited to 'share/mutt-wizard.muttrc')
-rw-r--r-- | share/mutt-wizard.muttrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index aafb3d5..e7fa8c8 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -63,6 +63,11 @@ bind pager \031 previous-line # Mouse wheel bind pager \005 next-line # Mouse wheel bind editor <Tab> complete-query +#set crypt_autosign = yes +#set crypt_opportunistic_encrypt = yes +#set pgp_self_encrypt = yes +#set pgp_default_key = 'your@gpgemailaddre.ss' + macro index,pager a "<enter-command>set my_pipe_decode=\$pipe_decode pipe_decode<return><pipe-message>abook --add-email<return><enter-command>set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<return>" "add the sender address to abook" macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" macro index O "<shell-escape>mbsync -a<enter>" "run mbsync to sync all mail" |