mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Enable alt threading algo
This commit is contained in:
@@ -1328,7 +1328,7 @@ public class MessageHelper {
|
||||
|
||||
String getThreadId(Context context, long account, long folder, long uid) throws MessagingException {
|
||||
if (threadId == null)
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||
if (true)
|
||||
threadId = _getThreadIdAlt(context, account, folder, uid);
|
||||
else
|
||||
threadId = _getThreadId(context, account, folder, uid);
|
||||
|
||||
Reference in New Issue
Block a user