mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
Finish backing out the "sort by received date" patch until we get the
recieved-date support sorted out
This commit is contained in:
parent
111e6f5109
commit
a63beda64b
@ -2485,10 +2485,10 @@ public class MessageList
|
||||
{
|
||||
LocalMessage message = (LocalMessage) m;
|
||||
Date date = message.getSentDate();
|
||||
this.compareDate = message.getInternalDate();
|
||||
this.compareDate = message.getSentDate();
|
||||
if (this.compareDate == null)
|
||||
{
|
||||
this.compareDate = message.getSentDate();
|
||||
this.compareDate = message.getInternalDate();
|
||||
}
|
||||
|
||||
this.folder = folder;
|
||||
|
Loading…
Reference in New Issue
Block a user