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.
This commit is contained in:
Stephen Eglen 2020-05-04 09:27:14 +01:00 committed by GitHub
parent da314e9e48
commit a2a201eef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/*"