X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=remoteusage.mdwn;h=2128886eb226032ab733de93c33da43b37e49060;hb=a4276a0a7b792d8bff02aceab66fd777642fa4f9;hp=5a35fe709198827b922f2512e713db126cca2622;hpb=a673cda00ab7fe6f40ef5570702e1ff228eb18fd;p=notmuch-wiki 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 }