add_self_recipients

Function add_self_recipients 

Source
pub(crate) async fn add_self_recipients(
    context: &Context,
    recipients: &mut Vec<String>,
    encrypted: bool,
) -> Result<()>
Expand description

Adds self-addresses to recipients as necessary. This doesn’t check Config::BccSelf, it should be checked by the caller if needed.