pub fn make_array_of_messages(lines: &[&str]) -> 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.
It also labels messages without an author as system messages.