-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add rule_match_mode option to determine rule application behavior
The `rule_match_mode` config option can be one of `unique`, `first`, or `all`, and it dictates how rules are applied. This parameter is optional and defaults to `unique` in order to be backwards compatible. The available modes are as follows: - `first`: The first rule that matches will be applied. - `all`: All matching rules will be applied in order, meaning a single mail can be moved multiple times. - `unique`: Similar to `first`, but ensures that a mail is only moved once.
- Loading branch information
1 parent
bfb45b7
commit dda4057
Showing
4 changed files
with
171 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters