diff options
| author | jao <jao@gnu.org> | 2025-11-07 13:27:26 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-07 13:27:26 +0000 |
| commit | 47f50620f30a9842fcf82723350b6ff92a74e768 (patch) | |
| tree | 6385dcda4deb8e619e799ac2b7771f0cb306d26f | |
| parent | bcd21b452e8e293b4542ff07d255561c91733598 (diff) | |
| download | elibs-47f50620f30a9842fcf82723350b6ff92a74e768.tar.gz elibs-47f50620f30a9842fcf82723350b6ff92a74e768.tar.bz2 | |
address washing
| -rw-r--r-- | custom/jao-custom-notmuch.el | 6 |
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))) |
