cairn/changes/compose-from-identity/tasks.md
AccountConfig::email and AccountConfig::display_name, aliased to from and from-name; the global Config::display_name, aliased to from-name; both keys added to RENDER_ORDER so a generated account leads with its identity.Account, merged account-over-global, plus resolve_from, which resolves the --from override against them and hands back the address and the name apart.BuilderArgs::from_name, and Address::new_address instead of the bare &str, so mail_builder encodes the name.account.resolve_from, and the --from help naming it.prompted_email reading the prompt back as an address, written onto the generated account; a URL's userinfo is not one.--from dropping the configured name; the shapes prompted_email refuses.email and display-name accepted as aliases of from and from-name, its own spec and log entry.