X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=remoteusage.mdwn;h=0298dd99d10f5887ade19a71aeee55cbcb6df351;hb=8d6f76f7feb5a74590609be23de572c4931433f6;hp=5a35fe709198827b922f2512e713db126cca2622;hpb=95aae3cd57cef0f56265a61d9cc7b6fca4121c17;p=obsolete%2Fnotmuch-wiki diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 5a35fe7..0298dd9 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -29,7 +29,7 @@ You will need to have the following items in place: 2. a working notmuch emacs interface on another computer (let's call that computer "client") 3. password-free login (public key authentication) from client to -server. [Here](http://sial.org/howto/openssh/publickey-auth/) is a +server. [Here](http://www.debian-administration.org/articles/152) is a good page on how to set it up. 4. a reasonably fast connection. (This isn't really *neccessary*, but if your connection is too slow, this won't be very pleasant to use, @@ -90,6 +90,9 @@ be necessary in the furture. notmuch_run search $@ | while read line; do sleep 0.02 # Workaround a bug (missing lines) in the emacs interface + # NOTE: This workaround is no longer necessary as of + # git rev eead2382. You can just run + # `notmuch_run search $@' echo "${line}" done }