From 946bf7571ee4e0972e69dea5cdea8e6e85b13e67 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 30 Nov 2020 20:33:17 +0200 Subject: [PATCH] mu4e-vars: remove unused face --- mu4e/mu4e-vars.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index e011bc4c..fef14578 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -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."