TODO: Sieve issue on account switch

When current domain has sieve but the new has not, or current has not and the new has
This commit is contained in:
the-djmaze 2023-04-24 12:01:09 +02:00
parent 80d64574a6
commit 1883b407a6
3 changed files with 36 additions and 22 deletions

View file

@ -36,6 +36,8 @@ export class SettingsUserScreen extends AbstractSettingsScreen {
views.push(UserSettingsAccounts);
}
// TODO: issue on account switch
// When current domain has sieve but the new has not, or current has not and the new has
if (SettingsCapa('Sieve')) {
views.push(UserSettingsFilters);
}