feat: add Downloads settings tab with template editor for .eml and attachment filenames

This commit is contained in:
Linus Rath
2026-05-22 14:46:25 +02:00
parent 8bcb487442
commit ca0d6805cf
8 changed files with 446 additions and 74 deletions
+14
View File
@@ -778,6 +778,7 @@
"layout": "Layout",
"reading": "Reading",
"composing": "Composing",
"downloads": "Downloads",
"content_senders": "Content & Senders",
"about_data": "About & Data",
"debug": "Debug"
@@ -1498,6 +1499,19 @@
"categories_description": "Rename contact categories",
"no_categories": "No categories found"
},
"downloads": {
"title": "Downloads",
"description": "Customize how downloaded emails and attachments are named.",
"reset": "Restore default",
"email_template": {
"label": "Email (.eml) filename",
"description": "Template used when you export an email or drag one out to the file system. The .eml extension is added automatically."
},
"attachment_template": {
"label": "Attachment filename",
"description": "Template used when downloading or dragging out an attachment. If you omit {filename} and {ext}, the original extension is preserved."
}
},
"filters": {
"title": "Email Filters",
"description": "Create rules to automatically sort, label, and manage incoming emails",