mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Added setting to enable/disable conversation threading
This commit is contained in:
@@ -1077,6 +1077,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("account", intent.getLongExtra("account", -1));
|
||||
args.putString("thread", intent.getStringExtra("thread"));
|
||||
args.putLong("id", intent.getLongExtra("id", -1));
|
||||
args.putBoolean("found", intent.getBooleanExtra("found", false));
|
||||
|
||||
FragmentMessages fragment = new FragmentMessages();
|
||||
|
||||
Reference in New Issue
Block a user