mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Cleanup Filters/Sieve capa
This commit is contained in:
parent
a9785bc39c
commit
bde4d147bb
9 changed files with 9 additions and 35 deletions
|
|
@ -8,8 +8,6 @@ export const CapaAdminStore = {
|
|||
this.additionalAccounts(capa(Capa.AdditionalAccounts));
|
||||
this.identities(capa(Capa.Identities));
|
||||
this.attachmentThumbnails(capa(Capa.AttachmentThumbnails));
|
||||
this.sieve(capa(Capa.Sieve));
|
||||
this.filters(capa(Capa.Filters));
|
||||
this.themes(capa(Capa.Themes));
|
||||
this.userBackground(capa(Capa.UserBackground));
|
||||
this.openPGP(capa(Capa.OpenPGP));
|
||||
|
|
@ -23,8 +21,6 @@ ko.addObservablesTo(CapaAdminStore, {
|
|||
additionalAccounts: false,
|
||||
identities: false,
|
||||
attachmentThumbnails: false,
|
||||
sieve: false,
|
||||
filters: false,
|
||||
themes: true,
|
||||
userBackground: false,
|
||||
openPGP: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue