summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-28 03:25:09 +0100
committerjao <jao@gnu.org>2021-07-28 03:25:09 +0100
commitcfd3dde4aaede57fbe0cc9487675f7686b3afece (patch)
treec5f0ac4866f76d3535e0311bb5a595781896374c /notmuch.org
parent89bc29942c58b3bda1ee3c371c7de46ee1e8464a (diff)
downloadelibs-cfd3dde4aaede57fbe0cc9487675f7686b3afece.tar.gz
elibs-cfd3dde4aaede57fbe0cc9487675f7686b3afece.tar.bz2
nits
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org4
1 files changed, 2 insertions, 2 deletions
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)