summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-10-07Fix: Check whether header value contains msgidHEADmasterMatthias Beyer
This is better because of the "References:" header field. The field may contain several entries. As the `mailparse` library does not return a `Vec<>` of values here, we simlpy use the `String::contains()` function to check whether the mails could be related. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-07Initial importMatthias Beyer