Skip to content

Commit 9e7a9eb

Browse files
committed
Improve comments
1 parent 8f4ed62 commit 9e7a9eb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

interface/lib/plugins/mail_user_filter_plugin.inc.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ function onLoad() {
5555

5656

5757
/*
58-
function to create the mail filter rule and insert it into the custom rules
59-
field when a new mail filter is added or modified.
60-
*/
58+
* Render the mail filter rule in the desired format and insert it into the custom rules
59+
* field when a new mail filter is added or modified.
60+
*/
6161
function mail_user_filter_edit($event_name, $page_form) {
6262
global $app, $conf;
6363

@@ -91,6 +91,9 @@ function mail_user_filter_edit($event_name, $page_form) {
9191

9292
}
9393

94+
/*
95+
* Remove the rendered filter from custom_mailfilter when a mail_user_filter is deleted
96+
*/
9497
function mail_user_filter_del($event_name, $page_form) {
9598
global $app, $conf;
9699

0 commit comments

Comments
 (0)