]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tag.el
emacs: tag deleted face bugfix
[notmuch] / emacs / notmuch-tag.el
index ec3c964d5b8341f93dc6651d5d1d1fd246644e5d..6c8b6a758a696b060d8d0733039118fa88be8ce8 100644 (file)
@@ -105,7 +105,7 @@ with images."
   :type 'notmuch-tag-format-type)
 
 (defface notmuch-tag-deleted
-  '((((class color) (supports :strike-through)) :strike-through "red")
+  '((((class color) (supports :strike-through "red")) :strike-through "red")
     (t :inverse-video t))
   "Face used to display deleted tags.