From 757d71cd40b17bed7770e1b3eff5a7117bbe2ebc Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 7 Jun 2022 11:01:52 +0200 Subject: [PATCH] `use_imap_unselect` was removed/is undefined --- .../libraries/RainLoop/Actions/Messages.php | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php index c53f34942..47f9288c3 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Messages.php @@ -484,18 +484,6 @@ trait Messages throw new ClientException(Notifications::CantDeleteMessage, $oException); } - if ($this->Config()->Get('labs', 'use_imap_unselect', true)) - { - try - { - $this->MailClient()->FolderUnselect(); - } - catch (\Throwable $oException) - { - unset($oException); - } - } - $sHash = ''; try { @@ -564,18 +552,6 @@ trait Messages throw new ClientException(Notifications::CantMoveMessage, $oException); } - if ($this->Config()->Get('labs', 'use_imap_unselect', true)) - { - try - { - $this->MailClient()->FolderUnselect(); - } - catch (\Throwable $oException) - { - unset($oException); - } - } - $sHash = ''; try {