| 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. |
|---|
| | 827 | This can be done with the @kbd{C-c C-a} command (@kbd{M-x mml-attach}), |
|---|
| | 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. |
|---|