summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-11-07 13:27:26 +0000
committerjao <jao@gnu.org>2025-11-07 13:27:26 +0000
commit47f50620f30a9842fcf82723350b6ff92a74e768 (patch)
tree6385dcda4deb8e619e799ac2b7771f0cb306d26f /custom/jao-custom-notmuch.el
parentbcd21b452e8e293b4542ff07d255561c91733598 (diff)
downloadelibs-47f50620f30a9842fcf82723350b6ff92a74e768.tar.gz
elibs-47f50620f30a9842fcf82723350b6ff92a74e768.tar.bz2
address washing
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index c71e6b6..3e68215 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -364,10 +364,12 @@
(error "Found an enclosure, but not a link!")))))
(defconst jao-mail-clean-rx
- (regexp-opt '("ElDiario.es - ElDiario.es: " "The Guardian: "
+ (regexp-opt '("ElDiario.es - ElDiario.es: "
+ "The Guardian: "
"The Conversation – Articles (UK): "
"gr-qc updates on arXiv.org: "
- "quant-ph updates on arXiv.org: ")))
+ "quant-ph updates on arXiv.org: "
+ " via The Rust Programming Language Forum")))
(defun jao-mail-clean-address (args)
(when-let ((address (car args)))