mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:54:40 +03:00
webmail: use the "threads: on" mode by default
with "threads: unread", there is a bit too much change between different times of opening the mailbox. perhaps the mode wasn't a good idea...
This commit is contained in:
@ -1088,7 +1088,7 @@ const defaultSettings = {
|
||||
mailboxCollapsed: {},
|
||||
showAllHeaders: false,
|
||||
showHeaders: [],
|
||||
threading: api.ThreadMode.ThreadUnread,
|
||||
threading: api.ThreadMode.ThreadOn,
|
||||
checkConsistency: location.hostname === 'localhost', // Enable UI update consistency checks, default only for local development.
|
||||
};
|
||||
const parseSettings = () => {
|
||||
|
Reference in New Issue
Block a user