mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit abec887fc202f586139c23bfe82b76ac7fc750d5
parent 4d533e4f2f15944e0c8802cc5ad521c6d26fdf06
Author: Branislav Gerazov <gerazov@feit.ukim.edu.mk>
Date:   Fri, 14 Apr 2023 21:58:40 +0200

forward email body as text

Diffstat:
Mshare/mutt-wizard.muttrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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