Add inbox as a bookmark

master
Jacopo De Simoi 2 years ago
parent d38f660ce4
commit bebf6d3426
  1. 6
      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

Loading…
Cancel
Save