From 5bed79b24ca0e21150aa6334bd22396dd0fe48ad Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 9 Jan 2021 09:37:41 -0600 Subject: Fix bookmark --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 2da6c4e..388644f 100644 --- a/config.org +++ b/config.org @@ -1732,10 +1732,12 @@ I’m only enabling this at home for now, since it requires building stuff. "flag:unread AND NOT flag:trashed AND NOT maildir:/Spam" :key ?u) (:name "Today" - :query "date:today..now and not and not flag:trashed maildir:/Spam" + :query + "date:today..now and not flag:trashed and not maildir:/Spam" :key ?t) (:name "This week" - :query "date:7d..now and not maildir:/Spam and not flag:trashed" + :query + "date:7d..now and not maildir:/Spam and not flag:trashed" :hide-unread t :key ?w))) -- cgit 1.4.1-21-gabe81