Ulf Stegemann <[EMAIL PROTECTED]> writes:
> I'd like to attach one or more messages (articles from nnml and/or
> nnimap backends) to a message as rfc822 MIME section but I'm not quite
> sure about the best way to do this in Gnus.

`mml-attach-file' is an interactive compiled Lisp function
  -- loaded from "mml"
(mml-attach-file FILE &optional TYPE DESCRIPTION DISPOSITION)

Documentation:
Attach a file to the outgoing MIME message.
The file is not inserted or encoded until you send the message with
`C-c C-c' or `C-c C-s'.

FILE is the name of the file to attach.  TYPE is its
content-type, a string of the form "type/subtype".  DESCRIPTION
is a one-line description of the attachment.  The DISPOSITION
specifies how the attachment is intended to be displayed.  It can
be either "inline" (displayed automatically within the message
body) or "attachment" (separate from the body).

mml-attach-file is on C-c C-a, C-c return f, C-c C-m f
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to