X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=5492be426d731b081f955f4174e25a412efb8985;hb=941e172724188eb0f65bc05035a0a6871a70ba72;hp=019f51d71a678ece8a83b0adc39a295173f9983e;hpb=d5acfdda5f9a64b934a86e5ec877b6b7d1d80a0f;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 019f51d7..5492be42 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -344,7 +344,7 @@ operation on the contents of the current buffer." (if (re-search-forward "(\\([^()]*\\))$" (line-end-position) t) (let ((inhibit-read-only t)) (replace-match (concat "(" - (notmuch-tag-format-tags tags) + (notmuch-tag-format-tags tags tags) ")")))))) (defun notmuch-clean-address (address) @@ -423,7 +423,7 @@ message at DEPTH in the current thread." " (" date ") (" - (notmuch-tag-format-tags tags) + (notmuch-tag-format-tags tags tags) ")\n") (overlay-put (make-overlay start (point)) 'face 'notmuch-message-summary-face)))