Bugfix: Argument 9 passed to MailSo\Mail\MailClient::MessageList() must be of the type int, string given

https://github.com/the-djmaze/snappymail/issues/143#issuecomment-918543318
This commit is contained in:
djmaze 2021-09-14 16:24:32 +02:00
parent e93dc9201d
commit 577c5f426e

View file

@ -23,7 +23,7 @@ trait Messages
$sSearch = '';
$iUidNext = 0;
$bUseThreads = false;
$iThreadUid = '';
$iThreadUid = 0;
$sSort = '';
$sRawKey = $this->GetActionParam('RawKey', '');