mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-24 18:05:00 +01:00
Added comment
This commit is contained in:
@@ -1874,6 +1874,10 @@ public class MessageHelper {
|
||||
// Common reference
|
||||
boolean thread_byref = prefs.getBoolean("thread_byref", true);
|
||||
if (thread == null && refs.size() > 0 && thread_byref) {
|
||||
// For example
|
||||
// Message-ID: <organization/project/pull/nnn/issue_event/xxx@github.com>
|
||||
// In-Reply-To: <organization/project/pull/nnn@github.com>
|
||||
// References: <organization/project/pull/nnn@github.com>
|
||||
String ref = refs.get(0);
|
||||
if (!Objects.equals(ref, msgid))
|
||||
thread = account + ":" + ref;
|
||||
|
||||
Reference in New Issue
Block a user