]> git.cworth.org Git - notmuch-wiki/blobdiff - remoteusage.mdwn
Add link to bgamari's sorting configuration
[notmuch-wiki] / remoteusage.mdwn
index edc63fb93c17b04881fe25c6af1b792a7d1c728e..5a35fe709198827b922f2512e713db126cca2622 100644 (file)
@@ -79,9 +79,9 @@ be necessary in the furture.
         [ -d "${CACHE}" ] || mkdir -p "${CACHE}"
         CMD=$1
         shift
-       # we need to a little sanitizing of msg ids so the shell
+        # we need to a little sanitizing of msg ids so the shell
         # doesn't mangle them
-       ARGS=`echo $@ | sed 's/[\\$\\*\\!]/\\\&/g'`
+        ARGS=`echo $@ | sed 's/[\\$\\*\\!]/\\\&/g'`
         $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN ${CMD} ${ARGS}
     }
     
@@ -89,8 +89,8 @@ be necessary in the furture.
     {
         notmuch_run search $@ |
         while read line; do
-           sleep 0.02
-           echo "${line}"
+           sleep 0.02   # Workaround a bug (missing lines) in the emacs interface
+            echo "${line}"
         done
     }