summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-29 12:29:37 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-29 12:30:21 +0200
commitffe17bf9f277dcc162a296f2862585ddbd2232cd (patch)
treed4782fd1a3d95d0da384d7ccb5a95f87203c5bf8
parent801ee95d29e8a86362494584a77aedd4e50a9d12 (diff)
Final fix. only use one of 2 possible keybindings for attaching files.
The previous wording was very confusing. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r--emacstips.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index d9bf0bd..61e3296 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -50,7 +50,7 @@ Type your message and send it off with ctrl-c ctrl-c. By default message mode wi
One annoying standard configuration of message mode is that it will hide the sent mail in your emacs frame stack, but it will not close it. If you type several mails in an emacs session they will accumulate and make switching between buffers more annoying. You can avoid that behavior by adding `(setq message-kill-buffer-on-exit t)` in your .emacs file which will really close the mail window after sending it.
#### Attaching files
-Using the `M-x mml-attach-file` command, you can attach any file to be send with your mail. By default this command is bound to the menu item `Attachments--Attach File`, or the key binding `C-c RET f, C-c C-a`. For those who prefer graphics, you can also simply drag and drop files from a file
+Using the `M-x mml-attach-file` command, you can attach any file to be send with your mail. By default this command is bound to the menu item `Attachments--Attach File`, or the key binding `CTRL-c CTRL-a`. For those who prefer graphics, you can also simply drag and drop files from a file
manager into a mail composition window to have it attached. The variable `mml-dnd-attach-options` (M-x customize-variable<RET>`mml-dnd-attach-options`) can be set to allow the prompting for various attachment options (such as inline/attachement) if you want to do that. At least in Ubuntu it works by dragging from the file manager without any modifications.
####FCC/BCC