Bug 3714 - Combining AND and OR conditions in a rule
Summary: Combining AND and OR conditions in a rule
Status: NEW
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Filtering (show other bugs)
Version: 3.14.0
Hardware: PC Windows 10
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2016-10-13 20:14 UTC by alt.rw-9o6f8p42
Modified: 2016-10-13 20:14 UTC (History)
0 users

See Also:


Attachments

Description alt.rw-9o6f8p42 2016-10-13 20:14:28 UTC
Currently, if you want an action x applied to e-mails which meet the conditions 1 or 2 or 3 but not 4, you have to create 3 rules:

Condition: 1 & ~4
Action: x

Condition: 2 & ~4
Action: x

Condition: 3 & ~4
Action: x

It would be nice to be able to combine AND and OR conditions in one rule:

Condition: (1 | 2 | 3) & ~4
Action: x

Handling exceptions would become more comfortable.

Note You need to log in before you can comment on or make changes to this bug.