info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What's the best way to attach an article?


From: Karl Kleinpaste
Subject: Re: What's the best way to attach an article?
Date: Tue, 15 Jul 2008 08:10:06 -0400
User-agent: Gnus/5.110009 (No Gnus v0.9) XEmacs/21.5-b28 (linux)

Ulf Stegemann <ulf-news@zeitform.de> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]