From 47f50620f30a9842fcf82723350b6ff92a74e768 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 7 Nov 2025 13:27:26 +0000 Subject: address washing --- custom/jao-custom-notmuch.el | 6 ++++-- 1 file 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))) -- cgit v1.2.3