Labels and saved searches
Labels
Labels are first-class in both CLI and TUI.
CLI:
mxr labelsmxr labels create FollowUp --color "#ff6600"mxr labels rename FollowUp Waitingmxr labels delete WaitingPer-message mutations:
mxr label Work MESSAGE_IDmxr unlabel Work MESSAGE_IDmxr move Archive MESSAGE_IDSearch-driven bulk mutations:
mxr label FollowUp --search "from:recruiter@example.com"mxr move Done --search "label:inbox from:billing@example.com"TUI label flows
l: apply labelv: move to label- Sidebar labels change mailbox scope
- Open messages and thread headers show label chips
The sidebar separates:
- System labels
- User labels
- Saved searches
Saved searches
Saved searches are reusable mailbox scopes.
CLI:
mxr savedmxr saved add recruiters "label:inbox from:recruiter@example.com"mxr saved delete recruitersmxr saved run recruitersTUI:
- Saved searches appear in the sidebar
- Saved searches are reachable through the command palette
- Selecting one changes the mail list to that query scope
Why saved searches matter
Folders are not enough for high-volume mail. Saved searches let you treat search as a stable view:
- Waiting for reply
- Unread invoices
- Recruiter follow-up
- Production alerts
- Travel receipts