You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC / BCC / Reply-To capture — sync stores cc_fields, bcc_fields, and reply_to_fields for every message; show displays the Cc line in text, pretty, and JSON. Existing databases migrate automatically.
draft --reply-all — auto-fills To and Cc from the latest inbound message (original sender + To → To, original Cc → Cc), excludes your own addresses (--from + optional MISSIVE_MY_ADDRESSES), and de-duplicates. --to is now optional with --reply-all.
sync --start-before=<datetime> — seed the pagination cursor to backfill older history.
Team inbox + status tracking — syncs the team inbox when MISSIVE_TEAM_ID is set, tracks open/closed transitions, and syncs closed conversations with --full.
close --local — close only in the local database.
list filters — --messages, --order, --after, --before, plus a Status column.
Improved
Rate-limit handling — retries on HTTP 429 with Retry-After/backoff and throttles bulk syncs.
Database storage — private DB directory created automatically with secure permissions.