mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Resolve #968
This commit is contained in:
parent
84c4522ff2
commit
8ea2ff4ae8
44 changed files with 87 additions and 18 deletions
|
|
@ -26,6 +26,7 @@ export const SettingsUserStore = new class {
|
|||
simpleAttachmentsList: 0,
|
||||
useCheckboxesInList: 1,
|
||||
listGrouped: 0,
|
||||
showNextMessage: 0,
|
||||
allowDraftAutosave: 1,
|
||||
useThreads: 0,
|
||||
replySameFolder: 0,
|
||||
|
|
@ -95,6 +96,7 @@ export const SettingsUserStore = new class {
|
|||
self.simpleAttachmentsList(SettingsGet('simpleAttachmentsList'));
|
||||
self.useCheckboxesInList(SettingsGet('UseCheckboxesInList'));
|
||||
self.listGrouped(SettingsGet('listGrouped'));
|
||||
self.showNextMessage(SettingsGet('showNextMessage'));
|
||||
self.allowDraftAutosave(SettingsGet('AllowDraftAutosave'));
|
||||
self.useThreads(SettingsGet('UseThreads'));
|
||||
self.replySameFolder(SettingsGet('ReplySameFolder'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue