mu4e: Add possibility to forward messages as attachments
This commit adds a global variable mu4e-compose-forward-as-attachment. To enable choosing forwarding method on a per-message basis would probably require either: • changing the mu server backend so that it distinguishes between inline forwarding and forwarding as attachment; • changing the mu server backend so that it doesn’t return attachments at all and making both inline and as attachment forwarding via MIME (and also making mu4e actually display MIME-enclosed inline emails).
This commit is contained in:
@ -3824,7 +3824,7 @@ see @ref{(emacs) Mail Aliases}.
|
||||
@item @emph{How can I automatically add some header to an outgoing message?}
|
||||
Once more, see @ref{Compose hooks}.
|
||||
@item @emph{How can I influence the way the original message looks when
|
||||
replying or forwarding?} Since @code{mu4e-compose-mode} derives from
|
||||
replying or inline forwarding?} Since @code{mu4e-compose-mode} derives from
|
||||
@code{message-mode}, you can re-use many of its facilities.
|
||||
@inforef{Insertion Variables,,message}.
|
||||
@item @emph{How can I easily include attachments in the messages I write?}
|
||||
|
||||
Reference in New Issue
Block a user