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
draft --attach=<paths> — attach one or more files to a draft. Comma-separated paths with ~ expansion, base64 encoded for Missive's POST /v1/drafts. Missive's 25-file and 10 MB payload limits are enforced before the request goes out rather than after the upload, and each file is logged with its size as it is attached.
Fixed
Stop re-closing conversations that are already closed live — Missive's personal inbox=true feed can return conversations that already have closed_at set, so trusting the list name alone marked them open locally and repeated closes each added another "Conversation closed." comment. Status is now derived from the payload (closed_at, then users[me].closed) and close skips the API post when the conversation is already closed.
Documentation
Readme caught up with the last two releases — documents draft --reply-all (1.1.0), sync --force-bodies and sync --conversation=<id> (1.2.0), and the new draft --attach.