summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-02-28 20:56:01 -0500
committerKyle Meyer <kyle@kyleam.com>2020-04-16 23:48:44 -0400
commit92c8ac2418af52eef9a302e1b905802dda576794 (patch)
treec25927ab3b2e56d1a167815e86785d3fd329b414 /lisp
parent67addf39c391d9a657128e7936aee431e8605d54 (diff)
downloademacs.d-92c8ac2418af52eef9a302e1b905802dda576794.tar.gz
km/gnus--gmane-link: Allow whitespace prefix
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-gnus.el1
1 files changed, 1 insertions, 0 deletions
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 ">"))))
">"