X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=0e4c78136b0cd518c22303763c3d864e7ffd9a7f;hp=fa39da62dd43434e5c69db560f658a24904f7b06;hb=aa46a34408709a6434c8b2bfa438de9b33c04211;hpb=d295f50ac7f9c61e7c8e3551f4fca6cd903707fe diff --git a/notmuch.el b/notmuch.el index fa39da62..0e4c7813 100644 --- a/notmuch.el +++ b/notmuch.el @@ -694,7 +694,7 @@ thread from that buffer can be show when done with this one)." (let ((proc (get-buffer-process (current-buffer))) (inhibit-read-only t)) (if proc - (error "notmuch search process already running for query `%s'" query) + (error "notmuch search process already running for query `%s'" thread-id) ) (erase-buffer) (goto-char (point-min))