diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |