Skip to content

Commit e08d9e4

Browse files
author
Marius Burkard
committed
Merge branch 'patch-5325' into 'stable-3.1'
Add additional option to frontend, #5325 See merge request ispconfig/ispconfig3!906
2 parents f81d401 + 605e7b1 commit e08d9e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

interface/web/mail/form/mail_user_filter.tform.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,14 @@
8888
'datatype' => 'VARCHAR',
8989
'formtype' => 'SELECT',
9090
'default' => '',
91-
'value' => array('Subject' => 'subject_txt', 'From'=>'from_txt', 'To'=>'to_txt', 'List-Id'=>'list_id_txt')
91+
'value' => array('Subject' => 'subject_txt', 'From'=>'from_txt', 'To'=>'to_txt', 'List-Id'=>'list_id_txt', 'Header' => 'header_txt', 'Size' => 'size_over_txt')
9292
),
9393
'op' => array (
9494
'datatype' => 'VARCHAR',
9595
'formtype' => 'SELECT',
9696
'default' => '',
97-
'value' => array('contains'=>'contains_txt', 'is' => 'is_txt', 'begins'=>'begins_with_txt', 'ends'=>'ends_with_txt')
97+
//'value' => array('contains'=>'contains_txt','is' => 'Is','begins'=>'Begins with','ends'=>'Ends with')
98+
'value' => array('contains'=>'contains_txt', 'is' => 'is_txt', 'begins'=>'begins_with_txt', 'ends'=>'ends_with_txt', 'localpart' => 'localpart_txt', 'domain' => 'domain_txt')
9899
),
99100
'searchterm' => array (
100101
'datatype' => 'VARCHAR',
@@ -115,7 +116,7 @@
115116
'datatype' => 'VARCHAR',
116117
'formtype' => 'SELECT',
117118
'default' => '',
118-
'value' => array('move' => 'move_to_txt', 'delete'=>'delete_txt')
119+
'value' => array('move' => 'move_to_txt', 'delete'=>'delete_txt', 'keep' => 'keep_txt', 'reject' => 'reject_txt')
119120
),
120121
'target' => array (
121122
'datatype' => 'VARCHAR',

0 commit comments

Comments
 (0)