From fe4e06aa754e9cb9396c8d87af14013fb36ca47d Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Thu, 10 Nov 2016 14:54:00 +0200 Subject: [PATCH] fcc on remote usage --- remoteusage.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 40a3e9c..770164d 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -82,8 +82,8 @@ script: (setq notmuch-command "/path/to/your/remote-notmuch.sh") -If you use Fcc, you may want to do something like this on the client, to -Bcc mails to yourself: +If you use Fcc and Notmuch older than 0.23, you may want to do something like +this on the client, to Bcc mails to yourself: (setq notmuch-fcc-dirs nil) (add-hook 'message-header-setup-hook @@ -91,6 +91,8 @@ Bcc mails to yourself: (notmuch-user-name) (notmuch-user-primary-email)))))) +Starting from 0.23, Fcc is also done through notmuch-command. + ## Problems ## Some things probably won't work perfectly, and there might be some -- 2.43.0