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