help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Sending HTML as Attachment in gnus


From: Igor Sosa Mayor
Subject: Re: Sending HTML as Attachment in gnus
Date: Sun, 25 May 2014 00:05:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Esben Stien <b0ef@esben-stien.name> writes:

> I'm trying to attach an html file in a mail in gnus, but whenever I try
> to do it, gnus inserts it inline and not as an attachment.
>
> Any pointers as to how I can do that?

I'm not sure, but I think you should have a look at 

,----[ C-h v mml-content-disposition-alist RET ]
| mml-content-disposition-alist is a variable defined in `mml.el'.
| Its value is ((text
|   (rtf . "attachment")
|   (t . "inline"))
|  (t . "attachment"))
| 
| 
| Documentation:
| Alist of MIME types or regexps matching file names and default dispositions.
| Each element should be one of the following three forms:
| 
|   (REGEXP . DISPOSITION)
|   (SUPERTYPE (SUBTYPE . DISPOSITION) (SUBTYPE . DISPOSITION)...)
|   (TYPE . DISPOSITION)
| 
| Where REGEXP is a string which matches the file name (if any) of an
| attachment, SUPERTYPE, SUBTYPE and TYPE should be symbols which are a
| MIME supertype (e.g., text), a MIME subtype (e.g., plain) and a MIME
| type (e.g., text/plain) respectively, and DISPOSITION should be either
| the string "attachment" or the string "inline".  The value t for
| SUPERTYPE, SUBTYPE or TYPE matches any of those types.  The first
| match found will be used.
`----


-- 
:: Igor Sosa Mayor     :: joseleopoldo1792@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::




reply via email to

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