aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-26 12:33:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-26 12:33:57 +1200
commit406eac7930f956bac4b9f60035a48aee877972d5 (patch)
tree3d24b0ec2a64b45c03f49a4287d0e1b791e0a9c4
parentEnable crypt_protected_headers_write in Mutt (diff)
downloaddotfiles-406eac7930f956bac4b9f60035a48aee877972d5.tar.gz
dotfiles-406eac7930f956bac4b9f60035a48aee877972d5.zip
Enable forward_attachments in Mutt
From v1.12's release notes <http://www.mutt.org/relnotes/1.12/>: > 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.
-rw-r--r--mutt/muttrc1
1 files changed, 1 insertions, 0 deletions
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