mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Set the MessageId header, rather than Adding it when restoring from the local store. Hopefully, this will fix issue 498
This commit is contained in:
parent
25f2941cf8
commit
2cb5bdebb3
@ -916,7 +916,7 @@ public class LocalStore extends Store implements Serializable {
|
||||
message.setReplyTo(Address.unpack(cursor.getString(9)));
|
||||
message.mAttachmentCount = cursor.getInt(10);
|
||||
message.setInternalDate(new Date(cursor.getLong(11)));
|
||||
message.addHeader("Message-ID", cursor.getString(12));
|
||||
message.setHeader("Message-ID", cursor.getString(12));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user