]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-show.el
NEWS: add item for notmuch-deliver
[notmuch] / emacs / notmuch-show.el
index b565f336832382862101df17a7a203e76ce46561..eee4da9896434c327e545d904a058f4a0e2687d8 100644 (file)
@@ -803,7 +803,7 @@ a corresponding notmuch search."
       (remove-overlays (match-beginning 0) (match-end 0) 'goto-address t)
       (make-text-button (match-beginning 0) (match-end 0)
                        'action `(lambda (arg)
-                                  (notmuch-search ,(match-string-no-properties 0)))
+                                  (notmuch-show ,(match-string-no-properties 0)))
                        'follow-link t
                        'help-echo "Mouse-1, RET: search for this message"
                        'face goto-address-mail-face))))