summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-10-07 17:44:58 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-10-07 17:46:21 +0200
commit1c36bd61a8f30b147500c47f2e593ae89431c042 (patch)
treedcf447920eff5953d09158833aaa92b8727bc147 /Cargo.toml
parenta281dc1e950ef118c927d91f8bdc1226ff884dbc (diff)
Fix: Check whether header value contains msgidHEADmaster
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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e76643f..2fc8496 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amt"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Accumulate git-trailers from emails grouped by mail subject"
keywords = ["tool", "git", "cli", "mail", "email"]