mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Resolve #201
This commit is contained in:
parent
6129fb4233
commit
07079b519a
44 changed files with 287 additions and 102 deletions
|
|
@ -16,7 +16,8 @@ export const SettingsUserStore = new class {
|
|||
|
||||
addObservablesTo(self, {
|
||||
viewHTML: 1,
|
||||
showImages: 0,
|
||||
viewImages: 0,
|
||||
viewImagesWhitelist: '',
|
||||
removeColors: 0,
|
||||
listInlineAttachments: 0,
|
||||
simpleAttachmentsList: 0,
|
||||
|
|
@ -81,7 +82,8 @@ export const SettingsUserStore = new class {
|
|||
self.msgDefaultAction(SettingsGet('MsgDefaultAction'));
|
||||
|
||||
self.viewHTML(SettingsGet('ViewHTML'));
|
||||
self.showImages(SettingsGet('ShowImages'));
|
||||
self.viewImages(SettingsGet('ViewImages'));
|
||||
self.viewImagesWhitelist(SettingsGet('ViewImagesWhitelist'));
|
||||
self.removeColors(SettingsGet('RemoveColors'));
|
||||
self.listInlineAttachments(SettingsGet('ListInlineAttachments'));
|
||||
self.simpleAttachmentsList(SettingsGet('simpleAttachmentsList'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue