From cfd3dde4aaede57fbe0cc9487675f7686b3afece Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 28 Jul 2021 03:25:09 +0100 Subject: nits --- notmuch.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index 9a7772f..20ddebc 100644 --- a/notmuch.org +++ b/notmuch.org @@ -187,8 +187,8 @@ (insert (match-string 1 address)) (let ((shr-width 1000)) (shr-render-region (point-min) (point-max))) - (buffer-string)) - (string-replace "ElDiario.es - ElDiario.es" "D.es" address)))) + (replace-regexp-in-string "\"" "" (buffer-string))) + (string-replace "ElDiario.es - ElDiario.es" "D" address)))) (funcall fun address))) (advice-add 'notmuch-clean-address :around #'jao-mail-clean-address) -- cgit v1.2.3