pub fn format_message(envelope: &Envelope, own_id: Option<&str>) -> StringExpand description
Format an envelope as a human-readable one-liner: [HH:MM:SS] from_id> text
If own_id is provided and matches envelope.from, appends (me) to the sender.