Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Sieve filters - Case sensitivity #962

Open
1 task done
nomadturk opened this issue Nov 26, 2024 · 0 comments
Open
1 task done

[bug]: Sieve filters - Case sensitivity #962

nomadturk opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nomadturk
Copy link

Which feature or improvement would you like to request?

At the moment, when you want to include a filter, it's case sensitive.
The the UI only creates them with lower case names. So if you want to create "FilterName", it ends up being "filtername"
Meaning, any existing rules that you want to import like:

import :global "FilterName";

Fails due to "FilterName" not found error.
Either the import command should do the search in a case-insensitive way or the UI should allow creation of mixed-case named filters.

Is your feature request related to a problem?

I'm having a problem with...

Code of Conduct

  • I agree to follow this project's Code of Conduct
@nomadturk nomadturk added the enhancement New feature or request label Nov 26, 2024
@mdecimus mdecimus changed the title [enhancement]: Sieve filters - Case sensitivity [bug]: Sieve filters - Case sensitivity Dec 5, 2024
@mdecimus mdecimus added bug Something isn't working and removed enhancement New feature or request labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants