X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=remoteusage.mdwn;h=5a35fe709198827b922f2512e713db126cca2622;hb=95aae3cd57cef0f56265a61d9cc7b6fca4121c17;hp=2b3d588d0e95921e2a8df672236d1d8dc91e0f0e;hpb=040d676d1a5cc972c1602dd731877ee9cdc131af;p=obsolete%2Fnotmuch-wiki 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 }