From bdaa9c1aec3d295e750afd9f094ac4a9b4bafb86 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 17 Feb 2016 05:40:31 +0200 Subject: [PATCH] mu4e: mention the action for capturing/attaching messages Update the FAQ --- mu4e/mu4e.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 5569e4b5..4b8abda1 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -3748,6 +3748,10 @@ configuration. and @t{mu4e} automatically removes the (hidden) @t{References} header as well when sending it. This makes the message show up as a top-level message rather than as a response. +@item @emph{How can I attach an existing message?} Use @code{mu4e-action-capture-message} + (i.e., @kbd{a c} in the headers view) to 'capture' the to-be-attached + message, then when editing the message, use @kbd{M-x + mu4e-compose-attach-captured-message}. @item @emph{How can I sign or encrypt messages?} You can do so using @command{emacs}' MIME-support -- check the @t{Attachments}-menu while composing a message. Also see @ref{Signing and encrypting}.