Config
Location
mxr uses a TOML config file under the standard config directory for your platform.
To inspect the resolved path:
mxr config pathTop-level sections
[general][render][search][snooze][logging][appearance]
[accounts.work]general
editordefault_accountsync_intervalhook_timeoutattachment_dir
accounts
Each account entry has:
nameemailsyncsend
Sync provider types:
gmailimap
Send provider types:
gmailsmtp
render
html_commandreader_modeshow_reader_stats
search
default_sortmax_results
snooze
morning_hourevening_hourweekend_dayweekend_hour
logging
levelmax_size_mbmax_filesstderrevent_retention_days
appearance
themesidebardate_formatdate_format_fullsubject_max_width
Notes
- Runtime account inventory is not identical to config entries.
- Gmail browser-auth accounts may exist at runtime without being editable config-backed entries.
- IMAP/SMTP entries are the main editable config-backed account type.