From 406eac7930f956bac4b9f60035a48aee877972d5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 26 May 2019 12:33:57 +1200 Subject: Enable forward_attachments in Mutt From v1.12's release notes : > Previously, if you wanted to include attachments in a forwarded email, > you had to either use $mime_forward, which forwarded the entire email > as an attachment, or else open the attachment menu, manually tag all > the attachments and then hit forward from the attachment menu. > > $forward_attachments is a quadoption that now allows forwarding > attachments from an email when inline-forwarding (that is, > $mime_forward unset, and $forward_decode set). Note that > text-decodable attachments will still be decoded and included in the > message body. Non-decodable attachments will be added as separate > attachments. --- mutt/muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt/muttrc b/mutt/muttrc index 67bd4790..b61b4af6 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -87,6 +87,7 @@ set quote_regexp = '^(>[ \t]*)+' # Responses set fast_reply = yes +set forward_attachments = yes set forward_format = 'Fw: %s' set include = yes set use_envelope_from = yes -- cgit v1.2.3