From a4276a0a7b792d8bff02aceab66fd777642fa4f9 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Fri, 11 Mar 2011 11:44:48 -0500 Subject: [PATCH] Added a note saying the sleep hack is no longer necessary in git. I'll remove it altogether in the next release. --- remoteusage.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 5a35fe7..2128886 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -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 } -- 2.43.0