pub fn thread_with(
envs: &[&Envelope],
order: ThreadOrder,
subject: Option<&SubjectFallback<'_>>,
) -> Vec<ThreadedItem>Expand description
Threading proper: reference chains, and then, with a
SubjectFallback, what mutt does for the messages whose
senders left no chain behind.