]> git.cworth.org Git - notmuch-wiki/blobdiff - remoteusage.mdwn
remoteusage: Explain the purpose of sleep
[notmuch-wiki] / remoteusage.mdwn
index 3e9a9f71957740aaa45c06238f20162000fe52f1..5a35fe709198827b922f2512e713db126cca2622 100644 (file)
@@ -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
     }