Function deltachat::simplify::remove_top_quote

source ยท
fn remove_top_quote<'a>(
    lines: &'a [&str],
    is_chat_message: bool,
) -> (&'a [&'a str], Option<String>)