X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=remoteusage.mdwn;h=770164d10ab43d9d7070fbdc957ffd38cbca4090;hb=1c209ef6745c86aa524153a14b7699df76cf0d26;hp=58d56073335e9f118b9a892f5712880d35c0a507;hpb=1a820cde87a3cfe833d2d2fa6540b6826c31649d;p=notmuch-wiki diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 58d5607..770164d 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -26,7 +26,7 @@ server), `bash`, and `ssh` on another computer (let's call that computer 3. password-free login (public key authentication) from client to server. [Here](http://www.debian-administration.org/articles/152) is a -good page on how to set it up (*). +good page on how to set it up (3). 4. a reasonably fast connection. (This isn't really *necessary*, but if your connection is too slow, this won't be very pleasant to use, and @@ -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