From a2a201eef64672fbee48ae2b6ec1fcc7c0456b78 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Mon, 4 May 2020 09:27:14 +0100 Subject: [PATCH] Is it :hide-unread or :show-unread I think the docstring is correct and the variable setting is wrong -- the code elsewhere (mu4e~start) seems to check hide-unread property. --- mu4e/{mu4e-vars.el => :show-unread t} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mu4e/{mu4e-vars.el => :show-unread t} (99%) diff --git a/mu4e/mu4e-vars.el b/mu4e/:show-unread t similarity index 99% rename from mu4e/mu4e-vars.el rename to mu4e/:show-unread t index 3fa6557c..26b92462 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/:show-unread t @@ -231,7 +231,7 @@ are plists" "1.3.7") :key ?t) ( :name "Last 7 days" :query "date:7d..now" - :show-unread t + :hide-unread t :key ?w) ( :name "Messages with images" :query "mime:image/*"