mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Allow sorting thread on oldest first
This commit is contained in:
@@ -118,6 +118,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
db.message().pagedThread(
|
||||
args.account, args.thread,
|
||||
args.threading ? null : args.id,
|
||||
args.ascending,
|
||||
args.debug), LOCAL_PAGE_SIZE);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user