36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
# Standard Main Views
|
|
Inbox=tag:inbox and not tag:deleted and not tag:spam
|
|
Unread=tag:unread and not tag:deleted and not tag:spam
|
|
Starred=(tag:flagged or tag:starred) and not tag:deleted and not tag:spam
|
|
Archive=not tag:inbox and not tag:spam and not tag:deleted
|
|
Mail/Sent=(folder:Sent or tag:sent) and not tag:deleted
|
|
Mail/Drafts=folder:Drafts or tag:draft
|
|
Mail/Spam=tag:spam and not tag:deleted
|
|
Mail/Trash=tag:deleted
|
|
|
|
# Community Folder Stack
|
|
Community/Breathing Space=from:@makesomebreathingspace.com and not tag:deleted and not tag:spam
|
|
Community/Heal Play Love=(from:@healplaylove.ch or from:@circle.so) and not tag:deleted and not tag:spam
|
|
|
|
# Categories
|
|
Finance=tag:finance and tag:inbox and not tag:deleted and not tag:spam
|
|
Newsletters=tag:newsletter and tag:inbox and not tag:deleted and not tag:spam
|
|
|
|
# Priority Management
|
|
Priority/1=tag:priority1 and tag:inbox and not tag:deleted and not tag:spam
|
|
Priority/2=tag:priority2 and tag:inbox and not tag:deleted and not tag:spam
|
|
Priority/All=(tag:priority1 or tag:priority2) and not tag:deleted and not tag:spam
|
|
|
|
# Time-based
|
|
Time/Today=date:today and tag:inbox and not tag:deleted and not tag:spam
|
|
Time/This Week=date:week and tag:inbox and not tag:deleted and not tag:spam
|
|
Time/Last 7 Days=date:7days..today and not tag:deleted and not tag:spam
|
|
|
|
# Status/Action
|
|
Action/Needs Reply=tag:inbox and not tag:replied and not tag:deleted and not tag:spam
|
|
Action/Important=(tag:flagged or tag:priority1) and not tag:deleted and not tag:spam
|
|
Action/Todo=(tag:todo or tag:followup) and not tag:deleted and not tag:spam
|
|
|
|
# All Mail
|
|
Everything=*
|