From bebf6d342663e29df3f77f7d41e99dcb5778ea5a Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 10 Apr 2024 23:03:50 -0400 Subject: [PATCH] Add inbox as a bookmark --- global.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index 5de9e4f..39cea81 100644 --- a/global.org +++ b/global.org @@ -856,8 +856,12 @@ :key ?a)) (add-to-list 'mu4e-bookmarks '( :name "to capture" - :query " maildir:/math/to-capture or maildir:/proton/Labels.capture" + :query "maildir:/math/to-capture or maildir:/proton/Labels.capture" :key ?c)) + (add-to-list 'mu4e-bookmarks + '( :name "inbox" + :query "maildir:/math/INBOX" + :key ?i)) #+end_src Customize ~mu4e~ context