]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: show: mark tags changed since buffer loaded
[notmuch] / emacs / notmuch.el
index 2e0b20eb937095825f442d662e4b8f6a6e038a66..59ad541eb10d444888b9f85a1666af555a2deedc 100644 (file)
@@ -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."