mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
back out the rest of my localDate changes for now due to user
complaints.
This commit is contained in:
parent
b8e82085f9
commit
f492ee9d0b
@ -1772,7 +1772,8 @@ public class LocalStore extends Store implements Serializable
|
||||
cv.put("reply_to_list", Address.pack(message.getReplyTo()));
|
||||
cv.put("attachment_count", attachments.size());
|
||||
cv.put("internal_date", message.getInternalDate() == null
|
||||
? null : message.getInternalDate().getTime());
|
||||
? System.currentTimeMillis() : message.getInternalDate().getTime());
|
||||
|
||||
String messageId = message.getMessageId();
|
||||
if (messageId != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user