X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=4c1a6cacd4da5bdf47a13919cedaef2538457b30;hp=e58c51df0c843890bf60d805dd0028ba4fae56d8;hb=f0dfda5c7797f9db81ce35d270fe0ac406c7fca1;hpb=b714a808a692a99c1b936be43186a40ab251aeca diff --git a/emacs/notmuch.el b/emacs/notmuch.el index e58c51df..4c1a6cac 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -660,7 +660,7 @@ of the result." ;; things happen if a sentinel signals. Mimic ;; the top-level's handling of error messages. (error - (message "%s" (second err)) + (message "%s" (error-message-string err)) (throw 'return nil))) (if (and atbob (not (string= notmuch-search-target-thread "found")))