]> git.cworth.org Git - notmuch-wiki/blobdiff - remoteusage.mdwn
remoteusage: Explain the purpose of sleep
[notmuch-wiki] / remoteusage.mdwn
index 2b3d588d0e95921e2a8df672236d1d8dc91e0f0e..5a35fe709198827b922f2512e713db126cca2622 100644 (file)
@@ -89,7 +89,7 @@ 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
             echo "${line}"
         done
     }