Show
Ignore:
Timestamp:
05/18/06 16:19:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/message.texi

    r4058 r4085  
    9898@end menu 
    9999 
     100You can customize the Message Mode tool bar, see @kbd{M-x 
     101customize-apropos RET message-tool-bar}.  This feature is only available 
     102in Emacs. 
    100103 
    101104@node New Mail Message 
     
    818821@code{Content-Transfer-Encoding} headers. 
    819822 
     823@findex mml-attach 
     824@kindex C-c C-a 
    820825The 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 
    822 be done with the @kbd{C-c C-a} command, which will prompt for a file 
    823 name and a @acronym{MIME} type. 
     826@acronym{MIME} for is to add ``attachments'' to mail they send out. 
     827This can be done with the @kbd{C-c C-a} command (@kbd{M-x mml-attach}), 
     828which will prompt for a file name and a @acronym{MIME} type. 
     829 
     830@vindex mml-dnd-protocol-alist 
     831@vindex mml-dnd-attach-options 
     832If your Emacs supports drag and drop, you can also drop the file in the 
     833Message buffer.  The variable @code{mml-dnd-protocol-alist} specifies 
     834what kind of action is done when you drop a file into the Message 
     835buffer.  The variable @code{mml-dnd-attach-options} controls which 
     836@acronym{MIME} options you want to specify when dropping a file.  If it 
     837is 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 
     840whether or not to specify options. 
    824841 
    825842You can also create arbitrarily complex multiparts using the @acronym{MML}