From 17d39fbc7c699e5f877bf363348e5e8f3eb92af4 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Sun, 4 Sep 2005 19:18:11 +0000 Subject: [PATCH] * message.texi (MIME): Describe mml-dnd-protocol-alist and mml-dnd-attach-options. * gnus-news.texi: Added reference. --- texi/ChangeLog | 7 +++++++ texi/gnus-news.texi | 2 ++ texi/message.texi | 15 +++++++++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 0b68ce398..d97b313ef 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,10 @@ +2005-09-04 Reiner Steib + + * message.texi (MIME): Describe mml-dnd-protocol-alist and + mml-dnd-attach-options. + + * gnus-news.texi: Added reference. + 2005-09-02 Katsumi Yamaoka * gnus.texi (Choosing Variables): Fix descriptions. diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi index 25e3a6834..4f8404e4b 100644 --- a/texi/gnus-news.texi +++ b/texi/gnus-news.texi @@ -53,6 +53,8 @@ format=flowed messages. Also, flowed text is disabled when sending inline @acronym{PGP} signed messages. @item You can now drag and drop attachments to the Message buffer. +See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options} +@xref{MIME}. @item The option @code{message-yank-empty-prefix} now controls how empty lines are prefixed in cited text. diff --git a/texi/message.texi b/texi/message.texi index bb856cc05..d707fbd06 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -812,8 +812,19 @@ automatically add the @code{Content-Type} and The most typical thing users want to use the multipart things in @acronym{MIME} for is to add ``attachments'' to mail they send out. This can be done with the @kbd{C-c C-a} command, which will prompt for -a file name and a @acronym{MIME} type. If your Emacs supports drag -and drop, you can also drop the file in the Message buffer. +a file name and a @acronym{MIME} type. + +@vindex mml-dnd-protocol-alist +@vindex mml-dnd-attach-options +If your Emacs supports drag and drop, you can also drop the file in the +Message buffer. The variable @code{mml-dnd-protocol-alist} specifies +what kind of action is done when you drop a file into the Message +buffer. The variable @code{mml-dnd-attach-options} controls which +@acronym{MIME} options you want to specify when dropping a file. If it +is a list, valid members are @code{type}, @code{description} and +@code{disposition}. @code{disposition} implies @code{type}. If it is +@code{nil}, don't ask for options. If it is @code{t}, ask the user +whether or not to specify options. You can also create arbitrarily complex multiparts using the @acronym{MML} language (@pxref{Composing, , Composing, emacs-mime, The Emacs MIME -- 2.25.1