Skip to content
Snippets Groups Projects
Commit 9e7a9eb1 authored by Helmo's avatar Helmo
Browse files

Improve comments

parent 8f4ed628
No related branches found
No related tags found
2 merge requests!936add CentOS 8 detection,!920Patch misc
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment