forked from extern/egroupware
folders for taglist in folder-tab are preset with sel_options. acc_folder_archive was missing
This commit is contained in:
parent
153b27a881
commit
4bf97ecf8c
@ -1158,7 +1158,7 @@ class admin_mail
|
|||||||
try {
|
try {
|
||||||
$sel_options['acc_folder_sent'] = $sel_options['acc_folder_trash'] =
|
$sel_options['acc_folder_sent'] = $sel_options['acc_folder_trash'] =
|
||||||
$sel_options['acc_folder_draft'] = $sel_options['acc_folder_template'] =
|
$sel_options['acc_folder_draft'] = $sel_options['acc_folder_template'] =
|
||||||
$sel_options['acc_folder_junk'] = $sel_options['notify_folders'] =
|
$sel_options['acc_folder_junk'] = $sel_options['acc_folder_archive'] = $sel_options['notify_folders'] =
|
||||||
self::mailboxes(self::imap_client ($content));
|
self::mailboxes(self::imap_client ($content));
|
||||||
}
|
}
|
||||||
catch(Exception $e) {
|
catch(Exception $e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user