X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=59ad541eb10d444888b9f85a1666af555a2deedc;hb=941e172724188eb0f65bc05035a0a6871a70ba72;hp=2e0b20eb937095825f442d662e4b8f6a6e038a66;hpb=d5acfdda5f9a64b934a86e5ec877b6b7d1d80a0f;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 2e0b20eb..59ad541e 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -754,7 +754,7 @@ non-authors is found, assume that all of the authors match." ((string-equal field "tags") (let ((tags (plist-get result :tags))) - (insert (format format-string (notmuch-tag-format-tags tags))))))) + (insert (format format-string (notmuch-tag-format-tags tags tags))))))) (defun notmuch-search-show-result (result &optional pos) "Insert RESULT at POS or the end of the buffer if POS is null."