mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Added "Hide messages marked for deletion" #470
This commit is contained in:
parent
20aecf9514
commit
3d4f804e5f
48 changed files with 79 additions and 22 deletions
|
|
@ -35,6 +35,7 @@ export const SettingsUserStore = new class {
|
|||
useThreads: 0,
|
||||
replySameFolder: 0,
|
||||
hideUnsubscribed: 0,
|
||||
hideDeleted: 1,
|
||||
autoLogout: 0
|
||||
});
|
||||
|
||||
|
|
@ -83,5 +84,6 @@ export const SettingsUserStore = new class {
|
|||
self.replySameFolder(SettingsGet('ReplySameFolder'));
|
||||
|
||||
self.hideUnsubscribed(SettingsGet('HideUnsubscribed'));
|
||||
self.hideDeleted(SettingsGet('HideDeleted'));
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue