Skip to content

mxr suggest-recipients

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

Suggest “maybe include” Cc recipients for a draft. Excludes addresses already on the draft and never reveals Bcc’d addresses from prior threads

mxr suggest-recipients [OPTIONS]
FlagDescription
--draft <DRAFT>Stored draft id. Mutually exclusive with —subject
--subject <SUBJECT>Subject for an ephemeral draft. Pair with —body-stdin for the body
--body-stdinRead the body from stdin
--account <ACCOUNT>
--limit <LIMIT>[default: 5]
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Suggest “maybe include” Cc recipients for a draft based on co-participation in similar prior threads. Suggestions only, never auto-adds; never reveals Bcc. See briefings and loop-in.

Terminal window
mxr suggest-recipients --draft DRAFT_ID --format json
echo 'rollout plan attached' | mxr suggest-recipients --subject 'pricing rollout' --body-stdin
mxr suggest-recipients --draft DRAFT_ID --limit 3