Added feature request #69

This commit is contained in:
djmaze 2021-03-29 12:08:52 +02:00
parent 0dbc534305
commit 5eb7c7515a
16 changed files with 41 additions and 10 deletions

View file

@ -30,6 +30,7 @@ export const SettingsUserStore = new class {
allowDraftAutosave: !!SettingsGet('AllowDraftAutosave'),
useThreads: !!SettingsGet('UseThreads'),
replySameFolder: !!SettingsGet('ReplySameFolder'),
hideUnsubscribed: !!SettingsGet('HideUnsubscribed'),
autoLogout: pInt(SettingsGet('AutoLogout'))
});