mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
Revert "When deciding whether a message is older than a certain date, we should"
This reverts commit 98cab91631692b55ba72231126f612d6b4d4d662. As Dan rightly suspected, it made pop3 sad :/
This commit is contained in:
parent
8ab165ef31
commit
a85c83f696
@ -29,10 +29,10 @@ public abstract class Message implements Part, Body
|
||||
{
|
||||
return false;
|
||||
}
|
||||
Date myDate = getInternalDate();
|
||||
Date myDate = getSentDate();
|
||||
if (myDate == null)
|
||||
{
|
||||
myDate = getSentDate();
|
||||
myDate = getInternalDate();
|
||||
}
|
||||
if (myDate != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user