summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2011-03-11 11:44:48 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2011-03-11 11:44:48 -0500
commita4276a0a7b792d8bff02aceab66fd777642fa4f9 (patch)
treecb07d35feda157c149f1e3d64b98ab60c8276451
parenta673cda00ab7fe6f40ef5570702e1ff228eb18fd (diff)
Added a note saying the sleep hack is no longer necessary in git.
I'll remove it altogether in the next release.
-rw-r--r--remoteusage.mdwn3
1 files changed, 3 insertions, 0 deletions
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
}