procmail2notmuch: inlude early exit option

This commit is contained in:
Bill Thiede 2025-04-20 09:37:51 -07:00
parent b3070e1919
commit 979cbcd23e

View File

@ -31,6 +31,7 @@ struct Match {
#[derive(Debug, Default, Serialize, Deserialize)]
struct Rule {
stop_on_match: bool,
matches: Vec<Match>,
tag: Option<String>,
}