diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-04-24 14:16:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 14:16:58 +0000 |
commit | c54f46a00a486114d8599077f51605b19fa90a5a (patch) | |
tree | c474fce933e96ef2d2bfcb4339f33bfa8348e01e /share/mutt-wizard.muttrc | |
parent | 598c644e47853503de97aeeb232207bbd55e404f (diff) | |
parent | abec887fc202f586139c23bfe82b76ac7fc750d5 (diff) |
Merge pull request #931 from gerazov/forward-as-text
Forward email body as text
Diffstat (limited to 'share/mutt-wizard.muttrc')
-rw-r--r-- | share/mutt-wizard.muttrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 47d48c3..dd97583 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -15,7 +15,8 @@ set rfc2047_parameters = yes set sleep_time = 0 # Pause 0 seconds for informational messages set markers = no # Disables the `+` displayed at line wraps set mark_old = no # Unread mail stay unread until read -set mime_forward = yes # attachments are forwarded with mail +set mime_forward = no # mail body is forwarded as text +set forward_attachments = yes # attachments are forwarded with mail set wait_key = no # mutt won't ask "press key to continue" set fast_reply # skip to compose when replying set fcc_attach # save attachments with the body |