diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-02-28 20:56:01 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 23:48:44 -0400 |
commit | 92c8ac2418af52eef9a302e1b905802dda576794 (patch) | |
tree | c25927ab3b2e56d1a167815e86785d3fd329b414 | |
parent | 67addf39c391d9a657128e7936aee431e8605d54 (diff) | |
download | emacs.d-92c8ac2418af52eef9a302e1b905802dda576794.tar.gz |
km/gnus--gmane-link: Allow whitespace prefix
-rw-r--r-- | lisp/km-gnus.el | 1 |
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 ">")))) ">" |