diff options
Diffstat (limited to '.config/mutt/switch.muttrc')
-rw-r--r-- | .config/mutt/switch.muttrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/mutt/switch.muttrc b/.config/mutt/switch.muttrc new file mode 100644 index 0000000..6b71072 --- /dev/null +++ b/.config/mutt/switch.muttrc @@ -0,0 +1,18 @@ +# vim: filetype=neomuttrc + +# This is an embarrassing and hacky file that unbinds a bunch of binds between +# switching accounts. It is called each time an account is changed. + +unmy_hdr Organization +unmailboxes * +unalternates * +unset signature + +unset crypt_use_gpgme +unset postpone_encrypt +unset pgp_self_encrypt +unset crypt_use_pka +unset crypt_autosign +unset crypt_autoencrypt +unset crypt_autopgp +unset pgp_sign_as |