showing buttons by default

This commit is contained in:
Ralf Becker 2014-09-26 15:32:42 +00:00
parent c557f10bee
commit a6d60cdfba

View File

@ -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,
);
}
}