X-Git-Url: https://git.notmuchmail.org/git?p=notmuch-wiki;a=blobdiff_plain;f=remoteusage.mdwn;h=770164d10ab43d9d7070fbdc957ffd38cbca4090;hp=7f0d9b7382e7af67010bac31a6baf570799c1578;hb=6fce39699bece93fe43a047d43f646f4165734ed;hpb=1b2ec15324d8476ea40baf8263a91695f4a45713 diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 7f0d9b7..770164d 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -26,12 +26,15 @@ 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 certainly won't seem transparent.) +(3) If you don't want / cannot use password-free login, +[[This|remoteusage/124]] page provides yet another alternative. + ## Configure `ssh` on the client computer ## Add this to your `~/.ssh/config`: @@ -79,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 @@ -88,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 @@ -96,5 +101,6 @@ you're using this approach and run into any problems, please feel free to list them here. And, of course, if you improve on any of these approaches, please do edit this page and let people know! -If you have issues, you may want to try the [[old remote usage -instructions|remoteusage-old]]. +If you have issues, you may want to try the +[[old remote usage instructions|remoteusage/old]] or +[[yet another alternative|remoteusage/124]].