We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd0505b + 6aade6e commit e5a8d31Copy full SHA for e5a8d31
modules/core/output_modules.php
@@ -616,7 +616,7 @@ protected function output() {
616
$settings = $this->get('user_settings', array());
617
$enable_snooze = $settings['enable_snooze'] ?? DEFAULT_ENABLE_SNOOZE;
618
$enable_collect_address_on_send = $settings['enable_collect_address_on_send_setting'] ?? DEFAULT_ENABLE_COLLECT_ADDRESS_ON_SEND;
619
- $specialFolders = $settings['special_imap_folders'];
+ $specialFolders = $settings['special_imap_folders'] ?? array();
620
$formattedSpecialFolders = [];
621
foreach ($specialFolders as $serverId => $folders) {
622
$formattedSpecialFolders[$serverId] = [];
0 commit comments