Skip to content

Commit 58708d9

Browse files
author
Marius Burkard
committed
- added list id to mail filter options
1 parent 837c0d9 commit 58708d9

30 files changed

+30
-5
lines changed

interface/lib/classes/remote.d/server.inc.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,4 @@ public function server_get_php_versions($session_id, $server_id, $php)
288288
return false;
289289
}
290290
}
291-
}
292-
293-
?>
291+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
'datatype' => 'VARCHAR',
8989
'formtype' => 'SELECT',
9090
'default' => '',
91-
'value' => array('Subject' => 'subject_txt', 'From'=>'from_txt', 'To'=>'to_txt')
91+
'value' => array('Subject' => 'subject_txt', 'From'=>'from_txt', 'To'=>'to_txt', 'List-Id'=>'list_id_txt')
9292
),
9393
'op' => array (
9494
'datatype' => 'VARCHAR',

interface/web/mail/lib/lang/ar_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
1111
$wb['subject_txt'] = 'Subject';
1212
$wb['from_txt'] = 'From';
1313
$wb['to_txt'] = 'To';
14+
$wb['list_id_txt'] = 'List ID';
1415
$wb['contains_txt'] = 'Contains';
1516
$wb['is_txt'] = 'Is';
1617
$wb['begins_with_txt'] = 'Begins with';

interface/web/mail/lib/lang/ca_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $wb['limit_mailfilter_txt'] = 'Le nombre max de filtres courriel est atteint.';
1111
$wb['subject_txt'] = 'Sujet';
1212
$wb['from_txt'] = 'De';
1313
$wb['to_txt'] = 'Pour';
14+
$wb['list_id_txt'] = 'List ID';
1415
$wb['contains_txt'] = 'Contient';
1516
$wb['is_txt'] = 'Est';
1617
$wb['begins_with_txt'] = 'Commence par';

interface/web/mail/lib/lang/dk_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $wb['limit_mailfilter_txt'] = 'Max. antal af mailfiltere er nået.';
1111
$wb['subject_txt'] = 'Emne';
1212
$wb['from_txt'] = 'Fra';
1313
$wb['to_txt'] = 'Til';
14+
$wb['list_id_txt'] = 'List ID';
1415
$wb['contains_txt'] = 'Indeholder';
1516
$wb['is_txt'] = 'Er';
1617
$wb['begins_with_txt'] = 'Begynder med';

interface/web/mail/lib/lang/en_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $wb["limit_mailfilter_txt"] = 'The max. number of mailfilters is reached.';
1111
$wb['subject_txt'] = 'Subject';
1212
$wb['from_txt'] = 'From';
1313
$wb['to_txt'] = 'To';
14+
$wb['list_id_txt'] = 'List ID';
1415
$wb['contains_txt'] = 'Contains';
1516
$wb['is_txt'] = 'Is';
1617
$wb['begins_with_txt'] = 'Begins with';

interface/web/mail/lib/lang/es_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ $wb['subject_txt'] = 'Asunto';
2525
$wb['target_error_regex'] = 'El destino solo puede contener los siguientes caracteres: a-z, 0-9, -, ., _, y {espacio}';
2626
$wb['target_txt'] = 'Carpeta';
2727
$wb['to_txt'] = 'Para';
28+
$wb['list_id_txt'] = 'List ID';
2829
$wb['move_to_txt'] = 'Move to';
2930
?>

interface/web/mail/lib/lang/fi_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
1111
$wb['subject_txt'] = 'Subject';
1212
$wb['from_txt'] = 'From';
1313
$wb['to_txt'] = 'To';
14+
$wb['list_id_txt'] = 'List ID';
1415
$wb['contains_txt'] = 'Contains';
1516
$wb['is_txt'] = 'Is';
1617
$wb['begins_with_txt'] = 'Begins with';

interface/web/mail/lib/lang/fr_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $wb['limit_mailfilter_txt'] = 'Le nombre max de filtres e-mail est atteint.';
1111
$wb['subject_txt'] = 'Sujet';
1212
$wb['from_txt'] = 'De';
1313
$wb['to_txt'] = 'Pour';
14+
$wb['list_id_txt'] = 'List ID';
1415
$wb['contains_txt'] = 'Contient';
1516
$wb['is_txt'] = 'Est';
1617
$wb['begins_with_txt'] = 'Commence par';

interface/web/mail/lib/lang/id_mail_user_filter.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
1111
$wb['subject_txt'] = 'Subject';
1212
$wb['from_txt'] = 'From';
1313
$wb['to_txt'] = 'To';
14+
$wb['list_id_txt'] = 'List ID';
1415
$wb['contains_txt'] = 'Contains';
1516
$wb['is_txt'] = 'Is';
1617
$wb['begins_with_txt'] = 'Begins with';

0 commit comments

Comments
 (0)