diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-10-07 15:44:22 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-07 15:44:22 -0400 |
commit | 8acc15d7a0bb1154f1e3de1e50a7f25555b9d285 (patch) | |
tree | bcf46c8861d368888a420a659fd9eededa604557 /muttrc | |
parent | 20c014db0955ae6f7075986c5e6c7c8b0d22039c (diff) |
decrypted encrypted mails if possible
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ set mime_forward = yes set smtp_authenticators = 'gssapi:login' set wait_key = no auto_view text/html -auto_view application/pdf +auto_view application/pgp-encrypted alternative_order text/plain text/enriched text/html set rfc2047_parameters = yes |