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

View File

@@ -0,0 +1,9 @@
[package]
name = "procmail2notmuch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.69"