From 98a2358f6f1fb0a5ebedfec1af3733417639da1a Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 15 Mar 2024 16:58:21 +0000 Subject: gnus: nit in from address washing up --- custom/jao-custom-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index e8a5a15..9faf41b 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -542,7 +542,7 @@ ;;;; remove html in From: (require 'shr) (defvar jao-gnus--from-rx - (concat "From: \\\"?\\( " jao-gnus--news-rx "\\)")) + (concat "From: \\\"?\\( *" jao-gnus--news-rx "\\)")) (defun jao-gnus-format-from () (save-excursion -- cgit v1.2.3