瀏覽代碼

Merge branch 'maint'

Bastien 8 年之前
父節點
當前提交
c0fb62dc68
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      contrib/lisp/org-notmuch.el

+ 1 - 2
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."
 Can link to more than one message, if so all matching messages are shown."
   (require 'notmuch)
   (require 'notmuch)
-  (notmuch-show (org-link-unescape search)))
-
+  (notmuch-show search))