-
Notifications
You must be signed in to change notification settings - Fork 193
feat(frontend): start from one or many emails , create an action filter #1726
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
base: master
Are you sure you want to change the base?
feat(frontend): start from one or many emails , create an action filter #1726
Conversation
eb3cbd6 to
668a7ce
Compare
668a7ce to
b69b0d1
Compare
5d113a2 to
dcdf0cd
Compare
b6c50e7 to
400058b
Compare
400058b to
53d564b
Compare
| } | ||
| } | ||
|
|
||
| if ($this->get('sieve_filters_enabled')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to check for this. Whenever you find yourself in the situation to check if a module is enabled, you should immediately think if you put the code in the right module. This code needs to go in sievefilters module - it can be an output module that is executed after this one here. If you need to put the content in a specific place in the middle of the headers section, add a placeholder for it or insert after an element.
…levahviraki/cypht into cypht-filter-start-from-one
2a29310 to
80a8161
Compare
80a8161 to
cd4c129
Compare
🍰 Pullrequest
Issues
current step
Screencast.from.2025-10-14.02-53-31.webm
Next Step