mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
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:
parent
80d64574a6
commit
1883b407a6
3 changed files with 36 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue