summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-15 16:58:21 +0000
committerjao <jao@gnu.org>2024-03-15 16:58:21 +0000
commit98a2358f6f1fb0a5ebedfec1af3733417639da1a (patch)
tree72a869f97a9cabedfa4a21ba1cd3e3d7df746d98
parent22c83672df71581511a1f9709c4eedd732268e3e (diff)
downloadelibs-98a2358f6f1fb0a5ebedfec1af3733417639da1a.tar.gz
elibs-98a2358f6f1fb0a5ebedfec1af3733417639da1a.tar.bz2
gnus: nit in from address washing up
-rw-r--r--custom/jao-custom-gnus.el2
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