mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Fix #1373 (sorting broken)
This commit is contained in:
parent
b2477f2ce3
commit
06fe15015b
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
/*
|
||||
$this->aCapa[] = 'X-DOVECOT';
|
||||
*/
|
||||
return $this->aCapa;
|
||||
return $this->aCapaRaw;
|
||||
}
|
||||
|
||||
public function Capabilities() : ?array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue