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 @@