From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- vimwiki/Forwarding a message with attachments.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vimwiki/Forwarding a message with attachments.md (limited to 'vimwiki/Forwarding a message with attachments.md') diff --git a/vimwiki/Forwarding a message with attachments.md b/vimwiki/Forwarding a message with attachments.md new file mode 100644 index 0000000..b0df7ee --- /dev/null +++ b/vimwiki/Forwarding a message with attachments.md @@ -0,0 +1,23 @@ + +To forward a message in mutt including all it's attachments, you can set the +variable `mime_forward` as follows: + +`set mime_forward` +`set mime_forward_rest=yes` + +This however forwards all headers, attachments etc as +a single attachment. + +A similar approach happens if you type `b`. This bounces the message completely +unmodified to a new address. +However, using the above two methods there is no way to trim the message. + +Instead you can try: + +1. type `v` to get to the attachments screen, and then type `t` repeatedly + to tag the required attachments and then type `;f` to forward the tagged + attachments. +2. Use the template method - type `Esc e` to resend the message using the + current message as a template. + + -- cgit v1.2.3