dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f11f5ebf2dcded0335a89aa3a7e12b97c6b3376a
parent ae019dc46ed41921d28172166b18b63780e6c8d8
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon,  9 May 2022 22:18:17 +0200

mutt: don't forward message as attachment

It doesn't always play nicely with email clients.

Diffstat:
Mneomutt/muttrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/neomutt/muttrc b/neomutt/muttrc @@ -100,7 +100,7 @@ macro index,pager,attach,compose U "\ set edit_headers # show headers when composing set fast_reply # skip to compose when replying set fcc_attach # save attachments with the body -set mime_forward # forward attachments as part of body +set mime_forward = no # forward attachments as part of body, most clients don't easily show attached message set forward_format = "Fwd: %s" # format of subject when forwarding set forward_decode # decode when forwarding set attribution = "On %d, %n wrote:" # format of quoting header @@ -160,6 +160,7 @@ bind index,pager M noop bind index,pager,browser / search bind index,pager,browser n search-next bind index,pager,browser N search-opposite +bind index,pager f forward-message macro index A "<limit>all<enter>" set nm_default_url = "notmuch://`notmuch config get database.path`"