From db629bf29c470bbf60be0859aac1580f75e4db78 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 29 Nov 2023 23:07:50 +0100 Subject: [PATCH] Small improvement for #1338 --- .../v/0.0.0/app/libraries/MailSo/Mail/MailClient.php | 2 +- .../v/0.0.0/app/templates/Views/User/MailMessageList.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php b/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php index 884db9d38..1def9cde4 100644 --- a/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php +++ b/snappymail/v/0.0.0/app/libraries/MailSo/Mail/MailClient.php @@ -475,7 +475,7 @@ class MailClient FetchType::BODYSTRUCTURE ); if ($this->oImapClient->hasCapability('PREVIEW')) { - $aFetchItems[] = FetchType::PREVIEW; + $aFetchItems[] = FetchType::PREVIEW; // . ' (LAZY)'; } $aFetchItems[] = $this->getEnvelopeOrHeadersRequestString(); $aFetchIterator = $this->oImapClient->FetchIterate($aFetchItems, (string) $oRange, $oRange->UID); diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html index e27c247be..9f4bf40f7 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html @@ -132,10 +132,10 @@