Open Bad-and-Mad opened 1 year ago
Would you please make a change similar to the following starting at line 53 to make the warnings disappear?
$msgs = (array) $RCMAIL->storage->list_messages($args['mailbox']); $excluded_directories = array(); if (!empty($RCMAIL->config->get('html5_notifier_excluded_directories'))) { $excluded_directories = preg_split("/(,|;| )+/", $RCMAIL->config->get('html5_notifier_excluded_directories')); }
Would you please make a change similar to the following starting at line 53 to make the warnings disappear?