mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Use message hash as thread ID
This commit is contained in:
@@ -1183,7 +1183,7 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
if (thread == null)
|
||||
thread = (uid == 0 /* POP3 */ ? msgid : account + ":" + folder + ":" + uid);
|
||||
thread = getHash() + ":" + uid;
|
||||
|
||||
List<EntityMessage> after = db.message().getMessagesByInReplyTo(account, msgid);
|
||||
for (EntityMessage message : after)
|
||||
|
||||
Reference in New Issue
Block a user