comparison man/message.texi @ 70670:0a8c36b82781

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 101) - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 16 May 2006 00:10:43 +0000
parents 0c5f9763aa55
children 6ee457a7e830 a5812696f7bf
comparison
equal deleted inserted replaced
70669:f7d21649c6fa 70670:0a8c36b82781
95 * Resending:: Resending a mail message. 95 * Resending:: Resending a mail message.
96 * Bouncing:: Bouncing a mail message. 96 * Bouncing:: Bouncing a mail message.
97 * Mailing Lists:: Send mail to mailing lists. 97 * Mailing Lists:: Send mail to mailing lists.
98 @end menu 98 @end menu
99 99
100 You can customize the Message Mode tool bar, see @kbd{M-x
101 customize-apropos RET message-tool-bar}. This feature is only available
102 in Emacs.
100 103
101 @node New Mail Message 104 @node New Mail Message
102 @section New Mail Message 105 @section New Mail Message
103 106
104 @findex message-mail 107 @findex message-mail
815 Message is a @acronym{MIME}-compliant posting agent. The user generally 818 Message is a @acronym{MIME}-compliant posting agent. The user generally
816 doesn't have to do anything to make the @acronym{MIME} happen---Message will 819 doesn't have to do anything to make the @acronym{MIME} happen---Message will
817 automatically add the @code{Content-Type} and 820 automatically add the @code{Content-Type} and
818 @code{Content-Transfer-Encoding} headers. 821 @code{Content-Transfer-Encoding} headers.
819 822
823 @findex mml-attach
824 @kindex C-c C-a
820 The most typical thing users want to use the multipart things in 825 The most typical thing users want to use the multipart things in
821 @acronym{MIME} for is to add ``attachments'' to mail they send out. This can 826 @acronym{MIME} for is to add ``attachments'' to mail they send out.
822 be done with the @kbd{C-c C-a} command, which will prompt for a file 827 This can be done with the @kbd{C-c C-a} command (@kbd{M-x mml-attach}),
823 name and a @acronym{MIME} type. 828 which will prompt for a file name and a @acronym{MIME} type.
829
830 @vindex mml-dnd-protocol-alist
831 @vindex mml-dnd-attach-options
832 If your Emacs supports drag and drop, you can also drop the file in the
833 Message buffer. The variable @code{mml-dnd-protocol-alist} specifies
834 what kind of action is done when you drop a file into the Message
835 buffer. The variable @code{mml-dnd-attach-options} controls which
836 @acronym{MIME} options you want to specify when dropping a file. If it
837 is a list, valid members are @code{type}, @code{description} and
838 @code{disposition}. @code{disposition} implies @code{type}. If it is
839 @code{nil}, don't ask for options. If it is @code{t}, ask the user
840 whether or not to specify options.
824 841
825 You can also create arbitrarily complex multiparts using the @acronym{MML} 842 You can also create arbitrarily complex multiparts using the @acronym{MML}
826 language (@pxref{Composing, , Composing, emacs-mime, The Emacs MIME 843 language (@pxref{Composing, , Composing, emacs-mime, The Emacs MIME
827 Manual}). 844 Manual}).
828 845