summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/km-mail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-mail.el b/lisp/km-mail.el
index 8e5e7c9..f054f2a 100644
--- a/lisp/km-mail.el
+++ b/lisp/km-mail.el
@@ -220,7 +220,7 @@ Tracking System, set '--in-reply-to' to the initial report and
(defun km/notmuch-github-url ()
(and (re-search-forward
- (concat "Reply to this email directly or view it on GitHub:\n"
+ (concat "view it on GitHub:\n"
"\\(https://github\.com/[^\n]+\\)$")
nil t)
(match-string-no-properties 1)))