summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Sojka <sojkam1@fel.cvut.cz>2011-02-05 08:32:25 +0100
committerMichal Sojka <sojkam1@fel.cvut.cz>2011-02-05 08:32:25 +0100
commit95aae3cd57cef0f56265a61d9cc7b6fca4121c17 (patch)
treeaff854e5a1d2932c0285d542771b18c152e4ef27
parent040d676d1a5cc972c1602dd731877ee9cdc131af (diff)
remoteusage: Explain the purpose of sleep
-rw-r--r--remoteusage.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteusage.mdwn b/remoteusage.mdwn
index 2b3d588..5a35fe7 100644
--- a/remoteusage.mdwn
+++ b/remoteusage.mdwn
@@ -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
}