refactor(ui): unify email-list code across folder, combined inbox, search #557

Open
guettlibot wants to merge 2 commits from issue-533-shared-email-list into main
Showing only changes of commit 01304572cb - Show all commits
@@ -93,7 +93,7 @@ void main() {
test('multi-account threads are kept independent in the selection', () {
final ctrl = EmailThreadListController()
..updateThreads([
_t('a', accountId: 'acc-1'),
_t('a'),
_t('b', accountId: 'acc-2'),
]);
ctrl.selectAll();