mxr reply-all
Generated from
mxr reply-all --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
Reply to all recipients
mxr reply-all [OPTIONS] <MESSAGE_ID>Arguments
Section titled “Arguments”| Flag | Description |
|---|---|
<MESSAGE_ID> |
Message ID to reply to |
Options
Section titled “Options”| Flag | Description |
|---|---|
--account <ACCOUNT> |
— |
--from <FROM> |
Send from this owned address (the account primary or a registered alias). Defaults to the address the original was delivered to |
--body <BODY> |
Inline reply body |
--body-stdin |
Read body from stdin |
--attach <ATTACH> |
File path to attach (repeatable) |
--signature <SIGNATURE> |
Insert this signature by name instead of the scoped default |
--no-signature |
Do not insert any signature |
--yes |
Skip confirmation |
--draft |
Save as a draft instead of sending. Never transmits; the reply lands in mxr drafts (threaded, ready to send with mxr send <draft-id>). Mutually exclusive with --yes, so no added flag can turn a draft into a send |
--dry-run |
Show what would be sent |
--remind-after <TIME> |
After sending, remind if no reply has arrived by this time. Same forms as mxr remind --when: in 2h, tomorrow 9am, monday 17:00, RFC3339 |
--format <FORMAT> |
[possible values: table, json, jsonl, csv, ids] |
-h, --help |
Print help |
Use When
Section titled “Use When”Reply to everyone on a thread. --yes sends; --draft saves a threaded draft to send later with mxr send.
Everyday Examples
Section titled “Everyday Examples”mxr reply-all MESSAGE_ID --body-stdin --dry-runmxr reply-all MESSAGE_ID --body 'Thanks all.' --draft # saves, never sendsSee also
Section titled “See also”- CLI overview — full command index
- Concepts — query operators, search modes, JSON shapes
- Automation contract — which commands support
--format json,--dry-run, stdin