diff options
| author | Jani Nikula <jani@nikula.org> | 2016-11-10 14:54:00 +0200 |
|---|---|---|
| committer | Jani Nikula <jani@nikula.org> | 2016-11-10 14:54:00 +0200 |
| commit | fe4e06aa754e9cb9396c8d87af14013fb36ca47d (patch) | |
| tree | 04889cd9975d3429f77023d9a50ab2dcb2e9eb9e /remoteusage.mdwn | |
| parent | 508791ec21fbd58c7263ea7924b0a8e9f6b727d6 (diff) | |
fcc on remote usage
Diffstat (limited to 'remoteusage.mdwn')
| -rw-r--r-- | remoteusage.mdwn | 6 |
1 files 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 |
