forked from extern/egroupware
showing buttons by default
This commit is contained in:
parent
c557f10bee
commit
a6d60cdfba
@ -42,6 +42,7 @@ class mail_hooks
|
||||
'acc_id' => $data['acc_id'],
|
||||
'account_id' => $data['account_id'],
|
||||
)),
|
||||
'toolbarDefault' => true,
|
||||
);
|
||||
}
|
||||
if ($account['acc_sieve_enabled'] || $account['acc_imap_type'] == 'managementserver_imap')
|
||||
@ -56,6 +57,7 @@ class mail_hooks
|
||||
'acc_id' => $data['acc_id'],
|
||||
'account_id' => $data['account_id'],
|
||||
)),
|
||||
'toolbarDefault' => true,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user