Add tool to convert procmailrc into notmuch tag file.

This commit is contained in:
2023-03-06 09:15:37 -08:00
parent 24cf7d12f1
commit 0d0a9d88ae
4 changed files with 263 additions and 0 deletions

13
Cargo.lock generated
View File

@@ -52,6 +52,12 @@ dependencies = [
"memchr",
]
[[package]]
name = "anyhow"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "async-stream"
version = "0.3.3"
@@ -1777,6 +1783,13 @@ dependencies = [
"yansi",
]
[[package]]
name = "procmail2notmuch"
version = "0.1.0"
dependencies = [
"anyhow",
]
[[package]]
name = "quote"
version = "0.6.13"