| Summary: | Kmail filters UI does not allow more than 8 filter criteria, while editing filter config file does allow it. | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Evgenii Frolov <frol.onn> |
| Component: | UI | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | minor | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | 4.9.5 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
no we limite to 8 to avoid to make dialogbox too big. So no we will not add more :) And 8 is enough if you didn't success to create a valid filter with 8 criterias it's that there is a problem :) May be there is a chance to separate filtering e-mail addresses with coma in one criteria line? Thanks for a quick reply! (In reply to comment #1) > no we limite to 8 to avoid to make dialogbox too big. > So no we will not add more :) > > And 8 is enough if you didn't success to create a valid filter with 8 > criterias it's that there is a problem :) Not for the moment. But perhaps in the future |
When number of filter criteria reaches 8 it is impossible to add more of them with GUI. Though it is possible to do if you: 1. Extract your filters 2. Edit extracted file (add "contents{NextLetter}=...", "field{NextLetter}=..." and "func{NextLetter}=..." lines) 3. Import the edited filter in kMail Reproducible: Always Steps to Reproduce: 1. Create a filter 2. Write down 8 filter criteria 3. Witness "+" button become unavaliable Actual Results: A user is unable to create filters with more than 8 filter criteria with kmail UI Expected Results: It would be good if after, say, 8th criterium a scroll line appear and it would be possible to add 9th, 10th and more of them...