fix folder badge was not updated on Ctrl+A -> Delete

--Ticket #97521
This commit is contained in:
milan 2024-09-27 14:53:31 +02:00
parent 247c51edab
commit 8f1e61d08e

View File

@ -5440,6 +5440,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
$response = Api\Json\Response::get();
if (empty($error))
{
self::ajax_setFolderStatus([$uidA['profileID']."::".$folder],true);
$response->call('app.mail.mail_deleteMessagesShowResult',array('egw_message'=>'', 'msg'=>$_messageList['msg']));
}
else