emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/message.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/message.texi
Date: Tue, 16 May 2006 00:10:44 +0000

Index: emacs/man/message.texi
diff -u emacs/man/message.texi:1.36 emacs/man/message.texi:1.37
--- emacs/man/message.texi:1.36 Fri Mar 31 17:12:53 2006
+++ emacs/man/message.texi      Tue May 16 00:10:43 2006
@@ -97,6 +97,9 @@
 * Mailing Lists::        Send mail to mailing lists.
 @end menu
 
+You can customize the Message Mode tool bar, see @kbd{M-x
+customize-apropos RET message-tool-bar}.  This feature is only available
+in Emacs.
 
 @node New Mail Message
 @section New Mail Message
@@ -817,10 +820,24 @@
 automatically add the @code{Content-Type} and
 @code{Content-Transfer-Encoding} headers.
 
address@hidden mml-attach
address@hidden C-c C-a
 The most typical thing users want to use the multipart things in
address@hidden 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.
address@hidden for is to add ``attachments'' to mail they send out.
+This can be done with the @kbd{C-c C-a} command (@kbd{M-x mml-attach}),
+which will prompt for a file name and a @acronym{MIME} type.
+
address@hidden mml-dnd-protocol-alist
address@hidden 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
address@hidden options you want to specify when dropping a file.  If it
+is a list, valid members are @code{type}, @code{description} and
address@hidden  @code{disposition} implies @code{type}.  If it is
address@hidden, 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




reply via email to

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