mu4e-vars: remove unused face

This commit is contained in:
Dirk-Jan C. Binnema 2020-11-30 20:33:17 +02:00
parent d0e357c150
commit 946bf7571e
1 changed files with 0 additions and 7 deletions

View File

@ -660,13 +660,6 @@ from the old format if needed."
"Face for an unread message header."
:group 'mu4e-faces)
(defface mu4e-moved-face
'((t :inherit font-lock-comment-face :slant italic))
"Face for a message header that has been moved to some folder.
\(It's still visible in the search results, since we cannot
be sure it no longer matches)."
:group 'mu4e-faces)
(defface mu4e-trashed-face
'((t :inherit font-lock-comment-face :strike-through t))
"Face for an message header in the trash folder."