Skip to content

Commit a246ffd

Browse files
author
Till Brehm
committed
- changed default for delete emails after retrieval in getmail form to no and added a info text.
1 parent 79bd40a commit a246ffd

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
'source_delete' => array (
130130
'datatype' => 'VARCHAR',
131131
'formtype' => 'CHECKBOX',
132-
'default' => 'y',
132+
'default' => 'n',
133133
'value' => array(0 => 'n', 1 => 'y')
134134
),
135135
'source_read_all' => array (

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $wb['source_server_txt'] = 'POP3/IMAP Server';
55
$wb['source_username_txt'] = 'Benutzername';
66
$wb['source_password_txt'] = 'Passwort';
77
$wb['source_delete_txt'] = 'E-Mails nach Empfang löschen';
8+
$wb["source_delete_note_txt"] = 'Bitte prüfen Sie erst, ob das Abholen funktioniert, bevor Sie diese Option aktivieren.';
89
$wb['destination_txt'] = 'Ziel';
910
$wb['active_txt'] = 'Aktiv';
1011
$wb['limit_fetchmail_txt'] = 'Die maximale Anzahl an Sammelkonto Einträgen für Ihr Konto wurde erreicht.';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $wb["source_server_txt"] = 'Pop3/Imap Server';
55
$wb["source_username_txt"] = 'Username';
66
$wb["source_password_txt"] = 'Password';
77
$wb["source_delete_txt"] = 'Delete emails after retrieval';
8+
$wb["source_delete_note_txt"] = 'Please check first if email retrieval works, before you activate this option.';
89
$wb["source_read_all_txt"] = 'Retrieve all emails (incl. read mails)';
910
$wb["destination_txt"] = 'Destination';
1011
$wb["active_txt"] = 'Active';

interface/web/mail/templates/mail_get_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
2626
<div class="ctrlHolder">
2727
<p class="label">{tmpl_var name='source_delete_txt'}</p>
2828
<div class="multiField">
29-
{tmpl_var name='source_delete'}
29+
{tmpl_var name='source_delete'} {tmpl_var name="source_delete_note_txt"}
3030
</div>
3131
</div>
3232
<div class="ctrlHolder">

0 commit comments

Comments
 (0)