Separate Prologin from standard bookmarks
This commit is contained in:
parent
234af56dce
commit
35d53ce8f7
|
@ -830,7 +830,8 @@ Let's not display messages from mailing lists in main views, leave them to speci
|
|||
(:name "Today's messages" :query "date:today..now AND NOT flag:list" :key ?t)
|
||||
(:name "Last 7 days" :query "date:7d..now AND NOT flag:list" :hide-unread t :key ?w)
|
||||
(:name "Messages with images" :query "mime:image/* AND NOT flag:list" :key ?p)
|
||||
(:name "All unread messages" :query "flag:unread AND NOT list:emacs-orgmode.gnu.org" :key ?U)
|
||||
(:name "All unread messages" :query "flag:unread AND NOT maildir:/prologin/*" :key ?U)
|
||||
(:name "All Prologin messages" :query "flag:unread AND maildir:/prologin/*" :key ?P)
|
||||
(:name "Today's messages (lists included)" :query "date:today..now" :key ?T)
|
||||
(:name "Last 7 days (lists included)" :query "date:7d..now" :hide-unread t :key ?W)
|
||||
(:name "Orgmode mailing list new posts" :query "list:emacs-orgmode.gnu.org AND flag:unread" :key ?o)
|
||||
|
|
Loading…
Reference in a new issue