summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2016-09-30 10:00:57 +0200
committerBastien <bzg@gnu.org>2016-09-30 10:00:57 +0200
commitc0fb62dc68c27d3916e7502acbfccf172be7b786 (patch)
tree6d519991d7caec756130534ddab4b2f0231a59c6
parentb3c556d83ac5407aa250557d4bec89aef238684f (diff)
parentcd5e2d94d8949be6ac1d8d5e20935c25bb4e5f49 (diff)
downloadorg-mode-c0fb62dc68c27d3916e7502acbfccf172be7b786.tar.gz
Merge branch 'maint'
-rw-r--r--contrib/lisp/org-notmuch.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/lisp/org-notmuch.el b/contrib/lisp/org-notmuch.el
index b77df03..65d7550 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))