diff --git a/contrib/lisp/org-notmuch.el b/contrib/lisp/org-notmuch.el index b77df03e8..65d755069 100644 --- a/contrib/lisp/org-notmuch.el +++ b/contrib/lisp/org-notmuch.el @@ -94,8 +94,7 @@ Should accept a notmuch search string as the sole argument." Can link to more than one message, if so all matching messages are shown." (require 'notmuch) - (notmuch-show (org-link-unescape search))) - + (notmuch-show search))