]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
Added a note saying the sleep hack is no longer necessary in git.
authorJesse Rosenthal <jrosenthal@jhu.edu>
Fri, 11 Mar 2011 16:44:48 +0000 (11:44 -0500)
committerJesse Rosenthal <jrosenthal@jhu.edu>
Fri, 11 Mar 2011 16:44:48 +0000 (11:44 -0500)
I'll remove it altogether in the next release.

remoteusage.mdwn

index 5a35fe709198827b922f2512e713db126cca2622..2128886eb226032ab733de93c33da43b37e49060 100644 (file)
@@ -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
     }