]> git.notmuchmail.org Git - notmuch-wiki/blobdiff - remoteusage.mdwn
Added a note saying the sleep hack is no longer necessary in git.
[notmuch-wiki] / remoteusage.mdwn
index 2b3d588d0e95921e2a8df672236d1d8dc91e0f0e..2128886eb226032ab733de93c33da43b37e49060 100644 (file)
@@ -89,7 +89,10 @@ be necessary in the furture.
     {
         notmuch_run search $@ |
         while read line; do
-           sleep 0.02
+           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
     }