mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Fixed thread with empty msgid
This commit is contained in:
@@ -1533,7 +1533,8 @@ public class MessageHelper {
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
List<String> all = new ArrayList<>(refs);
|
||||
all.add(msgid);
|
||||
if (!TextUtils.isEmpty(msgid))
|
||||
all.add(msgid);
|
||||
|
||||
int thread_range = prefs.getInt("thread_range", MessageHelper.DEFAULT_THREAD_RANGE);
|
||||
int range = (int) Math.pow(2, thread_range);
|
||||
|
||||
Reference in New Issue
Block a user