From 92c8ac2418af52eef9a302e1b905802dda576794 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 28 Feb 2020 20:56:01 -0500 Subject: km/gnus--gmane-link: Allow whitespace prefix --- lisp/km-gnus.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/km-gnus.el b/lisp/km-gnus.el index b932561..a163f63 100644 --- a/lisp/km-gnus.el +++ b/lisp/km-gnus.el @@ -65,6 +65,7 @@ is off." (-when-let* ((blink (message-field-value "Archived-At")) (link (or (and (string-match (rx string-start + (zero-or-more space) "<" (group (one-or-more (not (any ">")))) ">" -- cgit v1.2.3