From 60737946a7f0413335833bc1bb1ca73d900149bf Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Mon, 1 Mar 2010 10:55:37 +0100 Subject: [PATCH] emacstips: fix link to fcc tip Signed-off-by: Sebastian Spaeth --- emacstips.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacstips.mdwn b/emacstips.mdwn index 29f1ad0..ff6d0f0 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -43,7 +43,7 @@ If you want to use mail address autocompletion, check out [bbdb](http://bbdb.sou Type your message and send it off with ctrl-c ctrl-c. By default message mode will use your /usr/sbin/sendmail command to send a mail, so make sure that works. 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. -Currently, there is a slight problem with copying the sent mail into your "outbox". While conventional MUAs will automatically copy your sent mail to a "Sent" folder, notmuch will never touch your mail store and your sent mails will not be searchable by default. When replying with 'r' notmuch will insert a BCC header to yourself, but when sending a mail with 'm' or 'ctrl-x m', it will not (and can not as ctrl-x m does not involve notmuch at all). Please see the specific advice on "[fcc](how to do FCC/BCC)" for more details on how to set up notmuch to obey your preferences. +Currently, there is a slight problem with copying the sent mail into your "outbox". While conventional MUAs will automatically copy your sent mail to a "Sent" folder, notmuch will never touch your mail store and your sent mails will not be searchable by default. When replying with 'r' notmuch will insert a BCC header to yourself, but when sending a mail with 'm' or 'ctrl-x m', it will not (and can not as ctrl-x m does not involve notmuch at all). Please see the specific advice on "[how to do FCC/BCC](fcc)" for more details on how to set up notmuch to obey your preferences.

Advanced tips and tweaks

* How to do FCC/BCC... -- 2.43.0