mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Make the "show inline images as attachments" optional and cleanup localization data
This commit is contained in:
parent
02eb5ad4e8
commit
a51f86ae28
45 changed files with 1006 additions and 1251 deletions
|
|
@ -19,6 +19,7 @@ export const SettingsUserStore = new class {
|
|||
viewHTML: 1,
|
||||
showImages: 0,
|
||||
removeColors: 0,
|
||||
listInlineAttachments: 0,
|
||||
useCheckboxesInList: 1,
|
||||
allowDraftAutosave: 1,
|
||||
useThreads: 0,
|
||||
|
|
@ -78,6 +79,7 @@ export const SettingsUserStore = new class {
|
|||
self.viewHTML(SettingsGet('ViewHTML'));
|
||||
self.showImages(SettingsGet('ShowImages'));
|
||||
self.removeColors(SettingsGet('RemoveColors'));
|
||||
self.listInlineAttachments(SettingsGet('ListInlineAttachments'));
|
||||
self.useCheckboxesInList(SettingsGet('UseCheckboxesInList'));
|
||||
self.allowDraftAutosave(SettingsGet('AllowDraftAutosave'));
|
||||
self.useThreads(SettingsGet('UseThreads'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue