procmail2notmuch: inlude early exit option
This commit is contained in:
parent
b3070e1919
commit
979cbcd23e
@ -31,6 +31,7 @@ struct Match {
|
||||
|
||||
#[derive(Debug, Default, Serialize, Deserialize)]
|
||||
struct Rule {
|
||||
stop_on_match: bool,
|
||||
matches: Vec<Match>,
|
||||
tag: Option<String>,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user