Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
9e7a9eb1
Commit
9e7a9eb1
authored
5 years ago
by
Helmo
Browse files
Options
Downloads
Patches
Plain Diff
Improve comments
parent
8f4ed628
No related branches found
No related tags found
2 merge requests
!936
add CentOS 8 detection
,
!920
Patch misc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/lib/plugins/mail_user_filter_plugin.inc.php
+6
-3
6 additions, 3 deletions
interface/lib/plugins/mail_user_filter_plugin.inc.php
with
6 additions
and
3 deletions
interface/lib/plugins/mail_user_filter_plugin.inc.php
+
6
−
3
View file @
9e7a9eb1
...
...
@@ -55,9 +55,9 @@ class mail_user_filter_plugin {
/*
function to create
the mail filter rule and insert it into the custom rules
field when a new mail filter is added or modified.
*/
* Render
the mail filter rule
in the desired format
and insert it into the custom rules
*
field when a new mail filter is added or modified.
*/
function
mail_user_filter_edit
(
$event_name
,
$page_form
)
{
global
$app
,
$conf
;
...
...
@@ -91,6 +91,9 @@ class mail_user_filter_plugin {
}
/*
* Remove the rendered filter from custom_mailfilter when a mail_user_filter is deleted
*/
function
mail_user_filter_del
(
$event_name
,
$page_form
)
{
global
$app
,
$conf
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment