diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php index c5ba7a9ba..6f63cedd5 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Folders.php @@ -379,7 +379,8 @@ trait Folders 'IsPhishing' => \in_array(\strtolower('$Phishing'), $aLowerFlags) ); } - $aInboxInformation['Flags'] = \array_values($aInboxInformation['MessageFlags']); + $aInboxInformation['Flags'] = \array_values($aInboxInformation['Flags']); + unset($aInboxInformation['MessageFlags']); } catch (\Throwable $oException) {