diff options
-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 ">")))) ">" |