]> git.cworth.org Git - obsolete/notmuch-wiki/blobdiff - remoteusage.mdwn
contributing: tabs to spaces -- we get nice 4-char indentation
[obsolete/notmuch-wiki] / remoteusage.mdwn
index d70a8683b7fb2d4fcfa9c0fcb357aa93ca28d246..2e867e2e4f3e140715b4336a5026607cc24bb597 100644 (file)
@@ -24,7 +24,8 @@ You will need to have the following items in place:
 that computer "client")
 
 3.  `ssh` and `dtach` on your client computer. (TODO: Make dtach
-optional, or allow screen or tmux to be used instead.)
+optional, or allow screen or tmux to be used instead.
+[[Here|remotewrapper]] is a version that does not require dtach.)
 
 4.  password-free login (public key authentication) from client to
 server. [Here](http://www.debian-administration.org/articles/152) is a
@@ -69,7 +70,7 @@ future calls can reuse the socket.
         
         create_socket_dir ()
         {
-            mkdir "${SOCKET_DIR}" 
+            mkdir "${SOCKET_DIR}"
             chmod 700 "${SOCKET_DIR}"
         }
         
@@ -103,7 +104,7 @@ future calls can reuse the socket.
             $SSH_BIN -S $SSH_SOCKET $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN ${ARGS}
         }
         
-        notmuch_run $@ 
+        notmuch_run "$@"
        
 Save this to a file, "remote-notmuch.sh", in your path.