pub fn make_array_of_messages_with_debug(
    lines: &[&str],
    debug: bool,
) -> Vec<RawMessage>Expand description
Takes an array of lines and detects the lines that are part of a previous message (multiline messages) and merges them with optional debug output.
It also labels messages without an author as system messages.