mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Debug: option to disable threading by common reference
This commit is contained in:
@@ -1872,7 +1872,8 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
// Common reference
|
||||
if (thread == null && refs.size() > 0) {
|
||||
boolean thread_byref = prefs.getBoolean("thread_byref", true);
|
||||
if (thread == null && refs.size() > 0 && thread_byref) {
|
||||
String ref = refs.get(0);
|
||||
if (!Objects.equals(ref, msgid))
|
||||
thread = account + ":" + ref;
|
||||
|
||||
Reference in New Issue
Block a user