feat: add mail layout settings and update email list components

This commit is contained in:
Linus Rath
2026-03-28 01:40:41 +01:00
parent 574bd7ecef
commit 308adf0101
10 changed files with 534 additions and 228 deletions
+10 -1
View File
@@ -799,9 +799,18 @@
"label": "Permanently Delete Junk",
"description": "Permanently delete emails from the Junk/Spam folder instead of moving them to Trash"
},
"mail_layout": {
"label": "Mail Layout",
"description": "Choose between the classic split reading pane and a Gmail-style focused reading flow.",
"split": "Split pane",
"split_description": "Keep the message list and reading pane visible side by side.",
"focus": "Focused list",
"focus_description": "Show one line per message and open mail full-width while keeping the folder sidebar visible."
},
"show_preview": {
"label": "Show Preview Text",
"description": "Display email preview in the list"
"description": "Display email preview in the list",
"focus_description": "Display inline preview text inside the focused one-line message list"
},
"disable_threading": {
"label": "Disable Conversation Grouping",