From fd8a06ca79a2f088a131f3830daee9f944516c50 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Dec 2018 14:43:48 -0500 Subject: mail: Loosen github url regexp ... so that it also matches the text in the "push" emails. --- lisp/km-mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3