Skip to content

mxr forward

Generated from mxr forward --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Forward a message

mxr forward [OPTIONS] <MESSAGE_ID>
Flag Description
<MESSAGE_ID> Message ID to forward
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
--to <TO> Forward to recipient(s)
--body <BODY> Inline 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 forward lands in mxr drafts, 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
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help

Forward a message with optional context. --yes sends; --draft saves the forward as a draft to send later with mxr send.

Terminal window
mxr forward MESSAGE_ID --to teammate@example.com
mxr forward MESSAGE_ID --to teammate@example.com --body 'FYI' --draft # saves, never sends