mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Use DATE instead of ARRIVAL for sorting messages (Fixes #1817)
This commit is contained in:
parent
66b23747c7
commit
00c58b37d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1865,7 +1865,7 @@ class MailClient
|
||||||
if (!\is_array($aResultUids))
|
if (!\is_array($aResultUids))
|
||||||
{
|
{
|
||||||
$aResultUids = $bUseSortIfSupported ?
|
$aResultUids = $bUseSortIfSupported ?
|
||||||
$this->oImapClient->MessageSimpleSort(array('REVERSE ARRIVAL'), $sSearchCriterias, true) :
|
$this->oImapClient->MessageSimpleSort(array('REVERSE DATE'), $sSearchCriterias, true) :
|
||||||
$this->oImapClient->MessageSimpleSearch($sSearchCriterias, true, \MailSo\Base\Utils::IsAscii($sSearchCriterias) ? '' : 'UTF-8')
|
$this->oImapClient->MessageSimpleSearch($sSearchCriterias, true, \MailSo\Base\Utils::IsAscii($sSearchCriterias) ? '' : 'UTF-8')
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue