Skip to content

First sync

Start the daemon

For development:

Terminal window
mxr daemon --foreground

In another terminal:

Terminal window
mxr status

Open the TUI

Terminal window
mxr

If the daemon is not already running, mxr starts it.

Trigger sync

Terminal window
mxr sync
mxr sync --status
mxr status --watch

Verify local data

Terminal window
mxr search "label:inbox" --format ids
mxr labels
mxr thread THREAD_ID

What to expect in the TUI

  • Left sidebar: system labels, user labels, saved searches
  • Center list: threads by default
  • Right pane: preview or thread view
  • Ctrl-p: command palette
  • ?: full help modal
  • /: inline mailbox search

If something looks wrong

Terminal window
mxr doctor --check
mxr events --format json
mxr logs --level error
mxr bug-report --stdout

Next