diff --git a/ATTRIBUTION.md b/ATTRIBUTION.md
index 81c72ff1e2..04fbee9c76 100644
--- a/ATTRIBUTION.md
+++ b/ATTRIBUTION.md
@@ -44,3 +44,4 @@ FairEmail uses:
 * [Apache Commons Compress](https://commons.apache.org/proper/commons-compress/). Copyright © 2002-2021 The Apache Software Foundation. All Rights Reserved. [Apache License 2.0](https://www.apache.org/licenses/).
 * [LeakCanary](https://github.com/square/leakcanary). Copyright 2015 Square, Inc. [Apache License 2.0](https://github.com/square/leakcanary/blob/main/LICENSE.txt).
 * [IPAddress](https://github.com/seancfoley/IPAddress). Copyright 2016-2018 Sean C Foley. [Apache License 2.0](https://github.com/seancfoley/IPAddress/blob/master/LICENSE).
+* [MaterialDings](https://github.com/Accusoft/MaterialDings). Copyright (c) 2018 Accusoft Corporation. [MIT License](https://github.com/Accusoft/MaterialDings/blob/master/LICENSE.md).
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf3e9d4b28..46850f4cdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,101 @@
 
 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
 
+### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
+
+### 1.1940 - 2022-07-21
+
+* Added check for token expiration
+
+### 1.1939 - 2022-07-21
+
+* Fixed saving searches
+
+### 1.1938 - 2022-07-21
+
+* Enabled Gmail web OAuth flow again
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1937 - 2022-07-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1936 - 2022-07-20
+
+* Disabled Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+### 1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+### 1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+### 1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+### 1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
 ### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
 
 ### 1.1926 - 2022-06-23
diff --git a/FAQ.md b/FAQ.md
index 74de53cdaf..7a3d0d9e66 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,7 +1,7 @@
 <a name="top"></a>
 # FairEmail support
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md)
+&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FFAQ.md)
 
 If you have a question, please check the following frequently asked questions first.
 [At the bottom](#user-content-get-support),
@@ -16,6 +16,9 @@ Si vous avez une question, veuillez d'abord vérifier les questions fréquemment
 [En bas](#user-content-get-support), vous pouvez découvrir comment poser d'autres questions, demander des fonctionnalités et signaler des bogues.
 Vous recevrez une réponse dans votre propre langue.
 
+## Tutorials
+
+Please [see here](https://github.com/M66B/FairEmail/tree/master/tutorials) for tutorials.
 
 ## Index
 
@@ -118,40 +121,74 @@ Related questions:
 * A [bug in Crowdin](https://crowdin.com/messages/536694) blocks updating FAQ.md (this text) for translation.
 * Search suggestions causes the keyboard losing focus on Android 12L
 
+<a name="redmi"></a>
+
+<br />
+
+**Xiaomi Redmi Note**
+
+&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23redmi)
+
+On Xiaomi Redmi Note devices the database occasionally gets corrupted, resulting in total data loss
+(on the device only, unless you are using a POP3 account with the option *Leave messages on server* disabled).
+
+The cause of this problem are disk I/O errors due to an Android bug or maybe a hardware issue, please [see here](https://www.sqlite.org/rescode.html#ioerr_write).
+
+"*This error might result from a hardware malfunction or because a filesystem came unmounted while the file was open.*"
+
+This can't be fixed by the app and should be fixed by Xiaomi / Redmi.
+
+**Please do not blame the app for this!**
+
+For the record the stack trace:
+
+```
+android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 778)
+        at io.requery.android.database.sqlite.SQLiteConnection.nativeExecute(SourceFile:-2)
+        at io.requery.android.database.sqlite.SQLiteConnection.execute(SQLiteConnection:595)
+        at io.requery.android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession:447)
+        at io.requery.android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession:411)
+        at io.requery.android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase:551)
+        at androidx.room.RoomDatabase.internalEndTransaction(RoomDatabase:594)
+        at androidx.room.RoomDatabase.endTransaction(RoomDatabase:584)
+```
+
 <h2><a name="planned-features"></a>Planned features</h2>
 
 &#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-planned-features)
 
-* ~~Synchronize on demand (manual)~~
-* ~~Semi-automatic encryption~~
-* ~~Copy message~~
-* ~~Colored stars~~
-* ~~Notification settings per folder~~
-* ~~Select local images for signatures~~ (this will not be added because it requires image file management and because images are not shown by default in most email clients anyway)
-* ~~Show messages matched by a rule~~
-* ~~[ManageSieve](https://tools.ietf.org/html/rfc5804)~~ (there are no maintained Java libraries with a suitable license and without dependencies and besides that, FairEmail has its own filter rules)
-* ~~Search for messages with/without attachments~~ (this cannot be added because IMAP doesn't support searching for attachments)
-* ~~Search for a folder~~ (filtering a hierarchical folder list is problematic)
-* ~~Search suggestions~~
-* ~~[Autocrypt Setup Message](https://autocrypt.org/autocrypt-spec-1.0.0.pdf) (section 4.4)~~ (IMO it is not a good idea to let an email client handle sensitive encryption keys for an exceptional use case while OpenKeychain can export keys too)
-* ~~Generic unified folders~~
-* ~~New per account message notification schedules~~ (implemented by adding a time condition to rules so messages can be snoozed during selected periods)
-* ~~Copy accounts and identities~~
-* ~~Pinch zoom~~ (not reliably possible in a scrolling list; the full message view can be zoomed instead)
-* ~~More compact folder view~~
-* ~~Compose lists and tables~~ (this requires a rich text editor, see [this FAQ](#user-content-faq99))
-* ~~Pinch zoom text size~~
-* ~~Display GIFs~~
-* ~~Themes~~ (a grey light and dark theme were added because this is what most people seems to want)
-* ~~Any day time condition~~ (any day doesn't really fit into the from/to date/time condition)
-* ~~Send as attachment~~
-* ~~Widget for selected account~~
-* ~~Remind to attach files~~
-* ~~Select domains to show images for~~ (this will be too complicated to use)
-* ~~Unified starred messages view~~ (there is already a special search for this)
-* ~~Move notification action~~
-* ~~S/MIME support~~
-* ~~Search for settings~~
+* &#x2714; ~~Synchronize on demand (manual)~~
+* &#x2714; ~~Semi-automatic encryption~~
+* &#x2714; ~~Copy message~~
+* &#x2714; ~~Colored stars~~
+* &#x2714; ~~Notification settings per folder~~
+* &#x2714; ~~Select local images for signatures~~
+* &#x2714; ~~Show messages matched by a rule~~
+* &#x274C; ~~[ManageSieve](https://tools.ietf.org/html/rfc5804)~~ (there are no maintained Java libraries with a suitable license and without dependencies and besides that, FairEmail has its own filter rules)
+* &#x2714; ~~Search for messages with/without attachments~~ (on-device only because IMAP doesn't support searching for attachments)
+* &#x2714; ~~Search for a folder~~
+* &#x2714; ~~Search suggestions~~
+* &#x274C; ~~[Autocrypt Setup Message](https://autocrypt.org/autocrypt-spec-1.0.0.pdf) (section 4.4)~~ (IMO it is not a good idea to let an email client handle sensitive encryption keys for an exceptional use case while OpenKeychain can export keys too)
+* &#x2714; ~~Generic unified folders~~
+* &#x2714; ~~New per account message notification schedules~~ (implemented by adding a time condition to rules so messages can be snoozed during selected periods)
+* &#x2714; ~~Copy accounts and identities~~
+* &#x2714; ~~Pinch zoom~~
+* &#x2714; ~~More compact folder view~~
+* &#x2714; ~~Compose lists~~
+* &#x274C; ~~Compose tables~~ (the Android editor doesn't suppor tables)
+* &#x2714; ~~Pinch zoom text size~~
+* &#x2714; ~~Display GIFs~~
+* &#x2714; ~~Themes~~
+* &#x274C; ~~Any day time condition~~ (any day doesn't really fit into the from/to date/time condition)
+* &#x2714; ~~Send as attachment~~
+* &#x2714; ~~Widget for selected account~~
+* &#x2714; ~~Remind to attach files~~
+* &#x2714; ~~Select domains to show images for~~
+* &#x2714; ~~Unified starred messages view~~ (implemented as saved search)
+* &#x2714; ~~Move notification action~~
+* &#x2714; ~~S/MIME support~~
+* &#x2714; ~~Search for settings~~
+* &#x2714; Many more ...
 
 Anything on this list is in random order and *might* be added in the near future.
 
@@ -247,7 +284,7 @@ Fonts, sizes, colors, etc should be material design whenever possible.
 * [(78) How do I use schedules?](#user-content-faq78)
 * [(79) How do I use synchronize on demand (manual)?](#user-content-faq79)
 * [~~(80) How do I fix the error 'Unable to load BODYSTRUCTURE'?~~](#user-content-faq80)
-* [~~(81) Can you make the background of the original message dark in the dark theme?~~](#user-content-faq81)
+* [(81) Can you make the background of the original message view dark in dark themes?](#user-content-faq81)
 * [(82) What is a tracking image?](#user-content-faq82)
 * [(84) What are local contacts for?](#user-content-faq84)
 * [(85) Why is an identity not available?](#user-content-faq85)
@@ -900,11 +937,16 @@ All key handling is delegated to the OpenKey chain app for security reasons. Thi
 Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported,
 see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not.
 
+If you wish to verify a signature manually, check *Show inline attachments* and save the files *content.asc* (the signed content) and *signature.asc* (the digital signature).
+Install [GnuPG](https://www.gnupg.org/) on your preferred operating system and execute this command:
+
+```gpg --verify signature.asc.pgp content.asc```
+
 Signed-only or encrypted-only messages are not a good idea, please see here about why not:
 
-* [OpenPGP Considerations Part I](https://k9mail.github.io/2016/11/24/OpenPGP-Considerations-Part-I.html)
-* [OpenPGP Considerations Part II](https://k9mail.github.io/2017/01/30/OpenPGP-Considerations-Part-II.html)
-* [OpenPGP Considerations Part III Autocrypt](https://k9mail.github.io/2018/02/26/OpenPGP-Considerations-Part-III-Autocrypt.html)
+* [OpenPGP Considerations Part I](https://www.openkeychain.org/openpgp-considerations-part-i)
+* [OpenPGP Considerations Part II](https://www.openkeychain.org/openpgp-considerations-part-ii)
+* [OpenPGP Considerations Part III Autocrypt](https://www.openkeychain.org/openpgp-considerations-part-iii-autocrypt)
 
 Signed-only messages are supported, encrypted-only messages are not supported.
 
@@ -1348,7 +1390,7 @@ Some devices have a firewall, which you can access like this:
 
 Android *Settings, Data usage, Three-dots overflow menu, Data usage control*
 
-The error *... Connection refused ...* means that the email server
+The error *... Connection refused ...* (ECONNREFUSED) means that the email server
 or something between the email server and the app, like a firewall, actively refused the connection.
 
 The error *... Network unreachable ...* means that the email server was not reachable via the current internet connection,
@@ -1389,6 +1431,8 @@ The error *... NO mailbox selected READ-ONLY ...* indicates [this Zimbra problem
 
 The Outlook specific error *... Command Error. 10 ...* probably means that the OAuth token expired or was invalidated.
 Authenticating the account again with the quick setup wizard will probably resolve this condition.
+Another possible cause is a bug in an older Exchange version, please [see here](https://bugzilla.mozilla.org/show_bug.cgi?id=886261).
+In this case the system administrator needs to update the server software.
 
 Please [see here](#user-content-faq4) for the errors *... Untrusted ... not in certificate ...*, *... Invalid security certificate (Can't verify identity of server) ...* or *... Trust anchor for certification path not found ...*
 
@@ -2264,7 +2308,7 @@ but even Google's Chrome cannot handle this.
 * Did you know that you can long press the add contact button in the message composer to insert a contact group? (since version 1.1721)
 * Did you know that you can long press the image action to show the image dialog, even if it was disabled? (since version 1.1772)
 * Did you know that you can long press the "] \[" button to fit original messages to the screen width? (this might result in "thin" messages)
-* Did you know that you can long press on the save drafts button for a grammar, style, and spell check?
+* Did you know that you can long press on the save drafts button for a grammar, style, and spell check via [LanguageTools](https://languagetool.org/)?
 
 <br />
 
@@ -2774,7 +2818,7 @@ To set the poll interval:
 (adb shell) adb shell am start-foreground-service -a eu.faircode.email.INTERVAL --ei minutes nnn
 ```
 
-Where *nnn* is one of 0, 15, 30, 60, 120, 240, 480, 1440. A value of 0 means push messages.
+Where *nnn* is one of 0, 5, 15, 30, 60, 120, 240, 480, 1440. A value of 0 means push messages.
 
 You can automatically send commands with for example [Tasker](https://tasker.joaoapps.com/userguide/en/intents.html):
 
@@ -2829,12 +2873,15 @@ You'll likely want to disabled [browse on server](#user-content-faq24) too.
 <br />
 
 <a name="faq81"></a>
-**~~(81) Can you make the background of the original message dark in the dark theme?~~**
+**(81) Can you make the background of the original message view dark in dark themes?**
 
 &#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-faq81)
 
-~~The original message is shown as the sender has sent it, including all colors.~~
-~~Changing the background color would not only make the original view not original anymore, it can also result in unreadable messages.~~
+The original message view will use a dark background when using a dark theme for Android version 10 and later.
+
+For Android before version 10 Google removed this feature from the [Android System WebView](https://play.google.com/store/apps/details?id=com.google.android.webview),
+even though it worked fine in most cases.
+Please see [this issue](https://issuetracker.google.com/issues/237785596) (requires a Google account login) requesting to restore this feature again for more information.
 
 <br />
 
@@ -3062,7 +3109,8 @@ Please be aware that removing the storage space will inevitably result in proble
 When needed you can save (raw) messages via the three-dots menu just above the message text
 and save attachments by tapping on the floppy icon.
 
-If you need to save on storage space, you can limit the number of days messages are being synchronized and kept for.
+If you need to save on storage space, you can limit the number of days messages are being synchronized and kept on your device
+and disable downloading and storing of message texts and attachments (which means only message headers will be stored).
 You can change these settings by long pressing a folder in the folder list and selecting *Edit properties*.
 
 <br />
@@ -3352,6 +3400,7 @@ OAuth for Gmail is supported via the quick setup wizard.
 The Android account manager will be used to fetch and refresh OAuth tokens for selected on-device accounts.
 OAuth for non on-device accounts is not supported
 because Google requires a [yearly security audit](https://support.google.com/cloud/answer/9110914) ($15,000 to $75,000) for this.
+Since FairEmail is basically offered free of charge, it is not an option to pay such an amount annually for a security audit.
 You can read more about this [here](https://www.theregister.com/2019/02/11/google_gmail_developer/).
 
 OAuth for Outlook/Office 365, Yahoo, Mail.ru and Yandex is supported via the quick setup wizard.
@@ -3491,6 +3540,8 @@ Note that:
 * Play Store purchases cannot be transferred to another account
 * You can't restore purchases with [microG](https://microg.org/)
 
+Please [see here](https://support.google.com/googleplay/answer/4646404) about how to add, remove, or edit your Google Play payment method.
+
 If you cannot solve the problem with the purchase, you will have to contact Google about it.
 
 <br />
@@ -4025,14 +4076,21 @@ Voice notes will automatically be attached.
 
 Account:
 
-* Enable *Separate notifications* in the advanced account settings (Settings, tap Manual setup, tap Accounts, tap account, tap Advanced)
-* Long press the account in the account list (Settings, tap Manual setup, tap Accounts) and select *Edit notification channel* to change the notification sound
+* Version 1.1927-: enable *Separate notifications* in the advanced account settings
+* Version 1.1927+: long press the account in the account list and select *Create notification channel*
+* Long press the account in the account list and select *Edit notification channel* to change the notification sound
+
+To go to the account list: navigation menu (left side menu), tap *Settings*, tap *Manual setup and account options* and tap *Accounts*.<br>
+To go to the advanced account settings from the account list: tap on the account and tap on *Advanced*.
 
 Folder:
 
+* Long press the folder in the folder list and select *Notify on new messages*
 * Long press the folder in the folder list and select *Create notification channel*
 * Long press the folder in the folder list and select *Edit notification channel* to change the notification sound
 
+To go to the folder list: tap on the account name in the navigation menu (left side menu).
+
 Sender:
 
 * Open a message from the sender and expand it
@@ -4099,6 +4157,13 @@ and [see here](#user-content-faq173) for the differences between the different r
 
 If you have a problem with the F-Droid build, please check if there is a newer GitHub version first.
 
+You can see the source of the app in *About* of the navigation menu (left side menu),
+either *Play store*, *GitHub*, *F-Droid*, or *?* (for example in the case of a custom build).
+
+[IzzyOnDroid](https://apt.izzysoft.de/fdroid/) hosts the GitHub release of the app.
+[Aurora Store](https://f-droid.org/packages/com.aurora.store/) hosts the Play store version of the app,
+even though the Aurora Store app was downloaded from F-Droid.
+
 <br />
 
 <a name="faq148"></a>
@@ -4780,6 +4845,8 @@ Templates can have the following options:
 <a name="faq180"></a>
 **(180) How do I use LanguageTool?**
 
+LanguageTool need to be enabled in the miscellaneous settings.
+
 After writing some text, you can long press on the save draft button to perform a grammar, style, and spell check via [LanguageTool](https://languagetool.org/).
 Texts with suggestions will be marked and if you tap on a marked suggestion,
 it will be shown by the keyboard if the keyboard supports this,
diff --git a/PRIVACY.md b/PRIVACY.md
index 9c38b53ee0..e22ae08a8f 100644
--- a/PRIVACY.md
+++ b/PRIVACY.md
@@ -66,15 +66,15 @@ This table provides a complete overview of all shared data and the conditions un
 | Spamhaus           | IP (network) address of domain names of links or email addresses  | If spam blocklists are enabled, upon receiving a message                    |
 | Spamcop            | IP (network) address of domain names of links or email addresses  | If spam blocklists are enabled, upon receiving a message                    |
 | Barracuda          | IP (network) address of domain names of links or email addresses  | If spam blocklists are enabled, upon receiving a message                    |
-| DeepL              | Received or entered message text and target language code         | Upon pressing a translate button                                            |
-| LanguageTool       | Entered message texts                                             | Upon long pressing the save draft button                                    |
+| DeepL              | Received or entered message text and target language code         | If translating is enabled, upon pressing a translate button                 |
+| LanguageTool       | Entered message texts                                             | If LanguageTools is enabled, upon long pressing the save draft button       |
 | Gravatar           | [MD5 hash](https://en.wikipedia.org/wiki/MD5) of email addresses  | If Gravatars are enabled, upon receiving a message (GitHub version only)    |
 | Libravatar         | [MD5 hash](https://en.wikipedia.org/wiki/MD5) of email addresses  | If Libravatars are enabled, upon receiving a message (GitHub version only)  |
 | GitHub             | None, but see the remarks below                                   | Upon downloading Disconnect's Tracker Protection lists                      |
 |                    |                                                                   | Upon checking for updates (GitHub version only)                             |
 | BIMI               | Domain name of email addresses                                    | If BIMI is enabled, upon receiving a message                                |
 | Favicons           | Domain name of email addresses                                    | If favicons are enabled, upon receiving a message                           |
-| Link title         | Link address                                                      | Upon pressing a button in the insert link dialog                            |
+| Link title         | Link address                                                      | Upon pressing a download button in the insert link dialog                   |
 | Bugsnag            | Information about warnings and errors                             | If error reporting is enabled, upon detecting an abnormal situation         |
 
 All data is sent to improve the user experience in some way,
diff --git a/app/build.gradle b/app/build.gradle
index 91c23a8348..7e07656d7f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -3,9 +3,9 @@ apply plugin: 'com.bugsnag.android.gradle'
 apply plugin: 'kotlin-android'
 apply plugin: 'de.undercouch.download'
 
-def getVersionCode = { -> return 1926 }
+def getVersionCode = { -> return 1940 }
 def getRevision = { -> return "a" }
-def getReleaseName = { -> return "Juratyrant" }
+def getReleaseName = { -> return "Kinnareemimus" }
 // https://en.wikipedia.org/wiki/List_of_dinosaur_genera
 
 def keystoreProperties = new Properties()
@@ -40,7 +40,8 @@ android {
         // https://developer.android.com/guide/topics/graphics/vector-drawable-resources
         vectorDrawables.useSupportLibrary = true
 
-        ndkVersion "23.1.7779620"
+        // https://developer.android.com/ndk/downloads
+        ndkVersion "23.2.8568313" // r23c
         ndk {
             // Bugsnag, sqlite
             abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
@@ -280,6 +281,15 @@ task copyChangelog(type: Copy) {
     into "../metadata/en-US/changelogs"
     include "CHANGELOG.md"
     rename "CHANGELOG.md", getVersionCode() + ".txt"
+    filter { String line ->
+        line
+                .replaceAll(".*Google Translate.*", "--------------------")
+                .replaceAll("### ", "")
+                .replaceAll("## ", "")
+                .replaceAll("\\(https.*\\)", "")
+                .replaceAll("\\[", "")
+                .replaceAll("\\]", "")
+    }
 }
 
 preBuild.dependsOn copyChangelog
@@ -326,13 +336,12 @@ dependencies {
     def startup_version = "1.1.0"
     def annotation_version_experimental = "1.2.0"
     def core_version = "1.8.0" // 1.9.0-alpha05
-    def shortcuts_version = "1.0.1"
     def appcompat_version = "1.6.0-alpha05"
-    def emoji_version = "1.2.0-alpha04"
-    def activity_version = "1.5.0-rc01" // 1.6.0-alpha03
-    def fragment_version = "1.5.0-rc01"
+    def emoji_version = "1.2.0-beta01"
+    def activity_version = "1.5.0" // 1.6.0-alpha03
+    def fragment_version = "1.5.0"
     def windows_version = "1.0.0" // 1.1.0-alpha01
-    def webkit_version = "1.5.0-alpha01"
+    def webkit_version = "1.5.0-beta01"
     def recyclerview_version = "1.2.1" // 1.3.0-alpha02
     def coordinatorlayout_version = "1.2.0"
     def constraintlayout_version = "2.1.4" // 2.2.0-alpha01
@@ -341,7 +350,7 @@ dependencies {
     def lbm_version = "1.1.0"
     def swiperefresh_version = "1.2.0-alpha01"
     def documentfile_version = "1.1.0-alpha01"
-    def lifecycle_version = "2.5.0-rc02"
+    def lifecycle_version = "2.5.0" // 2.6.0-alpha01
     def lifecycle_extensions_version = "2.2.0"
     def room_version = "2.4.2" // 2.5.0-alpha02
     def sqlite_version = "2.2.0" // 2.3.0-alpha03
@@ -353,16 +362,16 @@ dependencies {
     def biometric_version = "1.2.0-alpha04"
     def billingclient_version = "4.1.0"
     def javamail_version = "1.6.7"
-    def jsoup_version = "1.14.3"
+    def jsoup_version = "1.15.2"
     def css_version = "0.9.29"
     def jax_version = "2.3.0-jaxb-1.0.6"
     def dnsjava_version = "2.1.9"
     def openpgp_version = "12.0"
     def badge_version = "1.1.22"
-    def bugsnag_version = "5.19.2"
+    def bugsnag_version = "5.23.0"
     def biweekly_version = "0.6.6"
     def vcard_version = "0.11.3"
-    def relinker_version = "1.4.3"
+    def relinker_version = "1.4.5"
     def markwon_version = "4.6.2"
     def bouncycastle_version = "1.70"
     def colorpicker_version = "0.0.15"
@@ -376,7 +385,7 @@ dependencies {
     def svg_version = "1.4"
     def compress_version = "1.21"
     def ipaddress_version = "5.3.4"
-    def canary_version = "2.8.1"
+    def canary_version = "2.9.1"
 
     // https://developer.android.com/jetpack/androidx/releases/startup
     implementation "androidx.startup:startup-runtime:$startup_version"
@@ -584,6 +593,9 @@ dependencies {
     // https://mvnrepository.com/artifact/com.github.seancfoley/ipaddress
     implementation "com.github.seancfoley:ipaddress:$ipaddress_version"
 
+    // https://mvnrepository.com/artifact/androidx.car.app/app?repo=google
+    // implementation "androidx.car.app:app:1.2.0-rc01"
+
     // https://github.com/square/leakcanary
     // https://square.github.io/leakcanary/getting_started/
     // https://mvnrepository.com/artifact/com.squareup.leakcanary/leakcanary-android
diff --git a/app/src/amazon/AndroidManifest.xml b/app/src/amazon/AndroidManifest.xml
index c987d1f0da..8ed266b802 100644
--- a/app/src/amazon/AndroidManifest.xml
+++ b/app/src/amazon/AndroidManifest.xml
@@ -465,6 +465,15 @@
 
                 <data android:scheme="eu.faircode.email" />
             </intent-filter>
+
+            <intent-filter>
+                <action android:name="android.intent.action.VIEW" />
+
+                <category android:name="android.intent.category.DEFAULT" />
+                <category android:name="android.intent.category.BROWSABLE" />
+
+                <data android:scheme="eu.faircode.email.debug" />
+            </intent-filter>
         </activity>
 
         <service
diff --git a/app/src/fdroid/AndroidManifest.xml b/app/src/fdroid/AndroidManifest.xml
index ee3f695cf7..e3bd46cd23 100644
--- a/app/src/fdroid/AndroidManifest.xml
+++ b/app/src/fdroid/AndroidManifest.xml
@@ -97,6 +97,11 @@
         <intent>
             <action android:name="android.intent.action.TTS_SERVICE" />
         </intent>
+
+        <provider
+            android:name="androidx.car.app.connection.provider"
+            android:authorities="androidx.car.app.connection"
+            tools:ignore="MissingClass" />
     </queries>
 
     <application
@@ -464,6 +469,15 @@
 
                 <data android:scheme="eu.faircode.email" />
             </intent-filter>
+
+            <intent-filter>
+                <action android:name="android.intent.action.VIEW" />
+
+                <category android:name="android.intent.category.DEFAULT" />
+                <category android:name="android.intent.category.BROWSABLE" />
+
+                <data android:scheme="eu.faircode.email.debug" />
+            </intent-filter>
         </activity>
 
         <service
diff --git a/app/src/github/AndroidManifest.xml b/app/src/github/AndroidManifest.xml
index afc490d16b..bae2956118 100644
--- a/app/src/github/AndroidManifest.xml
+++ b/app/src/github/AndroidManifest.xml
@@ -97,6 +97,11 @@
         <intent>
             <action android:name="android.intent.action.TTS_SERVICE" />
         </intent>
+
+        <provider
+            android:name="androidx.car.app.connection.provider"
+            android:authorities="androidx.car.app.connection"
+            tools:ignore="MissingClass" />
     </queries>
 
     <application
@@ -464,6 +469,15 @@
 
                 <data android:scheme="eu.faircode.email" />
             </intent-filter>
+
+            <intent-filter>
+                <action android:name="android.intent.action.VIEW" />
+
+                <category android:name="android.intent.category.DEFAULT" />
+                <category android:name="android.intent.category.BROWSABLE" />
+
+                <data android:scheme="eu.faircode.email.debug" />
+            </intent-filter>
         </activity>
 
         <service
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 02973f2a1b..1732b65ca0 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -463,6 +463,15 @@
 
                 <data android:scheme="eu.faircode.email" />
             </intent-filter>
+
+            <intent-filter>
+                <action android:name="android.intent.action.VIEW" />
+
+                <category android:name="android.intent.category.DEFAULT" />
+                <category android:name="android.intent.category.BROWSABLE" />
+
+                <data android:scheme="eu.faircode.email.debug" />
+            </intent-filter>
         </activity>
 
         <service
diff --git a/app/src/main/assets/ATTRIBUTION.md b/app/src/main/assets/ATTRIBUTION.md
index 81c72ff1e2..04fbee9c76 100644
--- a/app/src/main/assets/ATTRIBUTION.md
+++ b/app/src/main/assets/ATTRIBUTION.md
@@ -44,3 +44,4 @@ FairEmail uses:
 * [Apache Commons Compress](https://commons.apache.org/proper/commons-compress/). Copyright © 2002-2021 The Apache Software Foundation. All Rights Reserved. [Apache License 2.0](https://www.apache.org/licenses/).
 * [LeakCanary](https://github.com/square/leakcanary). Copyright 2015 Square, Inc. [Apache License 2.0](https://github.com/square/leakcanary/blob/main/LICENSE.txt).
 * [IPAddress](https://github.com/seancfoley/IPAddress). Copyright 2016-2018 Sean C Foley. [Apache License 2.0](https://github.com/seancfoley/IPAddress/blob/master/LICENSE).
+* [MaterialDings](https://github.com/Accusoft/MaterialDings). Copyright (c) 2018 Accusoft Corporation. [MIT License](https://github.com/Accusoft/MaterialDings/blob/master/LICENSE.md).
diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md
index cf3e9d4b28..46850f4cdc 100644
--- a/app/src/main/assets/CHANGELOG.md
+++ b/app/src/main/assets/CHANGELOG.md
@@ -2,6 +2,101 @@
 
 &#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
 
+### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
+
+### 1.1940 - 2022-07-21
+
+* Added check for token expiration
+
+### 1.1939 - 2022-07-21
+
+* Fixed saving searches
+
+### 1.1938 - 2022-07-21
+
+* Enabled Gmail web OAuth flow again
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1937 - 2022-07-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1936 - 2022-07-20
+
+* Disabled Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+### 1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+### 1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+### 1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+### 1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+### 1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
 ### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
 
 ### 1.1926 - 2022-06-23
diff --git a/app/src/main/assets/SETUP-eu-rES.md b/app/src/main/assets/SETUP-eu-rES.md
index 2f61fbbbce..019cb27425 100644
--- a/app/src/main/assets/SETUP-eu-rES.md
+++ b/app/src/main/assets/SETUP-eu-rES.md
@@ -1,6 +1,6 @@
 # Ezartzeko laguntza
 
-FairEmail ezartzea oso erraza da. Gutxienez kontu bat behar duzu e-maila jasotzeko eta identitate bat e-maila bidaltzeko. The quick setup will add an account and an identity in one go for most major providers.
+FairEmail ezartzea oso erraza da. Gutxienez kontu bat behar duzu e-maila jasotzeko eta identitate bat e-maila bidaltzeko. Ezarpen azkarrak kontua eta identitaea atoan gehituko ditu hornitzaile ezagun gehienentzat.
 
 ## Betebeharrak
 
@@ -8,23 +8,23 @@ Internet konexioa behar da kontuak eta identitateak ezartzeko.
 
 ## Ezarpen azkarra
 
-Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
+Hautatu hornitzaile egokia edo *Beste hornitzaile bat* eta idatzi zure izena, e-mail helbidea eta pasahitza eta sakatu *Egiaztatu*.
 
-This will work for most email providers.
+Hau nahikoa da e-mail hornitzaile gehienentzat.
 
-If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
+Ezarpen azkarra ez badabil, kontu eta identitatea eskuz sortu beharko dituzu, azpian daude argibideak.
 
 ## Ezarri kontua - e-maila jasotzeko
 
 To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). Hautatu hornitzaile bat zerrendatik, idatzi erabiltzaile-izena, gehienetan zure e-mail helbidea dena eta sartu zure pasahitza. Sakatu *Egiaztatu* FairEmail e-mail zerbitzarira konektatu dadin eta sistemako karpeten zerrenda jaso dezan. Sistemako karpeten hautaketa egin eta gero kontua gehitu dezakezu *Gorde* sakatuz.
 
-If your provider is not in the list of providers, there are thousands of providers, select *Custom*. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Honi buruz gehiago jakiteko begiratu [hemen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
+If your provider is not in the list of providers, there are thousands of providers, select *Custom*. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. Zure hornitzaileak [aurkitze automatikoa](https://tools.ietf.org/html/rfc6186) onartzen badu, FairEmail-ek hostalari izena eta ataka zenbakia beteko ditu, bestela kontsultatu zure hornitzailearen ezarpen argibideak IMAP ostalari izen, ataka zenbaki eta protokolo (SSL/TLS edo STARTTLS) egokiak zeintzuk diren jakiteko. Honi buruz gehiago jakiteko begiratu [hemen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
 
 ## Ezarri identitatea - e-maila bidaltzeko
 
 Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Sartu zuk bidalitako mezuen igorlearen eremuan agertzea nahi duzun izena eta hautatu dagokion kontua. Sakatu *Gorde* identitatea gehitzeko.
 
-Kontua eskuz konfiguratu bada, ziur aski identitatea ere eskuz konfiguratu beharko duzu. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
+Kontua eskuz konfiguratu bada, ziur aski identitatea ere eskuz konfiguratu beharko duzu. Sartu domeinuaren izena, adibidez *gmail.com* eta sakatu *Jaso ezarpenak*. Zure hornitzaileak [aurkitze automatikoa](https://tools.ietf.org/html/rfc6186) onartzen badu, FairEmail-ek hostalari izena eta ataka zenbakia beteko ditu, bestela kontsultatu zure hornitzailearen ezarpen argibideak IMAP ostalari izen, ataka zenbaki eta protokolo (SSL/TLS edo STARTTLS) egokiak zeintzuk diren jakiteko.
 
 Ikusi ezizenei buruzko [FAQ hau](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9).
 
diff --git a/app/src/main/assets/SETUP-sl-rSI.md b/app/src/main/assets/SETUP-sl-rSI.md
index dfe9d6c4a2..21016b9656 100644
--- a/app/src/main/assets/SETUP-sl-rSI.md
+++ b/app/src/main/assets/SETUP-sl-rSI.md
@@ -1,6 +1,6 @@
 # Pomoč za nastavitev
 
-Nastavitev FairEmaila je dokaj enostavna. Dodati boste morali vsaj en račun za prejemanje e-pošte in vsaj eno identiteto, če želite pošiljati e-pošto. The quick setup will add an account and an identity in one go for most major providers.
+Nastavitev FairEmaila je dokaj enostavna. Dodati boste morali vsaj en račun za prejemanje e-pošte in vsaj eno identiteto, če želite pošiljati e-pošto. Hitra nastavitev bo dodala račun in identiteto v enem koraku za vse glavne ponudnike.
 
 ## Zahteve
 
@@ -8,33 +8,33 @@ Za nastavitev računov in identitet je zahtevana internetna povezava.
 
 ## Hitra nastavitev
 
-Just select the appropriate provider or *Other provider* and enter your name, email address and password and tap *Check*.
+Izberite ustreznega ponudnika ali *Drugega ponudnika* in vnesite svoje ime, e-poštni naslov in geslo, in se dotaknite *Preveri*.
 
-This will work for most email providers.
+To bo delovalo za večino e-poštnh ponudnikov.
 
-If the quick setup doesn't work, you'll need to set up an account and an identity manually, see below for instructions.
+Če hitra nastavitev ne deluje, boste morali račun in identiteto ročno nastaviti. Glejte spodaj za navodila.
 
 ## Nastavite račun - za prejemanje pošte
 
-To add an account, tap *Manual setup and more options*, tap *Accounts* and tap the 'plus' button at the bottom and select IMAP (or POP3). S seznama izberite ponudnika, vnesite uporabniško ime, ki je običajno vaše e-poštni naslov, in vnesite geslo. Dotaknite se *Preveri*, da FairEmailu omogočite povezavo z e-poštnim strežnikom in pridobitev seznama sistemskih map. Po pregledu izbire sistemskih map lahko račun dodate tako, da se dotaknete *Shrani*.
+Za dodajanje računa se dotaknite *Ročna naszavitev in več možnosti*, nato *Računi* in nato na dnu gumba 'plus' in izberite IMAP (ali POP3). S seznama izberite ponudnika, vnesite uporabniško ime, ki je običajno vaše e-poštni naslov, in vnesite geslo. Dotaknite se *Preveri*, da FairEmailu omogočite povezavo z e-poštnim strežnikom in pridobitev seznama sistemskih map. Po pregledu izbire sistemskih map lahko račun dodate tako, da se dotaknete *Shrani*.
 
-If your provider is not in the list of providers, there are thousands of providers, select *Custom*. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right IMAP host name, port number and encryption protocol (SSL/TLS or STARTTLS). Za več o tem glejte [tukaj](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
+Če vaš ponudnik ni na seznamu ponudnikov, izberite *Po meri*. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. Če vaš ponudnik podpira [samodejno odkrivanje](https://tools.ietf.org/html/rfc6186), bo FairEmail izpolnil ime gostitelja in število vrat. V nasprotnem primeru si za pravilno ime gostitelja IMAP, število vrat in protokol šifriranja (SSL/TLS ali STARTTLS) oglejte navodila za nastavitev pri vašem ponudniku. Za več o tem glejte [tukaj](https://github.com/M66B/FairEmail/blob/master/FAQ.md#authorizing-accounts).
 
 ## Nastavite identiteto - za pošiljanje e-pošte
 
-Similarly, to add an identity, tap *Manual setup and more options*, tap *Identities* and tap the 'plus' button at the bottom. Vnesite ime, ki ga želite prikazati v polju za pošiljatelja in izberite povezan račun. Dotaknite se *Shrani*, da dodate identiteto.
+Podobno se za dodajanja identitete dotaknite *Ročna nastavitev in več možnosti*, nato *Identitete* in nato na dnu gumba 'plus'. Vnesite ime, ki ga želite prikazati v polju za pošiljatelja in izberite povezan račun. Dotaknite se *Shrani*, da dodate identiteto.
 
-Če ste račun ročno nastavili, boste verjetno morali ročno nastaviti tudi identiteto. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number, else check the setup instructions of your provider for the right SMTP host name, port number and encryption protocol (SSL/TLS or STARTTLS).
+Če ste račun ročno nastavili, boste verjetno morali ročno nastaviti tudi identiteto. Vnesite ime domene, na primer *gmail.com*, in se dotaknite *Dobi nastavitve*. Če vaš ponudnik podpira [samodejno odkrivanje](https://tools.ietf.org/html/rfc6186), bo FairEmail izpolnil ime gostitelja in število vrat. V nasprotnem primeru si za pravilno ime gostitelja SMTP, število vrat in protokol šifriranja (SSL/TLS ali STARTTLS) oglejte navodila za nastavitev pri vašem ponudniku.
 
 Glejte [ta pogosta vprašanja](https://github.com/M66B/FairEmail/blob/master/FAQ.md#FAQ9) za informacije o uporabi vzdevkov.
 
 ## Odobrite dovoljenja - za dostop do podatkov o stikih
 
-If you want to lookup email addresses, have contact photos shown, etc, you'll need to grant permission to read contact information to FairEmail. Just tap *Grant* and select *Allow*.
+Če želite iskati e-poštne naslove, prikazati slike stikov itd., boste morali FairEmailu odobriti dovoljenje za branje podatkov o stikih. Dotaknite se *Odobri* in izberite *Dovoli*.
 
 ## Nastavite optimizacijo baterije - za neprekinjeno prejemanje e-pošte
 
-V novejših različicah bo Android programe preklopil v spanje, kadar je zaslon za nekaj časa izklopljen, da zmanjša porabo energije. Če želite nova sporočila prejemati brez zakasnitev, onemogočite optimizacijo baterije za FairEmail. Tap *Manage* and follow the instructions.
+V novejših različicah bo Android programe preklopil v spanje, kadar je zaslon za nekaj časa izklopljen, da zmanjša porabo energije. Če želite nova sporočila prejemati brez zakasnitev, onemogočite optimizacijo baterije za FairEmail. Dotaknite se *Upravljaj* in sledite navodilom.
 
 ## Vprašanja ali težave
 
diff --git a/app/src/main/assets/public_suffix_list.dat b/app/src/main/assets/public_suffix_list.dat
index 748bb5780c..1dc8fe3711 100644
--- a/app/src/main/assets/public_suffix_list.dat
+++ b/app/src/main/assets/public_suffix_list.dat
@@ -7130,7 +7130,7 @@ org.zw
 
 // newGTLDs
 
-// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2022-06-14T15:15:19Z
+// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2022-07-03T15:13:53Z
 // This list is auto-generated, don't edit it manually.
 // aaa : 2015-02-26 American Automobile Association, Inc.
 aaa
@@ -8020,7 +8020,7 @@ dvag
 // dvr : 2016-05-26 DISH Technologies L.L.C.
 dvr
 
-// earth : 2014-12-04 Interlink Co., Ltd.
+// earth : 2014-12-04 Interlink Systems Innovation Institute K.K.
 earth
 
 // eat : 2014-01-23 Charleston Road Registry Inc.
@@ -9034,7 +9034,7 @@ mobile
 // moda : 2013-11-07 Dog Beach, LLC
 moda
 
-// moe : 2013-11-13 Interlink Co., Ltd.
+// moe : 2013-11-13 Interlink Systems Innovation Institute K.K.
 moe
 
 // moi : 2014-12-18 Amazon Registry Services, Inc.
@@ -12111,6 +12111,7 @@ kill.jp
 kilo.jp
 kuron.jp
 littlestar.jp
+lolipopmc.jp
 lolitapunk.jp
 lomo.jp
 lovepop.jp
@@ -12378,6 +12379,11 @@ moonscale.net
 // Submitted by Hannu Aronsson <haa@iki.fi>
 iki.fi
 
+// iliad italia: https://www.iliad.it
+// Submitted by Marios Makassikis <mmakassikis@freebox.fr>
+ibxos.it
+iliadboxos.it
+
 // Impertrix Solutions : <https://impertrixcdn.com>
 // Submitted by Zhixiang Zhao <csuite@impertrix.com>
 impertrixcdn.com
@@ -12458,9 +12464,11 @@ iopsys.se
 // Submitted by Matthew Hardeman <mhardeman@ipifony.com>
 ipifony.net
 
-// IServ GmbH : https://iserv.eu
-// Submitted by Kim-Alexander Brodowski <info@iserv.eu>
+// IServ GmbH : https://iserv.de
+// Submitted by Mario Hoberg <info@iserv.de>
+iservschule.de
 mein-iserv.de
+schulplattform.de
 schulserver.de
 test-iserv.de
 iserv.dev
@@ -12782,6 +12790,10 @@ hra.health
 miniserver.com
 memset.net
 
+// Messerli Informatik AG : https://www.messerli.ch/
+// Submitted by Ruben Schmidmeister <psl-maintainers@messerli.ch>
+messerli.app
+
 // MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
 // Submitted by Zdeněk Šustr <zdenek.sustr@cesnet.cz>
 *.cloud.metacentrum.cz
@@ -13394,9 +13406,9 @@ rocky.page
 
 // Salesforce.com, Inc. https://salesforce.com/
 // Submitted by Michael Biven <mbiven@salesforce.com>
-builder.code.com
-dev-builder.code.com
-stg-builder.code.com
+*.builder.code.com
+*.dev-builder.code.com
+*.stg-builder.code.com
 
 // Sandstorm Development Group, Inc. : https://sandcats.io/
 // Submitted by Asheesh Laroia <asheesh@sandstorm.io>
diff --git a/app/src/main/java/androidx/car/app/connection/CarConnection.java b/app/src/main/java/androidx/car/app/connection/CarConnection.java
new file mode 100644
index 0000000000..06c4691182
--- /dev/null
+++ b/app/src/main/java/androidx/car/app/connection/CarConnection.java
@@ -0,0 +1,112 @@
+  /*
+   * Copyright 2021 The Android Open Source Project
+   *
+   * Licensed under the Apache License, Version 2.0 (the "License");
+   * you may not use this file except in compliance with the License.
+   * You may obtain a copy of the License at
+   *
+   *      http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+   */
+
+  package androidx.car.app.connection;
+
+  import static androidx.annotation.RestrictTo.Scope.LIBRARY;
+  //import static androidx.car.app.utils.CommonUtils.isAutomotiveOS;
+
+  import static java.util.Objects.requireNonNull;
+
+  import android.content.Context;
+
+  import androidx.annotation.IntDef;
+  import androidx.annotation.NonNull;
+  import androidx.annotation.RestrictTo;
+  import androidx.lifecycle.LiveData;
+
+  import java.lang.annotation.ElementType;
+  import java.lang.annotation.Retention;
+  import java.lang.annotation.RetentionPolicy;
+  import java.lang.annotation.Target;
+
+  /**
+   * A class that allows retrieval of information about connection to a car head unit.
+   */
+  public final class CarConnection {
+      /**
+       * Defines current car connection state.
+       *
+       * <p>This is used for communication with the car host's content provider on queries for
+       * connection type.
+       */
+      public static final String CAR_CONNECTION_STATE = "CarConnectionState";
+
+      /**
+       * Broadcast action that notifies that the car connection has changed and needs to be updated.
+       */
+      public static final String ACTION_CAR_CONNECTION_UPDATED =
+              "androidx.car.app.connection.action.CAR_CONNECTION_UPDATED";
+
+      /**
+       * Represents the types of connections that exist to a car head unit.
+       *
+       * @hide
+       */
+      @IntDef({CONNECTION_TYPE_NOT_CONNECTED, CONNECTION_TYPE_NATIVE, CONNECTION_TYPE_PROJECTION})
+      @Retention(RetentionPolicy.SOURCE)
+      @Target({ElementType.TYPE_USE})
+      @RestrictTo(LIBRARY)
+      public @interface ConnectionType {
+      }
+
+      /**
+       * Not connected to any car head unit.z
+       */
+      public static final int CONNECTION_TYPE_NOT_CONNECTED = 0;
+
+      /**
+       * Natively running on a head unit (Android Automotive OS).
+       */
+      public static final int CONNECTION_TYPE_NATIVE = 1;
+
+      /**
+       * Connected to a car head unit by projecting to it.
+       */
+      public static final int CONNECTION_TYPE_PROJECTION = 2;
+
+      private final LiveData<Integer> mConnectionTypeLiveData;
+
+      /**
+       * Constructs a {@link CarConnection} that can be used to get connection information.
+       *
+       * @throws NullPointerException if {@code context} is {@code null}
+       */
+      public CarConnection(@NonNull Context context) {
+          requireNonNull(context);
+          mConnectionTypeLiveData = /*isAutomotiveOS(context)
+                  ? new AutomotiveCarConnectionTypeLiveData()
+                  :*/ new CarConnectionTypeLiveData(context);
+      }
+
+      /**
+       * Returns a {@link LiveData} that can be observed to get current connection type.
+       *
+       * <p>The recommended pattern is to observe the {@link LiveData} with the activity's
+       * lifecycle in order to get updates on the state change throughout the activity's lifetime.
+       *
+       * <p>Connection types are:
+       * <ol>
+       *     <li>{@link #CONNECTION_TYPE_NOT_CONNECTED}
+       *     <li>{@link #CONNECTION_TYPE_NATIVE}
+       *     <li>{@link #CONNECTION_TYPE_PROJECTION}
+       * </ol>
+       */
+      @NonNull
+      public LiveData<@ConnectionType Integer> getType() {
+          return mConnectionTypeLiveData;
+      }
+  }
diff --git a/app/src/main/java/androidx/car/app/connection/CarConnectionTypeLiveData.java b/app/src/main/java/androidx/car/app/connection/CarConnectionTypeLiveData.java
new file mode 100644
index 0000000000..e688eb2d22
--- /dev/null
+++ b/app/src/main/java/androidx/car/app/connection/CarConnectionTypeLiveData.java
@@ -0,0 +1,120 @@
+/*
+ * Copyright 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package androidx.car.app.connection;
+
+import static androidx.car.app.connection.CarConnection.ACTION_CAR_CONNECTION_UPDATED;
+import static androidx.car.app.connection.CarConnection.CAR_CONNECTION_STATE;
+//import static androidx.car.app.utils.LogTags.TAG_CONNECTION_TO_CAR;
+
+import android.content.AsyncQueryHandler;
+import android.content.BroadcastReceiver;
+import android.content.ContentResolver;
+import android.content.Context;
+import android.content.Intent;
+import android.content.IntentFilter;
+import android.database.Cursor;
+import android.net.Uri;
+import android.util.Log;
+
+import androidx.annotation.VisibleForTesting;
+import androidx.car.app.connection.CarConnection.ConnectionType;
+import androidx.lifecycle.LiveData;
+
+/**
+ * A {@link LiveData} that will query once while being observed and only again if it gets updates
+ * via a broadcast.
+ */
+final class CarConnectionTypeLiveData extends LiveData<@ConnectionType Integer> {
+    @VisibleForTesting
+    static final String CAR_CONNECTION_AUTHORITY = "androidx.car.app.connection";
+
+    private static final int QUERY_TOKEN = 42;
+    private static final Uri PROJECTION_HOST_URI = new Uri.Builder().scheme("content").authority(
+            CAR_CONNECTION_AUTHORITY).build();
+
+    private final Context mContext;
+    private final AsyncQueryHandler mQueryHandler;
+    private final CarConnectionBroadcastReceiver mBroadcastReceiver;
+
+    CarConnectionTypeLiveData(Context context) {
+        mContext = context;
+
+        mQueryHandler = new CarConnectionQueryHandler(
+                context.getContentResolver());
+        mBroadcastReceiver = new CarConnectionBroadcastReceiver();
+    }
+
+    @Override
+    public void onActive() {
+        mContext.registerReceiver(mBroadcastReceiver,
+                new IntentFilter(ACTION_CAR_CONNECTION_UPDATED));
+        queryForState();
+    }
+
+    @Override
+    public void onInactive() {
+        mContext.unregisterReceiver(mBroadcastReceiver);
+        mQueryHandler.cancelOperation(QUERY_TOKEN);
+    }
+
+    void queryForState() {
+        mQueryHandler.startQuery(/* token= */ QUERY_TOKEN, /* cookie= */ null,
+                /* uri */ PROJECTION_HOST_URI,
+                /* projection= */ new String[]{CAR_CONNECTION_STATE}, /* selection= */ null,
+                /* selectionArgs= */ null, /* orderBy= */ null);
+    }
+
+    class CarConnectionQueryHandler extends AsyncQueryHandler {
+        CarConnectionQueryHandler(ContentResolver resolver) {
+            super(resolver);
+        }
+
+        @Override
+        protected void onQueryComplete(int token, Object cookie, Cursor response) {
+            if (response == null) {
+                //Log.w(TAG_CONNECTION_TO_CAR, "Null response from content provider when checking "
+                //        + "connection to the car, treating as disconnected");
+                postValue(CarConnection.CONNECTION_TYPE_NOT_CONNECTED);
+                return;
+            }
+
+            int carConnectionTypeColumn = response.getColumnIndex(CAR_CONNECTION_STATE);
+            if (carConnectionTypeColumn < 0) {
+                //Log.e(TAG_CONNECTION_TO_CAR, "Connection to car response is missing the "
+                //        + "connection type, treating as disconnected");
+                postValue(CarConnection.CONNECTION_TYPE_NOT_CONNECTED);
+                return;
+            }
+
+            if (!response.moveToNext()) {
+                //Log.e(TAG_CONNECTION_TO_CAR, "Connection to car response is empty, treating as "
+                //        + "disconnected");
+                postValue(CarConnection.CONNECTION_TYPE_NOT_CONNECTED);
+                return;
+            }
+
+            postValue(response.getInt(carConnectionTypeColumn));
+        }
+    }
+
+    class CarConnectionBroadcastReceiver extends BroadcastReceiver {
+        @Override
+        public void onReceive(Context context, Intent intent) {
+            queryForState();
+        }
+    }
+}
diff --git a/app/src/main/java/com/bugsnag/android/BackgroundTaskService.kt b/app/src/main/java/com/bugsnag/android/BackgroundTaskService.kt
index 4e763633f0..c171c23d50 100644
--- a/app/src/main/java/com/bugsnag/android/BackgroundTaskService.kt
+++ b/app/src/main/java/com/bugsnag/android/BackgroundTaskService.kt
@@ -158,18 +158,13 @@ internal class BackgroundTaskService(
         internalReportExecutor.shutdownNow()
         defaultExecutor.shutdownNow()
 
-        // shutdown the error/session executors first, waiting for existing tasks to complete.
-        // If a request fails it may perform IO to persist the payload for delivery next launch,
-        // which would submit tasks to the IO executor - therefore it's critical to
-        // shutdown the IO executor last.
+        // Wait a little while for these ones to shut down
         errorExecutor.shutdown()
         sessionExecutor.shutdown()
+        ioExecutor.shutdown()
 
         errorExecutor.awaitTerminationSafe()
         sessionExecutor.awaitTerminationSafe()
-
-        // shutdown the IO executor last, waiting for any existing tasks to complete
-        ioExecutor.shutdown()
         ioExecutor.awaitTerminationSafe()
     }
 
diff --git a/app/src/main/java/com/bugsnag/android/Bugsnag.java b/app/src/main/java/com/bugsnag/android/Bugsnag.java
index f32b49d6ae..11538b580d 100644
--- a/app/src/main/java/com/bugsnag/android/Bugsnag.java
+++ b/app/src/main/java/com/bugsnag/android/Bugsnag.java
@@ -69,6 +69,15 @@ public final class Bugsnag {
         return client;
     }
 
+    /**
+     * Returns true if one of the <code>start</code> methods have been has been called and
+     * so Bugsnag is initialized; false if <code>start</code> has not been called and the
+     * other methods will throw IllegalStateException.
+     */
+    public static boolean isStarted() {
+        return client != null;
+    }
+
     private static void logClientInitWarning() {
         getClient().logger.w("Multiple Bugsnag.start calls detected. Ignoring.");
     }
@@ -76,18 +85,19 @@ public final class Bugsnag {
     /**
      * Bugsnag uses the concept of "contexts" to help display and group your errors. Contexts
      * represent what was happening in your application at the time an error occurs.
-     *
+     * <p>
      * In an android app the "context" is automatically set as the foreground Activity.
      * If you would like to set this value manually, you should alter this property.
      */
-    @Nullable public static String getContext() {
+    @Nullable
+    public static String getContext() {
         return getClient().getContext();
     }
 
     /**
      * Bugsnag uses the concept of "contexts" to help display and group your errors. Contexts
      * represent what was happening in your application at the time an error occurs.
-     *
+     * <p>
      * In an android app the "context" is automatically set as the foreground Activity.
      * If you would like to set this value manually, you should alter this property.
      */
@@ -115,15 +125,15 @@ public final class Bugsnag {
     /**
      * Add a "on error" callback, to execute code at the point where an error report is
      * captured in Bugsnag.
-     *
+     * <p>
      * You can use this to add or modify information attached to an Event
      * before it is sent to your dashboard. You can also return
      * <code>false</code> from any callback to prevent delivery. "on error"
      * callbacks do not run before reports generated in the event
      * of immediate app termination from crashes in C/C++ code.
-     *
+     * <p>
      * For example:
-     *
+     * <p>
      * Bugsnag.addOnError(new OnErrorCallback() {
      * public boolean run(Event event) {
      * event.setSeverity(Severity.INFO);
@@ -140,6 +150,7 @@ public final class Bugsnag {
 
     /**
      * Removes a previously added "on error" callback
+     *
      * @param onError the callback to remove
      */
     public static void removeOnError(@NonNull OnErrorCallback onError) {
@@ -149,12 +160,12 @@ public final class Bugsnag {
     /**
      * Add an "on breadcrumb" callback, to execute code before every
      * breadcrumb captured by Bugsnag.
-     *
+     * <p>
      * You can use this to modify breadcrumbs before they are stored by Bugsnag.
      * You can also return <code>false</code> from any callback to ignore a breadcrumb.
-     *
+     * <p>
      * For example:
-     *
+     * <p>
      * Bugsnag.onBreadcrumb(new OnBreadcrumbCallback() {
      * public boolean run(Breadcrumb breadcrumb) {
      * return false; // ignore the breadcrumb
@@ -170,6 +181,7 @@ public final class Bugsnag {
 
     /**
      * Removes a previously added "on breadcrumb" callback
+     *
      * @param onBreadcrumb the callback to remove
      */
     public static void removeOnBreadcrumb(@NonNull OnBreadcrumbCallback onBreadcrumb) {
@@ -179,12 +191,12 @@ public final class Bugsnag {
     /**
      * Add an "on session" callback, to execute code before every
      * session captured by Bugsnag.
-     *
+     * <p>
      * You can use this to modify sessions before they are stored by Bugsnag.
      * You can also return <code>false</code> from any callback to ignore a session.
-     *
+     * <p>
      * For example:
-     *
+     * <p>
      * Bugsnag.onSession(new OnSessionCallback() {
      * public boolean run(Session session) {
      * return false; // ignore the session
@@ -200,6 +212,7 @@ public final class Bugsnag {
 
     /**
      * Removes a previously added "on session" callback
+     *
      * @param onSession the callback to remove
      */
     public static void removeOnSession(@NonNull OnSessionCallback onSession) {
@@ -219,7 +232,7 @@ public final class Bugsnag {
      * Notify Bugsnag of a handled exception
      *
      * @param exception the exception to send to Bugsnag
-     * @param onError  callback invoked on the generated error report for
+     * @param onError   callback invoked on the generated error report for
      *                  additional modification
      */
     public static void notify(@NonNull final Throwable exception,
@@ -286,7 +299,8 @@ public final class Bugsnag {
     /**
      * Leave a "breadcrumb" log message representing an action or event which
      * occurred in your app, to aid with debugging
-     * @param message     A short label
+     *
+     * @param message  A short label
      * @param metadata Additional diagnostic information about the app environment
      * @param type     A category for the breadcrumb
      */
@@ -332,11 +346,10 @@ public final class Bugsnag {
      * <a href="https://docs.bugsnag.com/product/releases/releases-dashboard/#stability-score">
      * stability score</a>.
      *
+     * @return true if a previous session was resumed, false if a new session was started.
      * @see #startSession()
      * @see #pauseSession()
      * @see Configuration#setAutoTrackSessions(boolean)
-     *
-     * @return true if a previous session was resumed, false if a new session was started.
      */
     public static boolean resumeSession() {
         return getClient().resumeSession();
@@ -365,7 +378,7 @@ public final class Bugsnag {
      * Returns the current buffer of breadcrumbs that will be sent with captured events. This
      * ordered list represents the most recent breadcrumbs to be captured up to the limit
      * set in {@link Configuration#getMaxBreadcrumbs()}.
-     *
+     * <p>
      * The returned collection is readonly and mutating the list will cause no effect on the
      * Client's state. If you wish to alter the breadcrumbs collected by the Client then you should
      * use {@link Configuration#setEnabledBreadcrumbTypes(Set)} and
@@ -380,7 +393,7 @@ public final class Bugsnag {
 
     /**
      * Retrieves information about the last launch of the application, if it has been run before.
-     *
+     * <p>
      * For example, this allows checking whether the app crashed on its last launch, which could
      * be used to perform conditional behaviour to recover from crashes, such as clearing the
      * app data cache.
@@ -394,7 +407,7 @@ public final class Bugsnag {
      * Informs Bugsnag that the application has finished launching. Once this has been called
      * {@link AppWithState#isLaunching()} will always be false in any new error reports,
      * and synchronous delivery will not be attempted on the next launch for any fatal crashes.
-     *
+     * <p>
      * By default this method will be called after Bugsnag is initialized when
      * {@link Configuration#getLaunchDurationMillis()} has elapsed. Invoking this method manually
      * has precedence over the value supplied via the launchDurationMillis configuration option.
@@ -462,8 +475,12 @@ public final class Bugsnag {
     @NonNull
     public static Client getClient() {
         if (client == null) {
-            throw new IllegalStateException("You must call Bugsnag.start before any"
-                + " other Bugsnag methods");
+            synchronized (lock) {
+                if (client == null) {
+                    throw new IllegalStateException("You must call Bugsnag.start before any"
+                            + " other Bugsnag methods");
+                }
+            }
         }
 
         return client;
diff --git a/app/src/main/java/com/bugsnag/android/BugsnagEventMapper.kt b/app/src/main/java/com/bugsnag/android/BugsnagEventMapper.kt
index 8f17f4049d..d850562671 100644
--- a/app/src/main/java/com/bugsnag/android/BugsnagEventMapper.kt
+++ b/app/src/main/java/com/bugsnag/android/BugsnagEventMapper.kt
@@ -11,6 +11,10 @@ internal class BugsnagEventMapper(
     private val logger: Logger
 ) {
 
+    internal fun convertToEvent(map: Map<in String, Any?>, apiKey: String): Event {
+        return Event(convertToEventImpl(map, apiKey), logger)
+    }
+
     @Suppress("UNCHECKED_CAST")
     internal fun convertToEventImpl(map: Map<in String, Any?>, apiKey: String): EventInternal {
         val event = EventInternal(apiKey)
@@ -85,7 +89,11 @@ internal class BugsnagEventMapper(
         return event
     }
 
-    internal fun convertErrorInternal(error: Map<String, Any?>): ErrorInternal {
+    internal fun convertError(error: Map<in String, Any?>): Error {
+        return Error(convertErrorInternal(error), logger)
+    }
+
+    internal fun convertErrorInternal(error: Map<in String, Any?>): ErrorInternal {
         return ErrorInternal(
             error.readEntry("errorClass"),
             error["message"] as? String,
diff --git a/app/src/main/java/com/bugsnag/android/Client.java b/app/src/main/java/com/bugsnag/android/Client.java
index a6cdf8d932..c91becd799 100644
--- a/app/src/main/java/com/bugsnag/android/Client.java
+++ b/app/src/main/java/com/bugsnag/android/Client.java
@@ -170,7 +170,8 @@ public class Client implements MetadataAware, CallbackAware, UserAware, FeatureF
 
         DataCollectionModule dataCollectionModule = new DataCollectionModule(contextModule,
                 configModule, systemServiceModule, trackerModule,
-                bgTaskService, connectivity, storageModule.getDeviceId(), memoryTrimState);
+                bgTaskService, connectivity, storageModule.getDeviceId(),
+                storageModule.getInternalDeviceId(), memoryTrimState);
         dataCollectionModule.resolveDependencies(bgTaskService, TaskType.IO);
         appDataCollector = dataCollectionModule.getAppDataCollector();
         deviceDataCollector = dataCollectionModule.getDeviceDataCollector();
diff --git a/app/src/main/java/com/bugsnag/android/ConfigInternal.kt b/app/src/main/java/com/bugsnag/android/ConfigInternal.kt
index f3ec4939f9..9a967d1853 100644
--- a/app/src/main/java/com/bugsnag/android/ConfigInternal.kt
+++ b/app/src/main/java/com/bugsnag/android/ConfigInternal.kt
@@ -2,6 +2,7 @@ package com.bugsnag.android
 
 import android.content.Context
 import java.io.File
+import java.util.EnumSet
 
 internal class ConfigInternal(
     var apiKey: String
@@ -40,6 +41,7 @@ internal class ConfigInternal(
     var maxBreadcrumbs: Int = DEFAULT_MAX_BREADCRUMBS
     var maxPersistedEvents: Int = DEFAULT_MAX_PERSISTED_EVENTS
     var maxPersistedSessions: Int = DEFAULT_MAX_PERSISTED_SESSIONS
+    var maxReportedThreads: Int = DEFAULT_MAX_REPORTED_THREADS
     var context: String? = null
 
     var redactedKeys: Set<String>
@@ -51,6 +53,7 @@ internal class ConfigInternal(
     var discardClasses: Set<String> = emptySet()
     var enabledReleaseStages: Set<String>? = null
     var enabledBreadcrumbTypes: Set<BreadcrumbType>? = null
+    var telemetry: Set<Telemetry> = EnumSet.of(Telemetry.INTERNAL_ERRORS)
     var projectPackages: Set<String> = emptySet()
     var persistenceDirectory: File? = null
 
@@ -99,6 +102,7 @@ internal class ConfigInternal(
         private const val DEFAULT_MAX_BREADCRUMBS = 50
         private const val DEFAULT_MAX_PERSISTED_SESSIONS = 128
         private const val DEFAULT_MAX_PERSISTED_EVENTS = 32
+        private const val DEFAULT_MAX_REPORTED_THREADS = 200
         private const val DEFAULT_LAUNCH_CRASH_THRESHOLD_MS: Long = 5000
 
         @JvmStatic
diff --git a/app/src/main/java/com/bugsnag/android/Configuration.java b/app/src/main/java/com/bugsnag/android/Configuration.java
index 3b9e6dc2a2..0be3d0ff9a 100644
--- a/app/src/main/java/com/bugsnag/android/Configuration.java
+++ b/app/src/main/java/com/bugsnag/android/Configuration.java
@@ -561,6 +561,32 @@ public class Configuration implements CallbackAware, MetadataAware, UserAware, F
         }
     }
 
+    /**
+     * Gets the maximum number of threads that will be reported with an event. Once the threshold is
+     * reached, all remaining threads will be omitted.
+     *
+     * By default, up to 200 threads are reported.
+     */
+    public int getMaxReportedThreads() {
+        return impl.getMaxReportedThreads();
+    }
+
+    /**
+     * Sets the maximum number of threads that will be reported with an event. Once the threshold is
+     * reached, all remaining threads will be omitted.
+     *
+     * By default, up to 200 threads are reported.
+     */
+    public void setMaxReportedThreads(int maxReportedThreads) {
+        if (maxReportedThreads >= 0) {
+            impl.setMaxReportedThreads(maxReportedThreads);
+        } else {
+            getLogger().e("Invalid configuration value detected. "
+                    + "Option maxReportedThreads should be a positive integer."
+                    + "Supplied value is " + maxReportedThreads);
+        }
+    }
+
     /**
      * Sets the maximum number of persisted sessions which will be stored. Once the threshold is
      * reached, the oldest session will be deleted.
@@ -720,6 +746,26 @@ public class Configuration implements CallbackAware, MetadataAware, UserAware, F
         impl.setEnabledBreadcrumbTypes(enabledBreadcrumbTypes);
     }
 
+    @NonNull
+    public Set<Telemetry> getTelemetry() {
+        return impl.getTelemetry();
+    }
+
+    /**
+     * Set which telemetry will be sent to Bugsnag. By default, all telemetry is enabled.
+     *
+     * The following telemetry can be enabled:
+     *
+     * - internal errors: Errors in the Bugsnag SDK itself.
+     */
+    public void setTelemetry(@NonNull Set<Telemetry> telemetry) {
+        if (telemetry != null) {
+            impl.setTelemetry(telemetry);
+        } else {
+            logNull("telemetry");
+        }
+    }
+
     /**
      * Sets which package names Bugsnag should consider as a part of the
      * running application. We mark stacktrace lines as in-project if they
diff --git a/app/src/main/java/com/bugsnag/android/ContextExtensions.kt b/app/src/main/java/com/bugsnag/android/ContextExtensions.kt
index 667d536e8a..da0c4c3c9e 100644
--- a/app/src/main/java/com/bugsnag/android/ContextExtensions.kt
+++ b/app/src/main/java/com/bugsnag/android/ContextExtensions.kt
@@ -5,6 +5,7 @@ import android.content.BroadcastReceiver
 import android.content.Context
 import android.content.Intent
 import android.content.IntentFilter
+import android.location.LocationManager
 import android.net.ConnectivityManager
 import android.os.RemoteException
 import android.os.storage.StorageManager
@@ -69,3 +70,7 @@ internal fun Context.getConnectivityManager(): ConnectivityManager? =
 @JvmName("getStorageManagerFrom")
 internal fun Context.getStorageManager(): StorageManager? =
     safeGetSystemService(Context.STORAGE_SERVICE)
+
+@JvmName("getLocationManager")
+internal fun Context.getLocationManager(): LocationManager? =
+    safeGetSystemService(Context.LOCATION_SERVICE)
diff --git a/app/src/main/java/com/bugsnag/android/DataCollectionModule.kt b/app/src/main/java/com/bugsnag/android/DataCollectionModule.kt
index 577b9bf7bc..20bf61229c 100644
--- a/app/src/main/java/com/bugsnag/android/DataCollectionModule.kt
+++ b/app/src/main/java/com/bugsnag/android/DataCollectionModule.kt
@@ -18,6 +18,7 @@ internal class DataCollectionModule(
     bgTaskService: BackgroundTaskService,
     connectivity: Connectivity,
     deviceId: String?,
+    internalDeviceId: String?,
     memoryTrimState: MemoryTrimState
 ) : DependencyModule() {
 
@@ -49,6 +50,7 @@ internal class DataCollectionModule(
             ctx,
             ctx.resources,
             deviceId,
+            internalDeviceId,
             deviceBuildInfo,
             dataDir,
             rootDetector,
diff --git a/app/src/main/java/com/bugsnag/android/DeviceDataCollector.kt b/app/src/main/java/com/bugsnag/android/DeviceDataCollector.kt
index 69c4063e97..ed3573f3fe 100644
--- a/app/src/main/java/com/bugsnag/android/DeviceDataCollector.kt
+++ b/app/src/main/java/com/bugsnag/android/DeviceDataCollector.kt
@@ -13,7 +13,6 @@ import android.os.Build
 import android.provider.Settings
 import java.io.File
 import java.util.Date
-import java.util.HashMap
 import java.util.Locale
 import java.util.concurrent.Callable
 import java.util.concurrent.Future
@@ -28,6 +27,7 @@ internal class DeviceDataCollector(
     private val appContext: Context,
     resources: Resources,
     private val deviceId: String?,
+    private val internalDeviceId: String?,
     private val buildInfo: DeviceBuildInfo,
     private val dataDirectory: File,
     rootDetector: RootDetector,
@@ -42,7 +42,7 @@ internal class DeviceDataCollector(
     private val screenResolution = getScreenResolution()
     private val locale = Locale.getDefault().toString()
     private val cpuAbi = getCpuAbi()
-    private val runtimeVersions: MutableMap<String, Any>
+    private var runtimeVersions: MutableMap<String, Any>
     private val rootedFuture: Future<Boolean>?
     private val totalMemoryFuture: Future<Long?>? = retrieveTotalDeviceMemory()
     private var orientation = AtomicInteger(resources.configuration.orientation)
@@ -89,6 +89,19 @@ internal class DeviceDataCollector(
         Date(now)
     )
 
+    fun generateInternalDeviceWithState(now: Long) = DeviceWithState(
+        buildInfo,
+        checkIsRooted(),
+        internalDeviceId,
+        locale,
+        totalMemoryFuture.runCatching { this?.get() }.getOrNull(),
+        runtimeVersions.toMutableMap(),
+        calculateFreeDisk(),
+        calculateFreeMemory(),
+        getOrientationAsString(),
+        Date(now)
+    )
+
     fun getDeviceMetadata(): Map<String, Any?> {
         val map = HashMap<String, Any?>()
         populateBatteryInfo(into = map)
@@ -163,19 +176,24 @@ internal class DeviceDataCollector(
      */
     private fun getLocationStatus(): String? {
         try {
-            val cr = appContext.contentResolver
-            @Suppress("DEPRECATION") val providersAllowed =
-                Settings.Secure.getString(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED)
-            return when {
-                providersAllowed != null && providersAllowed.isNotEmpty() -> "allowed"
-                else -> "disallowed"
-            }
+            return if (isLocationEnabled()) "allowed" else "disallowed"
         } catch (exception: Exception) {
             logger.w("Could not get locationStatus")
         }
         return null
     }
 
+    private fun isLocationEnabled() = when {
+        Build.VERSION.SDK_INT >= Build.VERSION_CODES.S ->
+            appContext.getLocationManager()?.isLocationEnabled == true
+        else -> {
+            val cr = appContext.contentResolver
+            @Suppress("DEPRECATION") val providersAllowed =
+                Settings.Secure.getString(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED)
+            providersAllowed != null && providersAllowed.isNotEmpty()
+        }
+    }
+
     /**
      * Get the current status of network access, eg "cellular"
      */
@@ -293,6 +311,9 @@ internal class DeviceDataCollector(
     }
 
     fun addRuntimeVersionInfo(key: String, value: String) {
-        runtimeVersions[key] = value
+        // Use copy-on-write to avoid a ConcurrentModificationException in generateDeviceWithState
+        val newRuntimeVersions = runtimeVersions.toMutableMap()
+        newRuntimeVersions[key] = value
+        runtimeVersions = newRuntimeVersions
     }
 }
diff --git a/app/src/main/java/com/bugsnag/android/DeviceIdFilePersistence.kt b/app/src/main/java/com/bugsnag/android/DeviceIdFilePersistence.kt
new file mode 100644
index 0000000000..60fa1f9364
--- /dev/null
+++ b/app/src/main/java/com/bugsnag/android/DeviceIdFilePersistence.kt
@@ -0,0 +1,163 @@
+package com.bugsnag.android
+
+import android.util.JsonReader
+import java.io.File
+import java.io.IOException
+import java.lang.Thread
+import java.nio.channels.FileChannel
+import java.nio.channels.FileLock
+import java.nio.channels.OverlappingFileLockException
+import java.util.UUID
+
+/**
+ * This class is responsible for persisting and retrieving a device ID to a file.
+ *
+ * This class is made multi-process safe through the use of a [FileLock], and thread safe
+ * through the use of a [ReadWriteLock] in [SynchronizedStreamableStore].
+ */
+class DeviceIdFilePersistence(
+    private val file: File,
+    private val deviceIdGenerator: () -> UUID,
+    private val logger: Logger
+) : DeviceIdPersistence {
+    private val synchronizedStreamableStore: SynchronizedStreamableStore<DeviceId>
+
+    init {
+        try {
+            file.createNewFile()
+        } catch (exc: Throwable) {
+            logger.w("Failed to created device ID file", exc)
+        }
+        this.synchronizedStreamableStore = SynchronizedStreamableStore(file)
+    }
+
+    /**
+     * Loads the device ID from its file system location.
+     * If no value is present then a UUID will be generated and persisted.
+     */
+    override fun loadDeviceId(requestCreateIfDoesNotExist: Boolean): String? {
+        return try {
+            // optimistically read device ID without a lock - the majority of the time
+            // the device ID will already be present so no synchronization is required.
+            val deviceId = loadDeviceIdInternal()
+
+            if (deviceId?.id != null) {
+                deviceId.id
+            } else {
+                return if (requestCreateIfDoesNotExist) persistNewDeviceUuid(deviceIdGenerator()) else null
+            }
+        } catch (exc: Throwable) {
+            logger.w("Failed to load device ID", exc)
+            null
+        }
+    }
+
+    /**
+     * Loads the device ID from the file.
+     *
+     * If the file has zero length it can't contain device ID, so reading will be skipped.
+     */
+    private fun loadDeviceIdInternal(): DeviceId? {
+        if (file.length() > 0) {
+            try {
+                return synchronizedStreamableStore.load(DeviceId.Companion::fromReader)
+            } catch (exc: Throwable) { // catch AssertionError which can be thrown by JsonReader
+                // on Android 8.0/8.1. see https://issuetracker.google.com/issues/79920590
+                logger.w("Failed to load device ID", exc)
+            }
+        }
+        return null
+    }
+
+    /**
+     * Write a new Device ID to the file.
+     */
+    private fun persistNewDeviceUuid(uuid: UUID): String? {
+        return try {
+            // acquire a FileLock to prevent Clients in different processes writing
+            // to the same file concurrently
+            file.outputStream().channel.use { channel ->
+                persistNewDeviceIdWithLock(channel, uuid)
+            }
+        } catch (exc: IOException) {
+            logger.w("Failed to persist device ID", exc)
+            null
+        }
+    }
+
+    private fun persistNewDeviceIdWithLock(
+        channel: FileChannel,
+        uuid: UUID
+    ): String? {
+        val lock = waitForFileLock(channel) ?: return null
+
+        return try {
+            // read the device ID again as it could have changed
+            // between the last read and when the lock was acquired
+            val deviceId = loadDeviceIdInternal()
+
+            if (deviceId?.id != null) {
+                // the device ID changed between the last read
+                // and acquiring the lock, so return the generated value
+                deviceId.id
+            } else {
+                // generate a new device ID and persist it
+                val newId = DeviceId(uuid.toString())
+                synchronizedStreamableStore.persist(newId)
+                newId.id
+            }
+        } finally {
+            lock.release()
+        }
+    }
+
+    /**
+     * Attempt to acquire a file lock. If [OverlappingFileLockException] is thrown
+     * then the method will wait for 50ms then try again, for a maximum of 10 attempts.
+     */
+    private fun waitForFileLock(channel: FileChannel): FileLock? {
+        repeat(MAX_FILE_LOCK_ATTEMPTS) {
+            try {
+                return channel.tryLock()
+            } catch (exc: OverlappingFileLockException) {
+                Thread.sleep(FILE_LOCK_WAIT_MS)
+            }
+        }
+        return null
+    }
+
+    companion object {
+        private const val MAX_FILE_LOCK_ATTEMPTS = 20
+        private const val FILE_LOCK_WAIT_MS = 25L
+    }
+}
+
+/**
+ * Serializes and deserializes the device ID to/from JSON.
+ */
+private class DeviceId(val id: String?) : JsonStream.Streamable {
+
+    override fun toStream(stream: JsonStream) {
+        with(stream) {
+            beginObject()
+            name(KEY_ID)
+            value(id)
+            endObject()
+        }
+    }
+
+    companion object : JsonReadable<DeviceId> {
+        private const val KEY_ID = "id"
+
+        override fun fromReader(reader: JsonReader): DeviceId {
+            var id: String? = null
+            with(reader) {
+                beginObject()
+                if (hasNext() && KEY_ID == nextName()) {
+                    id = nextString()
+                }
+            }
+            return DeviceId(id)
+        }
+    }
+}
diff --git a/app/src/main/java/com/bugsnag/android/DeviceIdPersistence.kt b/app/src/main/java/com/bugsnag/android/DeviceIdPersistence.kt
new file mode 100644
index 0000000000..0c9bec8ac5
--- /dev/null
+++ b/app/src/main/java/com/bugsnag/android/DeviceIdPersistence.kt
@@ -0,0 +1,14 @@
+package com.bugsnag.android
+
+interface DeviceIdPersistence {
+    /**
+     * Loads the device ID from storage.
+     *
+     * Device IDs are UUIDs which are persisted on a per-install basis.
+     *
+     * This method must be thread-safe and multi-process safe.
+     *
+     * Note: requestCreateIfDoesNotExist is only a request; an implementation may still refuse to create a new ID.
+     */
+    fun loadDeviceId(requestCreateIfDoesNotExist: Boolean): String?
+}
diff --git a/app/src/main/java/com/bugsnag/android/DeviceIdStore.kt b/app/src/main/java/com/bugsnag/android/DeviceIdStore.kt
index b9db53c296..31b7c7dc28 100644
--- a/app/src/main/java/com/bugsnag/android/DeviceIdStore.kt
+++ b/app/src/main/java/com/bugsnag/android/DeviceIdStore.kt
@@ -1,41 +1,33 @@
 package com.bugsnag.android
 
 import android.content.Context
-import android.util.JsonReader
 import java.io.File
-import java.io.IOException
-import java.lang.Thread
-import java.nio.channels.FileChannel
-import java.nio.channels.FileLock
-import java.nio.channels.OverlappingFileLockException
 import java.util.UUID
 
 /**
- * This class is responsible for persisting and retrieving the device ID which uniquely
- * identifies this device.
- *
- * This class is made multi-process safe through the use of a [FileLock], and thread safe
- * through the use of a [ReadWriteLock] in [SynchronizedStreamableStore].
+ * This class is responsible for persisting and retrieving the device ID and internal device ID,
+ * which uniquely identify this device in various contexts.
  */
 internal class DeviceIdStore @JvmOverloads constructor(
     context: Context,
-    private val file: File = File(context.filesDir, "device-id"),
+    deviceIdfile: File = File(context.filesDir, "device-id"),
+    deviceIdGenerator: () -> UUID = { UUID.randomUUID() },
+    internalDeviceIdfile: File = File(context.filesDir, "internal-device-id"),
+    internalDeviceIdGenerator: () -> UUID = { UUID.randomUUID() },
     private val sharedPrefMigrator: SharedPrefMigrator,
-    private val logger: Logger
+    logger: Logger
 ) {
 
-    private val synchronizedStreamableStore: SynchronizedStreamableStore<DeviceId>
+    private val persistence: DeviceIdPersistence
+    private val internalPersistence: DeviceIdPersistence
 
     init {
-        try {
-            file.createNewFile()
-        } catch (exc: Throwable) {
-            logger.w("Failed to created device ID file", exc)
-        }
-        this.synchronizedStreamableStore = SynchronizedStreamableStore(file)
+        persistence = DeviceIdFilePersistence(deviceIdfile, deviceIdGenerator, logger)
+        internalPersistence = DeviceIdFilePersistence(internalDeviceIdfile, internalDeviceIdGenerator, logger)
     }
 
     /**
+     * Loads the device ID from
      * Loads the device ID from its file system location. Device IDs are UUIDs which are
      * persisted on a per-install basis. This method is thread-safe and multi-process safe.
      *
@@ -43,137 +35,18 @@ internal class DeviceIdStore @JvmOverloads constructor(
      * be used. If no value is present then a random UUID will be generated and persisted.
      */
     fun loadDeviceId(): String? {
-        return loadDeviceId {
-            when (val legacyDeviceId = sharedPrefMigrator.loadDeviceId()) {
-                null -> UUID.randomUUID()
-                else -> UUID.fromString(legacyDeviceId)
-            }
-        }
-    }
-
-    internal fun loadDeviceId(uuidProvider: () -> UUID): String? {
-        return try {
-            // optimistically read device ID without a lock - the majority of the time
-            // the device ID will already be present so no synchronization is required.
-            val deviceId = loadDeviceIdInternal()
-
-            if (deviceId?.id != null) {
-                deviceId.id
-            } else {
-                return persistNewDeviceUuid(uuidProvider)
-            }
-        } catch (exc: Throwable) {
-            logger.w("Failed to load device ID", exc)
-            null
-        }
-    }
-
-    /**
-     * Loads the device ID from the file.
-     *
-     * If the file has zero length it can't contain device ID, so reading will be skipped.
-     */
-    private fun loadDeviceIdInternal(): DeviceId? {
-        if (file.length() > 0) {
-            try {
-                return synchronizedStreamableStore.load(DeviceId.Companion::fromReader)
-            } catch (exc: Throwable) { // catch AssertionError which can be thrown by JsonReader
-                // on Android 8.0/8.1. see https://issuetracker.google.com/issues/79920590
-                logger.w("Failed to load device ID", exc)
-            }
-        }
-        return null
-    }
-
-    /**
-     * Write a new Device ID to the file.
-     */
-    private fun persistNewDeviceUuid(uuidProvider: () -> UUID): String? {
-        return try {
-            // acquire a FileLock to prevent Clients in different processes writing
-            // to the same file concurrently
-            file.outputStream().channel.use { channel ->
-                persistNewDeviceIdWithLock(channel, uuidProvider)
-            }
-        } catch (exc: IOException) {
-            logger.w("Failed to persist device ID", exc)
-            null
-        }
-    }
-
-    private fun persistNewDeviceIdWithLock(
-        channel: FileChannel,
-        uuidProvider: () -> UUID
-    ): String? {
-        val lock = waitForFileLock(channel) ?: return null
-
-        return try {
-            // read the device ID again as it could have changed
-            // between the last read and when the lock was acquired
-            val deviceId = loadDeviceIdInternal()
-
-            if (deviceId?.id != null) {
-                // the device ID changed between the last read
-                // and acquiring the lock, so return the generated value
-                deviceId.id
-            } else {
-                // generate a new device ID and persist it
-                val newId = DeviceId(uuidProvider().toString())
-                synchronizedStreamableStore.persist(newId)
-                newId.id
-            }
-        } finally {
-            lock.release()
+        var result = persistence.loadDeviceId(false)
+        if (result != null) {
+            return result
         }
-    }
-
-    /**
-     * Attempt to acquire a file lock. If [OverlappingFileLockException] is thrown
-     * then the method will wait for 50ms then try again, for a maximum of 10 attempts.
-     */
-    private fun waitForFileLock(channel: FileChannel): FileLock? {
-        repeat(MAX_FILE_LOCK_ATTEMPTS) {
-            try {
-                return channel.tryLock()
-            } catch (exc: OverlappingFileLockException) {
-                Thread.sleep(FILE_LOCK_WAIT_MS)
-            }
-        }
-        return null
-    }
-
-    companion object {
-        private const val MAX_FILE_LOCK_ATTEMPTS = 20
-        private const val FILE_LOCK_WAIT_MS = 25L
-    }
-}
-
-/**
- * Serializes and deserializes the device ID to/from JSON.
- */
-private class DeviceId(val id: String?) : JsonStream.Streamable {
-
-    override fun toStream(stream: JsonStream) {
-        with(stream) {
-            beginObject()
-            name(KEY_ID)
-            value(id)
-            endObject()
+        result = sharedPrefMigrator.loadDeviceId(false)
+        if (result != null) {
+            return result
         }
+        return persistence.loadDeviceId(true)
     }
 
-    companion object : JsonReadable<DeviceId> {
-        private const val KEY_ID = "id"
-
-        override fun fromReader(reader: JsonReader): DeviceId {
-            var id: String? = null
-            with(reader) {
-                beginObject()
-                if (hasNext() && KEY_ID == nextName()) {
-                    id = nextString()
-                }
-            }
-            return DeviceId(id)
-        }
+    fun loadInternalDeviceId(): String? {
+        return internalPersistence.loadDeviceId(true)
     }
 }
diff --git a/app/src/main/java/com/bugsnag/android/ErrorType.kt b/app/src/main/java/com/bugsnag/android/ErrorType.kt
index 6ab5f98a56..299b1a0b45 100644
--- a/app/src/main/java/com/bugsnag/android/ErrorType.kt
+++ b/app/src/main/java/com/bugsnag/android/ErrorType.kt
@@ -18,9 +18,16 @@ enum class ErrorType(internal val desc: String) {
     /**
      * An error captured from Android's C layer
      */
-    C("c");
+    C("c"),
+
+    /**
+     * An error captured from a Dart / Flutter application
+     */
+    DART("dart");
 
     internal companion object {
+        @JvmStatic
+        @JvmName("fromDescriptor")
         internal fun fromDescriptor(desc: String) = values().find { it.desc == desc }
     }
 }
diff --git a/app/src/main/java/com/bugsnag/android/EventFilenameInfo.kt b/app/src/main/java/com/bugsnag/android/EventFilenameInfo.kt
index 6d9ff766c9..f7cfd5f9af 100644
--- a/app/src/main/java/com/bugsnag/android/EventFilenameInfo.kt
+++ b/app/src/main/java/com/bugsnag/android/EventFilenameInfo.kt
@@ -22,12 +22,8 @@ internal data class EventFilenameInfo(
     val errorTypes: Set<ErrorType>
 ) {
 
-    /**
-     * Generates a filename for the Event in the format
-     * "[timestamp]_[apiKey]_[errorTypes]_[UUID]_[startupcrash|not-jvm].json"
-     */
     fun encode(): String {
-        return "${timestamp}_${apiKey}_${serializeErrorTypeHeader(errorTypes)}_${uuid}_$suffix.json"
+        return toFilename(apiKey, uuid, timestamp, suffix, errorTypes)
     }
 
     fun isLaunchCrashReport(): Boolean = suffix == STARTUP_CRASH
@@ -36,7 +32,21 @@ internal data class EventFilenameInfo(
         private const val STARTUP_CRASH = "startupcrash"
         private const val NON_JVM_CRASH = "not-jvm"
 
-        @JvmOverloads
+        /**
+         * Generates a filename for the Event in the format
+         * "[timestamp]_[apiKey]_[errorTypes]_[UUID]_[startupcrash|not-jvm].json"
+         */
+        fun toFilename(
+            apiKey: String,
+            uuid: String,
+            timestamp: Long,
+            suffix: String,
+            errorTypes: Set<ErrorType>
+        ): String {
+            return "${timestamp}_${apiKey}_${serializeErrorTypeHeader(errorTypes)}_${uuid}_$suffix.json"
+        }
+
+        @JvmOverloads @JvmStatic
         fun fromEvent(
             obj: Any,
             uuid: String = UUID.randomUUID().toString(),
@@ -63,11 +73,12 @@ internal data class EventFilenameInfo(
         /**
          * Reads event information from a filename.
          */
+        @JvmStatic
         fun fromFile(file: File, config: ImmutableConfig): EventFilenameInfo {
             return EventFilenameInfo(
                 findApiKeyInFilename(file, config),
                 "", // ignore UUID field when reading from file as unused
-                -1, // ignore timestamp when reading from file as unused
+                findTimestampInFilename(file),
                 findSuffixInFilename(file),
                 findErrorTypesInFilename(file)
             )
@@ -77,7 +88,7 @@ internal data class EventFilenameInfo(
          * Retrieves the api key encoded in the filename, or an empty string if this information
          * is not encoded for the given event
          */
-        private fun findApiKeyInFilename(file: File, config: ImmutableConfig): String {
+        internal fun findApiKeyInFilename(file: File, config: ImmutableConfig): String {
             val name = file.name.removeSuffix("_$STARTUP_CRASH.json")
             val start = name.indexOf("_") + 1
             val end = name.indexOf("_", start)
@@ -93,7 +104,7 @@ internal data class EventFilenameInfo(
          * Retrieves the error types encoded in the filename, or an empty string if this
          * information is not encoded for the given event
          */
-        private fun findErrorTypesInFilename(eventFile: File): Set<ErrorType> {
+        internal fun findErrorTypesInFilename(eventFile: File): Set<ErrorType> {
             val name = eventFile.name
             val end = name.lastIndexOf("_", name.lastIndexOf("_") - 1)
             val start = name.lastIndexOf("_", end - 1) + 1
@@ -111,7 +122,7 @@ internal data class EventFilenameInfo(
          * Retrieves the error types encoded in the filename, or an empty string if this
          * information is not encoded for the given event
          */
-        private fun findSuffixInFilename(eventFile: File): String {
+        internal fun findSuffixInFilename(eventFile: File): String {
             val name = eventFile.nameWithoutExtension
             val suffix = name.substring(name.lastIndexOf("_") + 1)
             return when (suffix) {
@@ -120,10 +131,20 @@ internal data class EventFilenameInfo(
             }
         }
 
+        /**
+         * Retrieves the error types encoded in the filename, or an empty string if this
+         * information is not encoded for the given event
+         */
+        @JvmStatic
+        fun findTimestampInFilename(eventFile: File): Long {
+            val name = eventFile.nameWithoutExtension
+            return name.substringBefore("_", missingDelimiterValue = "-1").toLongOrNull() ?: -1
+        }
+
         /**
          * Retrieves the error types for the given event
          */
-        private fun findErrorTypesForEvent(obj: Any): Set<ErrorType> {
+        internal fun findErrorTypesForEvent(obj: Any): Set<ErrorType> {
             return when (obj) {
                 is Event -> obj.impl.getErrorTypesFromStackframes()
                 else -> setOf(ErrorType.C)
@@ -133,7 +154,7 @@ internal data class EventFilenameInfo(
         /**
          * Calculates the suffix for the given event
          */
-        private fun findSuffixForEvent(obj: Any, launching: Boolean?): String {
+        internal fun findSuffixForEvent(obj: Any, launching: Boolean?): String {
             return when {
                 obj is Event && obj.app.isLaunching == true -> STARTUP_CRASH
                 launching == true -> STARTUP_CRASH
diff --git a/app/src/main/java/com/bugsnag/android/EventStorageModule.kt b/app/src/main/java/com/bugsnag/android/EventStorageModule.kt
index 78980d1458..03f01f0a3e 100644
--- a/app/src/main/java/com/bugsnag/android/EventStorageModule.kt
+++ b/app/src/main/java/com/bugsnag/android/EventStorageModule.kt
@@ -22,17 +22,18 @@ internal class EventStorageModule(
     private val cfg = configModule.config
 
     private val delegate by future {
-        InternalReportDelegate(
-            contextModule.ctx,
-            cfg.logger,
-            cfg,
-            systemServiceModule.storageManager,
-            dataCollectionModule.appDataCollector,
-            dataCollectionModule.deviceDataCollector,
-            trackerModule.sessionTracker,
-            notifier,
-            bgTaskService
-        )
+        if (cfg.telemetry.contains(Telemetry.INTERNAL_ERRORS) == true)
+            InternalReportDelegate(
+                contextModule.ctx,
+                cfg.logger,
+                cfg,
+                systemServiceModule.storageManager,
+                dataCollectionModule.appDataCollector,
+                dataCollectionModule.deviceDataCollector,
+                trackerModule.sessionTracker,
+                notifier,
+                bgTaskService
+            ) else null
     }
 
     val eventStore by future { EventStore(cfg, cfg.logger, notifier, bgTaskService, delegate, callbackState) }
diff --git a/app/src/main/java/com/bugsnag/android/EventStore.java b/app/src/main/java/com/bugsnag/android/EventStore.java
index e1365644ae..5ae0c04c50 100644
--- a/app/src/main/java/com/bugsnag/android/EventStore.java
+++ b/app/src/main/java/com/bugsnag/android/EventStore.java
@@ -7,9 +7,11 @@ import androidx.annotation.Nullable;
 
 import java.io.File;
 import java.util.ArrayList;
+import java.util.Calendar;
 import java.util.Collection;
 import java.util.Collections;
 import java.util.Comparator;
+import java.util.Date;
 import java.util.List;
 import java.util.concurrent.ExecutionException;
 import java.util.concurrent.Future;
@@ -119,7 +121,7 @@ class EventStore extends FileStore {
         List<File> launchCrashes = new ArrayList<>();
 
         for (File file : storedFiles) {
-            EventFilenameInfo filenameInfo = EventFilenameInfo.Companion.fromFile(file, config);
+            EventFilenameInfo filenameInfo = EventFilenameInfo.fromFile(file, config);
             if (filenameInfo.isLaunchCrashReport()) {
                 launchCrashes.add(file);
             }
@@ -163,7 +165,7 @@ class EventStore extends FileStore {
 
     private void flushEventFile(File eventFile) {
         try {
-            EventFilenameInfo eventInfo = EventFilenameInfo.Companion.fromFile(eventFile, config);
+            EventFilenameInfo eventInfo = EventFilenameInfo.fromFile(eventFile, config);
             String apiKey = eventInfo.getApiKey();
             EventPayload payload = createEventPayload(eventFile, apiKey);
 
@@ -188,9 +190,21 @@ class EventStore extends FileStore {
                 logger.i("Deleting sent error file " + eventFile.getName());
                 break;
             case UNDELIVERED:
-                cancelQueuedFiles(Collections.singleton(eventFile));
-                logger.w("Could not send previously saved error(s)"
-                        + " to Bugsnag, will try again later");
+                if (isTooBig(eventFile)) {
+                    logger.w("Discarding over-sized event ("
+                            + eventFile.length()
+                            + ") after failed delivery");
+                    deleteStoredFiles(Collections.singleton(eventFile));
+                } else if (isTooOld(eventFile)) {
+                    logger.w("Discarding historical event (from "
+                            + getCreationDate(eventFile)
+                            + ") after failed delivery");
+                    deleteStoredFiles(Collections.singleton(eventFile));
+                } else {
+                    cancelQueuedFiles(Collections.singleton(eventFile));
+                    logger.w("Could not send previously saved error(s)"
+                            + " to Bugsnag, will try again later");
+                }
                 break;
             case FAILURE:
                 Exception exc = new RuntimeException("Failed to deliver event payload");
@@ -234,13 +248,29 @@ class EventStore extends FileStore {
     @Override
     String getFilename(Object object) {
         EventFilenameInfo eventInfo
-                = EventFilenameInfo.Companion.fromEvent(object, null, config);
+                = EventFilenameInfo.fromEvent(object, null, config);
         return eventInfo.encode();
     }
 
     String getNdkFilename(Object object, String apiKey) {
         EventFilenameInfo eventInfo
-                = EventFilenameInfo.Companion.fromEvent(object, apiKey, config);
+                = EventFilenameInfo.fromEvent(object, apiKey, config);
         return eventInfo.encode();
     }
+
+    private static long oneMegabyte = 1024 * 1024;
+
+    public boolean isTooBig(File file) {
+        return file.length() > oneMegabyte;
+    }
+
+    public boolean isTooOld(File file) {
+        Calendar cal = Calendar.getInstance();
+        cal.add(Calendar.DATE, -60);
+        return EventFilenameInfo.findTimestampInFilename(file) < cal.getTimeInMillis();
+    }
+
+    public Date getCreationDate(File file) {
+        return new Date(EventFilenameInfo.findTimestampInFilename(file));
+    }
 }
diff --git a/app/src/main/java/com/bugsnag/android/FileStore.java b/app/src/main/java/com/bugsnag/android/FileStore.java
index cbafdac431..b613cea988 100644
--- a/app/src/main/java/com/bugsnag/android/FileStore.java
+++ b/app/src/main/java/com/bugsnag/android/FileStore.java
@@ -39,7 +39,7 @@ abstract class FileStore {
 
     private final Lock lock = new ReentrantLock();
     private final Collection<File> queuedFiles = new ConcurrentSkipListSet<>();
-    private final Logger logger;
+    protected final Logger logger;
     private final EventStore.Delegate delegate;
 
     FileStore(@NonNull File storageDir,
diff --git a/app/src/main/java/com/bugsnag/android/ManifestConfigLoader.kt b/app/src/main/java/com/bugsnag/android/ManifestConfigLoader.kt
index 7f76a24271..ad166e35b8 100644
--- a/app/src/main/java/com/bugsnag/android/ManifestConfigLoader.kt
+++ b/app/src/main/java/com/bugsnag/android/ManifestConfigLoader.kt
@@ -37,6 +37,7 @@ internal class ManifestConfigLoader {
         private const val MAX_BREADCRUMBS = "$BUGSNAG_NS.MAX_BREADCRUMBS"
         private const val MAX_PERSISTED_EVENTS = "$BUGSNAG_NS.MAX_PERSISTED_EVENTS"
         private const val MAX_PERSISTED_SESSIONS = "$BUGSNAG_NS.MAX_PERSISTED_SESSIONS"
+        private const val MAX_REPORTED_THREADS = "$BUGSNAG_NS.MAX_REPORTED_THREADS"
         private const val LAUNCH_CRASH_THRESHOLD_MS = "$BUGSNAG_NS.LAUNCH_CRASH_THRESHOLD_MS"
         private const val LAUNCH_DURATION_MILLIS = "$BUGSNAG_NS.LAUNCH_DURATION_MILLIS"
         private const val SEND_LAUNCH_CRASHES_SYNCHRONOUSLY = "$BUGSNAG_NS.SEND_LAUNCH_CRASHES_SYNCHRONOUSLY"
@@ -77,6 +78,7 @@ internal class ManifestConfigLoader {
                 maxBreadcrumbs = data.getInt(MAX_BREADCRUMBS, maxBreadcrumbs)
                 maxPersistedEvents = data.getInt(MAX_PERSISTED_EVENTS, maxPersistedEvents)
                 maxPersistedSessions = data.getInt(MAX_PERSISTED_SESSIONS, maxPersistedSessions)
+                maxReportedThreads = data.getInt(MAX_REPORTED_THREADS, maxReportedThreads)
                 launchDurationMillis = data.getInt(
                     LAUNCH_CRASH_THRESHOLD_MS,
                     launchDurationMillis.toInt()
diff --git a/app/src/main/java/com/bugsnag/android/NativeStackframe.kt b/app/src/main/java/com/bugsnag/android/NativeStackframe.kt
index 5c47e1633c..3e82416a85 100644
--- a/app/src/main/java/com/bugsnag/android/NativeStackframe.kt
+++ b/app/src/main/java/com/bugsnag/android/NativeStackframe.kt
@@ -45,7 +45,12 @@ class NativeStackframe internal constructor(
     /**
      * The type of the error
      */
-    var type: ErrorType? = null
+    var type: ErrorType? = null,
+
+    /**
+     * Identifies the exact build this frame originates from.
+     */
+    var codeIdentifier: String? = null,
 ) : JsonStream.Streamable {
 
     @Throws(IOException::class)
@@ -57,6 +62,7 @@ class NativeStackframe internal constructor(
         writer.name("frameAddress").value(frameAddress)
         writer.name("symbolAddress").value(symbolAddress)
         writer.name("loadAddress").value(loadAddress)
+        writer.name("codeIdentifier").value(codeIdentifier)
         writer.name("isPC").value(isPC)
 
         type?.let {
diff --git a/app/src/main/java/com/bugsnag/android/Notifier.kt b/app/src/main/java/com/bugsnag/android/Notifier.kt
index b2f08dbab0..d131059fc1 100644
--- a/app/src/main/java/com/bugsnag/android/Notifier.kt
+++ b/app/src/main/java/com/bugsnag/android/Notifier.kt
@@ -7,7 +7,7 @@ import java.io.IOException
  */
 class Notifier @JvmOverloads constructor(
     var name: String = "Android Bugsnag Notifier",
-    var version: String = "5.19.2",
+    var version: String = "5.23.0",
     var url: String = "https://bugsnag.com"
 ) : JsonStream.Streamable {
 
diff --git a/app/src/main/java/com/bugsnag/android/SessionFilenameInfo.kt b/app/src/main/java/com/bugsnag/android/SessionFilenameInfo.kt
new file mode 100644
index 0000000000..04efa4081b
--- /dev/null
+++ b/app/src/main/java/com/bugsnag/android/SessionFilenameInfo.kt
@@ -0,0 +1,55 @@
+package com.bugsnag.android
+
+import java.io.File
+import java.util.UUID
+
+/**
+ * Represents important information about a session filename.
+ * Currently the following information is encoded:
+ *
+ * uuid - to disambiguate stored error reports
+ * timestamp - to sort error reports by time of capture
+ */
+internal data class SessionFilenameInfo(
+    val timestamp: Long,
+    val uuid: String,
+) {
+
+    fun encode(): String {
+        return toFilename(timestamp, uuid)
+    }
+
+    internal companion object {
+
+        const val uuidLength = 36
+
+        /**
+         * Generates a filename for the session in the format
+         * "[UUID][timestamp]_v2.json"
+         */
+        fun toFilename(timestamp: Long, uuid: String): String {
+            return "${uuid}${timestamp}_v2.json"
+        }
+
+        @JvmStatic
+        fun defaultFilename(): String {
+            return toFilename(System.currentTimeMillis(), UUID.randomUUID().toString())
+        }
+
+        fun fromFile(file: File): SessionFilenameInfo {
+            return SessionFilenameInfo(
+                findTimestampInFilename(file),
+                findUuidInFilename(file)
+            )
+        }
+
+        private fun findUuidInFilename(file: File): String {
+            return file.name.substring(0, uuidLength - 1)
+        }
+
+        @JvmStatic
+        fun findTimestampInFilename(file: File): Long {
+            return file.name.substring(uuidLength, file.name.indexOf("_")).toLongOrNull() ?: -1
+        }
+    }
+}
diff --git a/app/src/main/java/com/bugsnag/android/SessionLifecycleCallback.kt b/app/src/main/java/com/bugsnag/android/SessionLifecycleCallback.kt
index b43f860813..2299fa87c9 100644
--- a/app/src/main/java/com/bugsnag/android/SessionLifecycleCallback.kt
+++ b/app/src/main/java/com/bugsnag/android/SessionLifecycleCallback.kt
@@ -2,17 +2,32 @@ package com.bugsnag.android
 
 import android.app.Activity
 import android.app.Application
+import android.os.Build
 import android.os.Bundle
 
 internal class SessionLifecycleCallback(
     private val sessionTracker: SessionTracker
 ) : Application.ActivityLifecycleCallbacks {
 
-    override fun onActivityStarted(activity: Activity) =
+    override fun onActivityStarted(activity: Activity) {
+        if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q) {
+            sessionTracker.onActivityStarted(activity.javaClass.simpleName)
+        }
+    }
+
+    override fun onActivityPostStarted(activity: Activity) {
         sessionTracker.onActivityStarted(activity.javaClass.simpleName)
+    }
+
+    override fun onActivityStopped(activity: Activity) {
+        if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q) {
+            sessionTracker.onActivityStopped(activity.javaClass.simpleName)
+        }
+    }
 
-    override fun onActivityStopped(activity: Activity) =
+    override fun onActivityPostStopped(activity: Activity) {
         sessionTracker.onActivityStopped(activity.javaClass.simpleName)
+    }
 
     override fun onActivityCreated(activity: Activity, savedInstanceState: Bundle?) {}
     override fun onActivityResumed(activity: Activity) {}
diff --git a/app/src/main/java/com/bugsnag/android/SessionStore.java b/app/src/main/java/com/bugsnag/android/SessionStore.java
index 0d84d8a677..a0238a5feb 100644
--- a/app/src/main/java/com/bugsnag/android/SessionStore.java
+++ b/app/src/main/java/com/bugsnag/android/SessionStore.java
@@ -6,7 +6,9 @@ import androidx.annotation.NonNull;
 import androidx.annotation.Nullable;
 
 import java.io.File;
+import java.util.Calendar;
 import java.util.Comparator;
+import java.util.Date;
 import java.util.UUID;
 
 /**
@@ -46,7 +48,16 @@ class SessionStore extends FileStore {
     @NonNull
     @Override
     String getFilename(Object object) {
-        return UUID.randomUUID().toString() + System.currentTimeMillis() + "_v2.json";
+        return SessionFilenameInfo.defaultFilename();
     }
 
+    public boolean isTooOld(File file) {
+        Calendar cal = Calendar.getInstance();
+        cal.add(Calendar.DATE, -60);
+        return SessionFilenameInfo.findTimestampInFilename(file) < cal.getTimeInMillis();
+    }
+
+    public Date getCreationDate(File file) {
+        return new Date(SessionFilenameInfo.findTimestampInFilename(file));
+    }
 }
diff --git a/app/src/main/java/com/bugsnag/android/SessionTracker.java b/app/src/main/java/com/bugsnag/android/SessionTracker.java
index 2a5e95c7f1..ddb2f052d5 100644
--- a/app/src/main/java/com/bugsnag/android/SessionTracker.java
+++ b/app/src/main/java/com/bugsnag/android/SessionTracker.java
@@ -270,8 +270,15 @@ class SessionTracker extends BaseObservable {
                 logger.d("Sent 1 new session to Bugsnag");
                 break;
             case UNDELIVERED:
-                sessionStore.cancelQueuedFiles(Collections.singletonList(storedFile));
-                logger.w("Leaving session payload for future delivery");
+                if (sessionStore.isTooOld(storedFile)) {
+                    logger.w("Discarding historical session (from {"
+                            + sessionStore.getCreationDate(storedFile)
+                            + "}) after failed delivery");
+                    sessionStore.deleteStoredFiles(Collections.singletonList(storedFile));
+                } else {
+                    sessionStore.cancelQueuedFiles(Collections.singletonList(storedFile));
+                    logger.w("Leaving session payload for future delivery");
+                }
                 break;
             case FAILURE:
                 // drop bad data
diff --git a/app/src/main/java/com/bugsnag/android/SharedPrefMigrator.kt b/app/src/main/java/com/bugsnag/android/SharedPrefMigrator.kt
index e8af658a60..d664576791 100644
--- a/app/src/main/java/com/bugsnag/android/SharedPrefMigrator.kt
+++ b/app/src/main/java/com/bugsnag/android/SharedPrefMigrator.kt
@@ -6,12 +6,15 @@ import android.content.Context
 /**
  * Reads legacy information left in SharedPreferences and migrates it to the new location.
  */
-internal class SharedPrefMigrator(context: Context) {
+internal class SharedPrefMigrator(context: Context) : DeviceIdPersistence {
 
     private val prefs = context
         .getSharedPreferences("com.bugsnag.android", Context.MODE_PRIVATE)
 
-    fun loadDeviceId() = prefs.getString(INSTALL_ID_KEY, null)
+    /**
+     * This implementation will never create an ID; it will only fetch one if present.
+     */
+    override fun loadDeviceId(requestCreateIfDoesNotExist: Boolean) = prefs.getString(INSTALL_ID_KEY, null)
 
     fun loadUser(deviceId: String?) = User(
         prefs.getString(USER_ID_KEY, deviceId),
diff --git a/app/src/main/java/com/bugsnag/android/Stackframe.kt b/app/src/main/java/com/bugsnag/android/Stackframe.kt
index 3e4e063a76..7ac08889bd 100644
--- a/app/src/main/java/com/bugsnag/android/Stackframe.kt
+++ b/app/src/main/java/com/bugsnag/android/Stackframe.kt
@@ -53,6 +53,11 @@ class Stackframe : JsonStream.Streamable {
      */
     var loadAddress: Long? = null
 
+    /**
+     * Identifies the exact build this frame originates from.
+     */
+    var codeIdentifier: String? = null
+
     /**
      * Whether this frame identifies the program counter
      */
@@ -90,6 +95,7 @@ class Stackframe : JsonStream.Streamable {
         this.frameAddress = nativeFrame.frameAddress
         this.symbolAddress = nativeFrame.symbolAddress
         this.loadAddress = nativeFrame.loadAddress
+        this.codeIdentifier = nativeFrame.codeIdentifier
         this.isPC = nativeFrame.isPC
         this.type = nativeFrame.type
     }
@@ -103,6 +109,7 @@ class Stackframe : JsonStream.Streamable {
         frameAddress = (json["frameAddress"] as? Number)?.toLong()
         symbolAddress = (json["symbolAddress"] as? Number)?.toLong()
         loadAddress = (json["loadAddress"] as? Number)?.toLong()
+        codeIdentifier = (json["codeIdentifier"] as? String)
         isPC = json["isPC"] as? Boolean
 
         @Suppress("UNCHECKED_CAST")
@@ -124,6 +131,7 @@ class Stackframe : JsonStream.Streamable {
         frameAddress?.let { writer.name("frameAddress").value(it) }
         symbolAddress?.let { writer.name("symbolAddress").value(it) }
         loadAddress?.let { writer.name("loadAddress").value(it) }
+        codeIdentifier?.let { writer.name("codeIdentifier").value(it) }
         isPC?.let { writer.name("isPC").value(it) }
 
         type?.let {
diff --git a/app/src/main/java/com/bugsnag/android/StorageModule.kt b/app/src/main/java/com/bugsnag/android/StorageModule.kt
index 2d4bff14ee..caa419d7b9 100644
--- a/app/src/main/java/com/bugsnag/android/StorageModule.kt
+++ b/app/src/main/java/com/bugsnag/android/StorageModule.kt
@@ -25,6 +25,8 @@ internal class StorageModule(
 
     val deviceId by future { deviceIdStore.loadDeviceId() }
 
+    val internalDeviceId by future { deviceIdStore.loadInternalDeviceId() }
+
     val userStore by future {
         UserStore(
             immutableConfig,
diff --git a/app/src/main/java/com/bugsnag/android/Telemetry.kt b/app/src/main/java/com/bugsnag/android/Telemetry.kt
new file mode 100644
index 0000000000..7d5a070a71
--- /dev/null
+++ b/app/src/main/java/com/bugsnag/android/Telemetry.kt
@@ -0,0 +1,16 @@
+package com.bugsnag.android
+
+/**
+ * Types of telemetry that may be sent to Bugsnag for product improvement purposes.
+ */
+enum class Telemetry {
+
+    /**
+     * Errors within the Bugsnag SDK.
+     */
+    INTERNAL_ERRORS;
+
+    internal companion object {
+        fun fromString(str: String) = values().find { it.name == str } ?: INTERNAL_ERRORS
+    }
+}
diff --git a/app/src/main/java/com/bugsnag/android/ThreadState.kt b/app/src/main/java/com/bugsnag/android/ThreadState.kt
index 06e00268ac..536ed89168 100644
--- a/app/src/main/java/com/bugsnag/android/ThreadState.kt
+++ b/app/src/main/java/com/bugsnag/android/ThreadState.kt
@@ -2,25 +2,27 @@ package com.bugsnag.android
 
 import com.bugsnag.android.internal.ImmutableConfig
 import java.io.IOException
+import java.lang.Thread as JavaThread
 
 /**
  * Capture and serialize the state of all threads at the time of an exception.
  */
-internal class ThreadState @Suppress("LongParameterList") @JvmOverloads constructor(
+internal class ThreadState @Suppress("LongParameterList") constructor(
     exc: Throwable?,
     isUnhandled: Boolean,
+    maxThreads: Int,
     sendThreads: ThreadSendPolicy,
     projectPackages: Collection<String>,
     logger: Logger,
-    currentThread: java.lang.Thread? = null,
-    stackTraces: MutableMap<java.lang.Thread, Array<StackTraceElement>>? = null
+    currentThread: JavaThread = JavaThread.currentThread(),
+    allThreads: List<JavaThread> = allThreads()
 ) : JsonStream.Streamable {
 
     internal constructor(
         exc: Throwable?,
         isUnhandled: Boolean,
         config: ImmutableConfig
-    ) : this(exc, isUnhandled, config.sendThreads, config.projectPackages, config.logger)
+    ) : this(exc, isUnhandled, config.maxReportedThreads, config.sendThreads, config.projectPackages, config.logger)
 
     val threads: MutableList<Thread>
 
@@ -30,10 +32,11 @@ internal class ThreadState @Suppress("LongParameterList") @JvmOverloads construc
 
         threads = when {
             recordThreads -> captureThreadTrace(
-                stackTraces ?: java.lang.Thread.getAllStackTraces(),
-                currentThread ?: java.lang.Thread.currentThread(),
+                allThreads,
+                currentThread,
                 exc,
                 isUnhandled,
+                maxThreads,
                 projectPackages,
                 logger
             )
@@ -41,37 +44,88 @@ internal class ThreadState @Suppress("LongParameterList") @JvmOverloads construc
         }
     }
 
+    companion object {
+        private fun rootThreadGroup(): ThreadGroup {
+            var group = JavaThread.currentThread().threadGroup!!
+
+            while (group.parent != null) {
+                group = group.parent
+            }
+
+            return group
+        }
+
+        internal fun allThreads(): List<JavaThread> {
+            val rootGroup = rootThreadGroup()
+            val threadCount = rootGroup.activeCount()
+            val threads: Array<JavaThread?> = arrayOfNulls(threadCount)
+            rootGroup.enumerate(threads)
+            return threads.filterNotNull()
+        }
+    }
+
     private fun captureThreadTrace(
-        stackTraces: MutableMap<java.lang.Thread, Array<StackTraceElement>>,
-        currentThread: java.lang.Thread,
+        allThreads: List<JavaThread>,
+        currentThread: JavaThread,
         exc: Throwable?,
         isUnhandled: Boolean,
+        maxThreadCount: Int,
         projectPackages: Collection<String>,
         logger: Logger
     ): MutableList<Thread> {
-        // API 24/25 don't record the currentThread, add it in manually
-        // https://issuetracker.google.com/issues/64122757
-        if (!stackTraces.containsKey(currentThread)) {
-            stackTraces[currentThread] = currentThread.stackTrace
-        }
-        if (exc != null && isUnhandled) { // unhandled errors use the exception trace for thread traces
-            stackTraces[currentThread] = exc.stackTrace
+        fun toBugsnagThread(thread: JavaThread): Thread {
+            val isErrorThread = thread.id == currentThread.id
+            val stackTrace = Stacktrace(
+                if (isErrorThread) {
+                    if (exc != null && isUnhandled) { // unhandled errors use the exception trace for thread traces
+                        exc.stackTrace
+                    } else {
+                        currentThread.stackTrace
+                    }
+                } else {
+                    thread.stackTrace
+                },
+                projectPackages, logger
+            )
+
+            return Thread(
+                thread.id,
+                thread.name,
+                ThreadType.ANDROID,
+                isErrorThread,
+                Thread.State.forThread(thread),
+                stackTrace,
+                logger
+            )
         }
 
-        val currentThreadId = currentThread.id
-        return stackTraces.keys
-            .sortedBy { it.id }
-            .mapNotNull { thread ->
-                val trace = stackTraces[thread]
+        // Keep the lowest ID threads (ordered). Anything after maxThreadCount is lost.
+        // Note: We must ensure that currentThread is always present in the final list regardless.
+        val keepThreads = allThreads.sortedBy { it.id }.take(maxThreadCount)
 
-                if (trace != null) {
-                    val stacktrace = Stacktrace(trace, projectPackages, logger)
-                    val errorThread = thread.id == currentThreadId
-                    Thread(thread.id, thread.name, ThreadType.ANDROID, errorThread, Thread.State.forThread(thread), stacktrace, logger)
-                } else {
-                    null
-                }
-            }.toMutableList()
+        val reportThreads = if (keepThreads.contains(currentThread)) {
+            keepThreads
+        } else {
+            // API 24/25 don't record the currentThread, so add it in manually
+            // https://issuetracker.google.com/issues/64122757
+            // currentThread may also have been removed if its ID occurred after maxThreadCount
+            keepThreads.take(Math.max(maxThreadCount - 1, 0)).plus(currentThread).sortedBy { it.id }
+        }.map { toBugsnagThread(it) }.toMutableList()
+
+        if (allThreads.size > maxThreadCount) {
+            reportThreads.add(
+                Thread(
+                    -1,
+                    "[${allThreads.size - maxThreadCount} threads omitted as the maxReportedThreads limit ($maxThreadCount) was exceeded]",
+                    ThreadType.EMPTY,
+                    false,
+                    Thread.State.UNKNOWN,
+                    Stacktrace(arrayOf(StackTraceElement("", "", "-", 0)), projectPackages, logger),
+                    logger
+                )
+            )
+        }
+        return reportThreads
     }
 
     @Throws(IOException::class)
diff --git a/app/src/main/java/com/bugsnag/android/ThreadType.kt b/app/src/main/java/com/bugsnag/android/ThreadType.kt
index c1c3cbb5d7..60f834741c 100644
--- a/app/src/main/java/com/bugsnag/android/ThreadType.kt
+++ b/app/src/main/java/com/bugsnag/android/ThreadType.kt
@@ -5,6 +5,11 @@ package com.bugsnag.android
  */
 enum class ThreadType(internal val desc: String) {
 
+    /**
+     * A thread captured from Android's JVM layer
+     */
+    EMPTY(""),
+
     /**
      * A thread captured from Android's JVM layer
      */
diff --git a/app/src/main/java/com/bugsnag/android/internal/BugsnagMapper.kt b/app/src/main/java/com/bugsnag/android/internal/BugsnagMapper.kt
new file mode 100644
index 0000000000..c004241bc7
--- /dev/null
+++ b/app/src/main/java/com/bugsnag/android/internal/BugsnagMapper.kt
@@ -0,0 +1,44 @@
+package com.bugsnag.android.internal
+
+import com.bugsnag.android.BugsnagEventMapper
+import com.bugsnag.android.Event
+import com.bugsnag.android.JsonStream
+import com.bugsnag.android.Logger
+import java.io.ByteArrayOutputStream
+import com.bugsnag.android.Error as BugsnagError
+
+class BugsnagMapper(logger: Logger) {
+    private val eventMapper = BugsnagEventMapper(logger)
+
+    /**
+     * Convert the given `Map` of data to an `Event` object
+     */
+    fun convertToEvent(data: Map<in String, Any?>, fallbackApiKey: String): Event {
+        return eventMapper.convertToEvent(data, fallbackApiKey)
+    }
+
+    /**
+     * Convert the given `Map` of data to an `Error` object
+     */
+    fun convertToError(data: Map<in String, Any?>): BugsnagError {
+        return eventMapper.convertError(data)
+    }
+
+    /**
+     * Convert a given `Event` object to a `Map<String, Any?>`
+     */
+    fun convertToMap(event: Event): Map<in String, Any?> {
+        val byteStream = ByteArrayOutputStream()
+        byteStream.writer().use { writer -> JsonStream(writer).value(event) }
+        return JsonHelper.deserialize(byteStream.toByteArray())
+    }
+
+    /**
+     * Convert a given `Error` object to a `Map<String, Any?>`
+     */
+    fun convertToMap(error: BugsnagError): Map<in String, Any?> {
+        val byteStream = ByteArrayOutputStream()
+        byteStream.writer().use { writer -> JsonStream(writer).value(error) }
+        return JsonHelper.deserialize(byteStream.toByteArray())
+    }
+}
diff --git a/app/src/main/java/com/bugsnag/android/internal/ImmutableConfig.kt b/app/src/main/java/com/bugsnag/android/internal/ImmutableConfig.kt
index 9ace0f6686..06558cfca2 100644
--- a/app/src/main/java/com/bugsnag/android/internal/ImmutableConfig.kt
+++ b/app/src/main/java/com/bugsnag/android/internal/ImmutableConfig.kt
@@ -18,6 +18,7 @@ import com.bugsnag.android.EventPayload
 import com.bugsnag.android.Logger
 import com.bugsnag.android.ManifestConfigLoader.Companion.BUILD_UUID
 import com.bugsnag.android.NoopLogger
+import com.bugsnag.android.Telemetry
 import com.bugsnag.android.ThreadSendPolicy
 import com.bugsnag.android.errorApiHeaders
 import com.bugsnag.android.safeUnrollCauses
@@ -34,6 +35,7 @@ data class ImmutableConfig(
     val enabledReleaseStages: Collection<String>?,
     val projectPackages: Collection<String>,
     val enabledBreadcrumbTypes: Set<BreadcrumbType>?,
+    val telemetry: Set<Telemetry>,
     val releaseStage: String?,
     val buildUuid: String?,
     val appVersion: String?,
@@ -47,6 +49,7 @@ data class ImmutableConfig(
     val maxBreadcrumbs: Int,
     val maxPersistedEvents: Int,
     val maxPersistedSessions: Int,
+    val maxReportedThreads: Int,
     val persistenceDirectory: Lazy<File>,
     val sendLaunchCrashesSynchronously: Boolean,
 
@@ -159,7 +162,9 @@ internal fun convertToImmutableConfig(
         maxBreadcrumbs = config.maxBreadcrumbs,
         maxPersistedEvents = config.maxPersistedEvents,
         maxPersistedSessions = config.maxPersistedSessions,
+        maxReportedThreads = config.maxReportedThreads,
         enabledBreadcrumbTypes = config.enabledBreadcrumbTypes?.toSet(),
+        telemetry = config.telemetry.toSet(),
         persistenceDirectory = persistenceDir,
         sendLaunchCrashesSynchronously = config.sendLaunchCrashesSynchronously,
         packageInfo = packageInfo,
diff --git a/app/src/main/java/eu/faircode/email/ActivityAMP.java b/app/src/main/java/eu/faircode/email/ActivityAMP.java
index bbe0c30aee..9f76007bf8 100644
--- a/app/src/main/java/eu/faircode/email/ActivityAMP.java
+++ b/app/src/main/java/eu/faircode/email/ActivityAMP.java
@@ -24,6 +24,7 @@ import android.content.Context;
 import android.content.Intent;
 import android.content.SharedPreferences;
 import android.net.Uri;
+import android.os.Build;
 import android.os.Bundle;
 import android.view.LayoutInflater;
 import android.view.Menu;
@@ -161,7 +162,7 @@ public class ActivityAMP extends ActivityBase {
         WebSettings settings = wvAmp.getSettings();
         boolean dark = (Helper.isDarkTheme(this) && !force_light);
         boolean canDarken = WebViewEx.isFeatureSupported(this, WebViewFeature.ALGORITHMIC_DARKENING);
-        if (canDarken)
+        if (canDarken && Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q)
             WebSettingsCompat.setAlgorithmicDarkeningAllowed(settings, dark);
     }
 
diff --git a/app/src/main/java/eu/faircode/email/ActivityBase.java b/app/src/main/java/eu/faircode/email/ActivityBase.java
index df18d06ab8..6784476551 100644
--- a/app/src/main/java/eu/faircode/email/ActivityBase.java
+++ b/app/src/main/java/eu/faircode/email/ActivityBase.java
@@ -265,6 +265,11 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
 
         visible = true;
 
+        if (!(this instanceof ActivityMain)) {
+            SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
+            prefs.edit().putString("last_activity", this.getClass().getName()).apply();
+        }
+
         boolean contacts = hasPermission(Manifest.permission.READ_CONTACTS);
         if (this.contacts != contacts &&
                 !this.getClass().equals(ActivitySetup.class) &&
@@ -778,6 +783,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
 
     public void performBack() {
         if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED)) {
+            // https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/app/Activity.java#3896
             ActionBar ab = getSupportActionBar();
             if (ab != null && ab.collapseActionView())
                 return;
@@ -788,7 +794,6 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
         finish();
     }
 
-
     public void onBackPressedFragment() {
         performBack();
     }
diff --git a/app/src/main/java/eu/faircode/email/ActivityCompose.java b/app/src/main/java/eu/faircode/email/ActivityCompose.java
index 7d867aa69f..cd2b19d693 100644
--- a/app/src/main/java/eu/faircode/email/ActivityCompose.java
+++ b/app/src/main/java/eu/faircode/email/ActivityCompose.java
@@ -86,6 +86,9 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
                     }
             }
 
+            SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
+            prefs.edit().remove("last_composing").apply();
+
             finishAndRemoveTask();
         }
     }
diff --git a/app/src/main/java/eu/faircode/email/ActivityEML.java b/app/src/main/java/eu/faircode/email/ActivityEML.java
index 4575c390b0..dc06d93e3e 100644
--- a/app/src/main/java/eu/faircode/email/ActivityEML.java
+++ b/app/src/main/java/eu/faircode/email/ActivityEML.java
@@ -375,6 +375,7 @@ public class ActivityEML extends ActivityBase {
 
                                 Intent create = new Intent(Intent.ACTION_CREATE_DOCUMENT);
                                 create.addCategory(Intent.CATEGORY_OPENABLE);
+                                create.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
                                 create.setType(apart.attachment.getMimeType());
                                 if (!TextUtils.isEmpty(apart.attachment.name))
                                     create.putExtra(Intent.EXTRA_TITLE, apart.attachment.name);
diff --git a/app/src/main/java/eu/faircode/email/ActivityMain.java b/app/src/main/java/eu/faircode/email/ActivityMain.java
index 5eccf24546..21065512cd 100644
--- a/app/src/main/java/eu/faircode/email/ActivityMain.java
+++ b/app/src/main/java/eu/faircode/email/ActivityMain.java
@@ -42,8 +42,9 @@ import java.util.Date;
 import java.util.List;
 
 public class ActivityMain extends ActivityBase implements FragmentManager.OnBackStackChangedListener, SharedPreferences.OnSharedPreferenceChangeListener {
+    static final int RESTORE_STATE_INTERVAL = 3; // minutes
+
     private static final long SPLASH_DELAY = 1500L; // milliseconds
-    private static final long RESTORE_STATE_INTERVAL = 3 * 60 * 1000L; // milliseconds
     private static final long SERVICE_START_DELAY = 5 * 1000L; // milliseconds
 
     @Override
@@ -111,7 +112,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
 
                     Intent thread = new Intent(ActivityMain.this, ActivityView.class);
                     thread.setAction("thread:" + message.id);
-                    thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+                    thread.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                     thread.putExtra("account", message.account);
                     thread.putExtra("folder", message.folder);
                     thread.putExtra("thread", message.thread);
@@ -173,11 +174,23 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
 
                 @Override
                 protected Boolean onExecute(Context context, Bundle args) {
+                    DB db = DB.getInstance(context);
+
                     SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
+                    String last_activity = prefs.getString("last_activity", null);
+                    long composing = prefs.getLong("last_composing", -1L);
+                    if (ActivityCompose.class.getName().equals(last_activity) && composing >= 0) {
+                        EntityMessage draft = db.message().getMessage(composing);
+                        if (draft == null || draft.ui_hide)
+                            prefs.edit()
+                                    .remove("last_activity")
+                                    .remove("last_composing")
+                                    .apply();
+                    }
+
                     if (prefs.getBoolean("has_accounts", false))
                         return true;
 
-                    DB db = DB.getInstance(context);
                     List<EntityAccount> accounts = db.account().getSynchronizingAccounts(null);
                     boolean hasAccounts = (accounts != null && accounts.size() > 0);
 
@@ -205,9 +218,18 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
                         // https://developer.android.com/docs/quality-guidelines/core-app-quality
                         long now = new Date().getTime();
                         long last = prefs.getLong("last_launched", 0L);
-                        if (!BuildConfig.PLAY_STORE_RELEASE &&
-                                now - last > RESTORE_STATE_INTERVAL)
+                        boolean restore_on_launch = prefs.getBoolean("restore_on_launch", false);
+                        if (!restore_on_launch || now - last > RESTORE_STATE_INTERVAL * 60 * 1000L)
                             view.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
+                        else {
+                            String last_activity = prefs.getString("last_activity", null);
+                            long composing = prefs.getLong("last_composing", -1L);
+                            if (ActivityCompose.class.getName().equals(last_activity) && composing >= 0)
+                                view = new Intent(ActivityMain.this, ActivityCompose.class)
+                                        .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
+                                        .putExtra("action", "edit")
+                                        .putExtra("id", composing);
+                        }
 
                         Intent saved = args.getParcelable("intent");
                         if (saved == null) {
diff --git a/app/src/main/java/eu/faircode/email/ActivitySetup.java b/app/src/main/java/eu/faircode/email/ActivitySetup.java
index 7aacea9414..90ecc36c87 100644
--- a/app/src/main/java/eu/faircode/email/ActivitySetup.java
+++ b/app/src/main/java/eu/faircode/email/ActivitySetup.java
@@ -146,8 +146,10 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
     static final int REQUEST_IMPORT_CERTIFICATE = 7;
     static final int REQUEST_OAUTH = 8;
     static final int REQUEST_STILL = 9;
-    static final int REQUEST_DELETE_ACCOUNT = 10;
-    static final int REQUEST_IMPORT_PROVIDERS = 11;
+    static final int REQUEST_SELECT_IDENTITY = 10;
+    static final int REQUEST_EDIT_SIGNATURE = 11;
+    static final int REQUEST_DELETE_ACCOUNT = 12;
+    static final int REQUEST_IMPORT_PROVIDERS = 13;
 
     static final int PI_MISC = 1;
 
@@ -162,6 +164,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
     static final String ACTION_MANAGE_LOCAL_CONTACTS = BuildConfig.APPLICATION_ID + ".MANAGE_LOCAL_CONTACTS";
     static final String ACTION_MANAGE_CERTIFICATES = BuildConfig.APPLICATION_ID + ".MANAGE_CERTIFICATES";
     static final String ACTION_IMPORT_CERTIFICATE = BuildConfig.APPLICATION_ID + ".IMPORT_CERTIFICATE";
+    static final String ACTION_SETUP_REORDER = BuildConfig.APPLICATION_ID + ".SETUP_REORDER";
     static final String ACTION_SETUP_MORE = BuildConfig.APPLICATION_ID + ".SETUP_MORE";
 
     @Override
@@ -238,7 +241,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
             @Override
             public void run() {
                 drawerLayout.closeDrawer(drawerContainer);
-                onMenuOrder(R.string.title_setup_reorder_accounts, EntityAccount.class);
+                onMenuOrder(R.string.title_setup_reorder_accounts, EntityAccount.class.getName());
             }
         }));
 
@@ -246,7 +249,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
             @Override
             public void run() {
                 drawerLayout.closeDrawer(drawerContainer);
-                onMenuOrder(R.string.title_setup_reorder_folders, TupleFolderSort.class);
+                onMenuOrder(R.string.title_setup_reorder_folders, TupleFolderSort.class.getName());
             }
         }).setSeparated());
 
@@ -414,6 +417,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
         iff.addAction(ACTION_MANAGE_LOCAL_CONTACTS);
         iff.addAction(ACTION_MANAGE_CERTIFICATES);
         iff.addAction(ACTION_IMPORT_CERTIFICATE);
+        iff.addAction(ACTION_SETUP_REORDER);
         iff.addAction(ACTION_SETUP_MORE);
         lbm.registerReceiver(receiver, iff);
     }
@@ -435,6 +439,11 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
         if (drawerLayout.isDrawerOpen(drawerContainer))
             drawerLayout.closeDrawer(drawerContainer);
         else {
+            if (getSupportFragmentManager().getBackStackEntryCount() > 1) {
+                performBack();
+                return;
+            }
+
             SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
             boolean setup_reminder = prefs.getBoolean("setup_reminder", true);
 
@@ -550,13 +559,13 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
         }
     }
 
-    private void onMenuOrder(int title, Class clazz) {
+    private void onMenuOrder(int title, String className) {
         if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
             getSupportFragmentManager().popBackStack("order", FragmentManager.POP_BACK_STACK_INCLUSIVE);
 
         Bundle args = new Bundle();
         args.putInt("title", title);
-        args.putString("class", clazz.getName());
+        args.putString("class", className);
 
         FragmentOrder fragment = new FragmentOrder();
         fragment.setArguments(args);
@@ -709,8 +718,39 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
                         }
 
                         JSONArray jrules = new JSONArray();
-                        for (EntityRule rule : db.rule().getRules(folder.id))
+                        for (EntityRule rule : db.rule().getRules(folder.id)) {
+                            try {
+                                JSONObject jaction = new JSONObject(rule.action);
+                                int type = jaction.getInt("type");
+                                switch (type) {
+                                    case EntityRule.TYPE_MOVE:
+                                    case EntityRule.TYPE_COPY:
+                                        long target = jaction.getLong("target");
+                                        EntityFolder f = db.folder().getFolder(target);
+                                        EntityAccount a = (f == null ? null : db.account().getAccount(f.account));
+                                        if (a != null)
+                                            jaction.put("targetAccountUuid", a.uuid);
+                                        if (f != null)
+                                            jaction.put("targetFolderName", f.name);
+                                        break;
+                                    case EntityRule.TYPE_ANSWER:
+                                        long identity = jaction.getLong("identity");
+                                        long answer = jaction.getLong("answer");
+                                        EntityIdentity i = db.identity().getIdentity(identity);
+                                        EntityAnswer t = db.answer().getAnswer(answer);
+                                        if (i != null)
+                                            jaction.put("identityUuid", i.uuid);
+                                        if (t != null)
+                                            jaction.put("answerUuid", t.uuid);
+                                        break;
+                                }
+                                rule.action = jaction.toString();
+                            } catch (Throwable ex) {
+                                Log.e(ex);
+                            }
+
                             jrules.put(rule.toJSON());
+                        }
                         jfolder.put("rules", jrules);
 
                         jfolders.put(jfolder);
@@ -984,6 +1024,10 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
                             long id = answer.id;
                             answer.id = null;
 
+                            EntityAnswer existing = db.answer().getAnswerByUUID(answer.uuid);
+                            if (existing != null)
+                                db.answer().deleteAnswer(existing.id);
+
                             answer.id = db.answer().insertAnswer(answer);
                             xAnswer.put(id, answer.id);
 
@@ -1165,17 +1209,48 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
                                     switch (type) {
                                         case EntityRule.TYPE_MOVE:
                                         case EntityRule.TYPE_COPY:
+                                            String targetAccountUuid = jaction.optString("targetAccountUuid");
+                                            String targetFolderName = jaction.optString("targetFolderName");
+                                            if (!TextUtils.isEmpty(targetAccountUuid) && !TextUtils.isEmpty(targetFolderName)) {
+                                                EntityAccount a = db.account().getAccountByUUID(targetAccountUuid);
+                                                if (a != null) {
+                                                    EntityFolder f = db.folder().getFolderByName(a.id, targetFolderName);
+                                                    if (f != null) {
+                                                        jaction.put("target", f.id);
+                                                        break;
+                                                    }
+                                                }
+                                            }
+
+                                            // Legacy
                                             long target = jaction.getLong("target");
-                                            Log.i("XLAT target " + target + " > " + xFolder.get(target));
-                                            jaction.put("target", xFolder.get(target));
+                                            Long tid = xFolder.get(target);
+                                            Log.i("XLAT target " + target + " > " + tid);
+                                            if (tid != null)
+                                                jaction.put("target", tid);
                                             break;
                                         case EntityRule.TYPE_ANSWER:
+                                            String identityUuid = jaction.optString("identityUuid");
+                                            String answerUuid = jaction.optString("answerUuid");
+                                            if (!TextUtils.isEmpty(identityUuid) && !TextUtils.isEmpty(answerUuid)) {
+                                                EntityIdentity i = db.identity().getIdentityByUUID(identityUuid);
+                                                EntityAnswer a = db.answer().getAnswerByUUID(answerUuid);
+                                                if (i != null && a != null) {
+                                                    jaction.put("identity", i.id);
+                                                    jaction.put("answer", a.id);
+                                                    break;
+                                                }
+                                            }
+
+                                            // Legacy
                                             long identity = jaction.getLong("identity");
                                             long answer = jaction.getLong("answer");
-                                            Log.i("XLAT identity " + identity + " > " + xIdentity.get(identity));
-                                            Log.i("XLAT answer " + answer + " > " + xAnswer.get(answer));
-                                            jaction.put("identity", xIdentity.get(identity));
-                                            jaction.put("answer", xAnswer.get(answer));
+                                            Long iid = xIdentity.get(identity);
+                                            Long aid = xAnswer.get(answer);
+                                            Log.i("XLAT identity " + identity + " > " + iid);
+                                            Log.i("XLAT answer " + answer + " > " + aid);
+                                            jaction.put("identity", iid);
+                                            jaction.put("answer", aid);
                                             break;
                                     }
 
@@ -1752,6 +1827,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
     private void onImportCertificate(Intent intent) {
         Intent open = new Intent(Intent.ACTION_GET_CONTENT);
         open.addCategory(Intent.CATEGORY_OPENABLE);
+        open.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
         open.setType("*/*");
         if (open.resolveActivity(getPackageManager()) == null)  // system whitelisted
             ToastEx.makeText(this, R.string.title_no_saf, Toast.LENGTH_LONG).show();
@@ -1766,6 +1842,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
     private static Intent getIntentExport() {
         Intent intent = new Intent(Intent.ACTION_CREATE_DOCUMENT);
         intent.addCategory(Intent.CATEGORY_OPENABLE);
+        intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
         intent.setType("*/*");
         intent.putExtra(Intent.EXTRA_TITLE, "fairemail_" +
                 new SimpleDateFormat("yyyyMMdd").format(new Date().getTime()) + ".backup");
@@ -1776,6 +1853,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
     private static Intent getIntentImport() {
         Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
         intent.addCategory(Intent.CATEGORY_OPENABLE);
+        intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
         intent.setType("*/*");
         return intent;
     }
@@ -1931,6 +2009,8 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
                     onManageCertificates(intent);
                 else if (ACTION_IMPORT_CERTIFICATE.equals(action))
                     onImportCertificate(intent);
+                else if (ACTION_SETUP_REORDER.equals(action))
+                    onMenuOrder(R.string.title_setup_reorder_accounts, intent.getStringExtra("className"));
                 else if (ACTION_SETUP_MORE.equals(action))
                     onSetupMore(intent);
             }
diff --git a/app/src/main/java/eu/faircode/email/ActivitySignature.java b/app/src/main/java/eu/faircode/email/ActivitySignature.java
index 92db7bd51f..ea940a7ecb 100644
--- a/app/src/main/java/eu/faircode/email/ActivitySignature.java
+++ b/app/src/main/java/eu/faircode/email/ActivitySignature.java
@@ -20,6 +20,7 @@ package eu.faircode.email;
 */
 
 import android.content.ClipboardManager;
+import android.content.Context;
 import android.content.DialogInterface;
 import android.content.Intent;
 import android.content.SharedPreferences;
@@ -55,6 +56,8 @@ import com.google.android.material.bottomnavigation.BottomNavigationView;
 import org.jsoup.nodes.Document;
 import org.jsoup.nodes.Element;
 
+import java.io.FileNotFoundException;
+import java.io.InputStream;
 import java.util.Objects;
 
 public class ActivitySignature extends ActivityBase {
@@ -69,6 +72,7 @@ public class ActivitySignature extends ActivityBase {
     private boolean dirty = false;
 
     private static final int REQUEST_IMAGE = 1;
+    private static final int REQUEST_FILE = 2;
 
     @Override
     protected void onCreate(Bundle savedInstanceState) {
@@ -239,6 +243,9 @@ public class ActivitySignature extends ActivityBase {
             item.setChecked(!item.isChecked());
             html(item.isChecked());
             return true;
+        } else if (itemId == R.id.menu_import_file) {
+            onMenuSelectFile();
+            return true;
         }
         return super.onOptionsItemSelected(item);
     }
@@ -247,6 +254,15 @@ public class ActivitySignature extends ActivityBase {
         Helper.viewFAQ(this, 57);
     }
 
+    private void onMenuSelectFile() {
+        Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);
+        intent.addCategory(Intent.CATEGORY_OPENABLE);
+        intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
+        intent.setType("text/*");
+        Helper.openAdvanced(intent);
+        startActivityForResult(intent, REQUEST_FILE);
+    }
+
     @Override
     protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
         super.onActivityResult(requestCode, resultCode, data);
@@ -257,6 +273,10 @@ public class ActivitySignature extends ActivityBase {
                     if (resultCode == RESULT_OK && data != null)
                         onImageSelected(data.getData());
                     break;
+                case REQUEST_FILE:
+                    if (resultCode == RESULT_OK && data != null)
+                        onFileSelected(data.getData());
+                    break;
             }
         } catch (Throwable ex) {
             Log.e(ex);
@@ -284,14 +304,18 @@ public class ActivitySignature extends ActivityBase {
     }
 
     private void delete() {
-        Intent result = new Intent();
+        Intent result = getIntent();
+        if (result == null)
+            result = new Intent();
         result.putExtra("html", (String) null);
         setResult(RESULT_OK, result);
         finish();
     }
 
     private void save() {
-        Intent result = new Intent();
+        Intent result = getIntent();
+        if (result == null)
+            result = new Intent();
         result.putExtra("html", getHtml());
         setResult(RESULT_OK, result);
         finish();
@@ -413,4 +437,36 @@ public class ActivitySignature extends ActivityBase {
             Log.unexpectedError(getSupportFragmentManager(), ex);
         }
     }
+
+    private void onFileSelected(Uri uri) {
+        Bundle args = new Bundle();
+        args.putParcelable("uri", uri);
+
+        new SimpleTask<String>() {
+            @Override
+            protected String onExecute(Context context, Bundle args) throws Throwable {
+                try (InputStream is = getContentResolver().openInputStream(uri)) {
+                    if (is == null)
+                        throw new FileNotFoundException(uri.toString());
+                    return Helper.readStream(is);
+                }
+            }
+
+            @Override
+            protected void onExecuted(Bundle args, String text) {
+                int start = etText.getSelectionStart();
+                if (start < 0)
+                    start = 0;
+                etText.getText().insert(start, text);
+            }
+
+            @Override
+            protected void onException(Bundle args, Throwable ex) {
+                if (ex instanceof NoStreamException)
+                    ((NoStreamException) ex).report(ActivitySignature.this);
+                else
+                    Log.unexpectedError(getSupportFragmentManager(), ex);
+            }
+        }.execute(this, args, "signature:file");
+    }
 }
diff --git a/app/src/main/java/eu/faircode/email/ActivityView.java b/app/src/main/java/eu/faircode/email/ActivityView.java
index 039b5591b8..96278532f2 100644
--- a/app/src/main/java/eu/faircode/email/ActivityView.java
+++ b/app/src/main/java/eu/faircode/email/ActivityView.java
@@ -718,6 +718,11 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
         Shortcuts.update(this, this);
     }
 
+    public boolean isSplit() {
+        return (layoutId == R.layout.activity_view_portrait_split ||
+                layoutId == R.layout.activity_view_landscape_split);
+    }
+
     @Override
     public void onBackPressedFragment() {
         backPressedCallback.handleOnBackPressed();
@@ -1427,7 +1432,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
             Intent intent = getIntent();
             String action = (intent == null ? null : intent.getAction());
             if (action != null &&
-                    (action.startsWith("thread") || action.equals("widget")))
+                    (action.startsWith("thread") || action.startsWith("widget")))
                 return;
 
             String last = prefs.getString("changelog", null);
@@ -1623,14 +1628,14 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
                                 .setVisibility(NotificationCompat.VISIBILITY_SECRET);
 
                 Intent update = new Intent(Intent.ACTION_VIEW, Uri.parse(info.html_url))
-                        .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+                        .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                 PendingIntent piUpdate = PendingIntentCompat.getActivity(
                         ActivityView.this, PI_UPDATE, update, PendingIntent.FLAG_UPDATE_CURRENT);
                 builder.setContentIntent(piUpdate);
 
                 Intent manage = new Intent(ActivityView.this, ActivitySetup.class)
                         .setAction("misc")
-                        .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK)
+                        .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK)
                         .putExtra("tab", "misc");
                 PendingIntent piManage = PendingIntentCompat.getActivity(
                         ActivityView.this, ActivitySetup.PI_MISC, manage, PendingIntent.FLAG_UPDATE_CURRENT);
@@ -1642,7 +1647,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
 
                 if (!TextUtils.isEmpty(info.download_url)) {
                     Intent download = new Intent(Intent.ACTION_VIEW, Uri.parse(info.download_url))
-                            .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+                            .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                     PendingIntent piDownload = PendingIntentCompat.getActivity(
                             ActivityView.this, 0, download, 0);
                     NotificationCompat.Action.Builder actionDownload = new NotificationCompat.Action.Builder(
@@ -1753,7 +1758,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
                 intent.putExtra("id", id);
                 onViewThread(intent);
 
-            } else if (action.equals("widget")) {
+            } else if (action.startsWith("widget")) {
                 long account = intent.getLongExtra("widget_account", -1);
                 long folder = intent.getLongExtra("widget_folder", -1);
                 String type = intent.getStringExtra("widget_type");
diff --git a/app/src/main/java/eu/faircode/email/AdapterAccount.java b/app/src/main/java/eu/faircode/email/AdapterAccount.java
index b5c358f0f3..2e7fdb61c4 100644
--- a/app/src/main/java/eu/faircode/email/AdapterAccount.java
+++ b/app/src/main/java/eu/faircode/email/AdapterAccount.java
@@ -19,6 +19,7 @@ package eu.faircode.email;
     Copyright 2018-2022 by Marcel Bokhorst (M66B)
 */
 
+import static eu.faircode.email.ServiceAuthenticator.AUTH_TYPE_GMAIL;
 import static eu.faircode.email.ServiceAuthenticator.AUTH_TYPE_PASSWORD;
 
 import android.annotation.TargetApi;
@@ -51,6 +52,7 @@ import android.widget.TextView;
 import android.widget.Toast;
 
 import androidx.annotation.NonNull;
+import androidx.annotation.RequiresApi;
 import androidx.appcompat.app.AlertDialog;
 import androidx.appcompat.widget.PopupMenu;
 import androidx.constraintlayout.widget.Group;
@@ -201,6 +203,8 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
             ivSync.setImageResource(account.synchronize ? R.drawable.twotone_sync_24 : R.drawable.twotone_sync_disabled_24);
             ivSync.setContentDescription(context.getString(account.synchronize ? R.string.title_legend_synchronize_on : R.string.title_legend_synchronize_off));
 
+            ivOAuth.setImageDrawable(context.getDrawable(account.auth_type == AUTH_TYPE_GMAIL
+                    ? R.drawable.twotone_android_24 : R.drawable.twotone_security_24));
             ivOAuth.setVisibility(
                     settings && account.auth_type != AUTH_TYPE_PASSWORD ? View.VISIBLE : View.GONE);
             ivPrimary.setVisibility(account.primary ? View.VISIBLE : View.GONE);
@@ -385,13 +389,16 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
             popupMenu.getMenu().add(Menu.NONE, R.string.title_primary, order++, R.string.title_primary)
                     .setCheckable(true).setChecked(account.primary);
 
-            if (account.notify &&
-                    Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
+            if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
                 String channelId = EntityAccount.getNotificationChannelId(account.id);
                 NotificationManager nm = Helper.getSystemService(context, NotificationManager.class);
                 NotificationChannel channel = nm.getNotificationChannel(channelId);
-                if (channel != null)
+                if (channel == null)
+                    popupMenu.getMenu().add(Menu.NONE, R.string.title_create_channel, order++, R.string.title_create_channel);
+                else {
                     popupMenu.getMenu().add(Menu.NONE, R.string.title_edit_channel, order++, R.string.title_edit_channel);
+                    popupMenu.getMenu().add(Menu.NONE, R.string.title_delete_channel, order++, R.string.title_delete_channel);
+                }
             }
 
             if (settings)
@@ -418,8 +425,17 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
                     } else if (itemId == R.string.title_primary) {
                         onActionPrimary(!item.isChecked());
                         return true;
+                    } else if (itemId == R.string.title_create_channel) {
+                        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
+                            onActionCreateChannel();
+                        return true;
                     } else if (itemId == R.string.title_edit_channel) {
-                        onActionEditChannel();
+                        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
+                            onActionEditChannel();
+                        return true;
+                    } else if (itemId == R.string.title_delete_channel) {
+                        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
+                            onActionDeleteChannel();
                         return true;
                     } else if (itemId == R.string.title_edit_properties) {
                         ViewHolder.this.onClick(view);
@@ -514,6 +530,41 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
                     }.execute(context, owner, args, "account:primary");
                 }
 
+                @TargetApi(Build.VERSION_CODES.O)
+                private void onActionCreateChannel() {
+                    if (!ActivityBilling.isPro(context)) {
+                        context.startActivity(new Intent(context, ActivityBilling.class));
+                        return;
+                    }
+
+                    account.createNotificationChannel(context);
+
+                    Bundle args = new Bundle();
+                    args.putLong("id", account.id);
+
+                    new SimpleTask<Void>() {
+                        @Override
+                        protected Void onExecute(Context context, Bundle args) {
+                            long id = args.getLong("id");
+
+                            DB db = DB.getInstance(context);
+                            db.account().setAccountNotify(id, true);
+
+                            return null;
+                        }
+
+                        @Override
+                        protected void onExecuted(Bundle args, Void data) {
+                            onActionEditChannel();
+                        }
+
+                        @Override
+                        protected void onException(Bundle args, Throwable ex) {
+                            Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);
+                        }
+                    }.execute(context, owner, args, "create:channel");
+                }
+
                 @TargetApi(Build.VERSION_CODES.O)
                 private void onActionEditChannel() {
                     Intent intent = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS)
@@ -526,6 +577,34 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
                     }
                 }
 
+                @RequiresApi(api = Build.VERSION_CODES.O)
+                private void onActionDeleteChannel() {
+                    Bundle args = new Bundle();
+                    args.putLong("id", account.id);
+
+                    new SimpleTask<Void>() {
+                        @Override
+                        protected Void onExecute(Context context, Bundle args) {
+                            long id = args.getLong("id");
+
+                            DB db = DB.getInstance(context);
+                            db.account().setAccountNotify(id, false);
+
+                            return null;
+                        }
+
+                        @Override
+                        protected void onExecuted(Bundle args, Void data) {
+                            account.deleteNotificationChannel(context);
+                        }
+
+                        @Override
+                        protected void onException(Bundle args, Throwable ex) {
+                            Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);
+                        }
+                    }.execute(context, owner, args, "create:channel");
+                }
+
                 private void onActionCopy() {
                     LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
                     lbm.sendBroadcast(
diff --git a/app/src/main/java/eu/faircode/email/AdapterAttachment.java b/app/src/main/java/eu/faircode/email/AdapterAttachment.java
index 5c8440d4b7..943ecc8064 100644
--- a/app/src/main/java/eu/faircode/email/AdapterAttachment.java
+++ b/app/src/main/java/eu/faircode/email/AdapterAttachment.java
@@ -237,7 +237,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
                 send.setAction(Intent.ACTION_SEND);
                 send.putExtra(Intent.EXTRA_STREAM, uri);
                 send.setType(attachment.getMimeType());
-                send.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
+                send.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 context.startActivity(Intent.createChooser(send, context.getString(R.string.title_select_app)));
 
                 return true;
diff --git a/app/src/main/java/eu/faircode/email/AdapterFolder.java b/app/src/main/java/eu/faircode/email/AdapterFolder.java
index bbc9df3cd7..4b266f80ca 100644
--- a/app/src/main/java/eu/faircode/email/AdapterFolder.java
+++ b/app/src/main/java/eu/faircode/email/AdapterFolder.java
@@ -1102,6 +1102,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
 
                     Intent intent = new Intent(Intent.ACTION_CREATE_DOCUMENT);
                     intent.addCategory(Intent.CATEGORY_OPENABLE);
+                    intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
                     intent.setType("*/*");
                     intent.putExtra(Intent.EXTRA_TITLE, filename);
                     Helper.openAdvanced(intent);
diff --git a/app/src/main/java/eu/faircode/email/AdapterIdentity.java b/app/src/main/java/eu/faircode/email/AdapterIdentity.java
index 947db3a8fd..aa81801887 100644
--- a/app/src/main/java/eu/faircode/email/AdapterIdentity.java
+++ b/app/src/main/java/eu/faircode/email/AdapterIdentity.java
@@ -333,6 +333,7 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
 
                                 db.identity().setIdentitySignKey(id, null);
                                 db.identity().setIdentitySignKeyAlias(id, null);
+                                db.identity().setIdentityEncrypt(id, 0);
 
                                 db.setTransactionSuccessful();
                             } finally {
diff --git a/app/src/main/java/eu/faircode/email/AdapterImage.java b/app/src/main/java/eu/faircode/email/AdapterImage.java
index 796e9219b5..42bcccfb2c 100644
--- a/app/src/main/java/eu/faircode/email/AdapterImage.java
+++ b/app/src/main/java/eu/faircode/email/AdapterImage.java
@@ -126,7 +126,9 @@ public class AdapterImage extends RecyclerView.Adapter<AdapterImage.ViewHolder>
                             Log.w(ex);
                         }
 
-                        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P)
+                        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P &&
+                                !"image/svg+xml".equals(type) &&
+                                !"svg".equals(Helper.getExtension(file.getName())))
                             try {
                                 return ImageHelper.getScaledDrawable(context, file, type, max);
                             } catch (Throwable ex) {
diff --git a/app/src/main/java/eu/faircode/email/AdapterLog.java b/app/src/main/java/eu/faircode/email/AdapterLog.java
index 51838eb633..da2c86b68d 100644
--- a/app/src/main/java/eu/faircode/email/AdapterLog.java
+++ b/app/src/main/java/eu/faircode/email/AdapterLog.java
@@ -106,7 +106,8 @@ public class AdapterLog extends RecyclerView.Adapter<AdapterLog.ViewHolder> {
 
     public void set(@NonNull List<EntityLog> logs,
                     Long account, Long folder, Long message,
-                    @NonNull List<EntityLog.Type> types) {
+                    @NonNull List<EntityLog.Type> types,
+                    Runnable callback) {
         Log.i("Set logs=" + logs.size());
 
         this.all = logs;
@@ -162,6 +163,8 @@ public class AdapterLog extends RecyclerView.Adapter<AdapterLog.ViewHolder> {
 
                 try {
                     diff.dispatchUpdatesTo(AdapterLog.this);
+                    if (callback != null)
+                        callback.run();
                 } catch (Throwable ex) {
                     Log.e(ex);
                 }
@@ -175,7 +178,7 @@ public class AdapterLog extends RecyclerView.Adapter<AdapterLog.ViewHolder> {
     }
 
     public void setTypes(@NonNull List<EntityLog.Type> types) {
-        set(all, account, folder, message, types);
+        set(all, account, folder, message, types, null);
     }
 
     private static class DiffCallback extends DiffUtil.Callback {
diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java
index cf512bd2ae..04c66ef551 100644
--- a/app/src/main/java/eu/faircode/email/AdapterMessage.java
+++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java
@@ -230,6 +230,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
     private int textColorSecondary;
     private int textColorTertiary;
     private int textColorLink;
+    private int textColorHighlightInverse;
     private int colorUnreadHighlight;
     private int colorUnread;
     private int colorRead;
@@ -300,6 +301,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
     private static boolean debug;
     private int level;
     private boolean canDarken;
+    private boolean fake_dark;
     private boolean webview_legacy;
     private boolean show_recent;
 
@@ -435,8 +437,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
         private ImageButton ibDecrypt;
         private ImageButton ibVerify;
         private ImageButton ibUndo;
+        private ImageButton ibAnswer;
         private ImageButton ibRule;
         private ImageButton ibUnsubscribe;
+        private ImageButton ibRaw;
         private ImageButton ibHeaders;
         private ImageButton ibPrint;
         private ImageButton ibPin;
@@ -449,7 +453,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
         private ImageButton ibImportance;
         private ImageButton ibHide;
         private ImageButton ibSeen;
-        private ImageButton ibAnswer;
         private ImageButton ibNotes;
         private ImageButton ibLabels;
         private ImageButton ibKeywords;
@@ -852,8 +855,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             ibDecrypt = vsBody.findViewById(R.id.ibDecrypt);
             ibVerify = vsBody.findViewById(R.id.ibVerify);
             ibUndo = vsBody.findViewById(R.id.ibUndo);
+            ibAnswer = vsBody.findViewById(R.id.ibAnswer);
             ibRule = vsBody.findViewById(R.id.ibRule);
             ibUnsubscribe = vsBody.findViewById(R.id.ibUnsubscribe);
+            ibRaw = vsBody.findViewById(R.id.ibRaw);
             ibHeaders = vsBody.findViewById(R.id.ibHeaders);
             ibPrint = vsBody.findViewById(R.id.ibPrint);
             ibPin = vsBody.findViewById(R.id.ibPin);
@@ -866,7 +871,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             ibImportance = vsBody.findViewById(R.id.ibImportance);
             ibHide = vsBody.findViewById(R.id.ibHide);
             ibSeen = vsBody.findViewById(R.id.ibSeen);
-            ibAnswer = vsBody.findViewById(R.id.ibAnswer);
             ibNotes = vsBody.findViewById(R.id.ibNotes);
             ibLabels = vsBody.findViewById(R.id.ibLabels);
             ibKeywords = vsBody.findViewById(R.id.ibKeywords);
@@ -995,8 +999,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                 ibDecrypt.setOnClickListener(this);
                 ibVerify.setOnClickListener(this);
                 ibUndo.setOnClickListener(this);
+                ibAnswer.setOnClickListener(this);
                 ibRule.setOnClickListener(this);
                 ibUnsubscribe.setOnClickListener(this);
+                ibRaw.setOnClickListener(this);
                 ibHeaders.setOnClickListener(this);
                 ibHeaders.setOnLongClickListener(this);
                 ibPrint.setOnClickListener(this);
@@ -1012,7 +1018,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                 ibImportance.setOnLongClickListener(this);
                 ibHide.setOnClickListener(this);
                 ibSeen.setOnClickListener(this);
-                ibAnswer.setOnClickListener(this);
                 ibNotes.setOnClickListener(this);
                 ibNotes.setOnLongClickListener(this);
                 ibLabels.setOnClickListener(this);
@@ -1109,8 +1114,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                 ibDecrypt.setOnClickListener(null);
                 ibVerify.setOnClickListener(null);
                 ibUndo.setOnClickListener(null);
+                ibAnswer.setOnClickListener(null);
                 ibRule.setOnClickListener(null);
                 ibUnsubscribe.setOnClickListener(null);
+                ibRaw.setOnClickListener(null);
                 ibHeaders.setOnClickListener(null);
                 ibHeaders.setOnLongClickListener(null);
                 ibPrint.setOnClickListener(null);
@@ -1126,7 +1133,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                 ibImportance.setOnLongClickListener(null);
                 ibHide.setOnClickListener(null);
                 ibSeen.setOnClickListener(null);
-                ibAnswer.setOnClickListener(null);
                 ibNotes.setOnClickListener(null);
                 ibNotes.setOnLongClickListener(null);
                 ibLabels.setOnClickListener(null);
@@ -1672,8 +1678,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             ibDecrypt.setVisibility(View.GONE);
             ibVerify.setVisibility(View.GONE);
             ibUndo.setVisibility(View.GONE);
+            ibAnswer.setVisibility(View.GONE);
             ibRule.setVisibility(View.GONE);
             ibUnsubscribe.setVisibility(View.GONE);
+            ibRaw.setVisibility(View.GONE);
             ibHeaders.setVisibility(View.GONE);
             ibPrint.setVisibility(View.GONE);
             ibPin.setVisibility(View.GONE);
@@ -1686,7 +1694,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             ibImportance.setVisibility(View.GONE);
             ibHide.setVisibility(View.GONE);
             ibSeen.setVisibility(View.GONE);
-            ibAnswer.setVisibility(View.GONE);
             ibNotes.setVisibility(View.GONE);
             ibLabels.setVisibility(View.GONE);
             ibKeywords.setVisibility(View.GONE);
@@ -1826,8 +1833,12 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
 
             ibFlagged.setEnabled(message.uid != null || message.accountProtocol != EntityAccount.TYPE_IMAP);
 
+            boolean split = (viewType != ViewType.THREAD && properties.getValue("split", message.id));
+            if (split)
+                color = textColorHighlightInverse;
+
             card.setCardBackgroundColor(
-                    flags_background && flagged && !expanded
+                    split || (flags_background && flagged && !expanded)
                             ? ColorUtils.setAlphaComponent(color, 127) : Color.TRANSPARENT);
 
             ibFlagged.setVisibility(flags || message.ui_flagged ? View.VISIBLE : View.GONE);
@@ -1923,8 +1934,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             ibDecrypt.setVisibility(View.GONE);
             ibVerify.setVisibility(View.GONE);
             ibUndo.setVisibility(View.GONE);
+            ibAnswer.setVisibility(View.GONE);
             ibRule.setVisibility(View.GONE);
             ibUnsubscribe.setVisibility(View.GONE);
+            ibRaw.setVisibility(View.GONE);
             ibHeaders.setVisibility(View.GONE);
             ibPrint.setVisibility(View.GONE);
             ibPin.setVisibility(View.GONE);
@@ -1937,7 +1950,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             ibImportance.setVisibility(View.GONE);
             ibHide.setVisibility(View.GONE);
             ibSeen.setVisibility(View.GONE);
-            ibAnswer.setVisibility(View.GONE);
             ibNotes.setVisibility(View.GONE);
             ibLabels.setVisibility(View.GONE);
             ibKeywords.setVisibility(View.GONE);
@@ -2113,6 +2125,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                     boolean forever = (delete && (!pop || !message.accountLeaveDeleted));
                     boolean report = (pop ? inInbox : !inJunk && move);
                     boolean headers = (message.uid != null || (pop && message.headers != null));
+                    boolean raw = (message.uid != null ||
+                            (EntityFolder.INBOX.equals(message.folderType) &&
+                                    message.accountProtocol == EntityAccount.TYPE_POP));
 
                     evalProperties(message); // TODO: done again in bindBody
 
@@ -2135,7 +2150,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                     boolean button_hide = prefs.getBoolean("button_hide", false);
                     boolean button_importance = prefs.getBoolean("button_importance", false);
                     boolean button_translate = prefs.getBoolean("button_translate", true);
-                    boolean button_force_light = prefs.getBoolean("button_force_light", false);
+                    boolean button_force_light = prefs.getBoolean("button_force_light", true);
                     boolean button_search = prefs.getBoolean("button_search", false);
                     boolean button_search_text = prefs.getBoolean("button_search_text", false);
                     boolean button_event = prefs.getBoolean("button_event", false);
@@ -2143,6 +2158,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                     boolean button_pin = prefs.getBoolean("button_pin", false);
                     boolean button_print = prefs.getBoolean("button_print", false);
                     boolean button_headers = prefs.getBoolean("button_headers", false);
+                    boolean button_raw = prefs.getBoolean("button_raw", false);
                     boolean button_unsubscribe = prefs.getBoolean("button_unsubscribe", true);
                     boolean button_rule = prefs.getBoolean("button_rule", false);
                     boolean swipe_reply = prefs.getBoolean("swipe_reply", false);
@@ -2159,8 +2175,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                     ibInbox.setImageResource(inJunk ? R.drawable.twotone_report_off_24 : R.drawable.twotone_inbox_24);
 
                     ibUndo.setVisibility(outbox ? View.VISIBLE : View.GONE);
+                    ibAnswer.setVisibility(!tools || outbox || (!expand_all && expand_one) || !threading || swipe_reply ? View.GONE : View.VISIBLE);
                     ibRule.setVisibility(tools && button_rule && !outbox && !message.folderReadOnly ? View.VISIBLE : View.GONE);
                     ibUnsubscribe.setVisibility(tools && button_unsubscribe && message.unsubscribe != null ? View.VISIBLE : View.GONE);
+                    ibRaw.setVisibility(tools && button_raw && raw ? View.VISIBLE : View.GONE);
                     ibHeaders.setVisibility(tools && button_headers && headers ? View.VISIBLE : View.GONE);
                     ibPrint.setVisibility(tools && !outbox && button_print && hasWebView && message.content && Helper.canPrint(context) ? View.VISIBLE : View.GONE);
                     ibPin.setVisibility(tools && !outbox && button_pin && pin ? View.VISIBLE : View.GONE);
@@ -2170,11 +2188,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                     ibSearch.setVisibility(tools && !outbox && button_search && (froms > 0 || tos > 0) ? View.VISIBLE : View.GONE);
                     ibTranslate.setVisibility(tools && !outbox && button_translate && DeepL.isAvailable(context) && message.content ? View.VISIBLE : View.GONE);
                     ibForceLight.setVisibility(tools && full && dark && button_force_light && message.content ? View.VISIBLE : View.GONE);
-                    ibForceLight.setImageLevel(!canDarken || force_light ? 1 : 0);
+                    ibForceLight.setImageLevel(!(canDarken || fake_dark) || force_light ? 1 : 0);
                     ibImportance.setVisibility(tools && button_importance && !outbox && seen ? View.VISIBLE : View.GONE);
                     ibHide.setVisibility(tools && button_hide && !outbox ? View.VISIBLE : View.GONE);
                     ibSeen.setVisibility(tools && button_seen && !outbox && seen ? View.VISIBLE : View.GONE);
-                    ibAnswer.setVisibility(!tools || outbox || (!expand_all && expand_one) || !threading || swipe_reply ? View.GONE : View.VISIBLE);
                     ibNotes.setVisibility(tools && button_notes && !outbox ? View.VISIBLE : View.GONE);
                     ibLabels.setVisibility(tools && labels_header && labels ? View.VISIBLE : View.GONE);
                     ibKeywords.setVisibility(tools && button_keywords && keywords ? View.VISIBLE : View.GONE);
@@ -2516,6 +2533,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             boolean show_images = properties.getValue("images", message.id);
             boolean show_quotes = (properties.getValue("quotes", message.id) || !collapse_quotes);
 
+            boolean dark = Helper.isDarkTheme(context);
             boolean force_light = properties.getValue("force_light", message.id);
             boolean always_images = prefs.getBoolean("html_always_images", false);
             if (always_images && show_full) {
@@ -2663,6 +2681,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             float scale = (size == 0 || textSize == 0 ? 1.0f : size / (textSize * message_zoom / 100f));
             args.putFloat("scale", scale);
 
+            args.putBoolean("fake_dark", !canDarken && fake_dark && dark && !force_light);
+
             new SimpleTask<Object>() {
                 @Override
                 protected void onPreExecute(Bundle args) {
@@ -2820,6 +2840,10 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                                 HtmlHelper.restorePre(document);
                         }
 
+                        boolean fake_dark = args.getBoolean("fake_dark");
+                        if (fake_dark)
+                            HtmlHelper.fakeDark(document);
+
                         boolean browser_zoom = prefs.getBoolean("browser_zoom", false);
                         int message_zoom = prefs.getInt("message_zoom", 100);
                         if (browser_zoom && message_zoom != 100) {
@@ -3886,10 +3910,14 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                     onActionDecrypt(message, false);
                 } else if (id == R.id.ibUndo) {
                     ActivityCompose.undoSend(message.id, context, owner, parentFragment.getParentFragmentManager());
+                } else if (id == R.id.ibAnswer) {
+                    onActionAnswer(message, ibAnswer);
                 } else if (id == R.id.ibRule) {
                     onMenuCreateRule(message);
                 } else if (id == R.id.ibUnsubscribe) {
                     onActionUnsubscribe(message);
+                } else if (id == R.id.ibRaw) {
+                    onMenuRawSave(message);
                 } else if (id == R.id.ibHeaders) {
                     onMenuShowHeaders(message);
                 } else if (id == R.id.ibPrint) {
@@ -3916,8 +3944,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                     }
                 } else if (id == R.id.ibForceLight) {
                     onActionForceLight(message);
-                } else if (id == R.id.ibAnswer) {
-                    onActionAnswer(message, ibAnswer);
                 } else if (id == R.id.ibNotes) {
                     onMenuNotes(message);
                 } else if (id == R.id.ibLabels) {
@@ -4700,6 +4726,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
 
         private void onPickContact(String name, String email) {
             Intent pick = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI);
+            pick.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
             properties.setValue("name", name);
             properties.setValue("email", email);
             try {
@@ -4901,7 +4928,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                 });
 
                 boolean isDark = Helper.isDarkTheme(context);
-                tvDark.setVisibility(isDark && !canDarken ? View.VISIBLE : View.GONE);
+                tvDark.setVisibility(isDark && !(canDarken || fake_dark) ? View.VISIBLE : View.GONE);
             } else {
                 boolean disable_tracking = prefs.getBoolean("disable_tracking", true);
 
@@ -4985,13 +5012,12 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             else
                 message.show_images = value;
 
-            if (full) {
-                properties.setSize(message.id, null);
-                properties.setHeight(message.id, null);
-                properties.setPosition(message.id, null);
+            properties.setSize(message.id, null);
+            properties.setHeight(message.id, null);
+            properties.setPosition(message.id, null);
 
+            if (full)
                 setupTools(message, false, false);
-            }
 
             bindBody(message, false);
 
@@ -5967,9 +5993,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                         return null;
 
                     if (!TextUtils.isEmpty(message.inreplyto))
-                        for (String inreplyto : message.inreplyto.split(" "))
-                            for (EntityMessage m : db.message().getMessagesByMsgId(message.account, inreplyto))
-                                map.put(m.msgid, m);
+                        for (EntityMessage m : db.message().getMessagesByMsgId(message.account, message.inreplyto))
+                            map.put(m.msgid, m);
 
                     if (!TextUtils.isEmpty(message.references))
                         for (String ref : message.references.split(" "))
@@ -5994,8 +6019,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                         start = ssb.length();
                         ssb.append("In-reply-to: ");
                         ssb.setSpan(new StyleSpan(Typeface.BOLD), start, ssb.length(), 0);
-                        for (String inreplyto : message.inreplyto.split(" "))
-                            ssb.append(inreplyto).append("\n");
+                        ssb.append(message.inreplyto).append("\n");
                     }
 
                     if (!TextUtils.isEmpty(message.references)) {
@@ -6249,16 +6273,33 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
         }
 
         private void onActionForceLight(TupleMessageEx message) {
-            if (canDarken) {
+            if (canDarken || fake_dark) {
                 boolean force_light = !properties.getValue("force_light", message.id);
                 properties.setValue("force_light", message.id, force_light);
                 ibForceLight.setImageLevel(force_light ? 1 : 0);
                 bindBody(message, false);
             } else {
-                Intent update = new Intent(Intent.ACTION_VIEW)
-                        .setData(Uri.parse(Helper.PACKAGE_WEBVIEW))
-                        .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
-                context.startActivity(update);
+                if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q) {
+                    View view = LayoutInflater.from(context).inflate(R.layout.dialog_dark, null);
+                    final Button btnIssue = view.findViewById(R.id.btnIssue);
+
+                    btnIssue.setOnClickListener(new View.OnClickListener() {
+                        @Override
+                        public void onClick(View v) {
+                            Helper.viewFAQ(v.getContext(), 81);
+                        }
+                    });
+
+                    new AlertDialog.Builder(context)
+                            .setView(view)
+                            .setNegativeButton(android.R.string.cancel, null)
+                            .show();
+                } else {
+                    Intent update = new Intent(Intent.ACTION_VIEW)
+                            .setData(Uri.parse(Helper.PACKAGE_WEBVIEW))
+                            .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+                    context.startActivity(update);
+                }
             }
         }
 
@@ -6388,7 +6429,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                                 intent.setAction(Intent.ACTION_SEND_MULTIPLE);
                                 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, uris);
                             }
-                            intent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
+                            intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                         }
                     }
 
@@ -6996,6 +7037,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
         this.textColorSecondary = Helper.resolveColor(context, android.R.attr.textColorSecondary);
         this.textColorTertiary = Helper.resolveColor(context, android.R.attr.textColorTertiary);
         this.textColorLink = Helper.resolveColor(context, android.R.attr.textColorLink);
+        this.textColorHighlightInverse = Helper.resolveColor(context, android.R.attr.textColorHighlightInverse);
 
         boolean highlight_unread = prefs.getBoolean("highlight_unread", true);
         boolean highlight_subject = prefs.getBoolean("highlight_subject", false);
@@ -7040,9 +7082,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
         this.check_mx = prefs.getBoolean("check_mx", false);
         this.check_blocklist = prefs.getBoolean("check_blocklist", false);
 
-        this.email_format = ("sender".equals(sort)
-                ? MessageHelper.AddressFormat.EMAIL_ONLY
-                : MessageHelper.getAddressFormat(context));
+        this.email_format = MessageHelper.getAddressFormat(context);
         this.prefer_contact = prefs.getBoolean("prefer_contact", false);
         this.only_contact = prefs.getBoolean("only_contact", false);
         this.distinguish_contacts = prefs.getBoolean("distinguish_contacts", false);
@@ -7095,6 +7135,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
         level = prefs.getInt("log_level", Log.getDefaultLogLevel());
 
         this.canDarken = WebViewEx.isFeatureSupported(context, WebViewFeature.ALGORITHMIC_DARKENING);
+        this.fake_dark = prefs.getBoolean("fake_dark", false);
         this.webview_legacy = prefs.getBoolean("webview_legacy", false);
         this.show_recent = prefs.getBoolean("show_recent", false);
 
@@ -7711,9 +7752,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
     void setSort(String sort) {
         if (!sort.equals(this.sort)) {
             this.sort = sort;
-            this.email_format = ("sender".equals(sort)
-                    ? MessageHelper.AddressFormat.EMAIL_ONLY
-                    : MessageHelper.getAddressFormat(context));
             properties.refresh();
             // Needed to redraw item decorators / add/remove size
         }
@@ -8417,6 +8455,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             final CheckBox cbPin = dview.findViewById(R.id.cbPin);
             final CheckBox cbPrint = dview.findViewById(R.id.cbPrint);
             final CheckBox cbHeaders = dview.findViewById(R.id.cbHeaders);
+            final CheckBox cbRaw = dview.findViewById(R.id.cbRaw);
             final CheckBox cbUnsubscribe = dview.findViewById(R.id.cbUnsubscribe);
 
             cbTranslate.setVisibility(DeepL.isAvailable(context) ? View.VISIBLE : View.GONE);
@@ -8436,12 +8475,13 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
             cbSearch.setChecked(prefs.getBoolean("button_search", false));
             cbSearchText.setChecked(prefs.getBoolean("button_search_text", false));
             cbTranslate.setChecked(prefs.getBoolean("button_translate", true));
-            cbForceLight.setChecked(prefs.getBoolean("button_force_light", false));
+            cbForceLight.setChecked(prefs.getBoolean("button_force_light", true));
             cbEvent.setChecked(prefs.getBoolean("button_event", false));
             cbShare.setChecked(prefs.getBoolean("button_share", false));
             cbPin.setChecked(prefs.getBoolean("button_pin", false));
             cbPrint.setChecked(prefs.getBoolean("button_print", false));
             cbHeaders.setChecked(prefs.getBoolean("button_headers", false));
+            cbRaw.setChecked(prefs.getBoolean("button_raw", false));
             cbUnsubscribe.setChecked(prefs.getBoolean("button_unsubscribe", true));
 
             return new AlertDialog.Builder(getContext())
@@ -8470,6 +8510,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
                             editor.putBoolean("button_pin", cbPin.isChecked());
                             editor.putBoolean("button_print", cbPrint.isChecked());
                             editor.putBoolean("button_headers", cbHeaders.isChecked());
+                            editor.putBoolean("button_raw", cbRaw.isChecked());
                             editor.putBoolean("button_unsubscribe", cbUnsubscribe.isChecked());
                             editor.apply();
                             sendResult(Activity.RESULT_OK);
diff --git a/app/src/main/java/eu/faircode/email/AdapterNavSearch.java b/app/src/main/java/eu/faircode/email/AdapterNavSearch.java
index 4ee14d59b4..397cc0cb94 100644
--- a/app/src/main/java/eu/faircode/email/AdapterNavSearch.java
+++ b/app/src/main/java/eu/faircode/email/AdapterNavSearch.java
@@ -112,6 +112,9 @@ public class AdapterNavSearch extends RecyclerView.Adapter<AdapterNavSearch.View
                 BoundaryCallbackMessages.SearchCriteria criteria =
                         BoundaryCallbackMessages.SearchCriteria.fromJSON(json);
                 criteria.id = search.id;
+                criteria.name = search.name;
+                criteria.order = search.order;
+                criteria.color = search.color;
                 FragmentMessages.search(
                         context, owner, manager,
                         -1L, -1L, false, criteria);
diff --git a/app/src/main/java/eu/faircode/email/ApplicationEx.java b/app/src/main/java/eu/faircode/email/ApplicationEx.java
index 4b56f3b0dc..980fdaddc6 100644
--- a/app/src/main/java/eu/faircode/email/ApplicationEx.java
+++ b/app/src/main/java/eu/faircode/email/ApplicationEx.java
@@ -631,6 +631,17 @@ public class ApplicationEx extends Application
                 editor.remove("browse_links")
                         .putBoolean("open_with_tabs", !browse_links);
             }
+        } else if (version < 1927) {
+            if (!prefs.contains("auto_identity"))
+                editor.putBoolean("auto_identity", true);
+        } else if (version < 1931)
+            editor.remove("button_force_light").remove("fake_dark");
+        else if (version < 1933) {
+            editor.putBoolean("lt_enabled", true);
+            if (prefs.contains("disable_top")) {
+                editor.putBoolean("use_top", !prefs.getBoolean("disable_top", false));
+                editor.remove("disable_top");
+            }
         }
 
         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
diff --git a/app/src/main/java/eu/faircode/email/BoundaryCallbackMessages.java b/app/src/main/java/eu/faircode/email/BoundaryCallbackMessages.java
index 1274612a46..c99b91b29e 100644
--- a/app/src/main/java/eu/faircode/email/BoundaryCallbackMessages.java
+++ b/app/src/main/java/eu/faircode/email/BoundaryCallbackMessages.java
@@ -21,6 +21,7 @@ package eu.faircode.email;
 
 import android.content.Context;
 import android.content.SharedPreferences;
+import android.graphics.Color;
 import android.text.TextUtils;
 
 import androidx.annotation.NonNull;
@@ -860,8 +861,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
         }
     }
 
-    static class SearchCriteria implements Serializable {
-        long id = -1;
+    static class SearchCriteria extends EntitySearch implements Serializable {
         String query;
         boolean fts = false;
         boolean in_senders = true;
diff --git a/app/src/main/java/eu/faircode/email/CharsetHelper.java b/app/src/main/java/eu/faircode/email/CharsetHelper.java
index 145639d8d3..14a4a8f400 100644
--- a/app/src/main/java/eu/faircode/email/CharsetHelper.java
+++ b/app/src/main/java/eu/faircode/email/CharsetHelper.java
@@ -30,6 +30,7 @@ import java.nio.charset.Charset;
 import java.nio.charset.CharsetDecoder;
 import java.nio.charset.CodingErrorAction;
 import java.nio.charset.StandardCharsets;
+import java.nio.charset.UnsupportedCharsetException;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.List;
@@ -76,24 +77,23 @@ public class CharsetHelper {
     }
 
     static boolean isUTF8(byte[] octets) {
-        CharsetDecoder utf8Decoder = StandardCharsets.UTF_8.newDecoder()
-                .onMalformedInput(CodingErrorAction.REPORT)
-                .onUnmappableCharacter(CodingErrorAction.REPORT);
-        try {
-            utf8Decoder.decode(ByteBuffer.wrap(octets));
-            return true;
-        } catch (CharacterCodingException ex) {
-            Log.w(ex);
-            return false;
-        }
+        return isValid(octets, StandardCharsets.UTF_8);
     }
 
     static boolean isUTF16(byte[] octets) {
-        CharsetDecoder utf8Decoder = StandardCharsets.UTF_16.newDecoder()
+        return isValid(octets, StandardCharsets.UTF_16);
+    }
+
+    static Boolean isValid(byte[] octets, String charset) {
+        return isValid(octets, Charset.forName(charset));
+    }
+
+    static boolean isValid(byte[] octets, Charset charset) {
+        CharsetDecoder decoder = charset.newDecoder()
                 .onMalformedInput(CodingErrorAction.REPORT)
                 .onUnmappableCharacter(CodingErrorAction.REPORT);
         try {
-            utf8Decoder.decode(ByteBuffer.wrap(octets));
+            decoder.decode(ByteBuffer.wrap(octets));
             return true;
         } catch (CharacterCodingException ex) {
             Log.w(ex);
diff --git a/app/src/main/java/eu/faircode/email/Core.java b/app/src/main/java/eu/faircode/email/Core.java
index 9a95a77236..54996b8ea8 100644
--- a/app/src/main/java/eu/faircode/email/Core.java
+++ b/app/src/main/java/eu/faircode/email/Core.java
@@ -1417,8 +1417,7 @@ class Core {
 
         // Some providers do not support the COPY operation for drafts
         boolean draft = (EntityFolder.DRAFTS.equals(folder.type) || EntityFolder.DRAFTS.equals(target.type));
-        boolean duplicate = (copy && !account.isGmail()) ||
-                (draft && EntityFolder.ARCHIVE.equals(target.type) && account.isGmail());
+        boolean duplicate = (copy && !account.isGmail()) || (draft && account.isGmail());
         if (draft || duplicate) {
             Log.i(folder.name + " " + (duplicate ? "copy" : "move") +
                     " from " + folder.type + " to " + target.type);
@@ -2294,17 +2293,19 @@ class Core {
 
             } else if (folder.tbd != null && folder.tbd) {
                 try {
-                    EntityLog.log(context, folder.name + " deleting");
+                    EntityLog.log(context, folder.name + " deleting server");
                     Folder ifolder = istore.getFolder(folder.name);
                     if (ifolder.exists()) {
                         ifolder.setSubscribed(false);
                         ifolder.delete(false);
                     }
+                    EntityLog.log(context, folder.name + " deleting device");
                     db.folder().deleteFolder(folder.id);
                 } finally {
                     db.folder().resetFolderTbd(folder.id);
                     sync_folders = true;
                 }
+                EntityLog.log(context, folder.name + " deleted");
 
             } else {
                 if (EntityFolder.DRAFTS.equals(folder.type))
@@ -2672,6 +2673,7 @@ class Core {
                     childs == null || childs.size() == 0) {
                 EntityLog.log(context, name + " delete");
                 db.folder().deleteFolder(account.id, name);
+                EntityLog.log(context, name + " deleted");
                 prefs.edit().remove("updated." + account.id + "." + folder.type).apply();
             } else
                 Log.w(name + " keep type=" + folder.type);
@@ -3309,6 +3311,18 @@ class Core {
 
             db.folder().setFolderSyncState(folder.id, "syncing");
 
+            String[] userFlags = ifolder.getPermanentFlags().getUserFlags();
+            if (userFlags != null && userFlags.length > 0) {
+                List<String> keywords = new ArrayList<>(Arrays.asList(userFlags));
+                Collections.sort(keywords);
+                userFlags = keywords.toArray(new String[0]);
+                if (!Arrays.equals(folder.keywords, userFlags)) {
+                    Log.i(folder.name + " updating flags=" + TextUtils.join(",", userFlags));
+                    folder.keywords = userFlags;
+                    db.folder().setFolderKeywords(folder.id, DB.Converters.fromStringArray(userFlags));
+                }
+            }
+
             // Check uid validity
             try {
                 long uidv = ifolder.getUIDValidity();
@@ -4134,6 +4148,9 @@ class Core {
                     reply.setPersonal(from.getPersonal());
             }
 
+            if (helper.isReport() && EntityFolder.DRAFTS.equals(folder.type))
+                message.dsn = EntityMessage.DSN_HARD_BOUNCE;
+
             EntityIdentity identity = matchIdentity(context, folder, message);
             message.identity = (identity == null ? null : identity.id);
 
@@ -4226,12 +4243,16 @@ class Core {
             if (experiments && helper.isReport())
                 try {
                     MessageHelper.Report r = parts.getReport();
-                    if (r != null) {
+                    boolean client_id = prefs.getBoolean("client_id", true);
+                    String we = "dns;" + (client_id ? EmailService.getDefaultEhlo() : "example.com");
+                    if (r != null && !we.equals(r.reporter)) {
                         String label = null;
                         if (r.isDeliveryStatus())
                             label = (r.isDelivered() ? MessageHelper.FLAG_DELIVERED : MessageHelper.FLAG_NOT_DELIVERED);
                         else if (r.isDispositionNotification())
                             label = (r.isMdnDisplayed() ? MessageHelper.FLAG_DISPLAYED : MessageHelper.FLAG_NOT_DISPLAYED);
+                        else if (r.isFeedbackReport())
+                            label = MessageHelper.FLAG_COMPLAINT;
 
                         if (label != null) {
                             Map<Long, EntityFolder> map = new HashMap<>();
@@ -4242,12 +4263,11 @@ class Core {
 
                             List<EntityMessage> all = new ArrayList<>();
 
-                            if (message.inreplyto != null)
-                                for (String inreplyto : message.inreplyto.split(" ")) {
-                                    List<EntityMessage> replied = db.message().getMessagesByMsgId(folder.account, inreplyto);
-                                    if (replied != null)
-                                        all.addAll(replied);
-                                }
+                            if (message.inreplyto != null) {
+                                List<EntityMessage> replied = db.message().getMessagesByMsgId(folder.account, message.inreplyto);
+                                if (replied != null)
+                                    all.addAll(replied);
+                            }
                             if (r.refid != null) {
                                 List<EntityMessage> refs = db.message().getMessagesByMsgId(folder.account, r.refid);
                                 if (refs != null)
@@ -4261,10 +4281,8 @@ class Core {
                                         map.put(f.id, f);
                                 }
 
-                            if (message.inreplyto != null)
-                                for (EntityFolder f : map.values())
-                                    for (String inreplyto : message.inreplyto.split(" "))
-                                        EntityOperation.queue(context, f, EntityOperation.REPORT, inreplyto, label);
+                            for (EntityFolder f : map.values())
+                                EntityOperation.queue(context, f, EntityOperation.REPORT, message.inreplyto, label);
                         }
                     }
                 } catch (Throwable ex) {
@@ -5256,7 +5274,7 @@ class Core {
             } else
                 content = new Intent(context, ActivityView.class)
                         .setAction("unified" + (notify_remove ? ":" + group : ""));
-            content.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+            content.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
             PendingIntent piContent = PendingIntentCompat.getActivity(
                     context, ActivityView.PI_UNIFIED, content, PendingIntent.FLAG_UPDATE_CURRENT);
 
@@ -5381,7 +5399,7 @@ class Core {
             // Build pending intents
             Intent thread = new Intent(context, ActivityView.class);
             thread.setAction("thread:" + message.id);
-            thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+            thread.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
             thread.putExtra("account", message.account);
             thread.putExtra("folder", message.folder);
             thread.putExtra("thread", message.thread);
@@ -5853,7 +5871,7 @@ class Core {
         intent.putExtra("protocol", account.protocol);
         intent.putExtra("auth_type", account.auth_type);
         intent.putExtra("faq", 22);
-        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+        intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
         PendingIntent pi = PendingIntentCompat.getActivity(
                 context, ActivityError.PI_ERROR, intent, PendingIntent.FLAG_UPDATE_CURRENT);
 
diff --git a/app/src/main/java/eu/faircode/email/DB.java b/app/src/main/java/eu/faircode/email/DB.java
index 09cb045add..e316eec2af 100644
--- a/app/src/main/java/eu/faircode/email/DB.java
+++ b/app/src/main/java/eu/faircode/email/DB.java
@@ -71,7 +71,7 @@ import io.requery.android.database.sqlite.SQLiteDatabase;
 // https://developer.android.com/topic/libraries/architecture/room.html
 
 @Database(
-        version = 236,
+        version = 240,
         entities = {
                 EntityIdentity.class,
                 EntityAccount.class,
@@ -137,7 +137,7 @@ public abstract class DB extends RoomDatabase {
             "page_count", "page_size", "max_page_count", "freelist_count",
             "cache_size", "cache_spill",
             "soft_heap_limit", "hard_heap_limit", "mmap_size",
-            "foreign_keys"
+            "foreign_keys", "auto_vacuum"
     ));
 
     @Override
@@ -408,6 +408,15 @@ public abstract class DB extends RoomDatabase {
                         crumb.put("WAL", Boolean.toString(db.isWriteAheadLoggingEnabled()));
                         Log.breadcrumb("Database", crumb);
 
+                        // https://www.sqlite.org/pragma.html#pragma_auto_vacuum
+                        // https://android.googlesource.com/platform/external/sqlite.git/+/6ab557bdc070f11db30ede0696888efd19800475%5E!/
+                        boolean sqlite_auto_vacuum = prefs.getBoolean("sqlite_auto_vacuum", !Helper.isRedmiNote());
+                        String mode = (sqlite_auto_vacuum ? "FULL" : "INCREMENTAL");
+                        Log.i("Set PRAGMA auto_vacuum = " + mode);
+                        try (Cursor cursor = db.query("PRAGMA auto_vacuum = " + mode + ";", null)) {
+                            cursor.moveToNext(); // required
+                        }
+
                         // https://www.sqlite.org/pragma.html#pragma_cache_size
                         Integer cache_size = getCacheSizeKb(context);
                         if (cache_size != null) {
@@ -2113,19 +2122,14 @@ public abstract class DB extends RoomDatabase {
                     public void migrate(@NonNull SupportSQLiteDatabase db) {
                         logMigration(startVersion, endVersion);
                         db.execSQL("ALTER TABLE `account` ADD COLUMN `uuid` TEXT NOT NULL DEFAULT ''");
-                        Cursor cursor = null;
-                        try {
-                            cursor = db.query("SELECT id FROM account");
+                        try (Cursor cursor = db.query("SELECT id FROM account")) {
                             while (cursor != null && cursor.moveToNext()) {
                                 long id = cursor.getLong(0);
                                 String uuid = UUID.randomUUID().toString();
-                                Log.i("MMM account=" + id + " uuid=" + uuid);
-                                db.execSQL("UPDATE account SET uuid = ? WHERE id = ?",
-                                        new Object[]{uuid, id});
+                                db.execSQL("UPDATE account SET uuid = ? WHERE id = ?", new Object[]{uuid, id});
                             }
                         } catch (Throwable ex) {
-                            if (cursor != null)
-                                cursor.close();
+                            Log.e(ex);
                         }
                     }
                 }).addMigrations(new Migration(204, 205) {
@@ -2355,6 +2359,57 @@ public abstract class DB extends RoomDatabase {
                         logMigration(startVersion, endVersion);
                         db.execSQL("ALTER TABLE `identity` ADD COLUMN `octetmime` INTEGER NOT NULL DEFAULT 0");
                     }
+                }).addMigrations(new Migration(236, 237) {
+                    @Override
+                    public void migrate(@NonNull SupportSQLiteDatabase db) {
+                        logMigration(startVersion, endVersion);
+                        db.execSQL("ALTER TABLE `rule` ADD COLUMN `uuid` TEXT NOT NULL DEFAULT ''");
+                        try (Cursor cursor = db.query("SELECT id FROM rule")) {
+                            while (cursor != null && cursor.moveToNext()) {
+                                long id = cursor.getLong(0);
+                                String uuid = UUID.randomUUID().toString();
+                                db.execSQL("UPDATE rule SET uuid = ? WHERE id = ?", new Object[]{uuid, id});
+                            }
+                        } catch (Throwable ex) {
+                            Log.e(ex);
+                        }
+                    }
+                }).addMigrations(new Migration(237, 238) {
+                    @Override
+                    public void migrate(@NonNull SupportSQLiteDatabase db) {
+                        logMigration(startVersion, endVersion);
+                        db.execSQL("ALTER TABLE `answer` ADD COLUMN `uuid` TEXT NOT NULL DEFAULT ''");
+                        try (Cursor cursor = db.query("SELECT id FROM answer")) {
+                            while (cursor != null && cursor.moveToNext()) {
+                                long id = cursor.getLong(0);
+                                String uuid = UUID.randomUUID().toString();
+                                db.execSQL("UPDATE answer SET uuid = ? WHERE id = ?", new Object[]{uuid, id});
+                            }
+                        } catch (Throwable ex) {
+                            Log.e(ex);
+                        }
+                    }
+                }).addMigrations(new Migration(238, 239) {
+                    @Override
+                    public void migrate(@NonNull SupportSQLiteDatabase db) {
+                        logMigration(startVersion, endVersion);
+                        db.execSQL("ALTER TABLE `identity` ADD COLUMN `uuid` TEXT NOT NULL DEFAULT ''");
+                        try (Cursor cursor = db.query("SELECT id FROM identity")) {
+                            while (cursor != null && cursor.moveToNext()) {
+                                long id = cursor.getLong(0);
+                                String uuid = UUID.randomUUID().toString();
+                                db.execSQL("UPDATE identity SET uuid = ? WHERE id = ?", new Object[]{uuid, id});
+                            }
+                        } catch (Throwable ex) {
+                            Log.e(ex);
+                        }
+                    }
+                }).addMigrations(new Migration(239, 240) {
+                    @Override
+                    public void migrate(@NonNull SupportSQLiteDatabase db) {
+                        logMigration(startVersion, endVersion);
+                        db.execSQL("ALTER TABLE `search` ADD COLUMN `order` INTEGER");
+                    }
                 }).addMigrations(new Migration(998, 999) {
                     @Override
                     public void migrate(@NonNull SupportSQLiteDatabase db) {
@@ -2378,7 +2433,8 @@ public abstract class DB extends RoomDatabase {
                     long start = new Date().getTime();
                     StringBuilder sb = new StringBuilder();
                     SupportSQLiteDatabase sdb = db.getOpenHelper().getWritableDatabase();
-                    try (Cursor cursor = sdb.query("PRAGMA wal_checkpoint(PASSIVE);")) {
+                    String mode = (true ? "RESTART" : "PASSIVE");
+                    try (Cursor cursor = sdb.query("PRAGMA wal_checkpoint(" + mode + ");")) {
                         if (cursor.moveToNext()) {
                             for (int i = 0; i < cursor.getColumnCount(); i++) {
                                 if (i > 0)
@@ -2389,7 +2445,8 @@ public abstract class DB extends RoomDatabase {
                     }
 
                     long elapse = new Date().getTime() - start;
-                    Log.i("PRAGMA wal_checkpoint=" + sb + " elapse=" + elapse);
+                    EntityLog.log(context, "PRAGMA wal_checkpoint(" + mode + ")=" + sb +
+                            " elapse=" + elapse + " ms");
                 } catch (Throwable ex) {
                     Log.e(ex);
                 }
diff --git a/app/src/main/java/eu/faircode/email/DaoAccount.java b/app/src/main/java/eu/faircode/email/DaoAccount.java
index 437b8b9a5e..c827d457cc 100644
--- a/app/src/main/java/eu/faircode/email/DaoAccount.java
+++ b/app/src/main/java/eu/faircode/email/DaoAccount.java
@@ -156,9 +156,8 @@ public interface DaoAccount {
     @Query("SELECT * FROM account" +
             " WHERE user = :user" +
             " AND pop = :protocol" +
-            " AND auth_type IN (:auth_type)" +
             " AND tbd IS NULL")
-    List<EntityAccount> getAccounts(String user, int protocol, int[] auth_type);
+    List<EntityAccount> getAccounts(String user, int protocol);
 
     @Query("SELECT * FROM account WHERE `primary`")
     EntityAccount getPrimaryAccount();
@@ -216,11 +215,14 @@ public interface DaoAccount {
     @Query("UPDATE account SET name = :name WHERE id = :id AND NOT (name IS :name)")
     int setAccountName(long id, String name);
 
+    @Query("UPDATE account SET color = :color WHERE id = :id AND NOT (color IS :color)")
+    int setAccountColor(long id, Integer color);
+
     @Query("UPDATE account" +
-            " SET password = :password, auth_type = :auth_type" +
+            " SET password = :password, auth_type = :auth_type, provider = :provider" +
             " WHERE id = :id" +
-            " AND NOT (password IS :password AND auth_type = :auth_type)")
-    int setAccountPassword(long id, String password, int auth_type);
+            " AND NOT (password IS :password AND auth_type = :auth_type AND provider = :provider)")
+    int setAccountPassword(long id, String password, int auth_type, String provider);
 
     @Query("UPDATE account" +
             " SET fingerprint = :fingerprint" +
diff --git a/app/src/main/java/eu/faircode/email/DaoAnswer.java b/app/src/main/java/eu/faircode/email/DaoAnswer.java
index a430dd8028..3276a16424 100644
--- a/app/src/main/java/eu/faircode/email/DaoAnswer.java
+++ b/app/src/main/java/eu/faircode/email/DaoAnswer.java
@@ -55,6 +55,9 @@ public interface DaoAnswer {
     @Query("SELECT * FROM answer WHERE id = :id")
     EntityAnswer getAnswer(long id);
 
+    @Query("SELECT * FROM answer WHERE uuid = :uuid")
+    EntityAnswer getAnswerByUUID(String uuid);
+
     @Query("SELECT * FROM answer" +
             " WHERE standard AND NOT hide")
     EntityAnswer getStandardAnswer();
diff --git a/app/src/main/java/eu/faircode/email/DaoIdentity.java b/app/src/main/java/eu/faircode/email/DaoIdentity.java
index b238b4090c..72048cd74c 100644
--- a/app/src/main/java/eu/faircode/email/DaoIdentity.java
+++ b/app/src/main/java/eu/faircode/email/DaoIdentity.java
@@ -86,6 +86,9 @@ public interface DaoIdentity {
     @Query("SELECT * FROM identity WHERE id = :id")
     EntityIdentity getIdentity(long id);
 
+    @Query("SELECT * FROM identity WHERE uuid = :uuid")
+    EntityIdentity getIdentityByUUID(String uuid);
+
     @Insert
     long insertIdentity(EntityIdentity identity);
 
@@ -113,12 +116,12 @@ public interface DaoIdentity {
     int setIdentityPassword(long account, String user, String password, int auth_type, String domain);
 
     @Query("UPDATE identity" +
-            " SET password = :password, auth_type = :new_auth_type" +
+            " SET password = :password, auth_type = :new_auth_type, provider = :provider" +
             " WHERE account = :account" +
             " AND user = :user" +
             " AND auth_type = :auth_type" +
-            " AND NOT (password IS :password AND auth_type IS :new_auth_type)")
-    int setIdentityPassword(long account, String user, String password, int auth_type, int new_auth_type);
+            " AND NOT (password IS :password AND auth_type IS :new_auth_type AND provider = :provider)")
+    int setIdentityPassword(long account, String user, String password, int auth_type, int new_auth_type, String provider);
 
     @Query("UPDATE identity" +
             " SET fingerprint = :fingerprint" +
@@ -141,6 +144,9 @@ public interface DaoIdentity {
     @Query("UPDATE identity SET max_size = :max_size WHERE id = :id AND NOT (max_size IS :max_size)")
     int setIdentityMaxSize(long id, Long max_size);
 
+    @Query("UPDATE identity SET signature = :hmtl WHERE id = :id AND NOT (signature IS :hmtl)")
+    int setIdentitySignature(long id, String hmtl);
+
     @Query("UPDATE identity SET error = :error WHERE id = :id AND NOT (error IS :error)")
     int setIdentityError(long id, String error);
 
diff --git a/app/src/main/java/eu/faircode/email/DaoMessage.java b/app/src/main/java/eu/faircode/email/DaoMessage.java
index 449dd4270f..12a6ec78a4 100644
--- a/app/src/main/java/eu/faircode/email/DaoMessage.java
+++ b/app/src/main/java/eu/faircode/email/DaoMessage.java
@@ -647,6 +647,11 @@ public interface DaoMessage {
             " AND NOT ui_snoozed IS NULL")
     List<EntityMessage> getSnoozed(Long folder);
 
+    @Query("SELECT COUNT(*) FROM message" +
+            " WHERE NOT ui_snoozed IS NULL" +
+            " AND ui_snoozed <> " + Long.MAX_VALUE)
+    int getSnoozedCount();
+
     @Query("SELECT id AS _id, subject AS suggestion FROM message" +
             " WHERE (:account IS NULL OR message.account = :account)" +
             " AND (:folder IS NULL OR message.folder = :folder)" +
diff --git a/app/src/main/java/eu/faircode/email/DaoRule.java b/app/src/main/java/eu/faircode/email/DaoRule.java
index 6a4381dcb4..3114b30c31 100644
--- a/app/src/main/java/eu/faircode/email/DaoRule.java
+++ b/app/src/main/java/eu/faircode/email/DaoRule.java
@@ -46,6 +46,9 @@ public interface DaoRule {
             " WHERE rule.id = :id")
     TupleRuleEx getRule(long id);
 
+    @Query("SELECT * FROM rule WHERE uuid = :uuid")
+    EntityRule getRuleByUUID(String uuid);
+
     @Query("SELECT rule.*, folder.account, folder.name AS folderName, account.name AS accountName FROM rule" +
             " JOIN folder ON folder.id = rule.folder" +
             " JOIN account ON account.id = folder.account" +
diff --git a/app/src/main/java/eu/faircode/email/DaoSearch.java b/app/src/main/java/eu/faircode/email/DaoSearch.java
index 697d1af90e..9120732ec4 100644
--- a/app/src/main/java/eu/faircode/email/DaoSearch.java
+++ b/app/src/main/java/eu/faircode/email/DaoSearch.java
@@ -23,18 +23,26 @@ import androidx.lifecycle.LiveData;
 import androidx.room.Dao;
 import androidx.room.Insert;
 import androidx.room.Query;
+import androidx.room.Update;
 
 import java.util.List;
 
 @Dao
 public interface DaoSearch {
     @Query("SELECT * FROM search" +
-            " ORDER BY name COLLATE NOCASE")
+            " ORDER BY `order`, name COLLATE NOCASE")
     LiveData<List<EntitySearch>> liveSearch();
 
     @Insert
     long insertSearch(EntitySearch search);
 
+    @Query("SELECT * FROM search" +
+            " WHERE id = :id")
+    EntitySearch getSearch(long id);
+
+    @Update
+    int updateSearch(EntitySearch search);
+
     @Query("DELETE FROM search" +
             " WHERE id = :id")
     int deleteSearch(long id);
diff --git a/app/src/main/java/eu/faircode/email/EditTextCompose.java b/app/src/main/java/eu/faircode/email/EditTextCompose.java
index fb132e3cc9..385ec20842 100644
--- a/app/src/main/java/eu/faircode/email/EditTextCompose.java
+++ b/app/src/main/java/eu/faircode/email/EditTextCompose.java
@@ -34,6 +34,7 @@ import android.os.Parcelable;
 import android.text.Editable;
 import android.text.SpannableStringBuilder;
 import android.text.Spanned;
+import android.text.TextUtils;
 import android.text.style.QuoteSpan;
 import android.text.style.StyleSpan;
 import android.util.AttributeSet;
@@ -110,6 +111,8 @@ public class EditTextCompose extends FixedEditText {
                 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
                     try {
                         int order = 1000;
+                        if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O)
+                            menu.add(Menu.CATEGORY_SECONDARY, android.R.id.pasteAsPlainText, order++, getTitle(R.string.title_paste_plain));
                         if (undo_manager && can(android.R.id.undo))
                             menu.add(Menu.CATEGORY_SECONDARY, R.string.title_undo, order++, getTitle(R.string.title_undo));
                         if (undo_manager && can(android.R.id.redo))
@@ -142,7 +145,9 @@ public class EditTextCompose extends FixedEditText {
                 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
                     if (item.getGroupId() == Menu.CATEGORY_SECONDARY) {
                         int id = item.getItemId();
-                        if (id == R.string.title_undo)
+                        if (id == android.R.id.pasteAsPlainText)
+                            return insertPlain();
+                        else if (id == R.string.title_undo)
                             return EditTextCompose.super.onTextContextMenuItem(android.R.id.undo);
                         else if (id == R.string.title_redo)
                             return EditTextCompose.super.onTextContextMenuItem(android.R.id.redo);
@@ -163,6 +168,31 @@ public class EditTextCompose extends FixedEditText {
                     // Do nothing
                 }
 
+                private boolean insertPlain() {
+                    ClipboardManager cbm = Helper.getSystemService(context, ClipboardManager.class);
+                    if (!cbm.hasPrimaryClip())
+                        return true;
+
+                    ClipData clip = cbm.getPrimaryClip();
+                    if (clip == null || clip.getItemCount() < 1)
+                        return true;
+
+                    ClipData.Item item = clip.getItemAt(0);
+                    if (item == null)
+                        return true;
+
+                    CharSequence text = item.getText();
+                    if (TextUtils.isEmpty(text))
+                        return true;
+
+                    int start = getSelectionStart();
+                    if (start < 0)
+                        start = 0;
+                    getText().insert(start, text.toString());
+
+                    return true;
+                }
+
                 private boolean insertLine() {
                     try {
                         int start = getSelectionStart();
diff --git a/app/src/main/java/eu/faircode/email/EditTextMultiAutoComplete.java b/app/src/main/java/eu/faircode/email/EditTextMultiAutoComplete.java
index 391713f04d..77f945a3bd 100644
--- a/app/src/main/java/eu/faircode/email/EditTextMultiAutoComplete.java
+++ b/app/src/main/java/eu/faircode/email/EditTextMultiAutoComplete.java
@@ -127,6 +127,8 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
                         @Override
                         public void run() {
                             try {
+                                if (edit == null)
+                                    return;
                                 ClipImageSpan[] spans = edit.getSpans(backspace, backspace, ClipImageSpan.class);
                                 if (spans.length == 1) {
                                     int start = edit.getSpanStart(spans[0]);
@@ -369,6 +371,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
                                     if (kar == ',' &&
                                             (i + 1 == edit.length() || edit.charAt(i + 1) != ' '))
                                         edit.insert(++i, " ");
+
                                     added = true;
                                 }
                             }
@@ -382,8 +385,10 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
                 for (ClipImageSpan span : tbd)
                     edit.removeSpan(span);
 
-                if (tbd.size() > 0 || added)
-                    invalidate();
+                if (tbd.size() > 0 || added) {
+                    setText(edit);
+                    setSelection(selStart, selEnd);
+                }
             } catch (Throwable ex) {
                 Log.e(ex);
             }
diff --git a/app/src/main/java/eu/faircode/email/EmailService.java b/app/src/main/java/eu/faircode/email/EmailService.java
index ea3002013f..4567bc0953 100644
--- a/app/src/main/java/eu/faircode/email/EmailService.java
+++ b/app/src/main/java/eu/faircode/email/EmailService.java
@@ -104,6 +104,7 @@ public class EmailService implements AutoCloseable {
     private boolean insecure;
     private int purpose;
     private boolean ssl_harden;
+    private boolean ssl_harden_strict;
     private boolean cert_strict;
     private boolean useip;
     private String ehlo;
@@ -149,10 +150,17 @@ public class EmailService implements AutoCloseable {
             "SSLv2", "SSLv3", "TLSv1", "TLSv1.1"
     ));
 
+    private static final List<String> SSL_PROTOCOL_BLACKLIST_STRICT = Collections.unmodifiableList(Arrays.asList(
+            "SSLv2", "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
+    ));
+
     // https://developer.android.com/reference/javax/net/ssl/SSLSocket.html#cipher-suites
     private static final Pattern SSL_CIPHER_BLACKLIST =
             Pattern.compile(".*(_DES|DH_|DSS|EXPORT|MD5|NULL|RC4|TLS_FALLBACK_SCSV).*");
 
+    private static final Pattern SSL_CIPHER_BLACKLIST_STRICT =
+            Pattern.compile("(.*(_DES|DH_|DSS|EXPORT|MD5|NULL|RC4|TLS_FALLBACK_SCSV|RSA).*)|(.*SHA$)");
+
     // TLS_FALLBACK_SCSV https://tools.ietf.org/html/rfc7507
     // TLS_EMPTY_RENEGOTIATION_INFO_SCSV https://tools.ietf.org/html/rfc5746
 
@@ -183,6 +191,7 @@ public class EmailService implements AutoCloseable {
         this.log = prefs.getBoolean("protocol", false);
         this.level = prefs.getInt("log_level", Log.getDefaultLogLevel());
         this.ssl_harden = prefs.getBoolean("ssl_harden", false);
+        this.ssl_harden_strict = prefs.getBoolean("ssl_harden_strict", false);
         this.cert_strict = prefs.getBoolean("cert_strict", !BuildConfig.PLAY_STORE_RELEASE);
 
         boolean auth_plain = prefs.getBoolean("auth_plain", true);
@@ -190,12 +199,14 @@ public class EmailService implements AutoCloseable {
         boolean auth_ntlm = prefs.getBoolean("auth_ntlm", true);
         boolean auth_sasl = prefs.getBoolean("auth_sasl", true);
         boolean auth_apop = prefs.getBoolean("auth_apop", false);
+        boolean use_top = prefs.getBoolean("use_top", true);
         Log.i("Authenticate" +
                 " plain=" + auth_plain +
                 " login=" + auth_login +
                 " ntlm=" + auth_ntlm +
                 " sasl=" + auth_sasl +
-                " apop=" + auth_apop);
+                " apop=" + auth_apop +
+                " use_top=" + use_top);
 
         properties.put("mail.event.scope", "folder");
         properties.put("mail.event.executor", executor);
@@ -208,6 +219,8 @@ public class EmailService implements AutoCloseable {
             properties.put("mail." + protocol + ".auth.ntlm.disable", "true");
         if (auth_apop)
             properties.put("mail." + protocol + ".apop.enable", "true");
+        if (!use_top)
+            properties.put("mail." + protocol + ".disabletop", "true");
 
         // SASL is attempted before other authentication methods
         properties.put("mail." + protocol + ".sasl.enable", Boolean.toString(auth_sasl));
@@ -336,15 +349,15 @@ public class EmailService implements AutoCloseable {
     public void connect(EntityAccount account) throws MessagingException {
         connect(
                 account.host, account.port,
-                account.auth_type, account.provider, account.poll_interval,
+                account.auth_type, account.provider,
                 account.user, account.password,
                 new ServiceAuthenticator.IAuthenticated() {
                     @Override
                     public void onPasswordChanged(Context context, String newPassword) {
                         DB db = DB.getInstance(context);
                         account.password = newPassword;
-                        int accounts = db.account().setAccountPassword(account.id, account.password, account.auth_type);
-                        int identities = db.identity().setIdentityPassword(account.id, account.user, account.password, account.auth_type, account.auth_type);
+                        int accounts = db.account().setAccountPassword(account.id, account.password, account.auth_type, account.provider);
+                        int identities = db.identity().setIdentityPassword(account.id, account.user, account.password, account.auth_type, account.auth_type, account.provider);
                         EntityLog.log(context, EntityLog.Type.Account, account,
                                 "token refreshed=" + accounts + "/" + identities);
                     }
@@ -355,7 +368,7 @@ public class EmailService implements AutoCloseable {
     public void connect(EntityIdentity identity) throws MessagingException {
         connect(
                 identity.host, identity.port,
-                identity.auth_type, identity.provider, 0,
+                identity.auth_type, identity.provider,
                 identity.user, identity.password,
                 new ServiceAuthenticator.IAuthenticated() {
                     @Override
@@ -376,12 +389,12 @@ public class EmailService implements AutoCloseable {
             int auth, String provider,
             String user, String password,
             String certificate, String fingerprint) throws MessagingException {
-        connect(host, port, auth, provider, 0, user, password, null, certificate, fingerprint);
+        connect(host, port, auth, provider, user, password, null, certificate, fingerprint);
     }
 
     private void connect(
             String host, int port,
-            int auth, String provider, int keep_alive,
+            int auth, String provider,
             String user, String password,
             ServiceAuthenticator.IAuthenticated intf,
             String certificate, String fingerprint) throws MessagingException {
@@ -417,7 +430,7 @@ public class EmailService implements AutoCloseable {
                 }
             }
 
-            factory = new SSLSocketFactoryService(host, insecure, ssl_harden, cert_strict, key, chain, fingerprint);
+            factory = new SSLSocketFactoryService(host, insecure, ssl_harden, ssl_harden_strict, cert_strict, key, chain, fingerprint);
             properties.put("mail." + protocol + ".ssl.socketFactory", factory);
             properties.put("mail." + protocol + ".socketFactory.fallback", "false");
             properties.put("mail." + protocol + ".ssl.checkserveridentity", "false");
@@ -429,8 +442,7 @@ public class EmailService implements AutoCloseable {
         }
 
         properties.put("mail." + protocol + ".forcepasswordrefresh", "true");
-        authenticator = new ServiceAuthenticator(context,
-                auth, provider, keep_alive, user, password, intf);
+        authenticator = new ServiceAuthenticator(context, auth, provider, user, password, intf);
 
         if ("imap.wp.pl".equals(host))
             properties.put("mail.idledone", "false");
@@ -464,6 +476,8 @@ public class EmailService implements AutoCloseable {
 
             if (auth == AUTH_TYPE_GMAIL || auth == AUTH_TYPE_OAUTH) {
                 try {
+                    EntityLog.log(context, EntityLog.Type.Debug,
+                            ex + "\n" + android.util.Log.getStackTraceString(ex));
                     authenticator.refreshToken(true);
                     connect(host, port, auth, user, factory);
                 } catch (Exception ex1) {
@@ -876,8 +890,8 @@ public class EmailService implements AutoCloseable {
             return false;
     }
 
-    public void check() {
-        authenticator.checkToken();
+    public Long getAccessTokenExpirationTime() {
+        return authenticator.getAccessTokenExpirationTime();
     }
 
     public boolean isOpen() {
@@ -942,15 +956,17 @@ public class EmailService implements AutoCloseable {
         private String server;
         private boolean secure;
         private boolean ssl_harden;
+        private boolean ssl_harden_strict;
         private boolean cert_strict;
         private String trustedFingerprint;
         private SSLSocketFactory factory;
         private X509Certificate certificate;
 
-        SSLSocketFactoryService(String host, boolean insecure, boolean ssl_harden, boolean cert_strict, PrivateKey key, X509Certificate[] chain, String fingerprint) throws GeneralSecurityException {
+        SSLSocketFactoryService(String host, boolean insecure, boolean ssl_harden, boolean ssl_harden_strict, boolean cert_strict, PrivateKey key, X509Certificate[] chain, String fingerprint) throws GeneralSecurityException {
             this.server = host;
             this.secure = !insecure;
             this.ssl_harden = ssl_harden;
+            this.ssl_harden_strict = ssl_harden_strict;
             this.cert_strict = cert_strict;
             this.trustedFingerprint = fingerprint;
 
@@ -1148,6 +1164,27 @@ public class EmailService implements AutoCloseable {
                     ciphers.addAll(Arrays.asList(sslSocket.getSupportedCipherSuites()));
                     ciphers.remove("TLS_FALLBACK_SCSV");
                     sslSocket.setEnabledCipherSuites(ciphers.toArray(new String[0]));
+                } else if (ssl_harden && ssl_harden_strict &&
+                        !BuildConfig.PLAY_STORE_RELEASE &&
+                        Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
+                    // Protocols
+                    List<String> protocols = new ArrayList<>();
+                    for (String protocol : sslSocket.getEnabledProtocols())
+                        if (SSL_PROTOCOL_BLACKLIST_STRICT.contains(protocol))
+                            Log.i("SSL disabling protocol=" + protocol);
+                        else
+                            protocols.add(protocol);
+                    sslSocket.setEnabledProtocols(protocols.toArray(new String[0]));
+
+                    // Ciphers
+                    List<String> ciphers = new ArrayList<>();
+                    for (String cipher : sslSocket.getEnabledCipherSuites()) {
+                        if (SSL_CIPHER_BLACKLIST_STRICT.matcher(cipher).matches())
+                            Log.i("SSL disabling cipher=" + cipher);
+                        else
+                            ciphers.add(cipher);
+                    }
+                    sslSocket.setEnabledCipherSuites(ciphers.toArray(new String[0]));
                 } else if (ssl_harden) {
                     // Protocols
                     List<String> protocols = new ArrayList<>();
diff --git a/app/src/main/java/eu/faircode/email/EntityAnswer.java b/app/src/main/java/eu/faircode/email/EntityAnswer.java
index 492adac97f..a879b1b8ce 100644
--- a/app/src/main/java/eu/faircode/email/EntityAnswer.java
+++ b/app/src/main/java/eu/faircode/email/EntityAnswer.java
@@ -56,6 +56,7 @@ import java.util.List;
 import java.util.Locale;
 import java.util.Map;
 import java.util.Objects;
+import java.util.UUID;
 
 import javax.mail.Address;
 import javax.mail.internet.InternetAddress;
@@ -75,6 +76,8 @@ public class EntityAnswer implements Serializable {
     @PrimaryKey(autoGenerate = true)
     public Long id;
     @NonNull
+    public String uuid = UUID.randomUUID().toString();
+    @NonNull
     public String name;
     public String group;
     @NonNull
@@ -336,7 +339,7 @@ public class EntityAnswer implements Serializable {
                     ssb.append(p.link).append("\n\n");
 
                 profiles.add(999, profiles.size(), profiles.size() + 1, p.name +
-                        (p.appPassword ? "+" : ""))
+                                (p.appPassword ? "+" : ""))
                         .setIntent(new Intent().putExtra("config", ssb));
             }
         }
@@ -374,6 +377,7 @@ public class EntityAnswer implements Serializable {
     public JSONObject toJSON() throws JSONException {
         JSONObject json = new JSONObject();
         json.put("id", id);
+        json.put("uuid", uuid);
         json.put("name", name);
         json.put("group", group);
         json.put("standard", standard);
@@ -392,6 +396,8 @@ public class EntityAnswer implements Serializable {
     public static EntityAnswer fromJSON(JSONObject json) throws JSONException {
         EntityAnswer answer = new EntityAnswer();
         answer.id = json.getLong("id");
+        if (json.has("uuid"))
+            answer.uuid = json.getString("uuid");
         answer.name = json.getString("name");
         answer.group = json.optString("group");
         if (TextUtils.isEmpty(answer.group))
@@ -415,7 +421,8 @@ public class EntityAnswer implements Serializable {
     public boolean equals(Object obj) {
         if (obj instanceof EntityAnswer) {
             EntityAnswer other = (EntityAnswer) obj;
-            return (this.name.equals(other.name) &&
+            return (Objects.equals(this.uuid, other.uuid) &&
+                    this.name.equals(other.name) &&
                     Objects.equals(this.group, other.group) &&
                     this.standard.equals(other.standard) &&
                     this.receipt.equals(other.receipt) &&
diff --git a/app/src/main/java/eu/faircode/email/EntityAttachment.java b/app/src/main/java/eu/faircode/email/EntityAttachment.java
index d6fcc96bc0..56d9a35095 100644
--- a/app/src/main/java/eu/faircode/email/EntityAttachment.java
+++ b/app/src/main/java/eu/faircode/email/EntityAttachment.java
@@ -202,6 +202,17 @@ public class EntityAttachment {
         if (encryption != null)
             return type;
 
+        if ("audio/mid".equals(type))
+            return "audio/midi";
+
+        // https://www.rfc-editor.org/rfc/rfc3555.txt
+        if ("image/jpg".equals(type) || "video/jpeg".equals(type))
+            return "image/jpeg";
+
+        if (!TextUtils.isEmpty(type) &&
+                (type.endsWith("/pdf") || type.endsWith("/x-pdf")))
+            return "application/pdf";
+
         String extension = Helper.getExtension(name);
         if (extension == null)
             return type;
@@ -244,6 +255,9 @@ public class EntityAttachment {
         if ("ppt".equals(extension))
             return "application/vnd.ms-powerpoint";
 
+        if ("application/vnd.ms-pps".equals(type))
+            return "application/vnd.ms-powerpoint";
+
         if ("pptx".equals(extension))
             return "application/vnd.openxmlformats-officedocument.presentationml.presentation";
 
@@ -300,17 +314,6 @@ public class EntityAttachment {
         if ("text/plain".equals(type) && "ovpn".equals(extension))
             return "application/x-openvpn-profile";
 
-        if ("audio/mid".equals(type))
-            return "audio/midi";
-
-        // https://www.rfc-editor.org/rfc/rfc3555.txt
-        if ("image/jpg".equals(type) || "video/jpeg".equals(type))
-            return "image/jpeg";
-
-        if (!TextUtils.isEmpty(type) &&
-                (type.endsWith("/pdf") || type.endsWith("/x-pdf")))
-            return "application/pdf";
-
         // Guess types
         if (gtype != null) {
             if (TextUtils.isEmpty(type) ||
diff --git a/app/src/main/java/eu/faircode/email/EntityFolder.java b/app/src/main/java/eu/faircode/email/EntityFolder.java
index c24cca6274..64f90dd9d6 100644
--- a/app/src/main/java/eu/faircode/email/EntityFolder.java
+++ b/app/src/main/java/eu/faircode/email/EntityFolder.java
@@ -304,6 +304,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
             // und deren Absender nicht in Ihrem Adressbuch oder auf Ihrer Erwünschtliste stehen.
             synchronize = true;
             unified = true;
+            notify = true;
         }
     }
 
diff --git a/app/src/main/java/eu/faircode/email/EntityIdentity.java b/app/src/main/java/eu/faircode/email/EntityIdentity.java
index 660e59c0a4..766c55e1f7 100644
--- a/app/src/main/java/eu/faircode/email/EntityIdentity.java
+++ b/app/src/main/java/eu/faircode/email/EntityIdentity.java
@@ -35,6 +35,7 @@ import org.json.JSONObject;
 
 import java.util.Locale;
 import java.util.Objects;
+import java.util.UUID;
 import java.util.regex.Pattern;
 
 import javax.mail.Address;
@@ -56,6 +57,8 @@ public class EntityIdentity {
     @PrimaryKey(autoGenerate = true)
     public Long id;
     @NonNull
+    public String uuid = UUID.randomUUID().toString();
+    @NonNull
     public String name;
     @NonNull
     public String email;
@@ -187,6 +190,7 @@ public class EntityIdentity {
     public JSONObject toJSON() throws JSONException {
         JSONObject json = new JSONObject();
         json.put("id", id);
+        json.put("uuid", uuid);
         json.put("name", name);
         json.put("email", email);
         // not account
@@ -244,6 +248,10 @@ public class EntityIdentity {
     public static EntityIdentity fromJSON(JSONObject json) throws JSONException {
         EntityIdentity identity = new EntityIdentity();
         identity.id = json.getLong("id");
+
+        if (json.has("uuid"))
+            identity.uuid = json.getString("uuid");
+
         identity.name = json.getString("name");
         identity.email = json.getString("email");
         if (json.has("display") && !json.isNull("display"))
@@ -315,7 +323,8 @@ public class EntityIdentity {
     public boolean equals(Object obj) {
         if (obj instanceof EntityIdentity) {
             EntityIdentity other = (EntityIdentity) obj;
-            return (this.name.equals(other.name) &&
+            return (Objects.equals(this.uuid, other.uuid) &&
+                    this.name.equals(other.name) &&
                     this.email.equals(other.email) &&
                     this.account.equals(other.account) &&
                     Objects.equals(this.display, other.display) &&
diff --git a/app/src/main/java/eu/faircode/email/EntityMessage.java b/app/src/main/java/eu/faircode/email/EntityMessage.java
index 8a999ec1ad..0b6505dba1 100644
--- a/app/src/main/java/eu/faircode/email/EntityMessage.java
+++ b/app/src/main/java/eu/faircode/email/EntityMessage.java
@@ -121,6 +121,8 @@ public class EntityMessage implements Serializable {
     static final Long SWIPE_ACTION_JUNK = -8L;
     static final Long SWIPE_ACTION_REPLY = -9L;
 
+    private static final int MAX_SNOOZED = 300;
+
     @PrimaryKey(autoGenerate = true)
     public Long id;
     @NonNull
@@ -354,7 +356,7 @@ public class EntityMessage implements Serializable {
                 EntityMessage.SMIME_SIGNENCRYPT.equals(ui_encrypt));
     }
 
-    boolean isVerifiable(){
+    boolean isVerifiable() {
         return (EntityMessage.PGP_SIGNONLY.equals(encrypt) ||
                 EntityMessage.SMIME_SIGNONLY.equals(encrypt));
     }
@@ -582,6 +584,30 @@ public class EntityMessage implements Serializable {
     }
 
     static void snooze(Context context, long id, Long wakeup) {
+        if (wakeup != null && wakeup != Long.MAX_VALUE) {
+            /*
+                java.lang.IllegalStateException: Maximum limit of concurrent alarms 500 reached for uid: u0a601, callingPackage: eu.faircode.email
+                    at android.os.Parcel.createExceptionOrNull(Parcel.java:2433)
+                    at android.os.Parcel.createException(Parcel.java:2409)
+                    at android.os.Parcel.readException(Parcel.java:2392)
+                    at android.os.Parcel.readException(Parcel.java:2334)
+                    at android.app.IAlarmManager$Stub$Proxy.set(IAlarmManager.java:359)
+                    at android.app.AlarmManager.setImpl(AlarmManager.java:947)
+                    at android.app.AlarmManager.setImpl(AlarmManager.java:907)
+                    at android.app.AlarmManager.setExactAndAllowWhileIdle(AlarmManager.java:1175)
+                    at androidx.core.app.AlarmManagerCompat$Api23Impl.setExactAndAllowWhileIdle(Unknown Source:0)
+                    at androidx.core.app.AlarmManagerCompat.setExactAndAllowWhileIdle(SourceFile:2)
+                    at eu.faircode.email.AlarmManagerCompatEx.setAndAllowWhileIdle(SourceFile:2)
+                    at eu.faircode.email.EntityMessage.snooze(SourceFile:7)
+             */
+            DB db = DB.getInstance(context);
+            int count = db.message().getSnoozedCount();
+            Log.i("Snoozed=" + count + "/" + MAX_SNOOZED);
+            if (count > MAX_SNOOZED)
+                throw new IllegalArgumentException(
+                        String.format("Due to Android limitations, no more than %d messages can be snoozed or delayed", MAX_SNOOZED));
+        }
+
         Intent snoozed = new Intent(context, ServiceSynchronize.class);
         snoozed.setAction("unsnooze:" + id);
         PendingIntent pi = PendingIntentCompat.getForegroundService(
diff --git a/app/src/main/java/eu/faircode/email/EntityOperation.java b/app/src/main/java/eu/faircode/email/EntityOperation.java
index a7210635a3..75dbd5f9b0 100644
--- a/app/src/main/java/eu/faircode/email/EntityOperation.java
+++ b/app/src/main/java/eu/faircode/email/EntityOperation.java
@@ -169,6 +169,20 @@ public class EntityOperation {
                 message.keywords = keywords.toArray(new String[0]);
                 db.message().setMessageKeywords(message.id, DB.Converters.fromStringArray(message.keywords));
 
+                if (set) {
+                    EntityFolder folder = db.folder().getFolder(message.folder);
+                    if (folder != null) {
+                        List<String> fkeywords = new ArrayList<>();
+                        if (folder.keywords != null)
+                            fkeywords.addAll(Arrays.asList(folder.keywords));
+                        if (!fkeywords.contains(keyword))
+                            fkeywords.add(keyword);
+                        Collections.sort(fkeywords);
+                        db.folder().setFolderKeywords(folder.id,
+                                DB.Converters.fromStringArray(fkeywords.toArray(new String[0])));
+                    }
+                }
+
             } else if (LABEL.equals(name)) {
                 String label = jargs.getString(0);
                 boolean set = jargs.getBoolean(1);
@@ -257,6 +271,7 @@ public class EntityOperation {
                 if (message.ui_found)
                     db.message().setMessageFound(message.id, false);
 
+                boolean premove = true;
                 if (source.account.equals(target.account)) {
                     EntityAccount account = db.account().getAccount(message.account);
                     if ((account != null && !account.isGmail()) ||
@@ -269,6 +284,10 @@ public class EntityOperation {
                             EntityFolder.ARCHIVE.equals(source.type) &&
                             !(EntityFolder.TRASH.equals(target.type) || EntityFolder.JUNK.equals(target.type)))
                         name = COPY;
+
+                    if (account != null && account.isGmail() &&
+                            (EntityFolder.DRAFTS.equals(source.type) || EntityFolder.DRAFTS.equals(target.type)))
+                        premove = false;
                 }
 
                 if (message.ui_snoozed != null &&
@@ -296,7 +315,8 @@ public class EntityOperation {
 
                 // Create copy without uid in target folder
                 // Message with same msgid can be in archive
-                if (message.uid != null &&
+                if (premove &&
+                        message.uid != null &&
                         !TextUtils.isEmpty(message.msgid) &&
                         db.message().countMessageByMsgId(target.id, message.msgid) == 0) {
                     File msource = message.getFile(context);
diff --git a/app/src/main/java/eu/faircode/email/EntityRule.java b/app/src/main/java/eu/faircode/email/EntityRule.java
index 9a47701c79..6db4fe6da8 100644
--- a/app/src/main/java/eu/faircode/email/EntityRule.java
+++ b/app/src/main/java/eu/faircode/email/EntityRule.java
@@ -56,6 +56,7 @@ import java.util.Iterator;
 import java.util.List;
 import java.util.Locale;
 import java.util.Objects;
+import java.util.UUID;
 import java.util.concurrent.ExecutorService;
 import java.util.regex.Pattern;
 
@@ -83,6 +84,8 @@ public class EntityRule {
     @PrimaryKey(autoGenerate = true)
     public Long id;
     @NonNull
+    public String uuid = UUID.randomUUID().toString();
+    @NonNull
     public Long folder;
     @NonNull
     public String name;
@@ -344,10 +347,7 @@ public class EntityRule {
             }
 
             // Body
-            JSONObject jbody = null;
-            if (message.encrypt == null ||
-                    EntityMessage.ENCRYPT_NONE.equals(message.encrypt))
-                jbody = jcondition.optJSONObject("body");
+            JSONObject jbody = jcondition.optJSONObject("body");
             if (jbody != null) {
                 String value = jbody.getString("value");
                 boolean regex = jbody.getBoolean("regex");
@@ -366,7 +366,10 @@ public class EntityRule {
                 }
 
                 if (html == null)
-                    throw new IllegalArgumentException(context.getString(R.string.title_rule_no_body));
+                    if (message.encrypt == null || EntityMessage.ENCRYPT_NONE.equals(message.encrypt))
+                        throw new IllegalArgumentException(context.getString(R.string.title_rule_no_body));
+                    else
+                        return false;
 
                 Document d = JsoupEx.parse(html);
                 if (skip_quotes)
@@ -1161,7 +1164,8 @@ public class EntityRule {
     public boolean equals(Object obj) {
         if (obj instanceof EntityRule) {
             EntityRule other = (EntityRule) obj;
-            return this.folder.equals(other.folder) &&
+            return Objects.equals(this.uuid, other.uuid) &&
+                    this.folder.equals(other.folder) &&
                     this.name.equals(other.name) &&
                     this.order == other.order &&
                     this.enabled == other.enabled &&
@@ -1212,6 +1216,7 @@ public class EntityRule {
     public JSONObject toJSON() throws JSONException {
         JSONObject json = new JSONObject();
         json.put("id", id);
+        json.put("uuid", uuid);
         json.put("name", name);
         json.put("order", order);
         json.put("enabled", enabled);
@@ -1226,6 +1231,8 @@ public class EntityRule {
     public static EntityRule fromJSON(JSONObject json) throws JSONException {
         EntityRule rule = new EntityRule();
         // id
+        if (json.has("uuid"))
+            rule.uuid = json.getString("uuid");
         rule.name = json.getString("name");
         rule.order = json.getInt("order");
         rule.enabled = json.getBoolean("enabled");
diff --git a/app/src/main/java/eu/faircode/email/EntitySearch.java b/app/src/main/java/eu/faircode/email/EntitySearch.java
index c495a28bd8..12eee1bf09 100644
--- a/app/src/main/java/eu/faircode/email/EntitySearch.java
+++ b/app/src/main/java/eu/faircode/email/EntitySearch.java
@@ -39,6 +39,7 @@ public class EntitySearch {
     public Long id;
     @NonNull
     public String name;
+    public Integer order;
     public Integer color;
     @NonNull
     public String data;
@@ -49,6 +50,7 @@ public class EntitySearch {
             EntitySearch other = (EntitySearch) obj;
             return (this.id.equals(other.id) &&
                     this.name.equals(other.name) &&
+                    Objects.equals(this.order, other.order) &&
                     Objects.equals(this.color, other.color) &&
                     this.data.equals(other.data));
         } else
diff --git a/app/src/main/java/eu/faircode/email/FragmentBase.java b/app/src/main/java/eu/faircode/email/FragmentBase.java
index 02c7de0fb0..519bd597c2 100644
--- a/app/src/main/java/eu/faircode/email/FragmentBase.java
+++ b/app/src/main/java/eu/faircode/email/FragmentBase.java
@@ -29,6 +29,7 @@ import android.content.DialogInterface;
 import android.content.Intent;
 import android.content.IntentFilter;
 import android.content.IntentSender;
+import android.content.SharedPreferences;
 import android.content.pm.PackageManager;
 import android.content.res.Configuration;
 import android.graphics.Rect;
@@ -61,6 +62,7 @@ import androidx.lifecycle.Lifecycle;
 import androidx.lifecycle.LifecycleObserver;
 import androidx.lifecycle.OnLifecycleEvent;
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
+import androidx.preference.PreferenceManager;
 
 import java.io.File;
 import java.io.FileInputStream;
@@ -72,6 +74,7 @@ import java.util.List;
 import java.util.Map;
 
 public class FragmentBase extends Fragment {
+    private CharSequence count = null;
     private CharSequence title = null;
     private CharSequence subtitle = " ";
     private boolean finish = false;
@@ -97,6 +100,11 @@ public class FragmentBase extends Fragment {
             return null;
     }
 
+    protected void setCount(String count) {
+        this.count = count;
+        updateSubtitle();
+    }
+
     protected void setTitle(int resid) {
         setTitle(getString(resid));
     }
@@ -410,9 +418,18 @@ public class FragmentBase extends Fragment {
                     actionbar.setTitle(title == null ? getString(R.string.app_name) : title);
                     actionbar.setSubtitle(subtitle);
                 } else {
+                    SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(activity);
+                    boolean list_count = prefs.getBoolean("list_count", false);
+
                     View custom = actionbar.getCustomView();
+                    TextView tvCount = custom.findViewById(R.id.count);
                     TextView tvTitle = custom.findViewById(R.id.title);
                     TextView tvSubtitle = custom.findViewById(R.id.subtitle);
+                    if (tvCount != null) {
+                        tvCount.setText(count);
+                        tvCount.setVisibility(!list_count || TextUtils.isEmpty(count)
+                                ? View.GONE : View.VISIBLE);
+                    }
                     if (tvTitle != null)
                         tvTitle.setText(title == null ? getString(R.string.app_name) : title);
                     if (tvSubtitle != null)
@@ -479,6 +496,7 @@ public class FragmentBase extends Fragment {
 
         Intent create = new Intent(Intent.ACTION_CREATE_DOCUMENT);
         create.addCategory(Intent.CATEGORY_OPENABLE);
+        intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
         create.setType(intent.getStringExtra("type"));
         create.putExtra(Intent.EXTRA_TITLE, intent.getStringExtra("name"));
         Helper.openAdvanced(create);
diff --git a/app/src/main/java/eu/faircode/email/FragmentCompose.java b/app/src/main/java/eu/faircode/email/FragmentCompose.java
index 570369f2f4..cd04ee222f 100644
--- a/app/src/main/java/eu/faircode/email/FragmentCompose.java
+++ b/app/src/main/java/eu/faircode/email/FragmentCompose.java
@@ -544,6 +544,7 @@ public class FragmentCompose extends FragmentBase {
 
                 // https://developer.android.com/guide/topics/providers/contacts-provider#Intents
                 Intent pick = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Email.CONTENT_URI);
+                pick.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 startActivityForResult(Helper.getChooser(getContext(), pick), request);
             }
         };
@@ -914,8 +915,17 @@ public class FragmentCompose extends FragmentBase {
         ibReferenceImages.setOnClickListener(new View.OnClickListener() {
             @Override
             public void onClick(View v) {
-                ibReferenceImages.setVisibility(View.GONE);
-                onReferenceImages();
+                new AlertDialog.Builder(v.getContext())
+                        .setMessage(R.string.title_ask_show_image)
+                        .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
+                            @Override
+                            public void onClick(DialogInterface dialog, int which) {
+                                ibReferenceImages.setVisibility(View.GONE);
+                                onReferenceImages();
+                            }
+                        })
+                        .setNegativeButton(android.R.string.cancel, null)
+                        .show();
             }
         });
 
@@ -1192,6 +1202,10 @@ public class FragmentCompose extends FragmentBase {
                     if (typed == null)
                         return result;
 
+                    final Context context = getContext();
+                    if (context == null)
+                        return result;
+
                     String wildcard = "%" + typed + "%";
                     Map<String, EntityContact> map = new HashMap<>();
 
@@ -1209,7 +1223,7 @@ public class FragmentCompose extends FragmentBase {
                                     .replace("?", "[?]") +
                             "*";
 
-                    boolean contacts = Helper.hasPermission(getContext(), Manifest.permission.READ_CONTACTS);
+                    boolean contacts = Helper.hasPermission(context, Manifest.permission.READ_CONTACTS);
                     if (contacts) {
                         try (Cursor cursor = resolver.query(
                                 ContactsContract.CommonDataKinds.Email.CONTENT_URI,
@@ -1373,7 +1387,7 @@ public class FragmentCompose extends FragmentBase {
                 String email = args.getString("email");
 
                 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
-                boolean auto_identity = prefs.getBoolean("auto_identity", true);
+                boolean auto_identity = prefs.getBoolean("auto_identity", false);
                 boolean suggest_sent = prefs.getBoolean("suggest_sent", true);
                 boolean suggest_received = prefs.getBoolean("suggest_received", false);
 
@@ -1448,6 +1462,22 @@ public class FragmentCompose extends FragmentBase {
             }
 
             private void convertRef(boolean plain) {
+                if (plain)
+                    _convertRef(plain);
+                else
+                    new AlertDialog.Builder(getContext())
+                            .setMessage(R.string.title_ask_show_html)
+                            .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
+                                @Override
+                                public void onClick(DialogInterface dialog, int which) {
+                                    _convertRef(false);
+                                }
+                            })
+                            .setNegativeButton(android.R.string.cancel, null)
+                            .show();
+            }
+
+            private void _convertRef(boolean plain) {
                 etBody.clearComposingText();
 
                 Bundle args = new Bundle();
@@ -1664,6 +1694,9 @@ public class FragmentCompose extends FragmentBase {
             onAction(R.id.action_save, extras, "pause");
         }
 
+        SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
+        prefs.edit().putLong("last_composing", working).apply();
+
         ConnectivityManager cm = Helper.getSystemService(context, ConnectivityManager.class);
         cm.unregisterNetworkCallback(networkCallback);
 
@@ -1867,9 +1900,12 @@ public class FragmentCompose extends FragmentBase {
 
         bottom_navigation.findViewById(R.id.action_save).setOnLongClickListener(new View.OnLongClickListener() {
             @Override
-            public boolean onLongClick(View view) {
-                onLanguageTool();
-                return true;
+            public boolean onLongClick(View v) {
+                if (LanguageTool.isEnabled(v.getContext())) {
+                    onLanguageTool();
+                    return true;
+                } else
+                    return false;
             }
         });
 
@@ -2593,6 +2629,7 @@ public class FragmentCompose extends FragmentBase {
     private void onActionAttachment() {
         Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
         intent.addCategory(Intent.CATEGORY_OPENABLE);
+        intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
         intent.setType("*/*");
         intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);
         PackageManager pm = getContext().getPackageManager();
@@ -3038,6 +3075,7 @@ public class FragmentCompose extends FragmentBase {
                 Log.i("Using file picker");
                 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
                 intent.addCategory(Intent.CATEGORY_OPENABLE);
+                intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 intent.setType("image/*");
                 intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);
                 if (intent.resolveActivity(pm) == null) // GET_CONTENT whitelisted
@@ -3719,6 +3757,8 @@ public class FragmentCompose extends FragmentBase {
                     // Check public key validity
                     try {
                         chain[0].checkValidity();
+                        // TODO: check digitalSignature/nonRepudiation key usage
+                        // https://datatracker.ietf.org/doc/html/rfc3850#section-4.4.2
                     } catch (CertificateException ex) {
                         String msg = ex.getMessage();
                         throw new IllegalArgumentException(
@@ -4565,7 +4605,7 @@ public class FragmentCompose extends FragmentBase {
             boolean receipt_default = prefs.getBoolean("receipt_default", false);
             boolean write_below = prefs.getBoolean("write_below", false);
             boolean save_drafts = prefs.getBoolean("save_drafts", true);
-            boolean auto_identity = prefs.getBoolean("auto_identity", true);
+            boolean auto_identity = prefs.getBoolean("auto_identity", false);
             boolean suggest_sent = prefs.getBoolean("suggest_sent", true);
             boolean suggest_received = prefs.getBoolean("suggest_received", false);
             boolean forward_new = prefs.getBoolean("forward_new", true);
@@ -5710,7 +5750,7 @@ public class FragmentCompose extends FragmentBase {
 
                                     Intent thread = new Intent(v.getContext(), ActivityView.class);
                                     thread.setAction("thread:" + message.id);
-                                    thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+                                    thread.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                                     thread.putExtra("account", message.account);
                                     thread.putExtra("folder", message.folder);
                                     thread.putExtra("thread", message.thread);
@@ -6453,13 +6493,12 @@ public class FragmentCompose extends FragmentBase {
 
                         if (extras.getBoolean("archive")) {
                             EntityFolder archive = db.folder().getFolderByType(draft.account, EntityFolder.ARCHIVE);
-                            if (archive != null)
-                                for (String inreplyto : draft.inreplyto.split(" ")) {
-                                    List<EntityMessage> messages = db.message().getMessagesByMsgId(draft.account, inreplyto);
-                                    if (messages != null)
-                                        for (EntityMessage message : messages)
-                                            EntityOperation.queue(context, message, EntityOperation.MOVE, archive.id);
-                                }
+                            if (archive != null) {
+                                List<EntityMessage> messages = db.message().getMessagesByMsgId(draft.account, draft.inreplyto);
+                                if (messages != null)
+                                    for (EntityMessage message : messages)
+                                        EntityOperation.queue(context, message, EntityOperation.MOVE, archive.id);
+                            }
                         }
                     }
                 }
@@ -6986,6 +7025,9 @@ public class FragmentCompose extends FragmentBase {
     }
 
     private void endSearch() {
+        if (etSearch == null)
+            return;
+
         Helper.hideKeyboard(etSearch);
         etSearch.setVisibility(View.GONE);
         clearSearch();
@@ -7944,15 +7986,18 @@ public class FragmentCompose extends FragmentBase {
                         return false;
                     }
 
-                    for (String inreplyto : draft.inreplyto.split(" ")) {
-                        List<EntityMessage> messages = db.message().getMessagesByMsgId(draft.account, inreplyto);
-                        for (EntityMessage message : messages) {
-                            EntityFolder folder = db.folder().getFolder(message.folder);
-                            if (folder == null)
-                                continue;
-                            if (EntityFolder.INBOX.equals(folder.type) || EntityFolder.USER.equals(folder.type))
-                                return true;
-                        }
+                    List<EntityMessage> messages = db.message().getMessagesByMsgId(draft.account, draft.inreplyto);
+                    if (messages == null || messages.size() == 0) {
+                        args.putString("reason", "In-reply-to gone");
+                        return false;
+                    }
+
+                    for (EntityMessage message : messages) {
+                        EntityFolder folder = db.folder().getFolder(message.folder);
+                        if (folder == null)
+                            continue;
+                        if (EntityFolder.INBOX.equals(folder.type) || EntityFolder.USER.equals(folder.type))
+                            return true;
                     }
 
                     args.putString("reason", "Not in inbox or unread");
diff --git a/app/src/main/java/eu/faircode/email/FragmentContacts.java b/app/src/main/java/eu/faircode/email/FragmentContacts.java
index 1b54763940..892c7bfb09 100644
--- a/app/src/main/java/eu/faircode/email/FragmentContacts.java
+++ b/app/src/main/java/eu/faircode/email/FragmentContacts.java
@@ -389,6 +389,7 @@ public class FragmentContacts extends FragmentBase {
         if (export) {
             Intent intent = new Intent(Intent.ACTION_CREATE_DOCUMENT);
             intent.addCategory(Intent.CATEGORY_OPENABLE);
+            intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
             intent.setType("*/*");
             intent.putExtra(Intent.EXTRA_TITLE, "fairemail.vcf");
             Helper.openAdvanced(intent);
@@ -396,6 +397,7 @@ public class FragmentContacts extends FragmentBase {
         } else {
             Intent open = new Intent(Intent.ACTION_GET_CONTENT);
             open.addCategory(Intent.CATEGORY_OPENABLE);
+            open.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
             open.setType("*/*");
             if (open.resolveActivity(pm) == null)  // system whitelisted
                 ToastEx.makeText(context, R.string.title_no_saf, Toast.LENGTH_LONG).show();
diff --git a/app/src/main/java/eu/faircode/email/FragmentDialogBase.java b/app/src/main/java/eu/faircode/email/FragmentDialogBase.java
index f8ffeb2e80..782bcf3f6c 100644
--- a/app/src/main/java/eu/faircode/email/FragmentDialogBase.java
+++ b/app/src/main/java/eu/faircode/email/FragmentDialogBase.java
@@ -183,7 +183,7 @@ public class FragmentDialogBase extends DialogFragment {
         targetRequestCode = requestCode;
     }
 
-    public void setTargetActivity(ActivityBase activity, int requestCode){
+    public void setTargetActivity(ActivityBase activity, int requestCode) {
         targetRequestKey = activity.getRequestKey();
         targetRequestCode = requestCode;
     }
@@ -197,14 +197,22 @@ public class FragmentDialogBase extends DialogFragment {
         if (!hasResult || resultCode == RESULT_OK) {
             hasResult = true;
 
-            if (targetRequestKey != null) {
-                Bundle args = getArguments();
-                if (args == null) // onDismiss
-                    args = new Bundle();
-                args.putInt("requestCode", targetRequestCode);
-                args.putInt("resultCode", resultCode);
-                getParentFragmentManager().setFragmentResult(targetRequestKey, args);
-            }
+            if (targetRequestKey != null)
+                try {
+                    Bundle args = getArguments();
+                    if (args == null) // onDismiss
+                        args = new Bundle();
+                    args.putInt("requestCode", targetRequestCode);
+                    args.putInt("resultCode", resultCode);
+                    getParentFragmentManager().setFragmentResult(targetRequestKey, args);
+                } catch (Throwable ex) {
+                    Log.w(ex);
+                    /*
+                        java.lang.IllegalStateException: Fragment FragmentDialog... not associated with a fragment manager.
+                            at androidx.fragment.app.Fragment.getParentFragmentManager(SourceFile:2)
+                            at eu.faircode.email.FragmentDialogBase.sendResult(SourceFile:9)
+                     */
+                }
         }
     }
 
diff --git a/app/src/main/java/eu/faircode/email/FragmentDialogForwardRaw.java b/app/src/main/java/eu/faircode/email/FragmentDialogForwardRaw.java
index 72665d5b81..781e45bc3a 100644
--- a/app/src/main/java/eu/faircode/email/FragmentDialogForwardRaw.java
+++ b/app/src/main/java/eu/faircode/email/FragmentDialogForwardRaw.java
@@ -297,7 +297,7 @@ public class FragmentDialogForwardRaw extends FragmentDialogBase {
             send.setPackage(BuildConfig.APPLICATION_ID);
             send.putParcelableArrayListExtra(Intent.EXTRA_STREAM, uris);
             send.setType("message/rfc822");
-            send.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
+            send.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
             send.putExtra("fair:account", account);
 
             startActivity(send);
diff --git a/app/src/main/java/eu/faircode/email/FragmentDialogOpenFull.java b/app/src/main/java/eu/faircode/email/FragmentDialogOpenFull.java
index 47c2daa250..d69a2113eb 100644
--- a/app/src/main/java/eu/faircode/email/FragmentDialogOpenFull.java
+++ b/app/src/main/java/eu/faircode/email/FragmentDialogOpenFull.java
@@ -23,6 +23,7 @@ import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
 
 import android.app.Dialog;
 import android.content.Context;
+import android.os.Build;
 import android.os.Bundle;
 import android.view.LayoutInflater;
 import android.view.View;
@@ -84,7 +85,7 @@ public class FragmentDialogOpenFull extends FragmentDialogBase {
 
         boolean dark = (Helper.isDarkTheme(context) && !force_light);
         boolean canDarken = WebViewEx.isFeatureSupported(context, WebViewFeature.ALGORITHMIC_DARKENING);
-        if (canDarken)
+        if (canDarken && Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q)
             WebSettingsCompat.setAlgorithmicDarkeningAllowed(settings, dark);
 
         settings.setLoadsImagesAutomatically(true);
diff --git a/app/src/main/java/eu/faircode/email/FragmentDialogOpenLink.java b/app/src/main/java/eu/faircode/email/FragmentDialogOpenLink.java
index 0bf9921505..99dac707ed 100644
--- a/app/src/main/java/eu/faircode/email/FragmentDialogOpenLink.java
+++ b/app/src/main/java/eu/faircode/email/FragmentDialogOpenLink.java
@@ -60,6 +60,7 @@ import android.widget.CheckBox;
 import android.widget.CompoundButton;
 import android.widget.EditText;
 import android.widget.ImageButton;
+import android.widget.ScrollView;
 import android.widget.Spinner;
 import android.widget.TextView;
 import android.widget.Toast;
@@ -83,6 +84,7 @@ import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
 public class FragmentDialogOpenLink extends FragmentDialogBase {
+    private ScrollView scroll;
     private ImageButton ibMore;
     private TextView tvMore;
     private Button btnOwner;
@@ -135,8 +137,29 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
         } else
             uriTitle = null;
 
+        MailTo mailto = null;
+        if ("mailto".equals(uri.getScheme()))
+            try {
+                mailto = MailTo.parse(uri);
+            } catch (Throwable ex) {
+                Log.w(ex);
+            }
+
+        String host = uri.getHost();
+        String thost = (uriTitle == null ? null : uriTitle.getHost());
+
+        String puny = null;
+        try {
+            if (host != null)
+                puny = IDN.toASCII(host, IDN.ALLOW_UNASSIGNED);
+        } catch (Throwable ex) {
+            Log.i(ex);
+            puny = host;
+        }
+
         // Get views
         final View dview = LayoutInflater.from(context).inflate(R.layout.dialog_open_link, null);
+        scroll = dview.findViewById(R.id.scroll);
         final ImageButton ibInfo = dview.findViewById(R.id.ibInfo);
         final TextView tvTitle = dview.findViewById(R.id.tvTitle);
         final ImageButton ibDifferent = dview.findViewById(R.id.ibDifferent);
@@ -180,7 +203,10 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
         ibDifferent.setOnClickListener(new View.OnClickListener() {
             @Override
             public void onClick(View v) {
-                etLink.setText(format(uriTitle, context));
+                Package pkg = (Package) spOpenWith.getSelectedItem();
+                Log.i("Open title uri=" + uri + " with=" + pkg);
+                boolean tabs = (pkg != null && pkg.tabs);
+                Helper.view(context, uriTitle, !tabs, !tabs);
             }
         });
 
@@ -417,29 +443,10 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
         tvTitle.setText(title);
         tvTitle.setVisibility(TextUtils.isEmpty(title) ? View.GONE : View.VISIBLE);
 
-        MailTo mailto = null;
-        if ("mailto".equals(uri.getScheme()))
-            try {
-                mailto = MailTo.parse(uri);
-            } catch (Throwable ex) {
-                Log.w(ex);
-            }
         ibSearch.setVisibility(
                 mailto != null && !TextUtils.isEmpty(mailto.getTo())
                         ? View.VISIBLE : View.GONE);
 
-        String host = uri.getHost();
-        String thost = (uriTitle == null ? null : uriTitle.getHost());
-
-        String puny = null;
-        try {
-            if (host != null)
-                puny = IDN.toASCII(host, IDN.ALLOW_UNASSIGNED);
-        } catch (Throwable ex) {
-            Log.i(ex);
-            puny = host;
-        }
-
         if (host != null && !host.equals(puny)) {
             etLink.setText(format(uri.buildUpon().encodedAuthority(puny).build(), context));
             tvLink.setText(uri.toString());
@@ -542,7 +549,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
                                     else
                                         label = res.getString(ri.activityInfo.applicationInfo.labelRes);
                                     if (label == null)
-                                        Log.e("Missing label" +
+                                        Log.w("Missing label" +
                                                 " pkg=" + ri.activityInfo.packageName +
                                                 " res=" + ri.activityInfo.applicationInfo.labelRes);
                                 } catch (Throwable ex) {
@@ -580,6 +587,21 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
                         }
                     }
 
+                    Drawable android = context.getDrawable(R.drawable.android_robot);
+                    android.setBounds(0, 0, dp24, dp24);
+                    pkgs.add(new Package(
+                            android,
+                            context.getString(R.string.title_select_app),
+                            "chooser",
+                            false,
+                            true));
+                    pkgs.add(new Package(
+                            android,
+                            context.getString(R.string.title_select_app),
+                            "chooser",
+                            true,
+                            true));
+
                     return pkgs;
                 }
 
@@ -659,6 +681,16 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
         btnSettings.setVisibility(show ? View.VISIBLE : View.GONE);
         btnDefault.setVisibility(show && n ? View.VISIBLE : View.GONE);
         tvReset.setVisibility(show ? View.VISIBLE : View.GONE);
+        if (show)
+            scroll.post(new RunnableEx("link:scroll#1") {
+                public void delegate() {
+                    scroll.getChildAt(0).post(new RunnableEx("link:scroll#2") {
+                        public void delegate() {
+                            scroll.scrollTo(0, scroll.getBottom());
+                        }
+                    });
+                }
+            });
     }
 
     private Spanned format(Uri uri, Context context) {
@@ -733,6 +765,11 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
             this.tabs = tabs;
             this.enabled = enabled;
         }
+
+        @Override
+        public String toString() {
+            return name + ":" + tabs;
+        }
     }
 
     public static class AdapterPackage extends ArrayAdapter<Package> {
diff --git a/app/src/main/java/eu/faircode/email/FragmentDialogSelectAccount.java b/app/src/main/java/eu/faircode/email/FragmentDialogSelectAccount.java
index 941ad91010..108b725019 100644
--- a/app/src/main/java/eu/faircode/email/FragmentDialogSelectAccount.java
+++ b/app/src/main/java/eu/faircode/email/FragmentDialogSelectAccount.java
@@ -47,7 +47,6 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
         final int dp12 = Helper.dp2pixels(context, 12);
 
         final ArrayAdapter<EntityAccount> adapter = new ArrayAdapter<EntityAccount>(context, R.layout.spinner_account, android.R.id.text1) {
-
             @NonNull
             @Override
             public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {
@@ -89,7 +88,7 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
             protected void onException(Bundle args, Throwable ex) {
                 Log.unexpectedError(getParentFragmentManager(), ex);
             }
-        }.execute(this, getArguments(), "messages:accounts");
+        }.execute(this, getArguments(), "select:account");
 
         return new AlertDialog.Builder(context)
                 .setIcon(R.drawable.twotone_account_circle_24)
diff --git a/app/src/main/java/eu/faircode/email/FragmentDialogSelectIdentity.java b/app/src/main/java/eu/faircode/email/FragmentDialogSelectIdentity.java
new file mode 100644
index 0000000000..52b53d02be
--- /dev/null
+++ b/app/src/main/java/eu/faircode/email/FragmentDialogSelectIdentity.java
@@ -0,0 +1,104 @@
+package eu.faircode.email;
+
+/*
+    This file is part of FairEmail.
+
+    FairEmail is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    FairEmail is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with FairEmail.  If not, see <http://www.gnu.org/licenses/>.
+
+    Copyright 2018-2022 by Marcel Bokhorst (M66B)
+*/
+
+import static android.app.Activity.RESULT_OK;
+
+import android.app.Dialog;
+import android.content.Context;
+import android.content.DialogInterface;
+import android.graphics.Color;
+import android.os.Bundle;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.ArrayAdapter;
+import android.widget.TextView;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.app.AlertDialog;
+
+import java.util.List;
+
+public class FragmentDialogSelectIdentity extends FragmentDialogBase {
+    @NonNull
+    @Override
+    public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
+        final Context context = getContext();
+
+        final int dp6 = Helper.dp2pixels(context, 6);
+        final int dp12 = Helper.dp2pixels(context, 12);
+
+        final ArrayAdapter<TupleIdentityEx> adapter = new ArrayAdapter<TupleIdentityEx>(context, R.layout.spinner_account, android.R.id.text1) {
+            @NonNull
+            @Override
+            public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {
+                View view = super.getView(position, convertView, parent);
+                TupleIdentityEx identity = (TupleIdentityEx) getItem(position);
+
+                View vwColor = view.findViewById(R.id.vwColor);
+                TextView tv = view.findViewById(android.R.id.text1);
+
+                int vpad = (getCount() > 10 ? dp6 : dp12);
+                tv.setPadding(0, vpad, 0, vpad);
+
+                vwColor.setBackgroundColor(identity.color == null ? Color.TRANSPARENT : identity.color);
+                tv.setText(identity.name);
+
+                return view;
+            }
+        };
+
+        // TODO: spinner
+        new SimpleTask<List<TupleIdentityEx>>() {
+            @Override
+            protected List<TupleIdentityEx> onExecute(Context context, Bundle args) {
+                DB db = DB.getInstance(context);
+                return db.identity().getComposableIdentities(null);
+            }
+
+            @Override
+            protected void onExecuted(Bundle args, List<TupleIdentityEx> identities) {
+                adapter.addAll(identities);
+            }
+
+            @Override
+            protected void onException(Bundle args, Throwable ex) {
+                Log.unexpectedError(getParentFragmentManager(), ex);
+            }
+        }.execute(this, getArguments(), "select:identity");
+
+        return new AlertDialog.Builder(context)
+                .setIcon(R.drawable.twotone_person_24)
+                .setTitle(R.string.title_list_identities)
+                .setAdapter(adapter, new DialogInterface.OnClickListener() {
+                    @Override
+                    public void onClick(DialogInterface dialog, int which) {
+                        TupleIdentityEx identity = adapter.getItem(which);
+                        Bundle args = getArguments();
+                        args.putLong("id", identity.id);
+                        args.putString("html", identity.signature);
+                        sendResult(RESULT_OK);
+                    }
+                })
+                .setNegativeButton(android.R.string.cancel, null)
+                .create();
+    }
+}
\ No newline at end of file
diff --git a/app/src/main/java/eu/faircode/email/FragmentFolders.java b/app/src/main/java/eu/faircode/email/FragmentFolders.java
index a0779532c1..f4e4cfafaa 100644
--- a/app/src/main/java/eu/faircode/email/FragmentFolders.java
+++ b/app/src/main/java/eu/faircode/email/FragmentFolders.java
@@ -134,6 +134,7 @@ public class FragmentFolders extends FragmentBase {
     static final int REQUEST_EXECUTE_RULES = 4;
     static final int REQUEST_EXPORT_MESSAGES = 5;
     static final int REQUEST_EDIT_ACCOUNT_NAME = 6;
+    static final int REQUEST_EDIT_ACCOUNT_COLOR = 7;
 
     private static final long EXPORT_PROGRESS_INTERVAL = 5000L; // milliseconds
 
@@ -382,7 +383,7 @@ public class FragmentFolders extends FragmentBase {
                         intent.putExtra("protocol", account.protocol);
                         intent.putExtra("auth_type", account.auth_type);
                         intent.putExtra("faq", 22);
-                        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+                        intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                         startActivity(intent);
                     }
 
@@ -690,6 +691,7 @@ public class FragmentFolders extends FragmentBase {
         menu.findItem(R.id.menu_sort_unread_atop).setChecked(sort_unread_atop);
         menu.findItem(R.id.menu_apply_all).setVisible(account >= 0 && imap);
         menu.findItem(R.id.menu_edit_account_name).setVisible(account >= 0);
+        menu.findItem(R.id.menu_edit_account_color).setVisible(account >= 0);
 
         super.onPrepareOptionsMenu(menu);
     }
@@ -730,6 +732,9 @@ public class FragmentFolders extends FragmentBase {
         } else if (itemId == R.id.menu_edit_account_name) {
             onMenuEditAccount();
             return true;
+        } else if (itemId == R.id.menu_edit_account_color) {
+            onMenuEditColor();
+            return true;
         } else if (itemId == R.id.menu_force_sync) {
             onMenuForceSync();
             return true;
@@ -877,6 +882,41 @@ public class FragmentFolders extends FragmentBase {
         }.execute(this, args, "account:name");
     }
 
+    private void onMenuEditColor() {
+        Bundle args = new Bundle();
+        args.putLong("id", account);
+
+        new SimpleTask<EntityAccount>() {
+            @Override
+            protected EntityAccount onExecute(Context context, Bundle args) {
+                long id = args.getLong("id");
+
+                DB db = DB.getInstance(context);
+                return db.account().getAccount(id);
+            }
+
+            @Override
+            protected void onExecuted(Bundle args, EntityAccount account) {
+                if (account == null)
+                    return;
+
+                args.putInt("color", account.color == null ? Color.TRANSPARENT : account.color);
+                args.putString("title", getString(R.string.title_color));
+                args.putBoolean("reset", true);
+
+                FragmentDialogColor fragment = new FragmentDialogColor();
+                fragment.setArguments(args);
+                fragment.setTargetFragment(FragmentFolders.this, REQUEST_EDIT_ACCOUNT_COLOR);
+                fragment.show(getParentFragmentManager(), "edit:color");
+            }
+
+            @Override
+            protected void onException(Bundle args, Throwable ex) {
+                Log.unexpectedError(getParentFragmentManager(), ex);
+            }
+        }.execute(this, args, "edit:color");
+    }
+
     private void onMenuForceSync() {
         refresh(true);
         ToastEx.makeText(getContext(), R.string.title_executing, Toast.LENGTH_LONG).show();
@@ -912,6 +952,10 @@ public class FragmentFolders extends FragmentBase {
                     if (resultCode == RESULT_OK && data != null)
                         onEditAccountName(data.getBundleExtra("args"));
                     break;
+                case REQUEST_EDIT_ACCOUNT_COLOR:
+                    if (resultCode == RESULT_OK && data != null)
+                        onEditAccountColor(data.getBundleExtra("args"));
+                    break;
             }
         } catch (Throwable ex) {
             Log.e(ex);
@@ -1345,7 +1389,7 @@ public class FragmentFolders extends FragmentBase {
             protected void onException(Bundle args, Throwable ex) {
                 Log.unexpectedError(getParentFragmentManager(), ex);
             }
-        }.execute(this, args, "folder:export");
+        }.setKeepAwake(true).execute(this, args, "folder:export");
     }
 
     private void onEditAccountName(Bundle args) {
@@ -1387,6 +1431,33 @@ public class FragmentFolders extends FragmentBase {
         }.execute(this, args, "edit:name");
     }
 
+    private void onEditAccountColor(Bundle args) {
+        if (!ActivityBilling.isPro(getContext())) {
+            startActivity(new Intent(getContext(), ActivityBilling.class));
+            return;
+        }
+
+        new SimpleTask<Void>() {
+            @Override
+            protected Void onExecute(Context context, Bundle args) {
+                long id = args.getLong("id");
+                Integer color = args.getInt("color");
+
+                if (color == Color.TRANSPARENT)
+                    color = null;
+
+                DB db = DB.getInstance(context);
+                db.account().setAccountColor(id, color);
+                return null;
+            }
+
+            @Override
+            protected void onException(Bundle args, Throwable ex) {
+                Log.unexpectedError(getParentFragmentManager(), ex);
+            }
+        }.execute(this, args, "edit:color");
+    }
+
     public static class FragmentDialogApply extends FragmentDialogBase {
         @NonNull
         @Override
diff --git a/app/src/main/java/eu/faircode/email/FragmentGmail.java b/app/src/main/java/eu/faircode/email/FragmentGmail.java
index 2a8878046b..a957bd5b93 100644
--- a/app/src/main/java/eu/faircode/email/FragmentGmail.java
+++ b/app/src/main/java/eu/faircode/email/FragmentGmail.java
@@ -23,7 +23,6 @@ import static android.accounts.AccountManager.newChooseAccountIntent;
 import static android.app.Activity.RESULT_OK;
 import static eu.faircode.email.GmailState.TYPE_GOOGLE;
 import static eu.faircode.email.ServiceAuthenticator.AUTH_TYPE_GMAIL;
-import static eu.faircode.email.ServiceAuthenticator.AUTH_TYPE_PASSWORD;
 
 import android.Manifest;
 import android.accounts.Account;
@@ -86,6 +85,7 @@ public class FragmentGmail extends FragmentBase {
     private Button btnSelect;
     private ContentLoadingProgressBar pbSelect;
 
+    private TextView tvOnDevice;
     private TextView tvAppPassword;
 
     private TextView tvError;
@@ -129,6 +129,7 @@ public class FragmentGmail extends FragmentBase {
         btnSelect = view.findViewById(R.id.btnSelect);
         pbSelect = view.findViewById(R.id.pbSelect);
 
+        tvOnDevice = view.findViewById(R.id.tvOnDevice);
         tvAppPassword = view.findViewById(R.id.tvAppPassword);
 
         tvError = view.findViewById(R.id.tvError);
@@ -200,6 +201,14 @@ public class FragmentGmail extends FragmentBase {
             }
         });
 
+        tvOnDevice.setPaintFlags(tvOnDevice.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
+        tvOnDevice.setOnClickListener(new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                Helper.viewFAQ(v.getContext(), 111);
+            }
+        });
+
         tvAppPassword.setPaintFlags(tvAppPassword.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
         tvAppPassword.setOnClickListener(new View.OnClickListener() {
             @Override
@@ -494,10 +503,7 @@ public class FragmentGmail extends FragmentBase {
                     db.beginTransaction();
 
                     if (args.getBoolean("update")) {
-                        List<EntityAccount> accounts =
-                                db.account().getAccounts(user,
-                                        protocol,
-                                        new int[]{AUTH_TYPE_GMAIL, AUTH_TYPE_PASSWORD});
+                        List<EntityAccount> accounts = db.account().getAccounts(user, protocol);
                         if (accounts != null && accounts.size() == 1)
                             update = accounts.get(0);
                     }
@@ -521,8 +527,11 @@ public class FragmentGmail extends FragmentBase {
                         account.synchronize = true;
                         account.primary = (primary == null);
 
-                        if (pop)
+                        if (pop) {
+                            // https://support.google.com/mail/answer/7104828
+                            account.leave_on_device = true;
                             account.max_messages = EntityAccount.DEFAULT_MAX_MESSAGES;
+                        }
 
                         account.created = new Date().getTime();
                         account.last_connected = account.created;
@@ -583,8 +592,8 @@ public class FragmentGmail extends FragmentBase {
                         args.putLong("account", update.id);
                         EntityLog.log(context, "Gmail update account=" + update.name);
                         db.account().setAccountSynchronize(update.id, true);
-                        db.account().setAccountPassword(update.id, password, AUTH_TYPE_GMAIL);
-                        db.identity().setIdentityPassword(update.id, update.user, password, update.auth_type, AUTH_TYPE_GMAIL);
+                        db.account().setAccountPassword(update.id, password, AUTH_TYPE_GMAIL, null);
+                        db.identity().setIdentityPassword(update.id, update.user, password, update.auth_type, AUTH_TYPE_GMAIL, null);
                     }
 
                     db.setTransactionSuccessful();
@@ -592,12 +601,8 @@ public class FragmentGmail extends FragmentBase {
                     db.endTransaction();
                 }
 
-                if (update == null)
-                    ServiceSynchronize.eval(context, "Gmail");
-                else {
-                    args.putBoolean("updated", true);
-                    ServiceSynchronize.reload(context, update.id, true, "Gmail");
-                }
+                ServiceSynchronize.eval(context, "Gmail");
+                args.putBoolean("updated", update != null);
 
                 return null;
             }
diff --git a/app/src/main/java/eu/faircode/email/FragmentIdentity.java b/app/src/main/java/eu/faircode/email/FragmentIdentity.java
index 9b35d09014..d3299d8918 100644
--- a/app/src/main/java/eu/faircode/email/FragmentIdentity.java
+++ b/app/src/main/java/eu/faircode/email/FragmentIdentity.java
@@ -668,7 +668,7 @@ public class FragmentIdentity extends FragmentBase {
         args.putBoolean("sign_default", cbSignDefault.isChecked());
         args.putBoolean("encrypt_default", cbEncryptDefault.isChecked());
         args.putBoolean("unicode", cbUnicode.isChecked());
-        args.putBoolean("octetmime",cbOctetMime.isChecked());
+        args.putBoolean("octetmime", cbOctetMime.isChecked());
         args.putString("max_size", etMaxSize.getText().toString());
         args.putLong("account", account == null ? -1 : account.id);
         args.putString("host", etHost.getText().toString().trim().replace(" ", ""));
@@ -1432,7 +1432,7 @@ public class FragmentIdentity extends FragmentBase {
                         onDelete();
                     break;
                 case REQUEST_SIGNATURE:
-                    if (resultCode == RESULT_OK)
+                    if (resultCode == RESULT_OK && data != null)
                         onHtml(data.getExtras());
                     break;
             }
diff --git a/app/src/main/java/eu/faircode/email/FragmentLogs.java b/app/src/main/java/eu/faircode/email/FragmentLogs.java
index e190e8b118..584d6c36ba 100644
--- a/app/src/main/java/eu/faircode/email/FragmentLogs.java
+++ b/app/src/main/java/eu/faircode/email/FragmentLogs.java
@@ -105,6 +105,17 @@ public class FragmentLogs extends FragmentBase {
         adapter = new AdapterLog(this);
         rvLog.setAdapter(adapter);
 
+        rvLog.addOnScrollListener(new RecyclerView.OnScrollListener() {
+            @Override
+            public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy) {
+                try {
+                    autoScroll = (llm.findFirstVisibleItemPosition() <= 0);
+                } catch (Throwable ex) {
+                    Log.e(ex);
+                }
+            }
+        });
+
         // Initialize
         grpReady.setVisibility(View.GONE);
         pbWait.setVisibility(View.VISIBLE);
@@ -125,9 +136,13 @@ public class FragmentLogs extends FragmentBase {
                 if (logs == null)
                     logs = new ArrayList<>();
 
-                adapter.set(logs, account, folder, message, getTypes());
-                if (autoScroll)
-                    rvLog.scrollToPosition(0);
+                adapter.set(logs, account, folder, message, getTypes(), new Runnable() {
+                    @Override
+                    public void run() {
+                        if (autoScroll)
+                            rvLog.scrollToPosition(0);
+                    }
+                });
 
                 pbWait.setVisibility(View.GONE);
                 grpReady.setVisibility(View.VISIBLE);
@@ -155,7 +170,6 @@ public class FragmentLogs extends FragmentBase {
         boolean all = (account == null && folder == null && message == null);
 
         menu.findItem(R.id.menu_enabled).setChecked(main_log);
-        menu.findItem(R.id.menu_auto_scroll).setChecked(autoScroll);
         menu.findItem(R.id.menu_show).setVisible(all);
         menu.findItem(R.id.menu_clear).setVisible(all);
 
@@ -170,11 +184,6 @@ public class FragmentLogs extends FragmentBase {
             item.setChecked(enabled);
             onMenuEnable(enabled);
             return true;
-        } else if (itemId == R.id.menu_auto_scroll) {
-            boolean enabled = !item.isChecked();
-            item.setChecked(enabled);
-            onMenuAutoScoll(enabled);
-            return true;
         } else if (itemId == R.id.menu_show) {
             onMenuShow();
         } else if (itemId == R.id.menu_clear) {
@@ -189,10 +198,6 @@ public class FragmentLogs extends FragmentBase {
         prefs.edit().putBoolean("main_log", enabled).apply();
     }
 
-    private void onMenuAutoScoll(boolean enabled) {
-        autoScroll = enabled;
-    }
-
     private void onMenuShow() {
         final Context context = getContext();
 
diff --git a/app/src/main/java/eu/faircode/email/FragmentMessages.java b/app/src/main/java/eu/faircode/email/FragmentMessages.java
index b6713c1abe..f43f2eea95 100644
--- a/app/src/main/java/eu/faircode/email/FragmentMessages.java
+++ b/app/src/main/java/eu/faircode/email/FragmentMessages.java
@@ -19,6 +19,7 @@ package eu.faircode.email;
     Copyright 2018-2022 by Marcel Bokhorst (M66B)
 */
 
+import static android.app.Activity.RESULT_FIRST_USER;
 import static android.app.Activity.RESULT_OK;
 import static android.text.format.DateUtils.DAY_IN_MILLIS;
 import static android.text.format.DateUtils.FORMAT_SHOW_DATE;
@@ -247,7 +248,6 @@ import java.util.function.Consumer;
 import javax.mail.Address;
 import javax.mail.MessageRemovedException;
 import javax.mail.MessagingException;
-import javax.mail.Part;
 import javax.mail.Session;
 import javax.mail.internet.InternetAddress;
 import javax.mail.internet.MimeMessage;
@@ -257,7 +257,8 @@ import me.everything.android.ui.overscroll.IOverScrollUpdateListener;
 import me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator;
 import me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter;
 
-public class FragmentMessages extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+public class FragmentMessages extends FragmentBase
+        implements SharedPreferences.OnSharedPreferenceChangeListener, FragmentManager.OnBackStackChangedListener {
     private ViewGroup view;
     private SwipeRefreshLayoutEx swipeRefresh;
     private TextView tvAirplane;
@@ -428,9 +429,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
     static final int REQUEST_BUTTONS = 24;
     private static final int REQUEST_ALL_READ = 25;
     private static final int REQUEST_SAVE_SEARCH = 26;
-    private static final int REQUEST_DELETE_SEARCH = 27;
-    private static final int REQUEST_QUICK_ACTIONS = 28;
-    static final int REQUEST_BLOCK_SENDERS = 29;
+    private static final int REQUEST_QUICK_ACTIONS = 27;
+    static final int REQUEST_BLOCK_SENDERS = 28;
 
     static final String ACTION_STORE_RAW = BuildConfig.APPLICATION_ID + ".STORE_RAW";
     static final String ACTION_DECRYPT = BuildConfig.APPLICATION_ID + ".DECRYPT";
@@ -522,14 +522,20 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         if (viewType != AdapterMessage.ViewType.THREAD && EntityFolder.ARCHIVE.equals(type))
             filter_archive = false;
 
-        if (viewType != AdapterMessage.ViewType.THREAD)
-            getParentFragmentManager().setFragmentResultListener("message.selected", this, new FragmentResultListener() {
-                @Override
-                public void onFragmentResult(@NonNull String requestKey, @NonNull Bundle result) {
-                    long id = result.getLong("id", -1);
-                    iProperties.setValue("selected", id, true);
-                }
-            });
+        try {
+            FragmentManager fm = getParentFragmentManager();
+            if (viewType != AdapterMessage.ViewType.THREAD)
+                fm.setFragmentResultListener("message.selected", this, new FragmentResultListener() {
+                    @Override
+                    public void onFragmentResult(@NonNull String requestKey, @NonNull Bundle result) {
+                        long id = result.getLong("id", -1);
+                        iProperties.setValue("selected", id, true);
+                    }
+                });
+            fm.addOnBackStackChangedListener(this);
+        } catch (Throwable ex) {
+            Log.e(ex);
+        }
     }
 
     @Override
@@ -617,7 +623,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
             @Override
             public void onClick(View v) {
                 Intent intent = new Intent(android.provider.Settings.ACTION_AIRPLANE_MODE_SETTINGS)
-                        .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+                        .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                 v.getContext().startActivity(intent);
             }
         });
@@ -1431,10 +1437,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                 if (result == null)
                     return;
 
-                if (result.accounts.size() == 1) {
-                    for (EntityAccount account : result.accounts.keySet())
-                        onActionMoveSelectionAccount(account.id, false, result.folders);
-                } else {
+                if (result.account != null)
+                    onActionMoveSelectionAccount(result.account.id, false, result.folders);
+                else {
                     PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(v.getContext(), getViewLifecycleOwner(), ibMove);
 
                     int order = 0;
@@ -1946,9 +1951,32 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
 
     @Override
     public void onDestroy() {
+        try {
+            FragmentManager fm = getParentFragmentManager();
+            fm.removeOnBackStackChangedListener(this);
+        } catch (Throwable ex) {
+            Log.e(ex);
+        }
         super.onDestroy();
     }
 
+    @Override
+    public void onBackStackChanged() {
+        if (viewType == AdapterMessage.ViewType.THREAD)
+            return;
+
+        FragmentActivity activity = getActivity();
+        FragmentManager fm = getParentFragmentManager();
+        int count = fm.getBackStackEntryCount();
+        boolean split = (activity instanceof ActivityView &&
+                ((ActivityView) activity).isSplit() &&
+                count > 0 && "thread".equals(fm.getBackStackEntryAt(count - 1).getName()));
+        List<Long> ids = values.get("selected");
+        if (ids != null)
+            for (long id : ids)
+                iProperties.setValue("split", id, split);
+    }
+
     private void scrollToVisibleItem(LinearLayoutManager llm, boolean bottom) {
         int first = llm.findFirstVisibleItemPosition();
         int last = llm.findLastVisibleItemPosition();
@@ -2097,7 +2125,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
             } else
                 values.get(name).remove(id);
 
-            if ("selected".equals(name) && enabled) {
+            if ("split".equals(name) || ("selected".equals(name) && enabled)) {
                 if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
                     return;
 
@@ -2107,7 +2135,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                 if (pos != NO_POSITION)
                     changed.add(pos);
 
-                for (Long other : new ArrayList<>(values.get("selected")))
+                for (Long other : new ArrayList<>(values.get(name)))
                     if (!other.equals(id)) {
                         values.get(name).remove(other);
 
@@ -4527,12 +4555,13 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         // Restart spinner
         swipeRefresh.resetRefreshing();
 
-        if (!checkDoze())
-            if (!checkReporting())
-                if (!checkReview())
-                    if (!checkFingerprint())
-                        if (!checkGmail())
-                            checkOutlook();
+        if (!checkRedmiNote())
+            if (!checkDoze())
+                if (!checkReporting())
+                    if (!checkReview())
+                        if (!checkFingerprint())
+                            if (!checkGmail())
+                                checkOutlook();
 
         prefs.registerOnSharedPreferenceChangeListener(this);
         onSharedPreferenceChanged(prefs, "pro");
@@ -4642,6 +4671,30 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         grpAirplane.setVisibility(on ? View.VISIBLE : View.GONE);
     }
 
+    private boolean checkRedmiNote() {
+        if (!Helper.isRedmiNote())
+            return false;
+
+        final Context context = getContext();
+        SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
+        boolean redmi_note = prefs.getBoolean("redmi_note", true);
+        if (!redmi_note)
+            return false;
+
+        final Snackbar snackbar = Snackbar.make(view, R.string.app_data_loss, Snackbar.LENGTH_INDEFINITE)
+                .setGestureInsetBottomIgnored(true);
+        snackbar.setAction(R.string.title_info, new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                prefs.edit().putBoolean("redmi_note", false).apply();
+                Helper.view(v.getContext(), Uri.parse("https://github.com/M66B/FairEmail/blob/master/FAQ.md#redmi"), false);
+            }
+        });
+        snackbar.show();
+
+        return true;
+    }
+
     private boolean checkDoze() {
         if (viewType != AdapterMessage.ViewType.UNIFIED)
             return false;
@@ -4796,6 +4849,10 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         cal.set(Calendar.MONTH, Calendar.MAY);
         cal.set(Calendar.YEAR, 2022);
 
+        long now = new Date().getTime();
+        if (now < cal.getTimeInMillis() - 30 * 24 * 3600 * 1000L)
+            return false; // Not yet
+
         if (Helper.getInstallTime(context) > cal.getTimeInMillis()) {
             prefs.edit().putBoolean("gmail_checked", true).apply();
             return false;
@@ -4803,7 +4860,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
 
         cal.add(Calendar.MONTH, 2);
 
-        long now = new Date().getTime();
         if (now > cal.getTimeInMillis()) {
             prefs.edit().putBoolean("gmail_checked", true).apply();
             return false;
@@ -4865,9 +4921,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
     }
 
     private boolean checkOutlook() {
-        if (!BuildConfig.DEBUG)
-            return false;
-
         final Context context = getContext();
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
         if (prefs.getBoolean("outlook_checked", false))
@@ -4882,6 +4935,10 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         cal.set(Calendar.MONTH, Calendar.OCTOBER);
         cal.set(Calendar.YEAR, 2022);
 
+        long now = new Date().getTime();
+        if (now < cal.getTimeInMillis() - 30 * 24 * 3600 * 1000L)
+            return false; // Not yet
+
         if (Helper.getInstallTime(context) > cal.getTimeInMillis()) {
             prefs.edit().putBoolean("outlook_checked", true).apply();
             return false;
@@ -4889,7 +4946,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
 
         cal.add(Calendar.MONTH, 2);
 
-        long now = new Date().getTime();
         if (now > cal.getTimeInMillis()) {
             prefs.edit().putBoolean("outlook_checked", true).apply();
             return false;
@@ -5038,10 +5094,10 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
 
         menu.findItem(R.id.menu_save_search).setVisible(
                 viewType == AdapterMessage.ViewType.SEARCH &&
-                        criteria != null && criteria.id < 0);
-        menu.findItem(R.id.menu_delete_search).setVisible(
+                        criteria != null && criteria.id == null);
+        menu.findItem(R.id.menu_edit_search).setVisible(
                 viewType == AdapterMessage.ViewType.SEARCH &&
-                        criteria != null && criteria.id >= 0);
+                        criteria != null && criteria.id != null);
 
         menu.findItem(R.id.menu_folders).setVisible(
                 viewType == AdapterMessage.ViewType.UNIFIED &&
@@ -5181,12 +5237,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         if (itemId == R.id.menu_search) {
             onMenuSearch();
             return true;
-        } else if (itemId == R.id.menu_save_search) {
+        } else if (itemId == R.id.menu_save_search || itemId == R.id.menu_edit_search) {
             onMenuSaveSearch();
             return true;
-        } else if (itemId == R.id.menu_delete_search) {
-            onMenuDeleteSearch();
-            return true;
         } else if (itemId == R.id.menu_folders) { // Obsolete
             onMenuFolders(primary);
             return true;
@@ -5325,22 +5378,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         fragment.show(getParentFragmentManager(), "search:save");
     }
 
-    private void onMenuDeleteSearch() {
-        if (criteria == null)
-            return;
-
-        Bundle args = new Bundle();
-        args.putString("question", getString(R.string.title_search_delete));
-        args.putString("remark", criteria.getTitle(getContext()));
-        args.putLong("id", criteria.id);
-        args.putBoolean("warning", true);
-
-        FragmentDialogAsk ask = new FragmentDialogAsk();
-        ask.setArguments(args);
-        ask.setTargetFragment(FragmentMessages.this, REQUEST_DELETE_SEARCH);
-        ask.show(getParentFragmentManager(), "swipe:delete");
-    }
-
     private void onMenuFolders(long account) {
         if (!isAdded())
             return;
@@ -5724,16 +5761,28 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                 BoundaryCallbackMessages.SearchCriteria criteria =
                         (BoundaryCallbackMessages.SearchCriteria) args.getSerializable("criteria");
 
-                EntitySearch search = new EntitySearch();
+                DB db = DB.getInstance(context);
+
+                EntitySearch search = null;
+                if (criteria.id != null)
+                    search = db.search().getSearch(criteria.id);
+                if (search == null)
+                    search = new EntitySearch();
+
+                int order = args.getInt("order");
+
                 search.name = args.getString("name");
+                search.order = (order < 0 ? null : order);
                 search.color = args.getInt("color", Color.TRANSPARENT);
                 search.data = criteria.toJson().toString();
 
                 if (search.color == Color.TRANSPARENT)
                     search.color = null;
 
-                DB db = DB.getInstance(context);
-                search.id = db.search().insertSearch(search);
+                if (search.id == null)
+                    search.id = db.search().insertSearch(search);
+                else
+                    db.search().updateSearch(search);
 
                 return null;
             }
@@ -5754,10 +5803,11 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         new SimpleTask<Void>() {
             @Override
             protected Void onExecute(Context context, Bundle args) throws Throwable {
-                long id = args.getLong("id");
+                BoundaryCallbackMessages.SearchCriteria criteria =
+                        (BoundaryCallbackMessages.SearchCriteria) args.getSerializable("criteria");
 
                 DB db = DB.getInstance(context);
-                db.search().deleteSearch(id);
+                db.search().deleteSearch(criteria.id);
 
                 return null;
             }
@@ -6167,6 +6217,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
             if (messages == null)
                 return;
 
+            if (viewType != AdapterMessage.ViewType.SEARCH)
+                setCount(messages.size() <= 1 ? null : NF.format(messages.size()));
+
             if (viewType == AdapterMessage.ViewType.THREAD) {
                 if (handleThreadActions(messages, null, null))
                     return;
@@ -7204,6 +7257,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
     }
 
     private void endSearch() {
+        if (etSearch == null)
+            return;
+
         Helper.hideKeyboard(etSearch);
         etSearch.setVisibility(View.GONE);
         clearSearch();
@@ -7524,6 +7580,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
 
         Intent create = new Intent(Intent.ACTION_CREATE_DOCUMENT);
         create.addCategory(Intent.CATEGORY_OPENABLE);
+        create.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
         create.setType("*/*");
         create.putExtra(Intent.EXTRA_TITLE, name);
         Helper.openAdvanced(create);
@@ -7741,9 +7798,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                 case REQUEST_SAVE_SEARCH:
                     if (resultCode == RESULT_OK && data != null)
                         onSaveSearch(data.getBundleExtra("args"));
-                    break;
-                case REQUEST_DELETE_SEARCH:
-                    if (resultCode == RESULT_OK && data != null)
+                    else if (resultCode == RESULT_FIRST_USER && data != null)
                         onDeleteSearch(data.getBundleExtra("args"));
                     break;
                 case REQUEST_QUICK_ACTIONS:
@@ -8353,11 +8408,14 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                                             for (EntityCertificate ec : ecs)
                                                 local.add(ec.getCertificate());
 
+                                            // TODO: check digitalSignature/nonRepudiation key usage
+                                            // https://datatracker.ietf.org/doc/html/rfc3850#section-4.4.2
+
                                             for (X509Certificate c : certs) {
                                                 boolean[] usage = c.getKeyUsage();
-                                                boolean root = (usage != null && usage[5]);
+                                                boolean keyCertSign = (usage != null && usage.length > 5 && usage[5]);
                                                 boolean selfSigned = c.getIssuerX500Principal().equals(c.getSubjectX500Principal());
-                                                if (root && !selfSigned && ks.getCertificateAlias(c) == null) {
+                                                if (keyCertSign && !selfSigned && ks.getCertificateAlias(c) == null) {
                                                     boolean found = false;
                                                     String issuer = (c.getIssuerDN() == null ? "" : c.getIssuerDN().getName());
                                                     EntityCertificate record = EntityCertificate.from(c, true, issuer);
@@ -8789,12 +8847,28 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                     try {
                         X509Certificate cert = (X509Certificate) c;
                         boolean[] usage = cert.getKeyUsage();
-                        boolean keyCertSign = (usage != null && usage[5]);
+                        boolean digitalSignature = (usage != null && usage.length > 0 && usage[0]);
+                        boolean nonRepudiation = (usage != null && usage.length > 1 && usage[1]);
+                        boolean keyEncipherment = (usage != null && usage.length > 2 && usage[2]);
+                        boolean dataEncipherment = (usage != null && usage.length > 3 && usage[4]);
+                        boolean keyAgreement = (usage != null && usage.length > 4 && usage[4]);
+                        boolean keyCertSign = (usage != null && usage.length > 5 && usage[5]);
+                        boolean cRLSign = (usage != null && usage.length > 6 && usage[6]);
+                        boolean encipherOnly = (usage != null && usage.length > 7 && usage[7]);
+                        boolean decipherOnly = (usage != null && usage.length > 8 && usage[8]);
                         boolean selfSigned = cert.getIssuerX500Principal().equals(cert.getSubjectX500Principal());
                         EntityCertificate record = EntityCertificate.from(cert, null);
                         trace.add(record.subject +
                                 " (" + (selfSigned ? "selfSigned" : cert.getIssuerX500Principal()) + ")" +
+                                (digitalSignature ? " (digitalSignature)" : "") +
+                                (nonRepudiation ? " (nonRepudiation)" : "") +
+                                (keyEncipherment ? " (keyEncipherment)" : "") +
+                                (dataEncipherment ? " (dataEncipherment)" : "") +
+                                (keyAgreement ? " (keyAgreement)" : "") +
                                 (keyCertSign ? " (keyCertSign)" : "") +
+                                (cRLSign ? " (cRLSign)" : "") +
+                                (encipherOnly ? " (encipherOnly)" : "") +
+                                (decipherOnly ? " (decipherOnly)" : "") +
                                 (ks != null && ks.getCertificateAlias(cert) != null ? " (Android)" : ""));
                     } catch (Throwable ex) {
                         Log.e(ex);
@@ -9842,6 +9916,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
         Boolean leave_deleted;
         boolean read_only;
         List<Long> folders;
+        EntityAccount account;
         Map<EntityAccount, Boolean> accounts;
         EntityAccount copyto;
 
@@ -10026,6 +10101,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
             if (result.hasTrash == null) result.hasTrash = false;
             if (result.hasJunk == null) result.hasJunk = false;
 
+            if (!result.hasPop && accounts.size() == 1)
+                result.account = accounts.values().iterator().next();
+
             result.accounts = new LinkedHashMap<>();
             if (!result.hasPop) {
                 List<EntityAccount> syncing = db.account().getSynchronizingAccounts(EntityAccount.TYPE_IMAP);
@@ -10422,6 +10500,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
             final Context context = getContext();
             View dview = LayoutInflater.from(context).inflate(R.layout.dialog_save_search, null);
             EditText etName = dview.findViewById(R.id.etName);
+            EditText etOrder = dview.findViewById(R.id.etOrder);
             btnColor = dview.findViewById(R.id.btnColor);
 
             btnColor.setOnClickListener(new View.OnClickListener() {
@@ -10441,15 +10520,20 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                 }
             });
 
-            etName.setText(criteria.getTitle(context));
-            btnColor.setColor(Color.TRANSPARENT);
+            etName.setText(criteria.name == null ? criteria.getTitle(context) : criteria.name);
+            etOrder.setText(criteria.order == null ? null : Integer.toString(criteria.order));
+            btnColor.setColor(criteria.color);
 
-            return new AlertDialog.Builder(context)
+            AlertDialog.Builder dialog = new AlertDialog.Builder(context)
                     .setView(dview)
                     .setPositiveButton(R.string.title_save, new DialogInterface.OnClickListener() {
                         @Override
                         public void onClick(DialogInterface dialog, int which) {
+                            String order = etOrder.getText().toString();
                             args.putString("name", etName.getText().toString());
+                            args.putInt("order",
+                                    !TextUtils.isEmpty(order) && TextUtils.isDigitsOnly(order)
+                                            ? Integer.parseInt(order) : -1);
                             args.putInt("color", btnColor.getColor());
                             sendResult(Activity.RESULT_OK);
                         }
@@ -10459,8 +10543,17 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
                         public void onClick(DialogInterface dialogInterface, int i) {
                             sendResult(Activity.RESULT_CANCELED);
                         }
-                    })
-                    .create();
+                    });
+
+            if (criteria.id != null)
+                dialog.setNeutralButton(R.string.title_delete, new DialogInterface.OnClickListener() {
+                    @Override
+                    public void onClick(DialogInterface dialogInterface, int i) {
+                        sendResult(Activity.RESULT_FIRST_USER);
+                    }
+                });
+
+            return dialog.create();
         }
 
         @Override
diff --git a/app/src/main/java/eu/faircode/email/FragmentOAuth.java b/app/src/main/java/eu/faircode/email/FragmentOAuth.java
index c29448250b..e97594208a 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOAuth.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOAuth.java
@@ -21,7 +21,6 @@ package eu.faircode.email;
 
 import static android.app.Activity.RESULT_OK;
 import static eu.faircode.email.ServiceAuthenticator.AUTH_TYPE_OAUTH;
-import static eu.faircode.email.ServiceAuthenticator.AUTH_TYPE_PASSWORD;
 
 import android.content.ActivityNotFoundException;
 import android.content.Context;
@@ -29,7 +28,10 @@ import android.content.Intent;
 import android.content.SharedPreferences;
 import android.content.pm.PackageManager;
 import android.content.pm.ResolveInfo;
+import android.content.res.ColorStateList;
+import android.graphics.Color;
 import android.graphics.Paint;
+import android.graphics.drawable.Drawable;
 import android.net.ConnectivityManager;
 import android.net.NetworkInfo;
 import android.net.Uri;
@@ -121,7 +123,6 @@ public class FragmentOAuth extends FragmentBase {
     private TextView tvGmailHint;
 
     private TextView tvError;
-    private TextView tvGmailDraftsHint;
     private TextView tvOfficeAuthHint;
     private Button btnSupport;
     private Button btnHelp;
@@ -172,7 +173,6 @@ public class FragmentOAuth extends FragmentBase {
         tvGmailHint = view.findViewById(R.id.tvGmailHint);
 
         tvError = view.findViewById(R.id.tvError);
-        tvGmailDraftsHint = view.findViewById(R.id.tvGmailDraftsHint);
         tvOfficeAuthHint = view.findViewById(R.id.tvOfficeAuthHint);
         btnSupport = view.findViewById(R.id.btnSupport);
         btnHelp = view.findViewById(R.id.btnHelp);
@@ -191,6 +191,33 @@ public class FragmentOAuth extends FragmentBase {
             }
         });
 
+        if ("gmail".equals(id)) {
+            // https://developers.google.com/identity/branding-guidelines
+            final Context context = getContext();
+            final boolean dark = Helper.isDarkTheme(context);
+            int dp12 = Helper.dp2pixels(context, 12);
+            int dp24 = Helper.dp2pixels(context, 24);
+            Drawable g = context.getDrawable(R.drawable.google_logo);
+            g.setBounds(0, 0, g.getIntrinsicWidth(), g.getIntrinsicHeight());
+            btnOAuth.setCompoundDrawablesRelative(g, null, null, null);
+            btnOAuth.setCompoundDrawablePadding(dp24);
+            btnOAuth.setText(R.string.title_setup_google_sign_in);
+            btnOAuth.setTextColor(new ColorStateList(
+                    new int[][]{
+                            new int[]{android.R.attr.state_enabled},
+                            new int[]{-android.R.attr.state_enabled},
+                    },
+                    new int[]{
+                            dark ? Color.WHITE : Color.DKGRAY, // 0xff444444
+                            Color.LTGRAY // 0xffcccccc
+                    }
+            ));
+            btnOAuth.setBackground(context.getDrawable(dark
+                    ? R.drawable.google_signin_background_dark
+                    : R.drawable.google_signin_background_light));
+            btnOAuth.setPaddingRelative(dp12, 0, dp12, 0);
+        }
+
         btnOAuth.setOnClickListener(new View.OnClickListener() {
             @Override
             public void onClick(View v) {
@@ -380,12 +407,19 @@ public class FragmentOAuth extends FragmentBase {
                     ? new LinkedHashMap<>()
                     : provider.oauth.parameters);
 
+            String clientId = provider.oauth.clientId;
+            Uri redirectUri = Uri.parse(provider.oauth.redirectUri);
+            if ("gmail".equals(id) && BuildConfig.DEBUG) {
+                clientId = "803253368361-hr8kelm53hqodj7c6brdjeb2ctn5jg3p.apps.googleusercontent.com";
+                redirectUri = Uri.parse("eu.faircode.email.debug:/");
+            }
+
             AuthorizationRequest.Builder authRequestBuilder =
                     new AuthorizationRequest.Builder(
                             serviceConfig,
-                            provider.oauth.clientId,
+                            clientId,
                             ResponseTypeValues.CODE,
-                            Uri.parse(provider.oauth.redirectUri))
+                            redirectUri)
                             .setScopes(provider.oauth.scopes)
                             .setState(provider.id)
                             .setAdditionalParameters(params);
@@ -577,7 +611,7 @@ public class FragmentOAuth extends FragmentBase {
                 List<String> usernames = new ArrayList<>();
                 usernames.add(sharedname == null ? username : sharedname);
 
-                if (token != null && sharedname == null) {
+                if (token != null && sharedname == null && !"gmail".equals(id)) {
                     // https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens
                     String[] segments = token.split("\\.");
                     if (segments.length > 1)
@@ -774,10 +808,7 @@ public class FragmentOAuth extends FragmentBase {
                     db.beginTransaction();
 
                     if (args.getBoolean("update")) {
-                        List<EntityAccount> accounts =
-                                db.account().getAccounts(username,
-                                        protocol,
-                                        new int[]{AUTH_TYPE_OAUTH, AUTH_TYPE_PASSWORD});
+                        List<EntityAccount> accounts = db.account().getAccounts(username, protocol);
                         if (accounts != null && accounts.size() == 1)
                             update = accounts.get(0);
                     }
@@ -876,8 +907,8 @@ public class FragmentOAuth extends FragmentBase {
                         args.putLong("account", update.id);
                         EntityLog.log(context, "OAuth update account=" + update.name);
                         db.account().setAccountSynchronize(update.id, true);
-                        db.account().setAccountPassword(update.id, state, AUTH_TYPE_OAUTH);
-                        db.identity().setIdentityPassword(update.id, update.user, state, update.auth_type, AUTH_TYPE_OAUTH);
+                        db.account().setAccountPassword(update.id, state, AUTH_TYPE_OAUTH, provider.id);
+                        db.identity().setIdentityPassword(update.id, update.user, state, update.auth_type, AUTH_TYPE_OAUTH, provider.id);
                     }
 
                     db.setTransactionSuccessful();
@@ -885,12 +916,8 @@ public class FragmentOAuth extends FragmentBase {
                     db.endTransaction();
                 }
 
-                if (update == null)
-                    ServiceSynchronize.eval(context, "OAuth");
-                else {
-                    args.putBoolean("updated", true);
-                    ServiceSynchronize.reload(context, update.id, true, "OAuth");
-                }
+                ServiceSynchronize.eval(context, "OAuth");
+                args.putBoolean("updated", update != null);
 
                 return null;
             }
@@ -942,9 +969,6 @@ public class FragmentOAuth extends FragmentBase {
 
         grpError.setVisibility(View.VISIBLE);
 
-        if ("gmail".equals(id))
-            tvGmailDraftsHint.setVisibility(View.VISIBLE);
-
         if ("office365".equals(id) || "outlook".equals(id)) {
             if (ex instanceof AuthenticationFailedException)
                 tvOfficeAuthHint.setVisibility(View.VISIBLE);
@@ -982,7 +1006,6 @@ public class FragmentOAuth extends FragmentBase {
     private void hideError() {
         btnHelp.setVisibility(View.GONE);
         grpError.setVisibility(View.GONE);
-        tvGmailDraftsHint.setVisibility(View.GONE);
         tvOfficeAuthHint.setVisibility(View.GONE);
     }
 }
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptions.java b/app/src/main/java/eu/faircode/email/FragmentOptions.java
index 70db5589d3..cde9f01538 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptions.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptions.java
@@ -145,7 +145,8 @@ public class FragmentOptions extends FragmentBase {
             "keywords_header", "labels_header", "flags", "flags_background", "preview", "preview_italic", "preview_lines",
             "message_zoom", "overview_mode", "override_width", "addresses", "button_extra", "attachments_alt", "thumbnails",
             "contrast", "hyphenation", "display_font", "monospaced_pre",
-            "background_color", "text_color", "text_size", "text_font", "text_align", "text_separators",
+            "list_count", "bundled_fonts", "parse_classes",
+            "background_color", "text_color", "text_size", "text_font", "text_align", "text_titles", "text_separators",
             "collapse_quotes", "image_placeholders", "inline_images",
             "seekbar", "actionbar", "actionbar_color", "group_category",
             "autoscroll", "swipenav", "reversed", "swipe_close", "swipe_move", "autoexpand", "autoclose", "onclose",
@@ -153,7 +154,8 @@ public class FragmentOptions extends FragmentBase {
             "language_detection",
             "quick_filter", "quick_scroll",
             "experiments", "debug", "log_level", "test1", "test2", "test3", "test4", "test5",
-            "webview_legacy", "browser_zoom", "show_recent",
+            "webview_legacy", "browser_zoom", "fake_dark",
+            "show_recent",
             "biometrics",
             "default_light"
     };
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsBehavior.java b/app/src/main/java/eu/faircode/email/FragmentOptionsBehavior.java
index 7f3c920cfd..0994646ba2 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsBehavior.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsBehavior.java
@@ -50,6 +50,7 @@ import androidx.annotation.NonNull;
 import androidx.annotation.Nullable;
 import androidx.appcompat.app.AlertDialog;
 import androidx.appcompat.widget.SwitchCompat;
+import androidx.lifecycle.Lifecycle;
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
 import androidx.preference.PreferenceManager;
 
@@ -57,7 +58,10 @@ import java.util.ArrayList;
 import java.util.List;
 
 public class FragmentOptionsBehavior extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+    private View view;
     private ImageButton ibHelp;
+    private SwitchCompat swRestoreOnLaunch;
+    private TextView tvRestoreOnLaunchHint;
     private SwitchCompat swSyncOnlaunch;
     private SwitchCompat swDoubleBack;
     private SwitchCompat swConversationActions;
@@ -100,7 +104,7 @@ public class FragmentOptionsBehavior extends FragmentBase implements SharedPrefe
     final static int DEFAULT_SWIPE_SENSITIVITY = 7;
 
     private final static String[] RESET_OPTIONS = new String[]{
-            "sync_on_launch", "double_back", "conversation_actions", "conversation_actions_replies", "language_detection",
+            "restore_on_launch", "sync_on_launch", "double_back", "conversation_actions", "conversation_actions_replies", "language_detection",
             "default_snooze",
             "pull", "autoscroll", "quick_filter", "quick_scroll", "swipe_sensitivity", "foldernav",
             "doubletap", "swipenav", "volumenav", "reversed", "swipe_close", "swipe_move",
@@ -117,11 +121,13 @@ public class FragmentOptionsBehavior extends FragmentBase implements SharedPrefe
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_behavior, container, false);
+        view = inflater.inflate(R.layout.fragment_options_behavior, container, false);
 
         // Get controls
 
         ibHelp = view.findViewById(R.id.ibHelp);
+        swRestoreOnLaunch = view.findViewById(R.id.swRestoreOnLaunch);
+        tvRestoreOnLaunchHint = view.findViewById(R.id.tvRestoreOnLaunchHint);
         swSyncOnlaunch = view.findViewById(R.id.swSyncOnlaunch);
         swDoubleBack = view.findViewById(R.id.swDoubleBack);
         swConversationActions = view.findViewById(R.id.swConversationActions);
@@ -180,6 +186,14 @@ public class FragmentOptionsBehavior extends FragmentBase implements SharedPrefe
             }
         });
 
+        tvRestoreOnLaunchHint.setText(getString(R.string.title_advanced_restore_on_launch_hint, ActivityMain.RESTORE_STATE_INTERVAL));
+        swRestoreOnLaunch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("restore_on_launch", checked).apply();
+            }
+        });
+
         swSyncOnlaunch.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -518,11 +532,12 @@ public class FragmentOptionsBehavior extends FragmentBase implements SharedPrefe
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
 
+        swRestoreOnLaunch.setChecked(prefs.getBoolean("restore_on_launch", false));
         swSyncOnlaunch.setChecked(prefs.getBoolean("sync_on_launch", false));
         swDoubleBack.setChecked(prefs.getBoolean("double_back", false));
         swConversationActions.setChecked(prefs.getBoolean("conversation_actions", Helper.isGoogle()));
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsConnection.java b/app/src/main/java/eu/faircode/email/FragmentOptionsConnection.java
index 3c26b2bd68..452590bfd6 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsConnection.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsConnection.java
@@ -59,6 +59,7 @@ import androidx.lifecycle.Lifecycle;
 import androidx.preference.PreferenceManager;
 
 public class FragmentOptionsConnection extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+    private View view;
     private ImageButton ibHelp;
     private SwitchCompat swMetered;
     private Spinner spDownload;
@@ -76,6 +77,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
     private SwitchCompat swTcpKeepAlive;
     private TextView tvTcpKeepAliveHint;
     private SwitchCompat swSslHarden;
+    private SwitchCompat swSslHardenStrict;
     private SwitchCompat swCertStrict;
     private Button btnManage;
     private TextView tvNetworkMetered;
@@ -91,7 +93,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
             "download_headers", "download_eml", "download_plain",
             "require_validated", "vpn_only",
             "timeout", "prefer_ip4", "bind_socket", "standalone_vpn", "tcp_keep_alive",
-            "ssl_harden", "cert_strict"
+            "ssl_harden", "ssl_harden_strict", "cert_strict"
     };
 
     @Override
@@ -100,7 +102,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_connection, container, false);
+        view = inflater.inflate(R.layout.fragment_options_connection, container, false);
 
         // Get controls
 
@@ -121,6 +123,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
         swTcpKeepAlive = view.findViewById(R.id.swTcpKeepAlive);
         tvTcpKeepAliveHint = view.findViewById(R.id.tvTcpKeepAliveHint);
         swSslHarden = view.findViewById(R.id.swSslHarden);
+        swSslHardenStrict = view.findViewById(R.id.swSslHardenStrict);
         swCertStrict = view.findViewById(R.id.swCertStrict);
         btnManage = view.findViewById(R.id.btnManage);
 
@@ -283,6 +286,17 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
                 prefs.edit().putBoolean("ssl_harden", checked).apply();
+                swSslHardenStrict.setEnabled(checked);
+            }
+        });
+
+        swSslHardenStrict.setVisibility(BuildConfig.PLAY_STORE_RELEASE ||
+                Build.VERSION.SDK_INT < Build.VERSION_CODES.Q
+                ? View.GONE : View.VISIBLE);
+        swSslHardenStrict.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("ssl_harden_strict", checked).apply();
             }
         });
 
@@ -390,7 +404,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
@@ -424,6 +438,8 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
         swStandaloneVpn.setChecked(prefs.getBoolean("standalone_vpn", false));
         swTcpKeepAlive.setChecked(prefs.getBoolean("tcp_keep_alive", false));
         swSslHarden.setChecked(prefs.getBoolean("ssl_harden", false));
+        swSslHardenStrict.setChecked(prefs.getBoolean("ssl_harden_strict", false));
+        swSslHardenStrict.setEnabled(swSslHarden.isChecked());
         swCertStrict.setChecked(prefs.getBoolean("cert_strict", !BuildConfig.PLAY_STORE_RELEASE));
     }
 
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java b/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java
index 070ec9c23e..be83098c89 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java
@@ -52,6 +52,7 @@ import androidx.annotation.Nullable;
 import androidx.appcompat.widget.SwitchCompat;
 import androidx.constraintlayout.widget.Group;
 import androidx.fragment.app.FragmentActivity;
+import androidx.lifecycle.Lifecycle;
 import androidx.preference.PreferenceManager;
 
 import com.flask.colorpicker.ColorPickerView;
@@ -63,6 +64,7 @@ import java.util.ArrayList;
 import java.util.List;
 
 public class FragmentOptionsDisplay extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+    private View view;
     private ImageButton ibHelp;
     private Button btnTheme;
     private Spinner spStartup;
@@ -170,6 +172,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
     private SwitchCompat swAttachmentsAlt;
     private SwitchCompat swThumbnails;
 
+    private SwitchCompat swListCount;
     private SwitchCompat swBundledFonts;
     private SwitchCompat swParseClasses;
     private SwitchCompat swBackgroundColor;
@@ -177,6 +180,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
     private SwitchCompat swTextSize;
     private SwitchCompat swTextFont;
     private SwitchCompat swTextAlign;
+    private SwitchCompat swTextTitles;
     private SwitchCompat swAuthentication;
     private SwitchCompat swAuthenticationIndicator;
 
@@ -206,8 +210,8 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
             "text_separators",
             "collapse_quotes", "image_placeholders", "inline_images", "button_extra",
             "unzip", "attachments_alt", "thumbnails",
-            "bundled_fonts", "parse_classes",
-            "background_color", "text_color", "text_size", "text_font", "text_align",
+            "list_count", "bundled_fonts", "parse_classes",
+            "background_color", "text_color", "text_size", "text_font", "text_align", "text_titles",
             "authentication", "authentication_indicator"
     };
 
@@ -217,7 +221,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_display, container, false);
+        view = inflater.inflate(R.layout.fragment_options_display, container, false);
 
         // Get controls
 
@@ -326,6 +330,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
         swAttachmentsAlt = view.findViewById(R.id.swAttachmentsAlt);
         swThumbnails = view.findViewById(R.id.swThumbnails);
 
+        swListCount = view.findViewById(R.id.swListCount);
         swBundledFonts = view.findViewById(R.id.swBundledFonts);
         swParseClasses = view.findViewById(R.id.swParseClasses);
         swBackgroundColor = view.findViewById(R.id.swBackgroundColor);
@@ -333,6 +338,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
         swTextSize = view.findViewById(R.id.swTextSize);
         swTextFont = view.findViewById(R.id.swTextFont);
         swTextAlign = view.findViewById(R.id.swTextAlign);
+        swTextTitles = view.findViewById(R.id.swTextTitles);
         swAuthentication = view.findViewById(R.id.swAuthentication);
         swAuthenticationIndicator = view.findViewById(R.id.swAuthenticationIndicator);
 
@@ -1198,6 +1204,13 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
             }
         });
 
+        swListCount.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("list_count", checked).apply();
+            }
+        });
+
         swBundledFonts.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -1249,6 +1262,13 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
             }
         });
 
+        swTextTitles.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("text_titles", checked).apply();
+            }
+        });
+
         swAuthentication.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -1312,7 +1332,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
@@ -1490,6 +1510,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
         swAttachmentsAlt.setChecked(prefs.getBoolean("attachments_alt", false));
         swThumbnails.setChecked(prefs.getBoolean("thumbnails", true));
 
+        swListCount.setChecked(prefs.getBoolean("list_count", false));
         swBundledFonts.setChecked(prefs.getBoolean("bundled_fonts", true));
         swParseClasses.setChecked(prefs.getBoolean("parse_classes", true));
         swBackgroundColor.setChecked(prefs.getBoolean("background_color", false));
@@ -1497,6 +1518,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
         swTextSize.setChecked(prefs.getBoolean("text_size", true));
         swTextFont.setChecked(prefs.getBoolean("text_font", true));
         swTextAlign.setChecked(prefs.getBoolean("text_align", true));
+        swTextTitles.setChecked(prefs.getBoolean("text_titles", false));
         swAuthentication.setChecked(prefs.getBoolean("authentication", true));
         swAuthenticationIndicator.setChecked(prefs.getBoolean("authentication_indicator", false));
         swAuthenticationIndicator.setEnabled(swAuthentication.isChecked());
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsEncryption.java b/app/src/main/java/eu/faircode/email/FragmentOptionsEncryption.java
index 1663e061e0..53e49fc616 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsEncryption.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsEncryption.java
@@ -81,6 +81,7 @@ import java.util.List;
 
 public class FragmentOptionsEncryption extends FragmentBase
         implements SharedPreferences.OnSharedPreferenceChangeListener, OpenPgpServiceConnection.OnBound {
+    private View view;
     private ImageButton ibHelp;
     private ImageButton ibInfo;
     private SwitchCompat swSign;
@@ -126,7 +127,7 @@ public class FragmentOptionsEncryption extends FragmentBase
         setHasOptionsMenu(true);
 
         PackageManager pm = getContext().getPackageManager();
-        View view = inflater.inflate(R.layout.fragment_options_encryption, container, false);
+        view = inflater.inflate(R.layout.fragment_options_encryption, container, false);
 
         // Get controls
 
@@ -360,6 +361,7 @@ public class FragmentOptionsEncryption extends FragmentBase
                 PackageManager pm = context.getPackageManager();
                 Intent open = new Intent(Intent.ACTION_GET_CONTENT);
                 open.addCategory(Intent.CATEGORY_OPENABLE);
+                open.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 open.setType("*/*");
                 if (open.resolveActivity(pm) == null)  // system whitelisted
                     ToastEx.makeText(context, R.string.title_no_saf, Toast.LENGTH_LONG).show();
@@ -596,7 +598,7 @@ public class FragmentOptionsEncryption extends FragmentBase
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsMisc.java b/app/src/main/java/eu/faircode/email/FragmentOptionsMisc.java
index 3b19de6693..8e37437116 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsMisc.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsMisc.java
@@ -37,6 +37,7 @@ import android.graphics.Paint;
 import android.graphics.Typeface;
 import android.graphics.fonts.Font;
 import android.graphics.fonts.SystemFonts;
+import android.net.Uri;
 import android.os.Build;
 import android.os.Bundle;
 import android.os.Debug;
@@ -70,6 +71,7 @@ import androidx.appcompat.app.AlertDialog;
 import androidx.appcompat.widget.SwitchCompat;
 import androidx.cardview.widget.CardView;
 import androidx.constraintlayout.widget.Group;
+import androidx.lifecycle.Lifecycle;
 import androidx.lifecycle.Observer;
 import androidx.preference.PreferenceManager;
 
@@ -94,6 +96,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     private boolean resumed = false;
     private List<Pair<String, String>> languages = new ArrayList<>();
 
+    private View view;
     private ImageButton ibHelp;
     private SwitchCompat swPowerMenu;
     private SwitchCompat swExternalSearch;
@@ -110,6 +113,9 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     private TextView tvFtsIndexed;
     private TextView tvFtsPro;
     private Spinner spLanguage;
+    private SwitchCompat swLanguageTool;
+    private TextView tvLanguageToolPrivacy;
+    private ImageButton ibLanguageTool;
     private SwitchCompat swDeepL;
     private ImageButton ibDeepL;
     private TextView tvSdcard;
@@ -128,6 +134,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     private SwitchCompat swWatchdog;
     private SwitchCompat swExperiments;
     private TextView tvExperimentsHint;
+    private SwitchCompat swMainLog;
     private SwitchCompat swProtocol;
     private SwitchCompat swLogInfo;
     private SwitchCompat swDebug;
@@ -149,6 +156,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     private SwitchCompat swWal;
     private SwitchCompat swCheckpoints;
     private SwitchCompat swAnalyze;
+    private SwitchCompat swAutoVacuum;
     private TextView tvSqliteCache;
     private SeekBar sbSqliteCache;
     private TextView tvChunkSize;
@@ -159,6 +167,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     private SwitchCompat swUndoManager;
     private SwitchCompat swWebViewLegacy;
     private SwitchCompat swBrowserZoom;
+    private SwitchCompat swFakeDark;
     private SwitchCompat swShowRecent;
     private SwitchCompat swModSeq;
     private SwitchCompat swUid;
@@ -169,6 +178,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     private SwitchCompat swAuthNtlm;
     private SwitchCompat swAuthSasl;
     private SwitchCompat swAuthApop;
+    private SwitchCompat swUseTop;
     private SwitchCompat swKeepAlivePoll;
     private SwitchCompat swEmptyPool;
     private SwitchCompat swIdleDone;
@@ -207,16 +217,18 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     private final static String[] RESET_OPTIONS = new String[]{
             "sort_answers", "shortcuts", "fts",
             "classification", "class_min_probability", "class_min_difference",
-            "language", "deepl_enabled",
+            "language", "lt_enabled", "deepl_enabled",
             "updates", "weekly", "show_changelog",
             "crash_reports", "cleanup_attachments",
-            "watchdog", "experiments", "protocol", "log_level", "debug", "leak_canary", "test1",
+            "watchdog", "experiments", "main_log", "protocol", "log_level", "debug", "leak_canary", "test1",
             "test2", "test3", "test4", "test5",
             "work_manager", // "external_storage",
-            "query_threads", "wal", "sqlite_checkpoints", "sqlite_analyze", "sqlite_cache",
-            "chunk_size", "thread_range", "undo_manager", "webview_legacy", "browser_zoom", "show_recent",
+            "query_threads", "wal", "sqlite_checkpoints", "sqlite_analyze", "sqlite_auto_vacuum", "sqlite_cache",
+            "chunk_size", "thread_range", "undo_manager",
+            "webview_legacy", "browser_zoom", "fake_dark",
+            "show_recent",
             "use_modseq", "uid_command", "perform_expunge", "uid_expunge",
-            "auth_plain", "auth_login", "auth_ntlm", "auth_sasl", "auth_apop",
+            "auth_plain", "auth_login", "auth_ntlm", "auth_sasl", "auth_apop", "use_top",
             "keep_alive_poll", "empty_pool", "idle_done", "logarithmic_backoff",
             "exact_alarms", "infra", "dkim_verify", "dup_msgids", "test_iab"
     };
@@ -239,7 +251,9 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
             "signature_images_hint",
             "gmail_checked",
             "eml_auto_confirm",
-            "open_with_pkg", "open_with_tabs"
+            "open_with_pkg", "open_with_tabs",
+            "gmail_checked", "outlook_checked",
+            "redmi_note"
     };
 
     @Override
@@ -264,7 +278,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_misc, container, false);
+        view = inflater.inflate(R.layout.fragment_options_misc, container, false);
 
         // Get controls
 
@@ -284,6 +298,9 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         tvFtsIndexed = view.findViewById(R.id.tvFtsIndexed);
         tvFtsPro = view.findViewById(R.id.tvFtsPro);
         spLanguage = view.findViewById(R.id.spLanguage);
+        swLanguageTool = view.findViewById(R.id.swLanguageTool);
+        tvLanguageToolPrivacy = view.findViewById(R.id.tvLanguageToolPrivacy);
+        ibLanguageTool = view.findViewById(R.id.ibLanguageTool);
         swDeepL = view.findViewById(R.id.swDeepL);
         ibDeepL = view.findViewById(R.id.ibDeepL);
         tvSdcard = view.findViewById(R.id.tvSdcard);
@@ -302,6 +319,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         swWatchdog = view.findViewById(R.id.swWatchdog);
         swExperiments = view.findViewById(R.id.swExperiments);
         tvExperimentsHint = view.findViewById(R.id.tvExperimentsHint);
+        swMainLog = view.findViewById(R.id.swMainLog);
         swProtocol = view.findViewById(R.id.swProtocol);
         swLogInfo = view.findViewById(R.id.swLogInfo);
         swDebug = view.findViewById(R.id.swDebug);
@@ -323,6 +341,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         swWal = view.findViewById(R.id.swWal);
         swCheckpoints = view.findViewById(R.id.swCheckpoints);
         swAnalyze = view.findViewById(R.id.swAnalyze);
+        swAutoVacuum = view.findViewById(R.id.swAutoVacuum);
         tvSqliteCache = view.findViewById(R.id.tvSqliteCache);
         sbSqliteCache = view.findViewById(R.id.sbSqliteCache);
         ibSqliteCache = view.findViewById(R.id.ibSqliteCache);
@@ -333,6 +352,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         swUndoManager = view.findViewById(R.id.swUndoManager);
         swWebViewLegacy = view.findViewById(R.id.swWebViewLegacy);
         swBrowserZoom = view.findViewById(R.id.swBrowserZoom);
+        swFakeDark = view.findViewById(R.id.swFakeDark);
         swShowRecent = view.findViewById(R.id.swShowRecent);
         swModSeq = view.findViewById(R.id.swModSeq);
         swUid = view.findViewById(R.id.swUid);
@@ -343,6 +363,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         swAuthNtlm = view.findViewById(R.id.swAuthNtlm);
         swAuthSasl = view.findViewById(R.id.swAuthSasl);
         swAuthApop = view.findViewById(R.id.swAuthApop);
+        swUseTop = view.findViewById(R.id.swUseTop);
         swKeepAlivePoll = view.findViewById(R.id.swKeepAlivePoll);
         swEmptyPool = view.findViewById(R.id.swEmptyPool);
         swIdleDone = view.findViewById(R.id.swIdleDone);
@@ -566,6 +587,28 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
             }
         });
 
+        swLanguageTool.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("lt_enabled", checked).apply();
+            }
+        });
+
+        tvLanguageToolPrivacy.getPaint().setUnderlineText(true);
+        tvLanguageToolPrivacy.setOnClickListener(new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                Helper.view(v.getContext(), Uri.parse(Helper.LT_PRIVACY_URI), true);
+            }
+        });
+
+        ibLanguageTool.setOnClickListener(new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                Helper.viewFAQ(v.getContext(), 180);
+            }
+        });
+
         swDeepL.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -681,6 +724,13 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
             }
         });
 
+        swMainLog.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("main_log", checked).apply();
+            }
+        });
+
         swProtocol.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -952,6 +1002,17 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
             }
         });
 
+        swAutoVacuum.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton v, boolean checked) {
+                prefs.edit()
+                        .putBoolean("sqlite_auto_vacuum", checked)
+                        .remove("debug")
+                        .apply();
+                ApplicationEx.restart(v.getContext());
+            }
+        });
+
         sbSqliteCache.setOnSeekBarChangeListener(new SeekBar.OnSeekBarChangeListener() {
             @Override
             public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
@@ -1038,6 +1099,13 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
             }
         });
 
+        swFakeDark.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("fake_dark", checked).apply();
+            }
+        });
+
         swShowRecent.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -1113,6 +1181,13 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
             }
         });
 
+        swUseTop.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("use_top", checked).apply();
+            }
+        });
+
         swKeepAlivePoll.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -1174,6 +1249,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
             public void onClick(View v) {
                 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
                 intent.addCategory(Intent.CATEGORY_OPENABLE);
+                intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 intent.setType("*/*");
                 Intent choose = Helper.getChooser(v.getContext(), intent);
                 getActivity().startActivityForResult(choose, ActivitySetup.REQUEST_IMPORT_PROVIDERS);
@@ -1610,11 +1686,6 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
                                 editor.remove(key);
                             }
 
-                        if (BuildConfig.DEBUG) {
-                            editor.remove("gmail_checked");
-                            editor.remove("outlook_checked");
-                        }
-
                         editor.apply();
 
                         ToastEx.makeText(context, R.string.title_setup_done, Toast.LENGTH_LONG).show();
@@ -1661,7 +1732,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
@@ -1707,6 +1778,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         if (selected >= 0)
             spLanguage.setSelection(selected);
 
+        swLanguageTool.setChecked(prefs.getBoolean("lt_enabled", false));
         swDeepL.setChecked(prefs.getBoolean("deepl_enabled", false));
         swUpdates.setChecked(prefs.getBoolean("updates", true));
         swCheckWeekly.setChecked(prefs.getBoolean("weekly", Helper.hasPlayStore(getContext())));
@@ -1718,6 +1790,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         swCleanupAttachments.setChecked(prefs.getBoolean("cleanup_attachments", false));
 
         swWatchdog.setChecked(prefs.getBoolean("watchdog", true));
+        swMainLog.setChecked(prefs.getBoolean("main_log", true));
         swProtocol.setChecked(prefs.getBoolean("protocol", false));
         swLogInfo.setChecked(prefs.getInt("log_level", Log.getDefaultLogLevel()) <= android.util.Log.INFO);
         swDebug.setChecked(prefs.getBoolean("debug", false));
@@ -1737,8 +1810,9 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         sbRoomQueryThreads.setProgress(query_threads);
 
         swWal.setChecked(prefs.getBoolean("wal", true));
-        swCheckpoints.setChecked(prefs.getBoolean("sqlite_checkpoints", false));
+        swCheckpoints.setChecked(prefs.getBoolean("sqlite_checkpoints", true));
         swAnalyze.setChecked(prefs.getBoolean("sqlite_analyze", true));
+        swAutoVacuum.setChecked(prefs.getBoolean("sqlite_auto_vacuum", !Helper.isRedmiNote()));
 
         int sqlite_cache = prefs.getInt("sqlite_cache", DB.DEFAULT_CACHE_SIZE);
         Integer cache_size = DB.getCacheSizeKb(getContext());
@@ -1761,6 +1835,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         swUndoManager.setChecked(prefs.getBoolean("undo_manager", false));
         swWebViewLegacy.setChecked(prefs.getBoolean("webview_legacy", false));
         swBrowserZoom.setChecked(prefs.getBoolean("browser_zoom", false));
+        swFakeDark.setChecked(prefs.getBoolean("fake_dark", false));
         swShowRecent.setChecked(prefs.getBoolean("show_recent", false));
         swModSeq.setChecked(prefs.getBoolean("use_modseq", true));
         swUid.setChecked(prefs.getBoolean("uid_command", false));
@@ -1771,6 +1846,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
         swAuthNtlm.setChecked(prefs.getBoolean("auth_ntlm", true));
         swAuthSasl.setChecked(prefs.getBoolean("auth_sasl", true));
         swAuthApop.setChecked(prefs.getBoolean("auth_apop", false));
+        swUseTop.setChecked(prefs.getBoolean("use_top", true));
         swKeepAlivePoll.setChecked(prefs.getBoolean("keep_alive_poll", false));
         swEmptyPool.setChecked(prefs.getBoolean("empty_pool", true));
         swIdleDone.setChecked(prefs.getBoolean("idle_done", true));
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsNotifications.java b/app/src/main/java/eu/faircode/email/FragmentOptionsNotifications.java
index 37b7b26b73..4e4c008e2f 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsNotifications.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsNotifications.java
@@ -23,16 +23,20 @@ import static android.app.Activity.RESULT_OK;
 
 import android.app.NotificationChannel;
 import android.app.NotificationManager;
+import android.app.StatusBarManager;
+import android.content.ComponentName;
 import android.content.Context;
 import android.content.Intent;
 import android.content.SharedPreferences;
 import android.content.pm.PackageManager;
 import android.graphics.Paint;
+import android.graphics.drawable.Icon;
 import android.media.RingtoneManager;
 import android.net.Uri;
 import android.os.Build;
 import android.os.Bundle;
 import android.provider.Settings;
+import android.service.quicksettings.TileService;
 import android.view.LayoutInflater;
 import android.view.Menu;
 import android.view.MenuInflater;
@@ -52,11 +56,15 @@ import androidx.annotation.Nullable;
 import androidx.annotation.RequiresApi;
 import androidx.appcompat.widget.SwitchCompat;
 import androidx.constraintlayout.widget.Group;
+import androidx.lifecycle.Lifecycle;
 import androidx.preference.PreferenceManager;
 
 import java.util.List;
+import java.util.concurrent.ExecutorService;
+import java.util.function.Consumer;
 
 public class FragmentOptionsNotifications extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+    private View view;
     private ImageButton ibHelp;
     private Button btnManage;
     private ImageButton ibClear;
@@ -67,7 +75,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
     private ImageButton ibWhy;
     private TextView tvNotifySeparate;
     private SwitchCompat swNewestFirst;
-    private SwitchCompat swBackground;
+    private SwitchCompat swNotifySummary;
 
     private CheckBox cbNotifyActionTrash;
     private CheckBox cbNotifyActionJunk;
@@ -91,8 +99,8 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
     private SwitchCompat swNotifyBackgroundOnly;
     private SwitchCompat swNotifyKnownOnly;
     private SwitchCompat swNotifySuppressInCall;
+    private SwitchCompat swNotifySuppressInCar;
     private TextView tvNotifyKnownPro;
-    private SwitchCompat swNotifySummary;
     private SwitchCompat swNotifyRemove;
     private SwitchCompat swNotifyClear;
     private SwitchCompat swNotifySubtext;
@@ -106,27 +114,34 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
     private SwitchCompat swMessagingStyle;
     private ImageButton ibCar;
     private SwitchCompat swBiometricsNotify;
+    private SwitchCompat swBackground;
     private SwitchCompat swAlertOnce;
+    private ImageButton ibTileSync;
+    private ImageButton ibTileUnseen;
     private TextView tvNoGrouping;
     private TextView tvNoChannels;
 
     private Group grpChannel;
     private Group grpProperties;
     private Group grpBackground;
+    private Group grpTiles;
+
+    private static final ExecutorService executor =
+            Helper.getBackgroundExecutor(1, "notifications");
 
     private final static String[] RESET_OPTIONS = new String[]{
-            "notify_newest_first",
+            "notify_newest_first", "notify_summary",
             "notify_trash", "notify_junk", "notify_block_sender", "notify_archive", "notify_move",
             "notify_reply", "notify_reply_direct",
             "notify_flag", "notify_seen", "notify_hide", "notify_snooze",
             "light", "sound", "notify_screen_on",
             "badge", "unseen_ignored",
-            "notify_background_only", "notify_known", "notify_suppress_in_call", "notify_summary", "notify_remove", "notify_clear",
+            "notify_background_only", "notify_known", "notify_suppress_in_call", "notify_suppress_in_car",
+            "notify_remove", "notify_clear",
             "notify_subtext", "notify_preview", "notify_preview_all", "notify_preview_only", "notify_transliterate",
             "wearable_preview",
             "notify_messaging",
-            "biometrics_notify",
-            "background_service", "alert_once"
+            "biometrics_notify", "background_service", "alert_once"
     };
 
     @Override
@@ -135,7 +150,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_notifications, container, false);
+        view = inflater.inflate(R.layout.fragment_options_notifications, container, false);
 
         // Get controls
 
@@ -149,7 +164,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
         ibWhy = view.findViewById(R.id.ibWhy);
         tvNotifySeparate = view.findViewById(R.id.tvNotifySeparate);
         swNewestFirst = view.findViewById(R.id.swNewestFirst);
-        swBackground = view.findViewById(R.id.swBackground);
+        swNotifySummary = view.findViewById(R.id.swNotifySummary);
 
         cbNotifyActionTrash = view.findViewById(R.id.cbNotifyActionTrash);
         cbNotifyActionJunk = view.findViewById(R.id.cbNotifyActionJunk);
@@ -173,8 +188,8 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
         swNotifyBackgroundOnly = view.findViewById(R.id.swNotifyBackgroundOnly);
         swNotifyKnownOnly = view.findViewById(R.id.swNotifyKnownOnly);
         swNotifySuppressInCall = view.findViewById(R.id.swNotifySuppressInCall);
+        swNotifySuppressInCar = view.findViewById(R.id.swNotifySuppressInCar);
         tvNotifyKnownPro = view.findViewById(R.id.tvNotifyKnownPro);
-        swNotifySummary = view.findViewById(R.id.swNotifySummary);
         swNotifyRemove = view.findViewById(R.id.swNotifyRemove);
         swNotifyClear = view.findViewById(R.id.swNotifyClear);
         swNotifySubtext = view.findViewById(R.id.swNotifySubtext);
@@ -188,13 +203,17 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
         swMessagingStyle = view.findViewById(R.id.swMessagingStyle);
         ibCar = view.findViewById(R.id.ibCar);
         swBiometricsNotify = view.findViewById(R.id.swBiometricsNotify);
+        swBackground = view.findViewById(R.id.swBackground);
         swAlertOnce = view.findViewById(R.id.swAlertOnce);
+        ibTileSync = view.findViewById(R.id.ibTileSync);
+        ibTileUnseen = view.findViewById(R.id.ibTileUnseen);
         tvNoGrouping = view.findViewById(R.id.tvNoGrouping);
         tvNoChannels = view.findViewById(R.id.tvNoChannels);
 
         grpChannel = view.findViewById(R.id.grpChannel);
         grpProperties = view.findViewById(R.id.grpProperties);
         grpBackground = view.findViewById(R.id.grpBackground);
+        grpTiles = view.findViewById(R.id.grpTiles);
 
         setOptions();
 
@@ -312,11 +331,11 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
             }
         });
 
-        swBackground.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+        swNotifySummary.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
-                prefs.edit().putBoolean("background_service", checked).apply();
-                ServiceSynchronize.eval(compoundButton.getContext(), "background=" + checked);
+                prefs.edit().putBoolean("notify_summary", checked).apply();
+                enableOptions();
             }
         });
 
@@ -475,14 +494,18 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
                 prefs.edit().putBoolean("notify_suppress_in_call", checked).apply();
+                ServiceSynchronize.restart(compoundButton.getContext());
             }
         });
 
-        swNotifySummary.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+        swNotifySuppressInCar.setVisibility(
+                Build.VERSION.SDK_INT < Build.VERSION_CODES.M || BuildConfig.PLAY_STORE_RELEASE
+                        ? View.GONE : View.VISIBLE);
+        swNotifySuppressInCar.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
-                prefs.edit().putBoolean("notify_summary", checked).apply();
-                enableOptions();
+                prefs.edit().putBoolean("notify_suppress_in_car", checked).apply();
+                ServiceSynchronize.restart(compoundButton.getContext());
             }
         });
 
@@ -578,6 +601,14 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
             }
         });
 
+        swBackground.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
+            @Override
+            public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
+                prefs.edit().putBoolean("background_service", checked).apply();
+                ServiceSynchronize.eval(compoundButton.getContext(), "background=" + checked);
+            }
+        });
+
         swAlertOnce.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
@@ -585,6 +616,22 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
             }
         });
 
+        ibTileSync.setOnClickListener(new View.OnClickListener() {
+            @Override
+            @RequiresApi(api = Build.VERSION_CODES.TIRAMISU)
+            public void onClick(View v) {
+                addTile(v.getContext(), ServiceTileSynchronize.class, R.string.tile_synchronize, R.drawable.twotone_sync_24);
+            }
+        });
+
+        ibTileUnseen.setOnClickListener(new View.OnClickListener() {
+            @Override
+            @RequiresApi(api = Build.VERSION_CODES.TIRAMISU)
+            public void onClick(View v) {
+                addTile(v.getContext(), ServiceTileUnseen.class, R.string.tile_unseen, R.drawable.twotone_mail_outline_24);
+            }
+        });
+
         // Initialize
         FragmentDialogTheme.setBackground(getContext(), view, false);
 
@@ -605,6 +652,9 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
         grpBackground.setVisibility(
                 Build.VERSION.SDK_INT < Build.VERSION_CODES.O || BuildConfig.DEBUG
                         ? View.VISIBLE : View.GONE);
+        grpTiles.setVisibility(
+                Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU || !BuildConfig.DEBUG
+                        ? View.GONE : View.VISIBLE);
 
         PreferenceManager.getDefaultSharedPreferences(getContext()).registerOnSharedPreferenceChangeListener(this);
 
@@ -659,14 +709,14 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         boolean pro = ActivityBilling.isPro(getContext());
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
 
         swNewestFirst.setChecked(prefs.getBoolean("notify_newest_first", false));
-        swBackground.setChecked(prefs.getBoolean("background_service", false));
+        swNotifySummary.setChecked(prefs.getBoolean("notify_summary", false));
 
         cbNotifyActionTrash.setChecked(prefs.getBoolean("notify_trash", true) || !pro);
         cbNotifyActionJunk.setChecked(prefs.getBoolean("notify_junk", false) && pro);
@@ -687,7 +737,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
         swNotifyBackgroundOnly.setChecked(prefs.getBoolean("notify_background_only", false));
         swNotifyKnownOnly.setChecked(prefs.getBoolean("notify_known", false));
         swNotifySuppressInCall.setChecked(prefs.getBoolean("notify_suppress_in_call", false));
-        swNotifySummary.setChecked(prefs.getBoolean("notify_summary", false));
+        swNotifySuppressInCar.setChecked(prefs.getBoolean("notify_suppress_in_car", false));
         swNotifyRemove.setChecked(prefs.getBoolean("notify_remove", true));
         swNotifyClear.setChecked(prefs.getBoolean("notify_clear", false));
         swNotifySubtext.setChecked(prefs.getBoolean("notify_subtext", true));
@@ -698,6 +748,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
         swWearablePreview.setChecked(prefs.getBoolean("wearable_preview", false));
         swMessagingStyle.setChecked(prefs.getBoolean("notify_messaging", false));
         swBiometricsNotify.setChecked(prefs.getBoolean("biometrics_notify", true));
+        swBackground.setChecked(prefs.getBoolean("background_service", false));
         swAlertOnce.setChecked(!prefs.getBoolean("alert_once", true));
 
         enableOptions();
@@ -759,4 +810,37 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
                 prefs.edit().remove("sound").apply();
         }
     }
+
+    @RequiresApi(api = 33)
+    private void addTile(Context context, Class<? extends TileService> cls, int title, int icon) {
+        StatusBarManager sbm = Helper.getSystemService(context, StatusBarManager.class);
+        sbm.requestAddTileService(
+                ComponentName.createRelative(context, cls.getName()),
+                context.getString(title),
+                Icon.createWithResource(context, icon),
+                executor,
+                new Consumer<Integer>() {
+                    @Override
+                    public void accept(Integer result) {
+                        Log.i("Tile result=" + result + " class=" + cls.getName());
+                        if (result == null)
+                            return;
+                        switch (result) {
+                            case StatusBarManager.TILE_ADD_REQUEST_RESULT_TILE_ADDED:
+                            case StatusBarManager.TILE_ADD_REQUEST_RESULT_TILE_NOT_ADDED:
+                                break;
+                            case StatusBarManager.TILE_ADD_REQUEST_RESULT_TILE_ALREADY_ADDED:
+                                getMainHandler().post(new Runnable() {
+                                    @Override
+                                    public void run() {
+                                        ToastEx.makeText(context, R.string.tile_already_added, Toast.LENGTH_LONG).show();
+                                    }
+                                });
+                                break;
+                            default:
+                                Log.e("Tile result=" + result + " class=" + cls.getName());
+                        }
+                    }
+                });
+    }
 }
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsPrivacy.java b/app/src/main/java/eu/faircode/email/FragmentOptionsPrivacy.java
index ce5c0f1f6c..afccef03ba 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsPrivacy.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsPrivacy.java
@@ -63,6 +63,7 @@ import java.text.SimpleDateFormat;
 import java.util.Locale;
 
 public class FragmentOptionsPrivacy extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+    private View view;
     private ImageButton ibHelp;
     private SwitchCompat swConfirmLinks;
     private SwitchCompat swCheckLinksDbl;
@@ -123,7 +124,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_privacy, container, false);
+        view = inflater.inflate(R.layout.fragment_options_privacy, container, false);
 
         // Get controls
 
@@ -183,7 +184,13 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
         swConfirmLinks.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
-                prefs.edit().putBoolean("confirm_links", checked).apply();
+                SharedPreferences.Editor editor = prefs.edit();
+                editor.putBoolean("confirm_links", checked);
+                if (!checked)
+                    for (String key : prefs.getAll().keySet())
+                        if (key.endsWith(".confirm_link"))
+                            editor.remove(key);
+                editor.apply();
                 swCheckLinksDbl.setEnabled(checked);
             }
         });
@@ -206,7 +213,13 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
         swAskImages.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
-                prefs.edit().putBoolean("ask_images", checked).apply();
+                SharedPreferences.Editor editor = prefs.edit();
+                editor.putBoolean("ask_images", checked);
+                if (!checked)
+                    for (String key : prefs.getAll().keySet())
+                        if (key.endsWith(".show_images"))
+                            editor.remove(key);
+                editor.apply();
             }
         });
 
@@ -228,7 +241,13 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
         swAskHtml.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
             @Override
             public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
-                prefs.edit().putBoolean("ask_html", checked).apply();
+                SharedPreferences.Editor editor = prefs.edit();
+                editor.putBoolean("ask_html", checked);
+                if (!checked)
+                    for (String key : prefs.getAll().keySet())
+                        if (key.endsWith(".show_full"))
+                            editor.remove(key);
+                editor.apply();
             }
         });
 
@@ -529,7 +548,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsSend.java b/app/src/main/java/eu/faircode/email/FragmentOptionsSend.java
index 0b5f8c0a0f..8c5cbbac3c 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsSend.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsSend.java
@@ -46,6 +46,7 @@ import android.widget.Spinner;
 import androidx.annotation.NonNull;
 import androidx.annotation.Nullable;
 import androidx.appcompat.widget.SwitchCompat;
+import androidx.lifecycle.Lifecycle;
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
 import androidx.preference.PreferenceManager;
 
@@ -54,6 +55,7 @@ import java.util.List;
 import java.util.Objects;
 
 public class FragmentOptionsSend extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+    private View view;
     private ImageButton ibHelp;
     private SwitchCompat swKeyboard;
     private SwitchCompat swKeyboardNoFullscreen;
@@ -128,7 +130,7 @@ public class FragmentOptionsSend extends FragmentBase implements SharedPreferenc
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_send, container, false);
+        view = inflater.inflate(R.layout.fragment_options_send, container, false);
 
         // Get controls
 
@@ -630,7 +632,7 @@ public class FragmentOptionsSend extends FragmentBase implements SharedPreferenc
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
@@ -642,7 +644,7 @@ public class FragmentOptionsSend extends FragmentBase implements SharedPreferenc
         swSuggestReceived.setChecked(prefs.getBoolean("suggest_received", false));
         swSuggestFrequently.setChecked(prefs.getBoolean("suggest_frequently", false));
         swSuggestFrequently.setEnabled(swSuggestSent.isChecked() || swSuggestReceived.isChecked());
-        swAutoIdentity.setChecked(prefs.getBoolean("auto_identity", true));
+        swAutoIdentity.setChecked(prefs.getBoolean("auto_identity", false));
         swSendChips.setChecked(prefs.getBoolean("send_chips", true));
         swSendReminders.setChecked(prefs.getBoolean("send_reminders", true));
         swSendPending.setChecked(prefs.getBoolean("send_pending", true));
diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java b/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java
index ed4eec6db2..18c500d3f9 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java
@@ -47,6 +47,7 @@ import androidx.annotation.Nullable;
 import androidx.appcompat.widget.SwitchCompat;
 import androidx.constraintlayout.widget.Group;
 import androidx.fragment.app.DialogFragment;
+import androidx.lifecycle.Lifecycle;
 import androidx.lifecycle.LifecycleOwner;
 import androidx.lifecycle.Observer;
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
@@ -63,6 +64,7 @@ import java.util.List;
 import java.util.Objects;
 
 public class FragmentOptionsSynchronize extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
+    private View view;
     private ImageButton ibHelp;
     private SwitchCompat swEnabled;
     private SwitchCompat swOptimize;
@@ -129,7 +131,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
         setSubtitle(R.string.title_setup);
         setHasOptionsMenu(true);
 
-        View view = inflater.inflate(R.layout.fragment_options_synchronize, container, false);
+        view = inflater.inflate(R.layout.fragment_options_synchronize, container, false);
 
         // Get controls
 
@@ -478,6 +480,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
                 prefs.edit().putBoolean("check_blocklist", checked).apply();
                 swUseBlocklist.setEnabled(checked);
                 swUseBlocklistPop.setEnabled(checked);
+                rvBlocklist.setAlpha(checked ? 1.0f : Helper.LOW_LIGHT);
             }
         });
 
@@ -554,7 +557,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
     }
 
     private void setOptions() {
-        if (getContext() == null)
+        if (view == null || getContext() == null)
             return;
 
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
@@ -610,6 +613,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
         swUseBlocklist.setEnabled(swCheckBlocklist.isChecked());
         swUseBlocklistPop.setChecked(prefs.getBoolean("use_blocklist_pop", false));
         swUseBlocklistPop.setEnabled(swCheckBlocklist.isChecked());
+        rvBlocklist.setAlpha(swCheckBlocklist.isChecked() ? 1.0f : Helper.LOW_LIGHT);
     }
 
     private String formatHour(Context context, int minutes) {
diff --git a/app/src/main/java/eu/faircode/email/FragmentOrder.java b/app/src/main/java/eu/faircode/email/FragmentOrder.java
index 7d9b3df6b6..cfe667e43e 100644
--- a/app/src/main/java/eu/faircode/email/FragmentOrder.java
+++ b/app/src/main/java/eu/faircode/email/FragmentOrder.java
@@ -146,7 +146,7 @@ public class FragmentOrder extends FragmentBase {
                 }
             }.execute(this, new Bundle(), "order:folders");
         else
-            throw new IllegalArgumentException();
+            throw new IllegalArgumentException("Unknown class=" + clazz);
     }
 
     @Override
@@ -197,19 +197,22 @@ public class FragmentOrder extends FragmentBase {
                 final boolean reset = args.getBoolean("reset");
                 final long[] ids = args.getLongArray("ids");
 
-                final DB db = DB.getInstance(context);
-                db.runInTransaction(new Runnable() {
-                    @Override
-                    public void run() {
-                        for (int i = 0; i < ids.length; i++)
-                            if (EntityAccount.class.getName().equals(clazz))
-                                db.account().setAccountOrder(ids[i], reset ? null : i);
-                            else if (TupleFolderSort.class.getName().equals(clazz))
-                                db.folder().setFolderOrder(ids[i], reset ? null : i);
-                            else
-                                throw new IllegalArgumentException("Unknown class=" + clazz);
-                    }
-                });
+                DB db = DB.getInstance(context);
+                try {
+                    db.beginTransaction();
+
+                    for (int i = 0; i < ids.length; i++)
+                        if (EntityAccount.class.getName().equals(clazz))
+                            db.account().setAccountOrder(ids[i], reset ? null : i);
+                        else if (TupleFolderSort.class.getName().equals(clazz))
+                            db.folder().setFolderOrder(ids[i], reset ? null : i);
+                        else
+                            throw new IllegalArgumentException("Unknown class=" + clazz);
+
+                    db.setTransactionSuccessful();
+                } finally {
+                    db.endTransaction();
+                }
 
                 return null;
             }
diff --git a/app/src/main/java/eu/faircode/email/FragmentQuickSetup.java b/app/src/main/java/eu/faircode/email/FragmentQuickSetup.java
index 496908603f..358f89bc4b 100644
--- a/app/src/main/java/eu/faircode/email/FragmentQuickSetup.java
+++ b/app/src/main/java/eu/faircode/email/FragmentQuickSetup.java
@@ -510,10 +510,7 @@ public class FragmentQuickSetup extends FragmentBase {
                             EntityAccount primary = db.account().getPrimaryAccount();
 
                             if (args.getBoolean("update")) {
-                                List<EntityAccount> accounts =
-                                        db.account().getAccounts(user,
-                                                EntityAccount.TYPE_IMAP,
-                                                new int[]{AUTH_TYPE_PASSWORD});
+                                List<EntityAccount> accounts = db.account().getAccounts(user, EntityAccount.TYPE_IMAP);
                                 if (accounts != null && accounts.size() == 1)
                                     update = accounts.get(0);
                             }
@@ -593,9 +590,9 @@ public class FragmentQuickSetup extends FragmentBase {
                                 args.putLong("account", update.id);
                                 EntityLog.log(context, "Quick setup update account=" + update.name);
                                 db.account().setAccountSynchronize(update.id, true);
-                                db.account().setAccountPassword(update.id, password, AUTH_TYPE_PASSWORD);
+                                db.account().setAccountPassword(update.id, password, AUTH_TYPE_PASSWORD, null);
                                 db.account().setAccountFingerprint(update.id, imap_fingerprint);
-                                db.identity().setIdentityPassword(update.id, update.user, password, update.auth_type, AUTH_TYPE_PASSWORD);
+                                db.identity().setIdentityPassword(update.id, update.user, password, update.auth_type, AUTH_TYPE_PASSWORD, null);
                                 db.identity().setIdentityFingerprint(update.id, smtp_fingerprint);
                             }
 
@@ -604,12 +601,8 @@ public class FragmentQuickSetup extends FragmentBase {
                             db.endTransaction();
                         }
 
-                        if (update == null)
-                            ServiceSynchronize.eval(context, "quick setup");
-                        else {
-                            args.putBoolean("updated", true);
-                            ServiceSynchronize.reload(context, update.id, true, "quick setup");
-                        }
+                        ServiceSynchronize.eval(context, "quick setup");
+                        args.putBoolean("updated", update != null);
 
                         return provider;
                     } catch (Throwable ex) {
diff --git a/app/src/main/java/eu/faircode/email/FragmentRule.java b/app/src/main/java/eu/faircode/email/FragmentRule.java
index 2cd3bc4227..b085964b80 100644
--- a/app/src/main/java/eu/faircode/email/FragmentRule.java
+++ b/app/src/main/java/eu/faircode/email/FragmentRule.java
@@ -335,6 +335,7 @@ public class FragmentRule extends FragmentBase {
             @Override
             public void onClick(View v) {
                 Intent pick = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Email.CONTENT_URI);
+                pick.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 startActivityForResult(Helper.getChooser(getContext(), pick), REQUEST_SENDER);
             }
         });
@@ -352,6 +353,7 @@ public class FragmentRule extends FragmentBase {
             @Override
             public void onClick(View v) {
                 Intent pick = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Email.CONTENT_URI);
+                pick.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 startActivityForResult(Helper.getChooser(getContext(), pick), REQUEST_RECIPIENT);
             }
         });
@@ -646,6 +648,7 @@ public class FragmentRule extends FragmentBase {
             @Override
             public void onClick(View v) {
                 Intent pick = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Email.CONTENT_URI);
+                pick.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
                 startActivityForResult(Helper.getChooser(getContext(), pick), REQUEST_TO);
             }
         });
@@ -912,7 +915,15 @@ public class FragmentRule extends FragmentBase {
                 et.setText(cursor.getString(0));
         } catch (Throwable ex) {
             Log.e(ex);
-            Log.unexpectedError(getParentFragmentManager(), ex);
+            if (ex instanceof SecurityException)
+                try {
+                    String permission = android.Manifest.permission.READ_CONTACTS;
+                    requestPermissions(new String[]{permission}, REQUEST_PERMISSIONS);
+                } catch (Throwable ex1) {
+                    Log.unexpectedError(getParentFragmentManager(), ex1);
+                }
+            else
+                Log.unexpectedError(getParentFragmentManager(), ex);
         }
     }
 
@@ -1724,6 +1735,7 @@ public class FragmentRule extends FragmentBase {
                     rule.folder = args.getLong("folder");
                     rule.condition = args.getString("condition");
                     rule.action = args.getString("action");
+                    rule.validate(context);
 
                     List<EntityMessage> matching = new ArrayList<>();
 
diff --git a/app/src/main/java/eu/faircode/email/FragmentRules.java b/app/src/main/java/eu/faircode/email/FragmentRules.java
index 69ef477c7b..68dec51d73 100644
--- a/app/src/main/java/eu/faircode/email/FragmentRules.java
+++ b/app/src/main/java/eu/faircode/email/FragmentRules.java
@@ -297,6 +297,7 @@ public class FragmentRules extends FragmentBase {
 
         Intent intent = new Intent(Intent.ACTION_CREATE_DOCUMENT);
         intent.addCategory(Intent.CATEGORY_OPENABLE);
+        intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
         intent.setType("*/*");
         intent.putExtra(Intent.EXTRA_TITLE, "fairemail_" +
                 new SimpleDateFormat("yyyyMMdd").format(new Date().getTime()) + ".rules");
@@ -307,6 +308,7 @@ public class FragmentRules extends FragmentBase {
     private void onMenuImport() {
         Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
         intent.addCategory(Intent.CATEGORY_OPENABLE);
+        intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
         intent.setType("*/*");
         startActivityForResult(intent, REQUEST_IMPORT);
     }
@@ -361,11 +363,29 @@ public class FragmentRules extends FragmentBase {
                     JSONObject jaction = new JSONObject(rule.action);
 
                     int type = jaction.getInt("type");
-                    if (type == EntityRule.TYPE_MOVE || type == EntityRule.TYPE_COPY) {
-                        long target = jaction.optLong("target", -1);
-                        EntityFolder f = db.folder().getFolder(target);
-                        if (f != null)
-                            jaction.put("folderType", f.type);
+                    switch (type) {
+                        case EntityRule.TYPE_MOVE:
+                        case EntityRule.TYPE_COPY:
+                            long target = jaction.optLong("target", -1);
+                            EntityFolder f = db.folder().getFolder(target);
+                            EntityAccount a = (f == null ? null : db.account().getAccount(f.account));
+                            if (a != null)
+                                jaction.put("targetAccountUuid", a.uuid);
+                            if (f != null) {
+                                jaction.put("targetFolderType", f.type);
+                                jaction.put("targetFolderName", f.name);
+                            }
+                            break;
+                        case EntityRule.TYPE_ANSWER:
+                            long identity = jaction.getLong("identity");
+                            long answer = jaction.getLong("answer");
+                            EntityIdentity i = db.identity().getIdentity(identity);
+                            EntityAnswer t = db.answer().getAnswer(answer);
+                            if (i != null)
+                                jaction.put("identityUuid", i.uuid);
+                            if (t != null)
+                                jaction.put("answerUuid", t.uuid);
+                            break;
                     }
 
                     rule.action = jaction.toString();
@@ -450,21 +470,52 @@ public class FragmentRules extends FragmentBase {
                     if (folder == null)
                         return null;
 
-                    for (int i = 0; i < jrules.length(); i++) {
-                        JSONObject jrule = jrules.getJSONObject(i);
+                    for (int r = 0; r < jrules.length(); r++) {
+                        JSONObject jrule = jrules.getJSONObject(r);
                         EntityRule rule = EntityRule.fromJSON(jrule);
 
                         JSONObject jaction = new JSONObject(rule.action);
 
                         int type = jaction.getInt("type");
-                        if (type == EntityRule.TYPE_MOVE || type == EntityRule.TYPE_COPY) {
-                            String folderType = jaction.optString("folderType");
-                            if (!EntityFolder.SYSTEM.equals(folderType) &&
-                                    !EntityFolder.USER.equals(folderType)) {
-                                EntityFolder f = db.folder().getFolderByType(folder.account, folderType);
-                                if (f != null)
-                                    jaction.put("target", f.id);
-                            }
+                        switch (type) {
+                            case EntityRule.TYPE_MOVE:
+                            case EntityRule.TYPE_COPY:
+                                String targetAccountUuid = jaction.optString("targetAccountUuid");
+                                String targetFolderName = jaction.optString("targetFolderName");
+                                if (!TextUtils.isEmpty(targetAccountUuid) && !TextUtils.isEmpty(targetFolderName)) {
+                                    EntityAccount a = db.account().getAccountByUUID(targetAccountUuid);
+                                    if (a != null) {
+                                        EntityFolder f = db.folder().getFolderByName(a.id, targetFolderName);
+                                        if (f != null) {
+                                            jaction.put("target", f.id);
+                                            break;
+                                        }
+                                    }
+                                }
+
+                                String folderType = jaction.optString("targetFolderType");
+                                if (TextUtils.isEmpty(folderType))
+                                    folderType = jaction.optString("folderType"); // legacy
+                                if (!EntityFolder.SYSTEM.equals(folderType) &&
+                                        !EntityFolder.USER.equals(folderType)) {
+                                    EntityFolder f = db.folder().getFolderByType(folder.account, folderType);
+                                    if (f != null)
+                                        jaction.put("target", f.id);
+                                }
+                                break;
+
+                            case EntityRule.TYPE_ANSWER:
+                                String identityUuid = jaction.optString("identityUuid");
+                                String answerUuid = jaction.optString("answerUuid");
+                                if (!TextUtils.isEmpty(identityUuid) && !TextUtils.isEmpty(answerUuid)) {
+                                    EntityIdentity i = db.identity().getIdentityByUUID(identityUuid);
+                                    EntityAnswer a = db.answer().getAnswerByUUID(answerUuid);
+                                    if (i != null && a != null) {
+                                        jaction.put("identity", i.id);
+                                        jaction.put("answer", a.id);
+                                        break;
+                                    }
+                                }
                         }
 
                         rule.action = jaction.toString();
diff --git a/app/src/main/java/eu/faircode/email/FragmentSetup.java b/app/src/main/java/eu/faircode/email/FragmentSetup.java
index 2119972254..cde231bbbf 100644
--- a/app/src/main/java/eu/faircode/email/FragmentSetup.java
+++ b/app/src/main/java/eu/faircode/email/FragmentSetup.java
@@ -47,7 +47,6 @@ import android.text.style.RelativeSizeSpan;
 import android.view.LayoutInflater;
 import android.view.Menu;
 import android.view.MenuItem;
-import android.view.TouchDelegate;
 import android.view.View;
 import android.view.ViewGroup;
 import android.widget.Button;
@@ -84,6 +83,7 @@ public class FragmentSetup extends FragmentBase {
     private TextView tvNoInternet;
     private ImageButton ibHelp;
     private Button btnQuick;
+    private TextView tvTutorials;
     private TextView tvQuickNew;
 
     private CardView cardManual;
@@ -120,6 +120,9 @@ public class FragmentSetup extends FragmentBase {
     private CardView cardExtra;
     private TextView tvExtra;
     private Button btnNotification;
+    private Button btnSignature;
+    private Button btnReorderAccounts;
+    private Button btnReorderFolders;
     private Button btnDelete;
     private Button btnApp;
     private Button btnMore;
@@ -162,6 +165,7 @@ public class FragmentSetup extends FragmentBase {
         tvNoInternet = view.findViewById(R.id.tvNoInternet);
         ibHelp = view.findViewById(R.id.ibHelp);
         btnQuick = view.findViewById(R.id.btnQuick);
+        tvTutorials = view.findViewById(R.id.tvTutorials);
         tvQuickNew = view.findViewById(R.id.tvQuickNew);
 
         cardManual = view.findViewById(R.id.cardManual);
@@ -198,6 +202,9 @@ public class FragmentSetup extends FragmentBase {
         cardExtra = view.findViewById(R.id.cardExtra);
         tvExtra = view.findViewById(R.id.tvExtra);
         btnNotification = view.findViewById(R.id.btnNotification);
+        btnSignature = view.findViewById(R.id.btnSignature);
+        btnReorderAccounts = view.findViewById(R.id.btnReorderAccounts);
+        btnReorderFolders = view.findViewById(R.id.btnReorderFolders);
         btnDelete = view.findViewById(R.id.btnDelete);
         btnApp = view.findViewById(R.id.btnApp);
         btnMore = view.findViewById(R.id.btnMore);
@@ -270,20 +277,35 @@ public class FragmentSetup extends FragmentBase {
 
                 Resources res = context.getResources();
                 String pkg = context.getPackageName();
+                List<EmailProvider> providers = EmailProvider.loadProfiles(context);
+
+                boolean web = BuildConfig.DEBUG;
+                for (EmailProvider provider : providers)
+                    if ("gmail".equals(provider.id) &&
+                            provider.oauth != null &&
+                            provider.oauth.enabled) {
+                        web = true;
+                        break;
+                    }
 
                 int order = 1;
-                String gmail = getString(R.string.title_setup_oauth, getString(R.string.title_setup_gmail));
+
+                // Gmail / account manager
+                String gmail = getString(web ? R.string.title_setup_android : R.string.title_setup_oauth,
+                        getString(R.string.title_setup_gmail));
                 MenuItem item = menu.add(Menu.FIRST, R.string.title_setup_gmail, order++, gmail);
                 int resid = res.getIdentifier("provider_gmail", "drawable", pkg);
                 if (resid != 0)
                     item.setIcon(resid);
 
-                for (EmailProvider provider : EmailProvider.loadProfiles(context))
+                // OAuth
+                for (EmailProvider provider : providers)
                     if (provider.oauth != null &&
                             (provider.oauth.enabled || BuildConfig.DEBUG) &&
                             !TextUtils.isEmpty(provider.oauth.clientId)) {
+                        String title = getString(R.string.title_setup_oauth, provider.description);
                         item = menu
-                                .add(Menu.FIRST, -1, order++, getString(R.string.title_setup_oauth, provider.description))
+                                .add(Menu.FIRST, -1, order++, title)
                                 .setIntent(new Intent(ActivitySetup.ACTION_QUICK_OAUTH)
                                         .putExtra("id", provider.id)
                                         .putExtra("name", provider.description)
@@ -291,6 +313,7 @@ public class FragmentSetup extends FragmentBase {
                                         .putExtra("askAccount", provider.oauth.askAccount)
                                         .putExtra("askTenant", provider.oauth.askTenant())
                                         .putExtra("pop", provider.pop != null));
+                        // https://developers.google.com/identity/branding-guidelines
                         resid = res.getIdentifier("provider_" + provider.id, "drawable", pkg);
                         if (resid != 0)
                             item.setIcon(resid);
@@ -392,6 +415,14 @@ public class FragmentSetup extends FragmentBase {
             }
         });
 
+        tvTutorials.setPaintFlags(tvTutorials.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
+        tvTutorials.setOnClickListener(new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                Helper.view(v.getContext(), Uri.parse(Helper.TUTORIALS_URI), false);
+            }
+        });
+
         tvQuickNew.setPaintFlags(tvQuickNew.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
         tvQuickNew.setOnClickListener(new View.OnClickListener() {
             @Override
@@ -626,6 +657,35 @@ public class FragmentSetup extends FragmentBase {
             }
         });
 
+        btnSignature.setOnClickListener(new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                FragmentDialogSelectIdentity fragment = new FragmentDialogSelectIdentity();
+                fragment.setArguments(new Bundle());
+                fragment.setTargetFragment(FragmentSetup.this, ActivitySetup.REQUEST_SELECT_IDENTITY);
+                fragment.show(getParentFragmentManager(), "select:identity");
+            }
+        });
+
+        btnReorderAccounts.setOnClickListener(new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(v.getContext());
+                lbm.sendBroadcast(new Intent(ActivitySetup.ACTION_SETUP_REORDER)
+                        .putExtra("className", EntityAccount.class.getName()));
+            }
+        });
+
+        btnReorderFolders.setOnClickListener(new View.OnClickListener() {
+            @Override
+            public void onClick(View v) {
+                LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(v.getContext());
+                lbm.sendBroadcast(new Intent(ActivitySetup.ACTION_SETUP_REORDER)
+                        .putExtra("className", TupleFolderSort.class.getName()));
+            }
+        });
+
+
         btnDelete.setOnClickListener(new View.OnClickListener() {
             @Override
             public void onClick(View v) {
@@ -856,28 +916,6 @@ public class FragmentSetup extends FragmentBase {
         boolean setup_welcome = prefs.getBoolean("setup_welcome", true);
         ibWelcome.setImageLevel(setup_welcome ? 0 /* less */ : 1 /* more */);
         grpWelcome.setVisibility(setup_welcome ? View.VISIBLE : View.GONE);
-
-        ViewGroup vwWelcome = (ViewGroup) ibWelcome.getParent();
-        if (vwWelcome == null)
-            return;
-
-        vwWelcome.post(new Runnable() {
-            @Override
-            public void run() {
-                try {
-                    if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
-                        return;
-                    Rect rect = new Rect(
-                            vwWelcome.getLeft(),
-                            ibWelcome.getTop(),
-                            vwWelcome.getRight(),
-                            ibWelcome.getBottom());
-                    vwWelcome.setTouchDelegate(new TouchDelegate(rect, ibWelcome));
-                } catch (Throwable ex) {
-                    Log.e(ex);
-                }
-            }
-        });
     }
 
     private void updateManual() {
@@ -905,28 +943,6 @@ public class FragmentSetup extends FragmentBase {
                 ? View.VISIBLE : View.GONE);
 
         grpExtra.setVisibility(setup_extra ? View.VISIBLE : View.GONE);
-
-        ViewGroup vwExtra = (ViewGroup) ibExtra.getParent();
-        if (vwExtra == null)
-            return;
-
-        vwExtra.post(new Runnable() {
-            @Override
-            public void run() {
-                try {
-                    if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
-                        return;
-                    Rect rect = new Rect(
-                            vwExtra.getLeft(),
-                            ibExtra.getTop(),
-                            vwExtra.getRight(),
-                            ibExtra.getBottom());
-                    vwExtra.setTouchDelegate(new TouchDelegate(rect, ibExtra));
-                } catch (Throwable ex) {
-                    Log.e(ex);
-                }
-            }
-        });
     }
 
     private void ensureVisible(View child) {
@@ -958,6 +974,14 @@ public class FragmentSetup extends FragmentBase {
 
         try {
             switch (requestCode) {
+                case ActivitySetup.REQUEST_SELECT_IDENTITY:
+                    if (resultCode == RESULT_OK && data != null)
+                        onSelectIdentity(data.getBundleExtra("args"));
+                    break;
+                case ActivitySetup.REQUEST_EDIT_SIGNATURE:
+                    if (resultCode == RESULT_OK && data != null)
+                        onEditIdentity(data.getExtras());
+                    break;
                 case ActivitySetup.REQUEST_DELETE_ACCOUNT:
                     if (resultCode == RESULT_OK && data != null)
                         onDeleteAccount(data.getBundleExtra("args"));
@@ -1018,6 +1042,33 @@ public class FragmentSetup extends FragmentBase {
         btnPermissions.setEnabled(!all);
     }
 
+    private void onSelectIdentity(Bundle args) {
+        Intent intent = new Intent(getContext(), ActivitySignature.class);
+        intent.putExtra("id", args.getLong("id"));
+        intent.putExtra("html", args.getString("html"));
+        startActivityForResult(intent, ActivitySetup.REQUEST_EDIT_SIGNATURE);
+    }
+
+    private void onEditIdentity(Bundle args) {
+        new SimpleTask<Void>() {
+            @Override
+            protected Void onExecute(Context context, Bundle args) throws Throwable {
+                long id = args.getLong("id");
+                String html = args.getString("html");
+
+                DB db = DB.getInstance(context);
+                db.identity().setIdentitySignature(id, html);
+
+                return null;
+            }
+
+            @Override
+            protected void onException(Bundle args, Throwable ex) {
+                Log.unexpectedError(getParentFragmentManager(), ex);
+            }
+        }.execute(this, args, "set:signature");
+    }
+
     private void onDeleteAccount(Bundle args) {
         long account = args.getLong("account");
         String name = args.getString("name");
diff --git a/app/src/main/java/eu/faircode/email/GmailState.java b/app/src/main/java/eu/faircode/email/GmailState.java
index 1fef8e0c90..a07e1341d8 100644
--- a/app/src/main/java/eu/faircode/email/GmailState.java
+++ b/app/src/main/java/eu/faircode/email/GmailState.java
@@ -39,7 +39,7 @@ public class GmailState {
     private long acquired;
 
     static final String TYPE_GOOGLE = "com.google";
-    private static final long TOKEN_LIFETIME = 45 * 60 * 1000L; // milliseconds
+    private static final long TOKEN_LIFETIME = 60 * 60 * 1000L; // milliseconds
 
     private GmailState(String token, long acquired) {
         this.token = token;
@@ -60,20 +60,27 @@ public class GmailState {
             return acquired + TOKEN_LIFETIME;
     }
 
-    void refresh(@NonNull Context context, @NonNull String user, boolean expire, long keep_alive)
+    void refresh(@NonNull Context context, String id, @NonNull String user, boolean forceRefresh)
             throws AuthenticatorException, OperationCanceledException, IOException {
+        long now = new Date().getTime();
         Long expiration = getAccessTokenExpirationTime();
-        if (expiration != null && expiration - keep_alive < new Date().getTime()) {
-            EntityLog.log(context, "Force invalidation" +
-                    " expiration=" + new Date(expiration) +
-                    " keep-alive=" + (keep_alive / 60 / 1000) + "m");
-            expire = true;
-        }
+        boolean needsRefresh = (expiration != null && expiration < now);
+
+        if (!needsRefresh && forceRefresh &&
+                expiration != null &&
+                expiration - ServiceAuthenticator.MIN_FORCE_REFRESH_INTERVAL < now)
+            needsRefresh = true;
+
+
+        EntityLog.log(context, EntityLog.Type.Debug, "Token user=" + id + ":" + user +
+                " expiration=" + (expiration == null ? null : new Date(expiration)) +
+                " need=" + needsRefresh +
+                " force=" + forceRefresh);
 
-        if (expire)
+        if (needsRefresh)
             try {
                 if (token != null) {
-                    EntityLog.log(context, "Invalidating token user=" + user);
+                    EntityLog.log(context, "Invalidating token user=" + id + ":" + user);
                     AccountManager am = AccountManager.get(context);
                     am.invalidateAuthToken(TYPE_GOOGLE, token);
                 }
@@ -85,9 +92,9 @@ public class GmailState {
 
         Account account = getAccount(context, user.replace("recent:", ""));
         if (account == null)
-            throw new AuthenticatorException("Account not found for " + user);
+            throw new AuthenticatorException("Account not found for " + id + ":" + user);
 
-        EntityLog.log(context, "Getting token user=" + user);
+        EntityLog.log(context, "Getting token user=" + id + ":" + user);
         AccountManager am = AccountManager.get(context);
         String newToken = am.blockingGetAuthToken(
                 account,
@@ -100,7 +107,7 @@ public class GmailState {
         }
 
         if (token == null)
-            throw new AuthenticatorException("No token for " + user);
+            throw new AuthenticatorException("No token for " + id + ":" + user);
     }
 
     static Account getAccount(Context context, String user) {
diff --git a/app/src/main/java/eu/faircode/email/Helper.java b/app/src/main/java/eu/faircode/email/Helper.java
index 3c131d8059..2f4c77f5ee 100644
--- a/app/src/main/java/eu/faircode/email/Helper.java
+++ b/app/src/main/java/eu/faircode/email/Helper.java
@@ -187,11 +187,13 @@ public class Helper {
 
     static final String PACKAGE_CHROME = "com.android.chrome";
     static final String PACKAGE_WEBVIEW = "https://play.google.com/store/apps/details?id=com.google.android.webview";
-    static final String PRIVACY_URI = "https://email.faircode.eu/privacy/";
+    static final String PRIVACY_URI = "https://github.com/M66B/FairEmail/blob/master/PRIVACY.md";
+    static final String TUTORIALS_URI = "https://github.com/M66B/FairEmail/tree/master/tutorials#main";
     static final String XDA_URI = "https://forum.xda-developers.com/showthread.php?t=3824168";
     static final String SUPPORT_URI = "https://contact.faircode.eu/";
     static final String TEST_URI = "https://play.google.com/apps/testing/" + BuildConfig.APPLICATION_ID;
     static final String BIMI_PRIVACY_URI = "https://datatracker.ietf.org/doc/html/draft-brotman-ietf-bimi-guidance-03#section-7.4";
+    static final String LT_PRIVACY_URI = "https://languagetool.org/legal/privacy";
     static final String ID_COMMAND_URI = "https://datatracker.ietf.org/doc/html/rfc2971#section-3.1";
     static final String AUTH_RESULTS_URI = "https://datatracker.ietf.org/doc/html/rfc7601";
     static final String FAVICON_PRIVACY_URI = "https://en.wikipedia.org/wiki/Favicon";
@@ -417,7 +419,8 @@ public class Helper {
         PackageManager pm = context.getPackageManager();
         Intent view = new Intent(Intent.ACTION_VIEW, uri);
 
-        List<ResolveInfo> ris = pm.queryIntentActivities(view, 0); // action whitelisted
+        int flags = (Build.VERSION.SDK_INT < Build.VERSION_CODES.M ? 0 : PackageManager.MATCH_ALL);
+        List<ResolveInfo> ris = pm.queryIntentActivities(view, flags); // action whitelisted
         for (ResolveInfo info : ris) {
             Intent intent = new Intent();
             intent.setAction(ACTION_CUSTOM_TABS_CONNECTION);
@@ -828,7 +831,8 @@ public class Helper {
             List<ResolveInfo> ris = null;
             try {
                 PackageManager pm = context.getPackageManager();
-                ris = pm.queryIntentActivities(intent, PackageManager.MATCH_DEFAULT_ONLY);
+                int flags = (Build.VERSION.SDK_INT < Build.VERSION_CODES.M ? 0 : PackageManager.MATCH_ALL);
+                ris = pm.queryIntentActivities(intent, flags);
                 for (ResolveInfo ri : ris) {
                     Log.i("Target=" + ri);
                     context.grantUriPermission(ri.activityInfo.packageName, uri, Intent.FLAG_GRANT_READ_URI_PERMISSION);
@@ -898,34 +902,59 @@ public class Helper {
         String open_with_pkg = prefs.getString("open_with_pkg", null);
         boolean open_with_tabs = prefs.getBoolean("open_with_tabs", true);
 
+        Log.i("View=" + uri +
+                " browse=" + browse +
+                " task=" + task +
+                " pkg=" + open_with_pkg + ":" + open_with_tabs +
+                " isHyperLink=" + UriHelper.isHyperLink(uri) +
+                " isInstalled=" + isInstalled(context, open_with_pkg) +
+                " hasCustomTabs=" + hasCustomTabs(context, uri, open_with_pkg));
+
         if (!UriHelper.isHyperLink(uri)) {
             open_with_pkg = null;
             open_with_tabs = false;
         }
 
-        if (open_with_pkg != null && !isInstalled(context, open_with_pkg)) {
-            open_with_pkg = null;
-            open_with_tabs = false;
-        }
+        if (!"chooser".equals(open_with_pkg)) {
+            if (open_with_pkg != null && !isInstalled(context, open_with_pkg))
+                open_with_pkg = null;
 
-        if (open_with_tabs && !hasCustomTabs(context, uri, open_with_pkg))
-            open_with_tabs = false;
+            if (open_with_tabs && !hasCustomTabs(context, uri, open_with_pkg))
+                open_with_tabs = false;
+        }
 
-        Log.i("View=" + uri +
-                " browse=" + browse +
-                " task=" + task +
-                " pkg=" + open_with_pkg + ":" + open_with_tabs);
+        Intent view = new Intent(Intent.ACTION_VIEW);
+        if (mimeType == null)
+            view.setData(uri);
+        else
+            view.setDataAndType(uri, mimeType);
+        if (task)
+            view.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
 
-        if (browse || !open_with_tabs) {
+        if ("chooser".equals(open_with_pkg)) {
+            try {
+                if (open_with_tabs) {
+                    EntityLog.log(context, "Launching direct uri=" + uri +
+                            " intent=" + view +
+                            " extras=" + TextUtils.join(", ", Log.getExtras(view.getExtras())));
+                    context.startActivity(view);
+                } else {
+                    EntityLog.log(context, "Launching chooser uri=" + uri +
+                            " intent=" + view +
+                            " extras=" + TextUtils.join(", ", Log.getExtras(view.getExtras())));
+                    Intent chooser = Intent.createChooser(view, context.getString(R.string.title_select_app));
+                    context.startActivity(chooser);
+                }
+            } catch (ActivityNotFoundException ex) {
+                Log.w(ex);
+                reportNoViewer(context, uri, ex);
+            }
+        } else if (browse || !open_with_tabs) {
             try {
-                Intent view = new Intent(Intent.ACTION_VIEW);
-                if (mimeType == null)
-                    view.setData(uri);
-                else
-                    view.setDataAndType(uri, mimeType);
-                if (task)
-                    view.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                 view.setPackage(open_with_pkg);
+                EntityLog.log(context, "Launching view uri=" + uri +
+                        " intent=" + view +
+                        " extras=" + TextUtils.join(", ", Log.getExtras(view.getExtras())));
                 context.startActivity(view);
             } catch (Throwable ex) {
                 reportNoViewer(context, uri, ex);
@@ -965,7 +994,6 @@ public class Helper {
                     languages.add(slocale.getLanguage() + ";q=0.7");
             }
             languages.add("*;q=0.5");
-            Log.i("MMM " + TextUtils.join(", ", languages));
 
             Bundle headers = new Bundle();
             // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
@@ -976,6 +1004,9 @@ public class Helper {
             customTabsIntent.intent.setPackage(open_with_pkg);
 
             try {
+                EntityLog.log(context, "Launching tab uri=" + uri +
+                        " intent=" + customTabsIntent.intent +
+                        " extras=" + TextUtils.join(", ", Log.getExtras(customTabsIntent.intent.getExtras())));
                 customTabsIntent.launchUrl(context, uri);
             } catch (Throwable ex) {
                 reportNoViewer(context, uri, ex);
@@ -1124,6 +1155,18 @@ public class Helper {
         return 0;
     }
 
+    static long getUpdateTime(Context context) {
+        try {
+            PackageManager pm = context.getPackageManager();
+            PackageInfo pi = pm.getPackageInfo(BuildConfig.APPLICATION_ID, 0);
+            if (pi != null)
+                return pi.lastUpdateTime;
+        } catch (Throwable ex) {
+            Log.e(ex);
+        }
+        return 0;
+    }
+
     static int getTargetSdk(Context context) {
         if (targetSdk == null)
             try {
@@ -1203,6 +1246,16 @@ public class Helper {
         return "Xiaomi".equalsIgnoreCase(Build.MANUFACTURER);
     }
 
+    static boolean isRedmiNote() {
+        // Manufacturer: Xiaomi
+        // Model: Redmi Note 8 Pro
+        // Model: Redmi Note 10S
+        return isXiaomi() &&
+                !TextUtils.isEmpty(Build.MODEL) &&
+                Build.MODEL.toLowerCase(Locale.ROOT).contains("redmi") &&
+                Build.MODEL.toLowerCase(Locale.ROOT).contains("note");
+    }
+
     static boolean isMeizu() {
         return "Meizu".equalsIgnoreCase(Build.MANUFACTURER);
     }
@@ -2051,6 +2104,12 @@ public class Helper {
 
     // Files
 
+    static {
+        System.loadLibrary("fairemail");
+    }
+
+    public static native void sync();
+
     static String sanitizeFilename(String name) {
         if (name == null)
             return null;
diff --git a/app/src/main/java/eu/faircode/email/HtmlEx.java b/app/src/main/java/eu/faircode/email/HtmlEx.java
index 2ac55e8513..c94a0db524 100644
--- a/app/src/main/java/eu/faircode/email/HtmlEx.java
+++ b/app/src/main/java/eu/faircode/email/HtmlEx.java
@@ -42,6 +42,7 @@ import android.text.style.SuperscriptSpan;
 import android.text.style.TypefaceSpan;
 import android.text.style.URLSpan;
 import android.text.style.UnderlineSpan;
+import android.util.StringBuilderPrinter;
 
 import java.util.ArrayList;
 import java.util.List;
@@ -140,6 +141,15 @@ public class HtmlEx {
             int n1 = text.nextSpanTransition(i, end, QuoteSpan.class);
             int n2 = text.nextSpanTransition(i, end, eu.faircode.email.IndentSpan.class);
             next = Math.min(n1, n2);
+            if (next > end) {
+                StringBuilder sb = new StringBuilder();
+                TextUtils.dumpSpans(text, new StringBuilderPrinter(sb), "withinDiv ");
+                sb.append(" next=").append(next);
+                sb.append(" start=").append(start);
+                sb.append(" end=").append(end);
+                eu.faircode.email.Log.e(sb.toString());
+                next = end;
+            }
             List<Object> spans = new ArrayList<>();
             for (Object span : getSpans(text, i, next, LeadingMarginSpan.class))
                 if (span instanceof QuoteSpan ||
diff --git a/app/src/main/java/eu/faircode/email/HtmlHelper.java b/app/src/main/java/eu/faircode/email/HtmlHelper.java
index 0547b46b63..7b9926cc9c 100644
--- a/app/src/main/java/eu/faircode/email/HtmlHelper.java
+++ b/app/src/main/java/eu/faircode/email/HtmlHelper.java
@@ -55,6 +55,7 @@ import android.text.style.StrikethroughSpan;
 import android.text.style.StyleSpan;
 import android.text.style.SubscriptSpan;
 import android.text.style.SuperscriptSpan;
+import android.text.style.TypefaceSpan;
 import android.text.style.URLSpan;
 import android.text.style.UnderlineSpan;
 import android.util.Base64;
@@ -64,6 +65,7 @@ import android.view.View;
 import androidx.annotation.NonNull;
 import androidx.annotation.Nullable;
 import androidx.core.content.FileProvider;
+import androidx.core.content.res.ResourcesCompat;
 import androidx.core.graphics.ColorUtils;
 import androidx.core.util.PatternsCompat;
 import androidx.preference.PreferenceManager;
@@ -140,12 +142,12 @@ public class HtmlHelper {
     private static final int DEFAULT_FONT_SIZE_PT = 12; // points
     private static final int GRAY_THRESHOLD = Math.round(255 * 0.2f);
     private static final int COLOR_THRESHOLD = Math.round(255 * 0.1f);
-    private static final float MIN_LUMINANCE = 0.7f;
-    private static final float MIN_LUMINANCE_DARK = 0.1f;
+    private static final float MIN_LUMINANCE_VIEW = 0.7f;
+    private static final float MIN_LUMINANCE_COMPOSE = 0.85f;
     private static final int TAB_SIZE = 4;
     private static final int MAX_ALT = 250;
     private static final int MAX_AUTO_LINK = 250;
-    private static final int MAX_FORMAT_TEXT_SIZE = 200 * 1024; // characters
+    private static final int MAX_FORMAT_TEXT_SIZE = 100 * 1024; // characters
     private static final int SMALL_IMAGE_SIZE = 5; // pixels
     private static final int TRACKING_PIXEL_SURFACE = 25; // pixels
     private static final float[] HEADING_SIZES = {1.5f, 1.4f, 1.3f, 1.2f, 1.1f, 1f};
@@ -342,42 +344,72 @@ public class HtmlHelper {
         x11ColorMap.put("yellowgreen", 0x9ACD32);
     }
 
-    // http://www.alanwood.net/demos/wingdings.html
-    static int[] WINGDING_TO_UNICODE = {
-            0x0020, 0x1F589, 0x2702, 0x2701, 0x1F453, 0x1F56D, 0x1F56E, 0x1F56F,
-            0x1F57F, 0x2706, 0x1F582, 0x1F583, 0x1F4EA, 0x1F4EB, 0x1F4EC, 0x1F4ED,
-            0x1F4C1, 0x1F4C2, 0x1F4C4, 0x1F5CF, 0x1F5D0, 0x1F5C4, 0x231B, 0x1F5AE,
-            0x1F5B0, 0x1F5B2, 0x1F5B3, 0x1F5B4, 0x1F5AB, 0x1F5AC, 0x2707, 0x270D,
-            0x1F58E, 0x270C, 0x1F44C, 0x1F44D, 0x1F44E, 0x261C, 0x261E, 0x261D,
-            0x261F, 0x1F590, 0x263A, 0x1F610, 0x2639, 0x1F4A3, 0x2620, 0x1F3F3,
-            0x1F3F1, 0x2708, 0x263C, 0x1F4A7, 0x2744, 0x1F546, 0x271E, 0x1F548,
-            0x2720, 0x2721, 0x262A, 0x262F, 0x0950, 0x2638, 0x2648, 0x2649,
-            0x264A, 0x264B, 0x264C, 0x264D, 0x264E, 0x264F, 0x2650, 0x2651,
-            0x2652, 0x2653, 0x1F670, 0x1F675, 0x25CF, 0x1F53E, 0x25A0, 0x25A1,
-            0x1F790, 0x2751, 0x2752, 0x2B27, 0x29EB, 0x25C6, 0x2756, 0x2B25,
-            0x2327, 0x2BB9, 0x2318, 0x1F3F5, 0x1F3F6, 0x1F676, 0x1F677, 0x003F,
-            0x24EA, 0x2460, 0x2461, 0x2462, 0x2463, 0x2464, 0x2465, 0x2466,
-            0x2467, 0x2468, 0x2469, 0x24FF, 0x2776, 0x2777, 0x2778, 0x2779,
-            0x277A, 0x277B, 0x277C, 0x277D, 0x277E, 0x277F, 0x1F662, 0x1F660,
-            0x1F661, 0x1F663, 0x1F65E, 0x1F65C, 0x1F65D, 0x1F65F, 0x00B7, 0x2022,
-            0x25AA, 0x26AA, 0x1F786, 0x1F788, 0x25C9, 0x25CE, 0x1F53F, 0x25AA,
-            0x25FB, 0x1F7C2, 0x2726, 0x2605, 0x2736, 0x2734, 0x2739, 0x2735,
-            0x2BD0, 0x2316, 0x27E1, 0x2311, 0x2BD1, 0x272A, 0x2730, 0x1F550,
-            0x1F551, 0x1F552, 0x1F553, 0x1F554, 0x1F555, 0x1F556, 0x1F557, 0x1F558,
-            0x1F559, 0x1F55A, 0x1F55B, 0x2BB0, 0x2BB1, 0x2BB2, 0x2BB3, 0x2BB4,
-            0x2BB5, 0x2BB6, 0x2BB7, 0x1F66A, 0x1F66B, 0x1F655, 0x1F654, 0x1F657,
-            0x1F656, 0x1F650, 0x1F651, 0x1F652, 0x1F653, 0x232B, 0x2326, 0x2B98,
-            0x2B9A, 0x2B99, 0x2B9B, 0x2B88, 0x2B8A, 0x2B89, 0x2B8B, 0x1F868,
-            0x1F86A, 0x1F869, 0x1F86B, 0x1F86C, 0x1F86D, 0x1F86F, 0x1F86E, 0x1F878,
-            0x1F87A, 0x1F879, 0x1F87B, 0x1F87C, 0x1F87D, 0x1F87F, 0x1F87E, 0x21E6,
-            0x21E8, 0x21E7, 0x21E9, 0x2B04, 0x21F3, 0x2B00, 0x2B01, 0x2B03,
-            0x2B02, 0x1F8AC, 0x1F8AD, 0x1F5F6, 0x2714, 0x1F5F7, 0x1F5F9, 0x0077
-    };
-
     private static final List<String> TRACKING_HOSTS = Collections.unmodifiableList(Arrays.asList(
             "www.google-analytics.com"
     ));
 
+    static Map<Integer, Integer> MAP_WINGDINGS;
+
+    static {
+        // http://www.alanwood.net/demos/wingdings.html
+        // https://unicode.org/L2/L2011/11052r-wingding.pdf
+        Map<Integer, Integer> map = new HashMap<>();
+        map.put(37, 0x1F514); // Bell
+        map.put(39, 0x1F56F); // Candle
+        map.put(44, 0x1F4EA); // Closed mailbox with lowered flag
+        map.put(45, 0x1F4EB); // Closed mailbox with raised flag
+        map.put(46, 0x1F4EC); // Open mailbox with raised flag
+        map.put(47, 0x1F4ED); // Open mailbox with lowered flag
+        map.put(48, 0x1F4C1); // Folder
+        map.put(49, 0x1F4C2); // Open folder
+        map.put(53, 0x1F5C4); // File cabinet
+        map.put(54, 0x231B); // Hourglass
+        map.put(57, 0x1F5B2); // Trackball
+        map.put(58, 0x1F5A5); // Computer
+        map.put(65, 0x270C); // Victory hand
+        map.put(66, 0x1F44C); // OK hand
+        map.put(67, 0x1F44D); // Thumb up
+        map.put(68, 0x1F44E); // Thumb down
+        map.put(69, 0x1F448); // Pointing left
+        map.put(70, 0x1F449); // Pointing right
+        map.put(71, 0x261D); // Pointing up
+        map.put(72, 0x1F447); // Pointing down
+        map.put(73, 0x1F590); // Raised hand
+        map.put(74, 0x1F642); // Smiling face
+        map.put(75, 0x1F610); // Neutral face
+        map.put(76, 0x1F641); // Frowning face
+        map.put(77, 0x1F4A3); // Bomb
+        map.put(83, 0x1F4A7); // Droplet
+        map.put(84, 0x2744); // Snowflake
+        map.put(94, 0x2648); // Aries
+        map.put(95, 0x2649); // Taurus
+        map.put(96, 0x264A); // Gemini
+        map.put(97, 0x264B); // Cancer
+        map.put(98, 0x264C); // Leo
+        map.put(99, 0x264D); // Virgo
+        map.put(100, 0x264E); // Libra
+        map.put(101, 0x264F); // Scorpio
+        map.put(102, 0x2650); // Sagittarius
+        map.put(103, 0x2651); // Capricorn
+        map.put(104, 0x2652); // Aquarius
+        map.put(105, 0x2653); // Pisces
+        map.put(183, 0x1F550); // Clock 1
+        map.put(184, 0x1F551); // Clock 2
+        map.put(185, 0x1F552); // Clock 3
+        map.put(186, 0x1F553); // Clock 4
+        map.put(187, 0x1F554); // Clock 5
+        map.put(188, 0x1F555); // Clock 6
+        map.put(189, 0x1F556); // Clock 7
+        map.put(190, 0x1F557); // Clock 8
+        map.put(191, 0x1F558); // Clock 9
+        map.put(192, 0x1F559); // Clock 10
+        map.put(193, 0x1F55A); // Clock 11
+        map.put(194, 0x1F55B); // Clock 12
+        map.put(251, 0x274C); // Red cross
+        map.put(252, 0x2705); // Green check
+        MAP_WINGDINGS = Collections.unmodifiableMap(map);
+    }
+
     static Document sanitizeCompose(Context context, String html, boolean show_images) {
         try {
             return sanitize(context, JsoupEx.parse(html), false, show_images);
@@ -424,6 +456,7 @@ public class HtmlHelper {
         boolean text_size = (!view || prefs.getBoolean("text_size", true));
         boolean text_font = (!view || prefs.getBoolean("text_font", true));
         boolean text_align = prefs.getBoolean("text_align", true);
+        boolean text_titles = prefs.getBoolean("text_titles", false);
         boolean display_hidden = prefs.getBoolean("display_hidden", false);
         boolean disable_tracking = prefs.getBoolean("disable_tracking", true);
         boolean parse_classes = prefs.getBoolean("parse_classes", true);
@@ -509,6 +542,7 @@ public class HtmlHelper {
                 .addAttributes("td", "height")
                 .addAttributes("tr", "width")
                 .addAttributes("tr", "height")
+                .addAttributes(":all", "title")
                 .removeAttributes("td", "colspan", "rowspan", "width")
                 .removeAttributes("th", "colspan", "rowspan", "width")
                 .addProtocols("img", "src", "cid")
@@ -711,12 +745,12 @@ public class HtmlHelper {
                                             e = e.parent();
                                 }
 
-                                if (!view && dark &&
+                                if (!view &&
                                         color != null && (bg == null || bg == Color.TRANSPARENT)) {
                                     // Special case:
-                                    //   external draft / dark background / very dark/light font
+                                    //   external draft: very dark/light font
                                     double lum = ColorUtils.calculateLuminance(color);
-                                    if (lum < MIN_LUMINANCE_DARK || lum > 1 - MIN_LUMINANCE_DARK)
+                                    if (lum < MIN_LUMINANCE_COMPOSE || lum > 1 - MIN_LUMINANCE_COMPOSE)
                                         color = null;
                                 }
 
@@ -727,7 +761,7 @@ public class HtmlHelper {
                                     // Background color was suppressed because "no color"
                                     if (color != null) {
                                         double lum = ColorUtils.calculateLuminance(color);
-                                        if (dark ? lum < MIN_LUMINANCE : lum > 1 - MIN_LUMINANCE)
+                                        if (dark ? lum < MIN_LUMINANCE_VIEW : lum > 1 - MIN_LUMINANCE_VIEW)
                                             color = textColorPrimary;
                                     }
                                 }
@@ -1031,6 +1065,18 @@ public class HtmlHelper {
                 element.attr("x-block", "true");
         }
 
+        // Insert titles
+        if (text_titles)
+            for (Element e : document.select("[title]")) {
+                String title = e.attr("title");
+                if (TextUtils.isEmpty(title))
+                    continue;
+                if ("img".equals(e.tagName()) &&
+                        title.equals(e.attr("alt")))
+                    continue;
+                e.prependChild(document.createElement("span").text("{" + title + "}"));
+            }
+
         // Replace headings
         Elements hs = document.select("h1,h2,h3,h4,h5,h6");
         hs.attr("x-line-before", "true");
@@ -2046,7 +2092,7 @@ public class HtmlHelper {
         if (r == g && r == b && (dark ? 255 - r : r) * a < GRAY_THRESHOLD)
             color = textColorPrimary;
 
-        return adjustLuminance(color, dark, MIN_LUMINANCE);
+        return adjustLuminance(color, dark, MIN_LUMINANCE_VIEW);
     }
 
     static int adjustLuminance(int color, boolean dark, float min) {
@@ -2372,6 +2418,43 @@ public class HtmlHelper {
         document.select("head").append(sb.toString());
     }
 
+    static boolean hasColorScheme(Document document, String name) {
+        List<CSSStyleSheet> sheets = parseStyles(document.head().select("style"));
+        for (CSSStyleSheet sheet : sheets)
+            if (sheet.getCssRules() != null) {
+                for (int i = 0; i < sheet.getCssRules().getLength(); i++) {
+                    CSSRule rule = sheet.getCssRules().item(i);
+                    if (rule instanceof CSSMediaRuleImpl) {
+                        MediaList list = ((CSSMediaRuleImpl) rule).getMedia();
+                        String media = (list == null ? null : list.getMediaText());
+                        if (media != null &&
+                                media.toLowerCase(Locale.ROOT).contains("prefers-color-scheme") &&
+                                media.toLowerCase(Locale.ROOT).contains(name)) {
+                            Log.i("@media=" + media);
+                            return true;
+                        }
+                    }
+                }
+            }
+
+        return false;
+    }
+
+    static void fakeDark(Document document) {
+        // https://issuetracker.google.com/issues/237785596
+        // https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/invert
+        // https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/hue-rotate
+        // https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
+        // https://developer.android.com/reference/android/webkit/WebSettings#setAlgorithmicDarkeningAllowed(boolean)
+
+        if (true || hasColorScheme(document, "dark"))
+            return;
+
+        document.head().appendElement("style").html(
+                "body { filter: invert(100%) hue-rotate(180deg) !important; background: black !important; }" +
+                        "img { filter: invert(100%) hue-rotate(180deg) !important; }");
+    }
+
     static String getLanguage(Context context, String subject, String text) {
         try {
             SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
@@ -3100,6 +3183,7 @@ public class HtmlHelper {
         NodeTraversor.traverse(new NodeVisitor() {
             private Element element;
             private TextNode tnode;
+            private Typeface wingdings = null;
 
             @Override
             public void head(Node node, int depth) {
@@ -3174,15 +3258,29 @@ public class HtmlHelper {
                                     break;
                                 case "font-family":
                                     if ("wingdings".equalsIgnoreCase(value)) {
+                                        if (wingdings == null)
+                                            wingdings = ResourcesCompat.getFont(context.getApplicationContext(), R.font.wingdings);
+
+                                        int from = start;
                                         for (int i = start; i < ssb.length(); i++) {
                                             int kar = ssb.charAt(i);
-                                            if (kar >= 0x20 && kar < 0x20 + WINGDING_TO_UNICODE.length) {
-                                                int codepoint = WINGDING_TO_UNICODE[kar - 0x20];
+                                            if (MAP_WINGDINGS.containsKey(kar)) {
+                                                if (from < i) {
+                                                    TypefaceSpan span = new CustomTypefaceSpan("wingdings", wingdings);
+                                                    setSpan(ssb, span, from, i);
+                                                }
+                                                int codepoint = MAP_WINGDINGS.get(kar);
                                                 String replacement = new String(Character.toChars(codepoint));
-                                                if (replacement.length() == 1)
-                                                    ssb.replace(i, i + 1, replacement);
+                                                ssb.replace(i, i + 1, replacement);
+                                                i += replacement.length() - 1;
+                                                from = i + 1;
                                             }
                                         }
+
+                                        if (from < ssb.length()) {
+                                            TypefaceSpan span = new CustomTypefaceSpan("wingdings", wingdings);
+                                            setSpan(ssb, span, from, ssb.length());
+                                        }
                                     } else
                                         setSpan(ssb, StyleHelper.getTypefaceSpan(value, context), start, ssb.length());
                                     break;
diff --git a/app/src/main/java/eu/faircode/email/IPInfo.java b/app/src/main/java/eu/faircode/email/IPInfo.java
index cb1a2e1eda..124f35d84c 100644
--- a/app/src/main/java/eu/faircode/email/IPInfo.java
+++ b/app/src/main/java/eu/faircode/email/IPInfo.java
@@ -29,6 +29,7 @@ import androidx.core.net.MailTo;
 
 import java.io.FileNotFoundException;
 import java.io.IOException;
+import java.net.IDN;
 import java.net.InetAddress;
 import java.net.URL;
 import java.net.UnknownHostException;
@@ -57,6 +58,11 @@ public class IPInfo {
             String host = uri.getHost();
             if (host == null)
                 throw new UnknownHostException();
+            try {
+                host = IDN.toASCII(host, IDN.ALLOW_UNASSIGNED);
+            } catch (Throwable ex) {
+                Log.i(ex);
+            }
             InetAddress address = InetAddress.getByName(host);
             return new Pair<>(address, getOrganization(address, context));
         }
diff --git a/app/src/main/java/eu/faircode/email/ImageHelper.java b/app/src/main/java/eu/faircode/email/ImageHelper.java
index b320ff430c..d39bd02c3c 100644
--- a/app/src/main/java/eu/faircode/email/ImageHelper.java
+++ b/app/src/main/java/eu/faircode/email/ImageHelper.java
@@ -285,6 +285,11 @@ class ImageHelper {
     @NonNull
     static Bitmap renderSvg(InputStream is, int fillColor, int scaleToPixels) throws IOException {
         try {
+            // https://bugzilla.mozilla.org/show_bug.cgi?id=455100
+            // https://bug1105796.bmoattachments.org/attachment.cgi?id=8529795
+            // https://github.com/BigBadaboom/androidsvg/issues/122#issuecomment-361902061
+            SVG.setInternalEntitiesEnabled(false);
+
             SVG svg = SVG.getFromInputStream(is);
             float w = svg.getDocumentWidth();
             float h = svg.getDocumentHeight();
diff --git a/app/src/main/java/eu/faircode/email/LanguageTool.java b/app/src/main/java/eu/faircode/email/LanguageTool.java
index a841d8b099..1c6bd8ea24 100644
--- a/app/src/main/java/eu/faircode/email/LanguageTool.java
+++ b/app/src/main/java/eu/faircode/email/LanguageTool.java
@@ -20,6 +20,9 @@ package eu.faircode.email;
 */
 
 import android.content.Context;
+import android.content.SharedPreferences;
+
+import androidx.preference.PreferenceManager;
 
 import org.json.JSONArray;
 import org.json.JSONException;
@@ -41,6 +44,11 @@ public class LanguageTool {
     private static final String LT_URI = "https://api.languagetool.org/v2/";
     private static final int LT_TIMEOUT = 20; // seconds
 
+    static boolean isEnabled(Context context) {
+        SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
+        return prefs.getBoolean("lt_enabled", false);
+    }
+
     static List<Suggestion> getSuggestions(Context context, CharSequence text) throws IOException, JSONException {
         // https://languagetool.org/http-api/swagger-ui/#!/default/post_check
         String request =
diff --git a/app/src/main/java/eu/faircode/email/Log.java b/app/src/main/java/eu/faircode/email/Log.java
index f115c327f0..3891198656 100644
--- a/app/src/main/java/eu/faircode/email/Log.java
+++ b/app/src/main/java/eu/faircode/email/Log.java
@@ -81,6 +81,7 @@ import androidx.annotation.RequiresApi;
 import androidx.appcompat.app.AlertDialog;
 import androidx.fragment.app.FragmentManager;
 import androidx.preference.PreferenceManager;
+import androidx.webkit.WebViewCompat;
 import androidx.webkit.WebViewFeature;
 
 import com.bugsnag.android.BreadcrumbType;
@@ -370,6 +371,7 @@ public class Log {
             // https://docs.bugsnag.com/platforms/android/sdk/
             com.bugsnag.android.Configuration config =
                     new com.bugsnag.android.Configuration("9d2d57476a0614974449a3ec33f2604a");
+            config.setTelemetry(Collections.emptySet());
 
             if (BuildConfig.DEBUG)
                 config.setReleaseStage("debug");
@@ -1439,7 +1441,38 @@ public class Log {
 
         for (StackTraceElement ste : stack) {
             String clazz = ste.getClassName();
-            if (clazz != null && clazz.startsWith("org.chromium.net."))
+            if (clazz != null && clazz.startsWith("org.chromium."))
+                /*
+                    android.content.res.Resources$NotFoundException:
+                      at android.content.res.ResourcesImpl.getValue (ResourcesImpl.java:225)
+                      at android.content.res.Resources.getInteger (Resources.java:1192)
+                      at org.chromium.ui.base.DeviceFormFactor.a (chromium-TrichromeWebViewGoogle6432.aab-stable-500512534:105)
+                      at y8.onCreateActionMode (chromium-TrichromeWebViewGoogle6432.aab-stable-500512534:744)
+                      at px.onCreateActionMode (chromium-TrichromeWebViewGoogle6432.aab-stable-500512534:36)
+                      at com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onCreateActionMode (DecorView.java:2722)
+                      at com.android.internal.policy.DecorView.startActionMode (DecorView.java:926)
+                      at com.android.internal.policy.DecorView.startActionModeForChild (DecorView.java:882)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.ViewGroup.startActionModeForChild (ViewGroup.java:1035)
+                      at android.view.View.startActionMode (View.java:7654)
+                      at org.chromium.content.browser.selection.SelectionPopupControllerImpl.B (chromium-TrichromeWebViewGoogle6432.aab-stable-500512534:31)
+                      at uh0.a (chromium-TrichromeWebViewGoogle6432.aab-stable-500512534:1605)
+                      at Kk0.i (chromium-TrichromeWebViewGoogle6432.aab-stable-500512534:259)
+                      at B6.run (chromium-TrichromeWebViewGoogle6432.aab-stable-500512534:454)
+                      at android.os.Handler.handleCallback (Handler.java:938)
+                 */
                 return false;
         }
 
@@ -1811,6 +1844,9 @@ public class Log {
 
         ContentResolver resolver = context.getContentResolver();
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
+        boolean main_log = prefs.getBoolean("main_log", true);
+        boolean protocol = prefs.getBoolean("protocol", false);
+        int level = prefs.getInt("log_level", Log.getDefaultLogLevel());
         long last_cleanup = prefs.getLong("last_cleanup", 0);
 
         PackageManager pm = context.getPackageManager();
@@ -1837,6 +1873,7 @@ public class Log {
 
         sb.append(String.format("Installer: %s\r\n", installer));
         sb.append(String.format("Installed: %s\r\n", new Date(Helper.getInstallTime(context))));
+        sb.append(String.format("Updated: %s\r\n", new Date(Helper.getUpdateTime(context))));
         sb.append(String.format("Last cleanup: %s\r\n", new Date(last_cleanup)));
         sb.append(String.format("Now: %s\r\n", new Date()));
 
@@ -1863,6 +1900,8 @@ public class Log {
             sb.append(String.format("SoC: %s/%s\r\n", Build.SOC_MANUFACTURER, Build.SOC_MODEL));
         sb.append(String.format("OS version: %s\r\n", osVersion));
         sb.append(String.format("uid: %d\r\n", android.os.Process.myUid()));
+        sb.append(String.format("Log main: %b protocol: %b level: %d=%b\r\n",
+                main_log, protocol, level, level <= android.util.Log.INFO));
         sb.append("\r\n");
 
         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
@@ -2011,6 +2050,15 @@ public class Log {
 
         sb.append(String.format("Darken support: %b\r\n",
                 WebViewEx.isFeatureSupported(context, WebViewFeature.ALGORITHMIC_DARKENING)));
+        try {
+            PackageInfo pkg = WebViewCompat.getCurrentWebViewPackage(context);
+            sb.append(String.format("WebView %d/%s %s\r\n",
+                    pkg == null ? -1 : pkg.versionCode,
+                    pkg == null ? null : pkg.versionName,
+                    pkg == null || pkg.versionCode / 100000 < 5005 ? "!!!" : ""));
+        } catch (Throwable ex) {
+            sb.append(ex).append("\r\n");
+        }
 
         sb.append("\r\n");
 
diff --git a/app/src/main/java/eu/faircode/email/MediaPlayerHelper.java b/app/src/main/java/eu/faircode/email/MediaPlayerHelper.java
index cf864e53e3..fe5711025c 100644
--- a/app/src/main/java/eu/faircode/email/MediaPlayerHelper.java
+++ b/app/src/main/java/eu/faircode/email/MediaPlayerHelper.java
@@ -5,6 +5,12 @@ import android.media.AudioAttributes;
 import android.media.AudioManager;
 import android.media.MediaPlayer;
 import android.net.Uri;
+import android.os.Build;
+
+import androidx.lifecycle.Lifecycle;
+import androidx.lifecycle.LifecycleObserver;
+import androidx.lifecycle.LifecycleOwner;
+import androidx.lifecycle.OnLifecycleEvent;
 
 import java.io.IOException;
 import java.util.concurrent.ExecutorService;
@@ -79,6 +85,51 @@ public class MediaPlayerHelper {
         }
     }
 
+    static void liveInCall(Context context, LifecycleOwner owner, IInCall intf) {
+        AudioManager am = Helper.getSystemService(context, AudioManager.class);
+        if (am == null || Build.VERSION.SDK_INT < Build.VERSION_CODES.S) {
+            intf.onChanged(false);
+            Log.i("Audio mode legacy");
+        } else {
+            AudioManager.OnModeChangedListener listener = new AudioManager.OnModeChangedListener() {
+                @Override
+                public void onModeChanged(int mode) {
+                    ApplicationEx.getMainHandler().post(new RunnableEx("AudioMode") {
+                        @Override
+                        public void delegate() {
+                            intf.onChanged(isInCall(mode));
+                        }
+                    });
+                }
+            };
+            listener.onModeChanged(am.getMode()); // Init
+
+            owner.getLifecycle().addObserver(new LifecycleObserver() {
+                private boolean registered = false;
+
+                @OnLifecycleEvent(Lifecycle.Event.ON_ANY)
+                public void onStateChanged() {
+                    try {
+                        if (owner.getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED)) {
+                            if (!registered) {
+                                am.addOnModeChangedListener(executor, listener);
+                                registered = true;
+                            }
+                        } else {
+                            if (registered) {
+                                am.removeOnModeChangedListener(listener);
+                                registered = false;
+                            }
+                        }
+                        Log.i("Audio mode registered=" + registered);
+                    } catch (Throwable ex) {
+                        Log.e(ex);
+                    }
+                }
+            });
+        }
+    }
+
     static boolean isInCall(Context context) {
         AudioManager am = Helper.getSystemService(context, AudioManager.class);
         if (am == null)
@@ -100,4 +151,8 @@ public class MediaPlayerHelper {
                 mode == AudioManager.MODE_IN_CALL ||
                 mode == AudioManager.MODE_IN_COMMUNICATION);
     }
+
+    interface IInCall {
+        void onChanged(boolean inCall);
+    }
 }
diff --git a/app/src/main/java/eu/faircode/email/MessageHelper.java b/app/src/main/java/eu/faircode/email/MessageHelper.java
index 907656c0b3..29c56c308d 100644
--- a/app/src/main/java/eu/faircode/email/MessageHelper.java
+++ b/app/src/main/java/eu/faircode/email/MessageHelper.java
@@ -107,6 +107,7 @@ import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
 import javax.activation.DataHandler;
+import javax.activation.DataSource;
 import javax.activation.FileDataSource;
 import javax.activation.FileTypeMap;
 import javax.mail.Address;
@@ -198,6 +199,7 @@ public class MessageHelper {
     static final String FLAG_NOT_DELIVERED = "$NotDelivered";
     static final String FLAG_DISPLAYED = "$Displayed";
     static final String FLAG_NOT_DISPLAYED = "$NotDisplayed";
+    static final String FLAG_COMPLAINT = "Complaint";
     static final String FLAG_LOW_IMPORTANCE = "$LowImportance";
     static final String FLAG_HIGH_IMPORTANCE = "$HighImportance";
 
@@ -1265,22 +1267,20 @@ public class MessageHelper {
 
         List<String> result = new ArrayList<>();
         String refs = imessage.getHeader("References", null);
-        if (refs != null)
-            result.addAll(Arrays.asList(getReferences(refs)));
+        result.addAll(getReferences(refs));
 
         // Merge references of reported message for threading
         InternetHeaders iheaders = getReportHeaders();
         if (iheaders != null) {
             String arefs = iheaders.getHeader("References", null);
-            if (arefs != null)
-                for (String ref : getReferences(arefs))
-                    if (!result.contains(ref)) {
-                        Log.i("rfc822 ref=" + ref);
-                        result.add(ref);
-                    }
+            for (String ref : getReferences(arefs))
+                if (!result.contains(ref)) {
+                    Log.i("rfc822 ref=" + ref);
+                    result.add(ref);
+                }
 
             String amsgid = iheaders.getHeader("Message-Id", null);
-            if (amsgid != null) {
+            if (!TextUtils.isEmpty(amsgid)) {
                 String msgid = MimeUtility.unfold(amsgid);
                 if (!result.contains(msgid)) {
                     Log.i("rfc822 id=" + msgid);
@@ -1292,8 +1292,17 @@ public class MessageHelper {
         return result.toArray(new String[0]);
     }
 
-    private String[] getReferences(String header) {
-        return MimeUtility.unfold(header).split("[,\\s]+");
+    private List<String> getReferences(String header) {
+        List<String> result = new ArrayList<>();
+        if (header == null)
+            return result;
+        header = MimeUtility.unfold(header);
+        if (TextUtils.isEmpty(header))
+            return result;
+        for (String ref : header.split("[,\\s]+"))
+            if (!result.contains(ref))
+                result.add(ref);
+        return result;
     }
 
     String getDeliveredTo() throws MessagingException {
@@ -1314,7 +1323,7 @@ public class MessageHelper {
 
     String getInReplyTo() throws MessagingException {
         String[] a = getInReplyTos();
-        return (a.length == 0 ? null : TextUtils.join(" ", a));
+        return (a.length < 1 ? null : a[0]);
     }
 
     String[] getInReplyTos() throws MessagingException {
@@ -1323,15 +1332,14 @@ public class MessageHelper {
         List<String> result = new ArrayList<>();
 
         String header = imessage.getHeader("In-Reply-To", null);
-        if (header != null)
-            result.addAll(Arrays.asList(getReferences(header)));
+        result.addAll(getReferences(header));
 
         if (result.size() == 0) {
             // Use reported message ID as synthetic in-reply-to
             InternetHeaders iheaders = getReportHeaders();
             if (iheaders != null) {
                 header = iheaders.getHeader("Message-Id", null);
-                if (header != null) {
+                if (!TextUtils.isEmpty(header)) {
                     result.add(header);
                     Log.i("rfc822 id=" + header);
                 }
@@ -1349,7 +1357,8 @@ public class MessageHelper {
                 ContentType ct = new ContentType(imessage.getContentType());
                 String reportType = ct.getParameter("report-type");
                 if ("delivery-status".equalsIgnoreCase(reportType) ||
-                        "disposition-notification".equalsIgnoreCase(reportType)) {
+                        "disposition-notification".equalsIgnoreCase(reportType) ||
+                        "feedback-report".equalsIgnoreCase(reportType)) {
                     MessageParts parts = new MessageParts();
                     getMessageParts(null, imessage, parts, null);
                     for (AttachmentPart apart : parts.attachments)
@@ -1530,7 +1539,8 @@ public class MessageHelper {
         DB db = DB.getInstance(context);
 
         List<String> all = new ArrayList<>(refs);
-        all.add(msgid);
+        if (!TextUtils.isEmpty(msgid))
+            all.add(msgid);
 
         int thread_range = prefs.getInt("thread_range", MessageHelper.DEFAULT_THREAD_RANGE);
         int range = (int) Math.pow(2, thread_range);
@@ -2718,7 +2728,7 @@ public class MessageHelper {
         }
     }
 
-    enum AddressFormat {NAME_ONLY, EMAIL_ONLY, NAME_EMAIL}
+    enum AddressFormat {NAME_ONLY, EMAIL_ONLY, NAME_EMAIL, EMAIL_NAME}
 
     static AddressFormat getAddressFormat(Context context) {
         SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
@@ -2789,6 +2799,8 @@ public class MessageHelper {
 
                     if (format == AddressFormat.NAME_EMAIL && !TextUtils.isEmpty(email))
                         formatted.add(personal + " <" + email + ">");
+                    else if (format == AddressFormat.EMAIL_NAME && !TextUtils.isEmpty(email))
+                        formatted.add("<" + email + "> " + personal);
                     else
                         formatted.add(personal);
                 }
@@ -2877,6 +2889,11 @@ public class MessageHelper {
                 try {
                     byte[] b1 = decodeWord(p1.text, p1.encoding, p1.charset);
                     byte[] b2 = decodeWord(p2.text, p2.encoding, p2.charset);
+                    if (CharsetHelper.isValid(b1, p1.charset) && CharsetHelper.isValid(b2, p2.charset)) {
+                        p++;
+                        continue;
+                    }
+
                     byte[] b = new byte[b1.length + b2.length];
                     System.arraycopy(b1, 0, b, 0, b1.length);
                     System.arraycopy(b2, 0, b, b1.length, b2.length);
@@ -2979,7 +2996,9 @@ public class MessageHelper {
 
         boolean isReport() {
             String ct = contentType.getBaseType();
-            return Report.isDeliveryStatus(ct) || Report.isDispositionNotification(ct);
+            return (Report.isDeliveryStatus(ct) ||
+                    Report.isDispositionNotification(ct) ||
+                    Report.isFeedbackReport(ct));
         }
     }
 
@@ -3167,8 +3186,38 @@ public class MessageHelper {
                         result = Helper.readStream((InputStream) content,
                                 cs == null ? StandardCharsets.ISO_8859_1 : cs);
                     } else {
-                        Log.e(content.getClass().getName());
-                        result = content.toString();
+                        result = null;
+
+                        StringBuilder m = new StringBuilder();
+                        if (content instanceof Multipart) {
+                            m.append("multipart");
+                            Multipart mp = (Multipart) content;
+                            for (int i = 0; i < mp.getCount(); i++) {
+                                BodyPart bp = mp.getBodyPart(i);
+                                try {
+                                    ContentType ct = new ContentType(bp.getContentType());
+                                    if (h.contentType.match(ct)) {
+                                        String _charset = ct.getParameter("charset");
+                                        Charset _cs = (TextUtils.isEmpty(_charset)
+                                                ? StandardCharsets.ISO_8859_1 :
+                                                Charset.forName(_charset));
+                                        result = Helper.readStream(bp.getInputStream(), _cs);
+                                    }
+                                } catch (Throwable ex) {
+                                    Log.w(ex);
+                                }
+                                m.append(" [").append(bp.getContentType()).append("]");
+                            }
+                        } else
+                            m.append(content.getClass().getName());
+
+                        String msg = "Expected " + h.contentType + " got " + m + " result=" + (result != null);
+                        Log.e(msg);
+                        warnings.add(msg);
+
+                        if (result == null)
+                            result = Helper.readStream(h.part.getInputStream(),
+                                    cs == null ? StandardCharsets.ISO_8859_1 : cs);
                     }
                 } catch (DecodingException ex) {
                     Log.e(ex);
@@ -3362,6 +3411,11 @@ public class MessageHelper {
                             w.append(report.disposition);
                     }
 
+                    if (report.isFeedbackReport()) {
+                        if (!TextUtils.isEmpty(report.feedback))
+                            w.append(report.feedback);
+                    }
+
                     if (w.length() > 0)
                         warnings.add(w.toString());
                 } else
@@ -4042,6 +4096,10 @@ public class MessageHelper {
 
                 if (part.isMimeType("multipart/mixed")) {
                     Object content = part.getContent();
+
+                    if (content instanceof String)
+                        content = tryParseMultipart((String) content, part.getContentType());
+
                     if (content instanceof Multipart) {
                         Multipart mp = (Multipart) content;
                         for (int i = 0; i < mp.getCount(); i++) {
@@ -4065,6 +4123,10 @@ public class MessageHelper {
                             "application/pkcs7-signature".equals(protocol) ||
                             "application/x-pkcs7-signature".equals(protocol)) {
                         Object content = part.getContent();
+
+                        if (content instanceof String)
+                            content = tryParseMultipart((String) content, part.getContentType());
+
                         if (content instanceof Multipart) {
                             Multipart multipart = (Multipart) content;
                             if (multipart.getCount() == 2) {
@@ -4111,6 +4173,10 @@ public class MessageHelper {
                     String protocol = ct.getParameter("protocol");
                     if ("application/pgp-encrypted".equals(protocol) || protocol == null) {
                         Object content = part.getContent();
+
+                        if (content instanceof String)
+                            content = tryParseMultipart((String) content, part.getContentType());
+
                         if (content instanceof Multipart) {
                             Multipart multipart = (Multipart) content;
                             if (multipart.getCount() == 2) {
@@ -4192,9 +4258,10 @@ public class MessageHelper {
         try {
             Log.d("Part class=" + part.getClass() + " type=" + part.getContentType());
 
-            // https://github.com/autocrypt/protected-headers
             try {
                 ContentType ct = new ContentType(part.getContentType());
+
+                // https://github.com/autocrypt/protected-headers
                 if ("v1".equals(ct.getParameter("protected-headers"))) {
                     String[] subject = part.getHeader("subject");
                     if (subject != null && subject.length != 0) {
@@ -4202,6 +4269,17 @@ public class MessageHelper {
                         parts.protected_subject = decodeMime(subject[0]);
                     }
                 }
+
+                // https://en.wikipedia.org/wiki/MIME#Multipart_subtypes
+                if ("multipart".equals(ct.getPrimaryType()) &&
+                        !("mixed".equalsIgnoreCase(ct.getSubType()) ||
+                                "alternative".equalsIgnoreCase(ct.getSubType()) ||
+                                "related".equalsIgnoreCase(ct.getSubType()) ||
+                                "report".equalsIgnoreCase(ct.getSubType()) ||
+                                "parallel".equalsIgnoreCase(ct.getSubType()) ||
+                                "digest".equalsIgnoreCase(ct.getSubType()) ||
+                                "appledouble".equalsIgnoreCase(ct.getSubType())))
+                    Log.e(part.getContentType());
             } catch (Throwable ex) {
                 Log.e(ex);
             }
@@ -4209,8 +4287,12 @@ public class MessageHelper {
             if (part.isMimeType("multipart/*")) {
                 Multipart multipart;
                 Object content = part.getContent(); // Should always be Multipart
+
+                if (content instanceof String)
+                    content = tryParseMultipart((String) content, part.getContentType());
+
                 if (content instanceof Multipart) {
-                    multipart = (Multipart) part.getContent();
+                    multipart = (Multipart) content;
                     int count = multipart.getCount();
                     for (int i = 0; i < count; i++)
                         try {
@@ -4294,7 +4376,9 @@ public class MessageHelper {
                     !Part.ATTACHMENT.equalsIgnoreCase(disposition) && TextUtils.isEmpty(filename)) {
                 parts.text.add(new PartHolder(part, contentType));
             } else {
-                if (Report.isDeliveryStatus(ct) || Report.isDispositionNotification(ct))
+                if (Report.isDeliveryStatus(ct) ||
+                        Report.isDispositionNotification(ct) ||
+                        Report.isFeedbackReport(ct))
                     parts.extra.add(new PartHolder(part, contentType));
 
                 AttachmentPart apart = new AttachmentPart();
@@ -4363,6 +4447,35 @@ public class MessageHelper {
         }
     }
 
+    private Object tryParseMultipart(String text, String contentType) {
+        try {
+            return new MimeMultipart(new DataSource() {
+                @Override
+                public InputStream getInputStream() throws IOException {
+                    return new ByteArrayInputStream(text.getBytes(StandardCharsets.ISO_8859_1));
+                }
+
+                @Override
+                public OutputStream getOutputStream() throws IOException {
+                    return null;
+                }
+
+                @Override
+                public String getContentType() {
+                    return contentType;
+                }
+
+                @Override
+                public String getName() {
+                    return "String";
+                }
+            });
+        } catch (MessagingException ex) {
+            Log.e(ex);
+            return text;
+        }
+    }
+
     private void ensureEnvelope() throws MessagingException {
         _ensureMessage(false, false);
     }
@@ -4703,6 +4816,7 @@ public class MessageHelper {
         String diagnostic;
         String disposition;
         String refid;
+        String feedback;
         String html;
 
         Report(String type, String content) {
@@ -4762,6 +4876,15 @@ public class MessageHelper {
                                 this.refid = value;
                                 break;
                         }
+                    } else if (isFeedbackReport(type)) {
+                        // https://datatracker.ietf.org/doc/html/rfc5965
+                        feedback = "complaint";
+                        switch (name) {
+                            case "Feedback-Type":
+                                // abuse, fraud, other, virus
+                                feedback = value;
+                                break;
+                        }
                     }
                 }
             } catch (Throwable ex) {
@@ -4780,6 +4903,10 @@ public class MessageHelper {
             return isDispositionNotification(type);
         }
 
+        boolean isFeedbackReport() {
+            return isFeedbackReport(type);
+        }
+
         boolean isDelivered() {
             return ("delivered".equals(action) || "relayed".equals(action) || "expanded".equals(action));
         }
@@ -4839,5 +4966,9 @@ public class MessageHelper {
         static boolean isDispositionNotification(String type) {
             return "message/disposition-notification".equalsIgnoreCase(type);
         }
+
+        static boolean isFeedbackReport(String type) {
+            return "message/feedback-report".equalsIgnoreCase(type);
+        }
     }
 }
diff --git a/app/src/main/java/eu/faircode/email/PopupMenuLifecycle.java b/app/src/main/java/eu/faircode/email/PopupMenuLifecycle.java
index 195bb96a99..d09e743b3a 100644
--- a/app/src/main/java/eu/faircode/email/PopupMenuLifecycle.java
+++ b/app/src/main/java/eu/faircode/email/PopupMenuLifecycle.java
@@ -20,10 +20,12 @@ package eu.faircode.email;
 */
 
 import android.content.Context;
+import android.content.Intent;
 import android.graphics.Color;
 import android.graphics.drawable.ColorDrawable;
 import android.graphics.drawable.Drawable;
 import android.text.SpannableStringBuilder;
+import android.text.style.BackgroundColorSpan;
 import android.text.style.ImageSpan;
 import android.view.Gravity;
 import android.view.Menu;
@@ -117,7 +119,6 @@ public class PopupMenuLifecycle extends PopupMenu {
 
     static void insertIcon(Context context, MenuItem menuItem, boolean submenu) {
         Drawable icon = menuItem.getIcon();
-
         if (icon == null)
             icon = new ColorDrawable(Color.TRANSPARENT);
         else {
diff --git a/app/src/main/java/eu/faircode/email/ServiceAuthenticator.java b/app/src/main/java/eu/faircode/email/ServiceAuthenticator.java
index 6cfcb269f1..1b565d17eb 100644
--- a/app/src/main/java/eu/faircode/email/ServiceAuthenticator.java
+++ b/app/src/main/java/eu/faircode/email/ServiceAuthenticator.java
@@ -47,7 +47,6 @@ public class ServiceAuthenticator extends Authenticator {
     private Context context;
     private int auth;
     private String provider;
-    private long keep_alive;
     private String user;
     private String password;
     private IAuthenticated intf;
@@ -56,15 +55,16 @@ public class ServiceAuthenticator extends Authenticator {
     static final int AUTH_TYPE_GMAIL = 2;
     static final int AUTH_TYPE_OAUTH = 3;
 
+    static final long MIN_FORCE_REFRESH_INTERVAL = 15 * 60 * 1000L;
+
     ServiceAuthenticator(
             Context context,
-            int auth, String provider, int keep_alive,
+            int auth, String provider,
             String user, String password,
             IAuthenticated intf) {
         this.context = context.getApplicationContext();
         this.auth = auth;
         this.provider = provider;
-        this.keep_alive = keep_alive * 60 * 1000L;
         this.user = user;
         this.password = password;
         this.intf = intf;
@@ -82,14 +82,16 @@ public class ServiceAuthenticator extends Authenticator {
                 Log.e(ex);
         }
 
-        Log.i(user + " returning " + (auth == AUTH_TYPE_PASSWORD ? "password" : "token"));
+        Log.i(user + " returning " +
+                (auth == AUTH_TYPE_PASSWORD ? "password" : "token") +
+                (BuildConfig.DEBUG ? "=" + token : ""));
         return new PasswordAuthentication(user, token);
     }
 
-    String refreshToken(boolean expire) throws AuthenticatorException, OperationCanceledException, IOException, JSONException, MessagingException {
+    String refreshToken(boolean forceRefresh) throws AuthenticatorException, OperationCanceledException, IOException, JSONException, MessagingException {
         if (auth == AUTH_TYPE_GMAIL) {
             GmailState authState = GmailState.jsonDeserialize(password);
-            authState.refresh(context, user, expire, keep_alive);
+            authState.refresh(context, "android", user, forceRefresh);
             Long expiration = authState.getAccessTokenExpirationTime();
             if (expiration != null)
                 EntityLog.log(context, user + " token expiration=" + new Date(expiration));
@@ -104,7 +106,7 @@ public class ServiceAuthenticator extends Authenticator {
             return authState.getAccessToken();
         } else if (auth == AUTH_TYPE_OAUTH && provider != null) {
             AuthState authState = AuthState.jsonDeserialize(password);
-            OAuthRefresh(context, provider, authState, expire, keep_alive);
+            OAuthRefresh(context, provider, user, authState, forceRefresh);
             Long expiration = authState.getAccessTokenExpirationTime();
             if (expiration != null)
                 EntityLog.log(context, user + " token expiration=" + new Date(expiration));
@@ -121,44 +123,44 @@ public class ServiceAuthenticator extends Authenticator {
             return password;
     }
 
-    void checkToken() {
-        Long expiration = null;
-
+    Long getAccessTokenExpirationTime() {
         try {
             if (auth == AUTH_TYPE_GMAIL) {
                 GmailState authState = GmailState.jsonDeserialize(password);
-                expiration = authState.getAccessTokenExpirationTime();
+                return authState.getAccessTokenExpirationTime();
             } else if (auth == AUTH_TYPE_OAUTH) {
                 AuthState authState = AuthState.jsonDeserialize(password);
-                expiration = authState.getAccessTokenExpirationTime();
+                return authState.getAccessTokenExpirationTime();
             }
         } catch (JSONException ex) {
             Log.e(ex);
         }
-
-        long slack = Math.min(keep_alive, 30 * 60 * 1000L);
-        if (expiration != null && expiration - slack < new Date().getTime())
-            throw new IllegalStateException(Log.TOKEN_REFRESH_REQUIRED);
+        return null;
     }
 
     interface IAuthenticated {
         void onPasswordChanged(Context context, String newPassword);
     }
 
-    private static void OAuthRefresh(Context context, String id, AuthState authState, boolean expire, long keep_alive)
+    private static void OAuthRefresh(Context context, String id, String user, AuthState authState, boolean forceRefresh)
             throws MessagingException {
         try {
+            long now = new Date().getTime();
             Long expiration = authState.getAccessTokenExpirationTime();
-            if (expiration != null && expiration - keep_alive < new Date().getTime()) {
-                EntityLog.log(context, "OAuth force refresh" +
-                        " expiration=" + new Date(expiration) +
-                        " keep_alive=" + (keep_alive / 60 / 1000) + "m");
+            boolean needsRefresh = (expiration != null && expiration < now);
+            if (needsRefresh)
                 authState.setNeedsTokenRefresh(true);
-            }
 
-            if (expire)
+            if (!needsRefresh && forceRefresh &&
+                    expiration != null &&
+                    expiration - ServiceAuthenticator.MIN_FORCE_REFRESH_INTERVAL < now)
                 authState.setNeedsTokenRefresh(true);
 
+            EntityLog.log(context, EntityLog.Type.Debug, "Token user=" + id + ":" + user +
+                    " expiration=" + (expiration == null ? null : new Date(expiration)) +
+                    " need=" + needsRefresh + "/" + authState.getNeedsTokenRefresh() +
+                    " force=" + forceRefresh);
+
             ClientAuthentication clientAuth;
             EmailProvider provider = EmailProvider.getProvider(context, id);
             if (provider.oauth.clientSecret == null)
@@ -169,7 +171,7 @@ public class ServiceAuthenticator extends Authenticator {
             ErrorHolder holder = new ErrorHolder();
             Semaphore semaphore = new Semaphore(0);
 
-            Log.i("OAuth refresh id=" + id);
+            Log.i("OAuth refresh user=" + id + ":" + user);
             AuthorizationService authService = new AuthorizationService(context);
             authState.performActionWithFreshTokens(
                     authService,
@@ -184,12 +186,12 @@ public class ServiceAuthenticator extends Authenticator {
                     });
 
             semaphore.acquire();
-            Log.i("OAuth refreshed id=" + id);
+            Log.i("OAuth refreshed user=" + id + ":" + user);
 
             if (holder.error != null)
                 throw holder.error;
         } catch (Exception ex) {
-            throw new MessagingException("OAuth refresh id=" + id, ex);
+            throw new MessagingException("OAuth refresh id=" + id + ":" + user, ex);
         }
     }
 
diff --git a/app/src/main/java/eu/faircode/email/ServiceSend.java b/app/src/main/java/eu/faircode/email/ServiceSend.java
index e88fac9285..7931915f65 100644
--- a/app/src/main/java/eu/faircode/email/ServiceSend.java
+++ b/app/src/main/java/eu/faircode/email/ServiceSend.java
@@ -272,7 +272,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
     private static PendingIntent getPendingIntent(Context context) {
         Intent intent = new Intent(context, ActivityView.class);
         intent.setAction("outbox");
-        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+        intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
         return PendingIntentCompat.getActivity(
                 context, ActivityView.PI_OUTBOX, intent, PendingIntent.FLAG_UPDATE_CURRENT);
     }
@@ -500,6 +500,8 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
             }
 
             db.setTransactionSuccessful();
+        } catch (IllegalArgumentException ex) {
+            Log.w(ex);
         } finally {
             db.endTransaction();
         }
@@ -566,24 +568,21 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
         Long sid = null;
         EntityFolder sent = null;
 
-        if (reply_move && !TextUtils.isEmpty(message.inreplyto))
-            for (String inreplyto : message.inreplyto.split(" ")) {
-                List<EntityMessage> replied = db.message().getMessagesByMsgId(message.account, inreplyto);
-                if (replied != null)
-                    for (EntityMessage m : replied)
-                        if (!m.ui_hide) {
-                            EntityFolder folder = db.folder().getFolder(m.folder);
-                            if (folder != null &&
-                                    (EntityFolder.INBOX.equals(folder.type) ||
-                                            EntityFolder.ARCHIVE.equals(folder.type) ||
-                                            EntityFolder.USER.equals(folder.type))) {
-                                sent = folder;
-                                break;
-                            }
+        if (reply_move && !TextUtils.isEmpty(message.inreplyto)) {
+            List<EntityMessage> replied = db.message().getMessagesByMsgId(message.account, message.inreplyto);
+            if (replied != null)
+                for (EntityMessage m : replied)
+                    if (!m.ui_hide) {
+                        EntityFolder folder = db.folder().getFolder(m.folder);
+                        if (folder != null &&
+                                (EntityFolder.INBOX.equals(folder.type) ||
+                                        EntityFolder.ARCHIVE.equals(folder.type) ||
+                                        EntityFolder.USER.equals(folder.type))) {
+                            sent = folder;
+                            break;
                         }
-                if (sent != null)
-                    break;
-            }
+                    }
+        }
 
         if (sent == null)
             sent = db.folder().getFolderByType(message.account, EntityFolder.SENT);
@@ -808,12 +807,11 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
             }
 
             // Mark replied
-            if (message.inreplyto != null)
-                for (String inreplyto : message.inreplyto.split(" ")) {
-                    List<EntityMessage> replieds = db.message().getMessagesByMsgId(message.account, inreplyto);
-                    for (EntityMessage replied : replieds)
-                        EntityOperation.queue(this, replied, EntityOperation.ANSWERED, true);
-                }
+            if (message.inreplyto != null) {
+                List<EntityMessage> replieds = db.message().getMessagesByMsgId(message.account, message.inreplyto);
+                for (EntityMessage replied : replieds)
+                    EntityOperation.queue(this, replied, EntityOperation.ANSWERED, true);
+            }
 
             // Mark forwarded
             if (message.wasforwardedfrom != null) {
diff --git a/app/src/main/java/eu/faircode/email/ServiceSynchronize.java b/app/src/main/java/eu/faircode/email/ServiceSynchronize.java
index 602f9abfb2..8755811b4e 100644
--- a/app/src/main/java/eu/faircode/email/ServiceSynchronize.java
+++ b/app/src/main/java/eu/faircode/email/ServiceSynchronize.java
@@ -31,7 +31,6 @@ import android.content.Context;
 import android.content.Intent;
 import android.content.IntentFilter;
 import android.content.SharedPreferences;
-import android.media.AudioManager;
 import android.net.ConnectivityManager;
 import android.net.LinkProperties;
 import android.net.Network;
@@ -46,6 +45,7 @@ import android.text.TextUtils;
 
 import androidx.annotation.NonNull;
 import androidx.annotation.RequiresApi;
+import androidx.car.app.connection.CarConnection;
 import androidx.core.app.NotificationCompat;
 import androidx.core.content.ContextCompat;
 import androidx.lifecycle.Lifecycle;
@@ -64,6 +64,8 @@ import com.sun.mail.imap.IMAPStore;
 import com.sun.mail.imap.protocol.IMAPProtocol;
 import com.sun.mail.imap.protocol.IMAPResponse;
 
+import net.openid.appauth.AuthState;
+
 import org.json.JSONObject;
 
 import java.io.File;
@@ -116,6 +118,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
     private int lastAccounts = 0;
     private int lastOperations = 0;
     private ConnectionHelper.NetworkState lastNetworkState = null;
+    private boolean isInCall = false;
+    private boolean isInCar = false;
 
     private boolean foreground = false;
     private final Map<Long, Core.State> coreStates = new Hashtable<>();
@@ -161,7 +165,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
             "sync_folders",
             "sync_shared_folders",
             "download_headers", "download_eml",
-            "prefer_ip4", "bind_socket", "standalone_vpn", "tcp_keep_alive", "ssl_harden", "cert_strict", // force reconnect
+            "prefer_ip4", "bind_socket", "standalone_vpn", "tcp_keep_alive", "ssl_harden", "ssl_harden_strict", "cert_strict", // force reconnect
             "experiments", "debug", "protocol", // force reconnect
             "auth_plain", "auth_login", "auth_ntlm", "auth_sasl", "auth_apop", // force reconnect
             "keep_alive_poll", "empty_pool", "idle_done", // force reconnect
@@ -768,58 +772,45 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
         });
 
         final TwoStateOwner mowner = new TwoStateOwner(this, "mutableUnseenNotify");
+        mowner.getLifecycle().addObserver(new LifecycleObserver() {
+            @OnLifecycleEvent(Lifecycle.Event.ON_ANY)
+            public void onStateChanged() {
+                Lifecycle.State state = mowner.getLifecycle().getCurrentState();
+                EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Debug, "Owner state=" + state);
+                if (state.equals(Lifecycle.State.DESTROYED))
+                    mowner.getLifecycle().removeObserver(this);
+            }
+        });
 
-        AudioManager am = Helper.getSystemService(this, AudioManager.class);
-        if (am == null || Build.VERSION.SDK_INT < Build.VERSION_CODES.S) {
-            mowner.start();
-            Log.i("Audio mode legacy");
-        } else {
-            AudioManager.OnModeChangedListener listener = new AudioManager.OnModeChangedListener() {
-                @Override
-                public void onModeChanged(int mode) {
-                    getMainHandler().post(new RunnableEx("AudioMode") {
-                        @Override
-                        public void delegate() {
-                            boolean incall = MediaPlayerHelper.isInCall(mode);
-                            boolean suppress = prefs.getBoolean("notify_suppress_in_call", false);
-                            boolean start = (!suppress || !incall);
-                            Log.i("Audio mode start=" + start +
-                                    " incall=" + incall +
-                                    " suppress=" + suppress);
-                            if (start)
-                                mowner.start();
-                            else
-                                mowner.stop();
-                        }
-                    });
-                }
-            };
-            listener.onModeChanged(am.getMode()); // Init
-
-            getLifecycle().addObserver(new LifecycleObserver() {
-                private boolean registered = false;
+        MediaPlayerHelper.liveInCall(this, this, new MediaPlayerHelper.IInCall() {
+            @Override
+            public void onChanged(boolean inCall) {
+                boolean suppress = prefs.getBoolean("notify_suppress_in_call", false);
+                EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Debug,
+                        "In call=" + inCall + " suppress=" + suppress);
+                isInCall = (inCall && suppress);
+                if (isInCall || isInCar)
+                    mowner.stop();
+                else
+                    mowner.start();
+            }
+        });
 
-                @OnLifecycleEvent(Lifecycle.Event.ON_ANY)
-                public void onStateChanged() {
-                    try {
-                        if (ServiceSynchronize.this.getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED)) {
-                            if (!registered) {
-                                am.addOnModeChangedListener(executor, listener);
-                                registered = true;
-                            }
-                        } else {
-                            if (registered) {
-                                am.removeOnModeChangedListener(listener);
-                                registered = false;
-                            }
-                        }
-                        Log.i("Audio mode registered=" + registered);
-                    } catch (Throwable ex) {
-                        Log.e(ex);
-                    }
-                }
-            });
-        }
+        new CarConnection(this).getType().observe(this, new Observer<Integer>() {
+            @Override
+            public void onChanged(Integer connectionState) {
+                boolean projection = (connectionState != null &&
+                        connectionState == CarConnection.CONNECTION_TYPE_PROJECTION);
+                boolean suppress = prefs.getBoolean("notify_suppress_in_car", false);
+                EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Debug,
+                        "Projection=" + projection + " state=" + connectionState + " suppress=" + suppress);
+                isInCar = (projection && suppress);
+                if (isInCall || isInCar)
+                    mowner.stop();
+                else
+                    mowner.start();
+            }
+        });
 
         mutableUnseenNotify.observe(mowner, new Observer<List<TupleMessageEx>>() {
             private final ExecutorService executor =
@@ -1393,7 +1384,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
         // Build pending intent
         Intent why = new Intent(this, ActivityView.class);
         why.setAction("why");
-        why.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+        why.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
         PendingIntent piWhy = PendingIntentCompat.getActivity(
                 this, ActivityView.PI_WHY, why, PendingIntent.FLAG_UPDATE_CURRENT);
 
@@ -1443,7 +1434,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
         intent.putExtra("protocol", account.protocol);
         intent.putExtra("auth_type", account.auth_type);
         intent.putExtra("faq", 23);
-        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+        intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
         PendingIntent piAlert = PendingIntentCompat.getActivity(
                 this, ActivityError.PI_ALERT, intent, PendingIntent.FLAG_UPDATE_CURRENT);
 
@@ -2251,8 +2242,15 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
                             }
 
                             // Check token expiration
-                            if (!account.isTransient(this))
-                                iservice.check();
+                            if (!account.isTransient(this)) {
+                                Long expirationTime = iservice.getAccessTokenExpirationTime();
+                                if (expirationTime != null && expirationTime < new Date().getTime()) {
+                                    EntityLog.log(this, EntityLog.Type.Debug, "Token" +
+                                            " expired=" + new Date(expirationTime) +
+                                            " user=" + account.provider + ":" + account.user);
+                                    throw new IllegalStateException(Log.TOKEN_REFRESH_REQUIRED);
+                                }
+                            }
 
                             // Sends store NOOP
                             if (EmailService.SEPARATE_STORE_CONNECTION) {
@@ -2368,6 +2366,19 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
                         try {
                             long duration = account.poll_interval * 60 * 1000L;
                             long trigger = System.currentTimeMillis() + duration;
+
+                            if (!account.isTransient(this)) {
+                                Long expirationTime = iservice.getAccessTokenExpirationTime();
+                                if (expirationTime != null &&
+                                        expirationTime < trigger &&
+                                        expirationTime > new Date().getTime()) {
+                                    expirationTime += AuthState.EXPIRY_TIME_TOLERANCE_MS;
+                                    EntityLog.log(this, EntityLog.Type.Debug, "Expedite keep alive" +
+                                            " from " + new Date(trigger) + " to " + new Date(expirationTime));
+                                    trigger = expirationTime;
+                                }
+                            }
+
                             EntityLog.log(this, EntityLog.Type.Account, account,
                                     "### " + account.name + " keep alive" +
                                             " wait=" + account.poll_interval + " until=" + new Date(trigger));
@@ -3002,6 +3013,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
                             EntityMessage.snooze(context, message.id, message.ui_snoozed);
 
                         db.setTransactionSuccessful();
+                    } catch (IllegalArgumentException ex) {
+                        Log.w(ex);
                     } finally {
                         db.endTransaction();
                     }
diff --git a/app/src/main/java/eu/faircode/email/Shortcuts.java b/app/src/main/java/eu/faircode/email/Shortcuts.java
index e64e35c7e7..af14f1babc 100644
--- a/app/src/main/java/eu/faircode/email/Shortcuts.java
+++ b/app/src/main/java/eu/faircode/email/Shortcuts.java
@@ -280,7 +280,7 @@ class Shortcuts {
     static ShortcutInfoCompat.Builder getShortcut(Context context, EntityMessage message, ContactInfo[] contactInfo) {
         Intent thread = new Intent(context, ActivityView.class);
         thread.setAction("thread:" + message.id);
-        thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+        thread.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
         thread.putExtra("account", message.account);
         thread.putExtra("folder", message.folder);
         thread.putExtra("thread", message.thread);
@@ -323,7 +323,7 @@ class Shortcuts {
         view.setAction("folder:" + folder.id);
         view.putExtra("account", folder.account);
         view.putExtra("type", folder.type);
-        view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+        view.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
 
         int resid = EntityFolder.getIcon(folder.type);
         Drawable d = context.getDrawable(resid);
diff --git a/app/src/main/java/eu/faircode/email/SimpleTask.java b/app/src/main/java/eu/faircode/email/SimpleTask.java
index 6b325cfae0..4c88c45bc1 100644
--- a/app/src/main/java/eu/faircode/email/SimpleTask.java
+++ b/app/src/main/java/eu/faircode/email/SimpleTask.java
@@ -52,6 +52,7 @@ import java.util.concurrent.Future;
 public abstract class SimpleTask<T> implements LifecycleObserver {
     private boolean log = true;
     private boolean count = true;
+    private boolean keepawake = false;
 
     private String name;
     private long started;
@@ -85,6 +86,11 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
         return this;
     }
 
+    public SimpleTask<T> setKeepAwake(boolean value) {
+        this.keepawake = value;
+        return this;
+    }
+
     public SimpleTask<T> setExecutor(ExecutorService executor) {
         this.localExecutor = executor;
         return this;
@@ -183,7 +189,10 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
             public void run() {
                 // Run in background thread
                 try {
-                    wl.acquire(MAX_WAKELOCK);
+                    if (keepawake)
+                        wl.acquire();
+                    else
+                        wl.acquire(MAX_WAKELOCK);
 
                     if (log)
                         Log.i("Executing task=" + name);
diff --git a/app/src/main/java/eu/faircode/email/StyleHelper.java b/app/src/main/java/eu/faircode/email/StyleHelper.java
index dbbad5f82c..1a588289ed 100644
--- a/app/src/main/java/eu/faircode/email/StyleHelper.java
+++ b/app/src/main/java/eu/faircode/email/StyleHelper.java
@@ -198,6 +198,7 @@ public class StyleHelper {
                 IndentSpan[] indents = edit.getSpans(start, end, IndentSpan.class);
                 popupMenu.getMenu().findItem(R.id.menu_style_indentation_decrease).setEnabled(indents.length > 0);
 
+                popupMenu.getMenu().findItem(R.id.menu_style_parenthesis).setEnabled(BuildConfig.DEBUG);
                 popupMenu.getMenu().findItem(R.id.menu_style_code).setEnabled(BuildConfig.DEBUG);
 
                 popupMenu.insertIcons(context);
@@ -233,6 +234,8 @@ public class StyleHelper {
                                 return setMark(item);
                             } else if (groupId == R.id.group_style_strikethrough) {
                                 return setStrikeThrough(item);
+                            } else if (groupId == R.id.group_style_parenthesis) {
+                                return setParenthesis(item);
                             } else if (groupId == R.id.group_style_code) {
                                 return setCode(item);
                             } else if (groupId == R.id.group_style_clear) {
@@ -662,7 +665,15 @@ public class StyleHelper {
                         return true;
                     }
 
+                    private boolean setParenthesis(MenuItem item) {
+                        Log.breadcrumb("style", "action", "parenthesis");
+                        edit.insert(end, ")");
+                        edit.insert(start, "(");
+                        return true;
+                    }
+
                     private boolean setCode(MenuItem item) {
+                        Log.breadcrumb("style", "action", "code");
                         _setSize(HtmlHelper.FONT_SMALL);
                         _setFont("monospace");
                         return true;
diff --git a/app/src/main/java/eu/faircode/email/TupleAccountState.java b/app/src/main/java/eu/faircode/email/TupleAccountState.java
index 2cb5a1b341..110ab11e05 100644
--- a/app/src/main/java/eu/faircode/email/TupleAccountState.java
+++ b/app/src/main/java/eu/faircode/email/TupleAccountState.java
@@ -37,7 +37,8 @@ public class TupleAccountState extends EntityAccount {
                     this.insecure.equals(other.insecure) &&
                     this.port.equals(other.port) &&
                     this.user.equals(other.user) &&
-                    (auth_type != AUTH_TYPE_PASSWORD || this.password.equals(other.password)) &&
+                    Objects.equals(this.auth_type, other.auth_type) &&
+                    this.password.equals(other.password) &&
                     Objects.equals(this.certificate_alias, other.certificate_alias) &&
                     Objects.equals(this.realm, other.realm) &&
                     Objects.equals(this.fingerprint, other.fingerprint) &&
diff --git a/app/src/main/java/eu/faircode/email/TupleThreadInfo.java b/app/src/main/java/eu/faircode/email/TupleThreadInfo.java
index be71903868..ed7212b346 100644
--- a/app/src/main/java/eu/faircode/email/TupleThreadInfo.java
+++ b/app/src/main/java/eu/faircode/email/TupleThreadInfo.java
@@ -36,6 +36,6 @@ public class TupleThreadInfo {
     }
 
     public boolean isReferencing(String msgid) {
-        return !isSelf(msgid) && !isReferenced(msgid);
+        return !TextUtils.isEmpty(msgid) && !isSelf(msgid) && !isReferenced(msgid);
     }
 }
diff --git a/app/src/main/java/eu/faircode/email/UriHelper.java b/app/src/main/java/eu/faircode/email/UriHelper.java
index 4efb79c505..2d14e9a198 100644
--- a/app/src/main/java/eu/faircode/email/UriHelper.java
+++ b/app/src/main/java/eu/faircode/email/UriHelper.java
@@ -297,10 +297,22 @@ public class UriHelper {
 
             changed = (result != null);
             url = (result == null ? uri : result);
+        } else if (uri.getQueryParameter("redirectUrl") != null) {
+            // https://.../link-tracker?redirectUrl=<base64>&sig=...&iat=...&a=...&account=...&email=...&s=...&i=...
+            try {
+                byte[] bytes = Base64.decode(uri.getQueryParameter("redirectUrl"), 0);
+                String u = URLDecoder.decode(new String(bytes), StandardCharsets.UTF_8.name());
+                Uri result = Uri.parse(u);
+                changed = (result != null);
+                url = (result == null ? uri : result);
+            } catch (Throwable ex) {
+                Log.i(ex);
+                url = uri;
+            }
         } else
             url = uri;
 
-        if (url.isOpaque())
+        if (url.isOpaque() || !UriHelper.isHyperLink(url))
             return uri;
 
         Uri.Builder builder = url.buildUpon();
diff --git a/app/src/main/java/eu/faircode/email/WebViewEx.java b/app/src/main/java/eu/faircode/email/WebViewEx.java
index 5de6328d8f..f54a49758b 100644
--- a/app/src/main/java/eu/faircode/email/WebViewEx.java
+++ b/app/src/main/java/eu/faircode/email/WebViewEx.java
@@ -43,12 +43,15 @@ import androidx.webkit.WebSettingsCompat;
 import androidx.webkit.WebViewCompat;
 import androidx.webkit.WebViewFeature;
 
+import java.util.Objects;
+
 public class WebViewEx extends WebView implements DownloadListener, View.OnLongClickListener {
     private int height;
     private int maxHeight;
     private boolean legacy;
     private IWebView intf;
     private Runnable onPageLoaded;
+    private String hash;
 
     private static String userAgent = null;
 
@@ -121,7 +124,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
         // https://developer.android.com/reference/android/webkit/WebSettings#setAlgorithmicDarkeningAllowed(boolean)
         // https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
         boolean canDarken = WebViewEx.isFeatureSupported(context, WebViewFeature.ALGORITHMIC_DARKENING);
-        if (canDarken)
+        if (canDarken && Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q)
             WebSettingsCompat.setAlgorithmicDarkeningAllowed(settings, dark && !force_light);
         setBackgroundColor(canDarken && dark && !force_light ? Color.TRANSPARENT : Color.WHITE);
 
@@ -219,6 +222,21 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
         settings.setBlockNetworkImage(!show_images);
     }
 
+    @Override
+    public void loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) {
+        try {
+            // Prevent flickering
+            String h = (data == null ? null : Helper.md5(data.getBytes()));
+            if (Objects.equals(hash, h))
+                return;
+            this.hash = h;
+        } catch (Throwable ex) {
+            Log.w(ex);
+        }
+
+        super.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl);
+    }
+
     @Override
     public void setMinimumHeight(int minHeight) {
         super.setMinimumHeight(minHeight);
@@ -295,7 +313,20 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
             clampedY = true;
         }
 
-        Log.i("onOverScrolled clamped=" + clampedY + " new=" + newScrollY + " dy=" + deltaY);
+        Log.i("onOverScrolled" +
+                " clampedY=" + clampedY +
+                " scrollY=" + scrollY +
+                " deltaY=" + deltaY +
+                " RangeY=" + scrollRangeY +
+                " maxY=" + maxOverScrollY +
+                " newY=" + (scrollY + deltaY) + "/" + newScrollY +
+                " dy=" + deltaY +
+                " top=" + top +
+                " bottom=" + bottom);
+
+        if (Math.abs(deltaY) > bottom - top)
+            deltaY = (deltaY > 0 ? 1 : -1) * (bottom - top);
+
         intf.onOverScrolled(scrollX, scrollY, deltaX, deltaY, clampedX, clampedY);
 
         return super.overScrollBy(deltaX, deltaY, scrollX, scrollY, scrollRangeX, scrollRangeY, maxOverScrollX, maxOverScrollY, isTouchEvent);
@@ -355,7 +386,16 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
     }
 
     public static boolean isFeatureSupported(Context context, String feature) {
-        if (WebViewFeature.ALGORITHMIC_DARKENING.equals(feature))
+        if (WebViewFeature.ALGORITHMIC_DARKENING.equals(feature)) {
+            if (BuildConfig.DEBUG) {
+                SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
+                boolean fake_dark = prefs.getBoolean("fake_dark", false);
+                if (fake_dark)
+                    return false;
+            }
+            if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q)
+                return false;
+
             try {
                 PackageInfo pkg = WebViewCompat.getCurrentWebViewPackage(context);
                 if (pkg != null && pkg.versionCode / 100000 < 5005) // Version 102.*
@@ -363,6 +403,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
             } catch (Throwable ex) {
                 Log.e(ex);
             }
+        }
 
         try {
             return WebViewFeature.isFeatureSupported(feature);
diff --git a/app/src/main/java/eu/faircode/email/Widget.java b/app/src/main/java/eu/faircode/email/Widget.java
index db248691d7..f51b4ac4fe 100644
--- a/app/src/main/java/eu/faircode/email/Widget.java
+++ b/app/src/main/java/eu/faircode/email/Widget.java
@@ -80,7 +80,7 @@ public class Widget extends AppWidgetProvider {
                         view.putExtra("type", folders.get(0).type);
                         view.putExtra("refresh", true);
                         view.putExtra("version", version);
-                        view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+                        view.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
                         pi = PendingIntentCompat.getActivity(
                                 context, appWidgetId, view, PendingIntent.FLAG_UPDATE_CURRENT);
                     } else {
@@ -89,7 +89,7 @@ public class Widget extends AppWidgetProvider {
                             view.setAction("unified");
                             view.putExtra("refresh", true);
                             view.putExtra("version", version);
-                            view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+                            view.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
                             pi = PendingIntentCompat.getActivity(
                                     context, ActivityView.PI_UNIFIED, view, PendingIntent.FLAG_UPDATE_CURRENT);
                         } else {
@@ -97,7 +97,7 @@ public class Widget extends AppWidgetProvider {
                             view.setAction("folders:" + account);
                             view.putExtra("refresh", true);
                             view.putExtra("version", version);
-                            view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+                            view.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
                             pi = PendingIntentCompat.getActivity(
                                     context, appWidgetId, view, PendingIntent.FLAG_UPDATE_CURRENT);
                         }
diff --git a/app/src/main/java/eu/faircode/email/WidgetUnified.java b/app/src/main/java/eu/faircode/email/WidgetUnified.java
index e8a6a0437c..98803adeb5 100644
--- a/app/src/main/java/eu/faircode/email/WidgetUnified.java
+++ b/app/src/main/java/eu/faircode/email/WidgetUnified.java
@@ -73,7 +73,7 @@ public class WidgetUnified extends AppWidgetProvider {
             view.putExtra("type", type);
             view.putExtra("refresh", true);
             view.putExtra("version", version);
-            view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+            view.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
             PendingIntent pi = PendingIntentCompat.getActivity(
                     context, appWidgetId, view, PendingIntent.FLAG_UPDATE_CURRENT);
 
@@ -88,7 +88,7 @@ public class WidgetUnified extends AppWidgetProvider {
             edit.setAction("widget:" + appWidgetId);
             edit.putExtra("action", "new");
             edit.putExtra("account", account);
-            edit.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
+            edit.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
             PendingIntent piCompose = PendingIntentCompat.getActivity(
                     context, appWidgetId, edit, PendingIntent.FLAG_UPDATE_CURRENT);
 
@@ -121,12 +121,12 @@ public class WidgetUnified extends AppWidgetProvider {
             views.setRemoteAdapter(R.id.lv, service);
 
             Intent thread = new Intent(context, ActivityView.class);
-            thread.setAction("widget");
+            thread.setAction("widget:" + appWidgetId);
             thread.putExtra("widget_account", account);
             thread.putExtra("widget_folder", folder);
             thread.putExtra("widget_type", type);
             thread.putExtra("filter_archive", !EntityFolder.ARCHIVE.equals(type));
-            thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+            thread.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
             PendingIntent piItem = PendingIntentCompat.getActivity(
                     context, ActivityView.PI_WIDGET, thread, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_MUTABLE);
 
diff --git a/app/src/main/java/eu/faircode/email/WorkerCleanup.java b/app/src/main/java/eu/faircode/email/WorkerCleanup.java
index a6a8e9cc3a..bcb6c0bc7f 100644
--- a/app/src/main/java/eu/faircode/email/WorkerCleanup.java
+++ b/app/src/main/java/eu/faircode/email/WorkerCleanup.java
@@ -154,8 +154,12 @@ public class WorkerCleanup extends Worker {
                 }
 
                 // Restore alarms
-                for (EntityMessage message : db.message().getSnoozed(null))
-                    EntityMessage.snooze(context, message.id, message.ui_snoozed);
+                try {
+                    for (EntityMessage message : db.message().getSnoozed(null))
+                        EntityMessage.snooze(context, message.id, message.ui_snoozed);
+                } catch (IllegalArgumentException ex) {
+                    Log.w(ex);
+                }
 
                 ServiceSynchronize.reschedule(context);
 
diff --git a/app/src/main/java/eu/faircode/email/WorkerFts.java b/app/src/main/java/eu/faircode/email/WorkerFts.java
index 9890c42923..d2e6c193b0 100644
--- a/app/src/main/java/eu/faircode/email/WorkerFts.java
+++ b/app/src/main/java/eu/faircode/email/WorkerFts.java
@@ -59,7 +59,7 @@ public class WorkerFts extends Worker {
             Context context = getApplicationContext();
 
             SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
-            boolean checkpoints = prefs.getBoolean("sqlite_checkpoints", false);
+            boolean checkpoints = prefs.getBoolean("sqlite_checkpoints", true);
 
             int indexed = 0;
             List<Long> ids = new ArrayList<>(INDEX_BATCH_SIZE);
@@ -109,8 +109,10 @@ public class WorkerFts extends Worker {
 
             markIndexed(db, ids);
 
-            if (checkpoints)
+            if (checkpoints) {
                 DB.checkpoint(context);
+                Helper.sync();
+            }
 
             Log.i("FTS indexed=" + indexed);
             return Result.success();
diff --git a/app/src/main/java/javax/activation/DataHandler.java b/app/src/main/java/javax/activation/DataHandler.java
index 5f9285a76b..81f4187c33 100644
--- a/app/src/main/java/javax/activation/DataHandler.java
+++ b/app/src/main/java/javax/activation/DataHandler.java
@@ -253,7 +253,8 @@ public class DataHandler /*implements Transferable*/ {
 				throw new IOException(ex);
 			}
 
-		eu.faircode.email.Log.w("DataHandler" +
+		// com.sun.mail.smtp.SMTPTransport.convertTo8Bit
+		eu.faircode.email.Log.i("DataHandler" +
 				" object=" + (object == null ? null : object.getClass().getName()) +
 				" dch=" + dch.getClass().getName() +
 				" type=" + getContentType());
@@ -274,11 +275,13 @@ public class DataHandler /*implements Transferable*/ {
 		    try {
 			fdch.writeTo(object, objectMimeType, pos);
 		    } catch (IOException e) {
-
+				eu.faircode.email.Log.e(e);
 		    } finally {
 			try {
 			    pos.close();
-			} catch (IOException ie) { }
+			} catch (IOException ie) {
+				eu.faircode.email.Log.e(ie);
+			}
 		    }
 		}
 	    },
diff --git a/app/src/main/jni/fairemail.cc b/app/src/main/jni/fairemail.cc
index 9af3ec9d26..f6e6849b4c 100644
--- a/app/src/main/jni/fairemail.cc
+++ b/app/src/main/jni/fairemail.cc
@@ -7,6 +7,7 @@
 #include <netinet/tcp.h>
 #include <sys/ioctl.h>
 #include <netdb.h>
+#include <unistd.h>
 
 #include "compact_enc_det/compact_enc_det.h"
 #include "cld_3/src/nnet_language_identifier.h"
@@ -200,3 +201,11 @@ Java_eu_faircode_email_ConnectionHelper_jni_1is_1numeric_1address(
     env->ReleaseStringUTFChars(_ip, ip);
     return numeric;
 }
+
+extern "C"
+JNIEXPORT void JNICALL
+Java_eu_faircode_email_Helper_sync(JNIEnv *env, jclass clazz) {
+    log_android(ANDROID_LOG_DEBUG, "sync");
+    sync();
+    log_android(ANDROID_LOG_DEBUG, "synced");
+}
diff --git a/app/src/main/res/drawable/attachment_disposition.xml b/app/src/main/res/drawable/attachment_disposition.xml
index 753634757a..2a72d34409 100644
--- a/app/src/main/res/drawable/attachment_disposition.xml
+++ b/app/src/main/res/drawable/attachment_disposition.xml
@@ -4,6 +4,6 @@
         android:drawable="@drawable/twotone_attachment_24"
         android:maxLevel="0" />
     <item
-        android:drawable="@drawable/baseline_code_24"
+        android:drawable="@drawable/twotone_code_24"
         android:maxLevel="1" />
 </level-list>
diff --git a/app/src/main/res/drawable/google_logo.xml b/app/src/main/res/drawable/google_logo.xml
new file mode 100644
index 0000000000..9d07b693d7
--- /dev/null
+++ b/app/src/main/res/drawable/google_logo.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:drawable="@drawable/google_logo_enabled" android:state_enabled="true" />
+    <item android:drawable="@drawable/google_logo_disabled" android:state_enabled="false" />
+</selector>
diff --git a/app/src/main/res/drawable/google_logo_disabled.xml b/app/src/main/res/drawable/google_logo_disabled.xml
new file mode 100644
index 0000000000..57efa0dd12
--- /dev/null
+++ b/app/src/main/res/drawable/google_logo_disabled.xml
@@ -0,0 +1,19 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="24dp"
+    android:height="24dp"
+    android:alpha="0.5"
+    android:viewportWidth="24"
+    android:viewportHeight="24">
+    <path
+        android:fillColor="#4285F4"
+        android:pathData="M23.745,12.27C23.745,11.48 23.675,10.73 23.555,10L12.255,10L12.255,14.51L18.725,14.51C18.435,15.99 17.585,17.24 16.325,18.09L16.325,21.09L20.185,21.09C22.445,19 23.745,15.92 23.745,12.27Z" />
+    <path
+        android:fillColor="#34A853"
+        android:pathData="M12.255,24C15.495,24 18.205,22.92 20.185,21.09L16.325,18.09C15.245,18.81 13.875,19.25 12.255,19.25C9.125,19.25 6.475,17.14 5.525,14.29L1.545,14.29L1.545,17.38C3.515,21.3 7.565,24 12.255,24Z" />
+    <path
+        android:fillColor="#FBBC05"
+        android:pathData="M5.525,14.29C5.275,13.57 5.145,12.8 5.145,12C5.145,11.2 5.285,10.43 5.525,9.71L5.525,6.62L1.545,6.62C0.725,8.24 0.255,10.06 0.255,12C0.255,13.94 0.725,15.76 1.545,17.38L5.525,14.29Z" />
+    <path
+        android:fillColor="#EA4335"
+        android:pathData="M12.255,4.75C14.025,4.75 15.605,5.36 16.855,6.55L20.275,3.13C18.205,1.19 15.495,0 12.255,0C7.565,0 3.515,2.7 1.545,6.62L5.525,9.71C6.475,6.86 9.125,4.75 12.255,4.75Z" />
+</vector>
diff --git a/app/src/main/res/drawable/google_logo_enabled.xml b/app/src/main/res/drawable/google_logo_enabled.xml
new file mode 100644
index 0000000000..0bfdcfde6e
--- /dev/null
+++ b/app/src/main/res/drawable/google_logo_enabled.xml
@@ -0,0 +1,18 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="24dp"
+    android:height="24dp"
+    android:viewportWidth="24"
+    android:viewportHeight="24">
+    <path
+        android:fillColor="#4285F4"
+        android:pathData="M23.745,12.27C23.745,11.48 23.675,10.73 23.555,10L12.255,10L12.255,14.51L18.725,14.51C18.435,15.99 17.585,17.24 16.325,18.09L16.325,21.09L20.185,21.09C22.445,19 23.745,15.92 23.745,12.27Z" />
+    <path
+        android:fillColor="#34A853"
+        android:pathData="M12.255,24C15.495,24 18.205,22.92 20.185,21.09L16.325,18.09C15.245,18.81 13.875,19.25 12.255,19.25C9.125,19.25 6.475,17.14 5.525,14.29L1.545,14.29L1.545,17.38C3.515,21.3 7.565,24 12.255,24Z" />
+    <path
+        android:fillColor="#FBBC05"
+        android:pathData="M5.525,14.29C5.275,13.57 5.145,12.8 5.145,12C5.145,11.2 5.285,10.43 5.525,9.71L5.525,6.62L1.545,6.62C0.725,8.24 0.255,10.06 0.255,12C0.255,13.94 0.725,15.76 1.545,17.38L5.525,14.29Z" />
+    <path
+        android:fillColor="#EA4335"
+        android:pathData="M12.255,4.75C14.025,4.75 15.605,5.36 16.855,6.55L20.275,3.13C18.205,1.19 15.495,0 12.255,0C7.565,0 3.515,2.7 1.545,6.62L5.525,9.71C6.475,6.86 9.125,4.75 12.255,4.75Z" />
+</vector>
diff --git a/app/src/main/res/drawable/google_signin_background_dark.xml b/app/src/main/res/drawable/google_signin_background_dark.xml
new file mode 100644
index 0000000000..9acaff4b46
--- /dev/null
+++ b/app/src/main/res/drawable/google_signin_background_dark.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="false">
+        <layer-list>
+            <item>
+                <shape>
+                    <solid android:color="#FFFFFF" />
+                    <stroke android:width="1dp" android:color="@color/google_blue" />
+                </shape>
+            </item>
+            <item>
+                <inset android:insetLeft="48dp" android:insetTop="1dp" android:insetRight="1dp" android:insetBottom="1dp">
+                    <shape>
+                        <solid android:color="@color/google_blue" />
+                    </shape>
+                </inset>
+            </item>
+        </layer-list>
+    </item>
+    <item android:state_pressed="true">
+        <layer-list>
+            <item>
+                <shape>
+                    <solid android:color="#FFFFFF" />
+                    <stroke android:width="1dp" android:color="#FF0000" />
+                </shape>
+            </item>
+            <item>
+                <inset android:insetLeft="48dp" android:insetTop="1dp" android:insetRight="1dp" android:insetBottom="1dp">
+                    <shape>
+                        <solid android:color="@color/google_blue" />
+                    </shape>
+                </inset>
+            </item>
+        </layer-list>
+    </item>
+</selector>
diff --git a/app/src/main/res/drawable/google_signin_background_light.xml b/app/src/main/res/drawable/google_signin_background_light.xml
new file mode 100644
index 0000000000..497e1a158f
--- /dev/null
+++ b/app/src/main/res/drawable/google_signin_background_light.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="false">
+        <shape>
+            <solid android:color="#FFFFFF" />
+            <stroke android:width="1dp" android:color="#CCCCCC" />
+        </shape>
+    </item>
+    <item android:state_pressed="true">
+        <shape>
+            <solid android:color="#FFFFFF" />
+            <stroke android:width="1dp" android:color="#000000" />
+        </shape>
+    </item>
+</selector>
diff --git a/app/src/main/res/drawable/baseline_code_24.xml b/app/src/main/res/drawable/twotone_code_24.xml
similarity index 100%
rename from app/src/main/res/drawable/baseline_code_24.xml
rename to app/src/main/res/drawable/twotone_code_24.xml
diff --git a/app/src/main/res/drawable/twotone_data_object_24.xml b/app/src/main/res/drawable/twotone_data_object_24.xml
new file mode 100644
index 0000000000..a924fe6090
--- /dev/null
+++ b/app/src/main/res/drawable/twotone_data_object_24.xml
@@ -0,0 +1,13 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="24dp"
+    android:height="24dp"
+    android:viewportWidth="24"
+    android:viewportHeight="24"
+    android:tint="?attr/colorControlNormal">
+  <path
+      android:fillColor="@android:color/white"
+      android:pathData="M4,7v2c0,0.55 -0.45,1 -1,1H2v4h1c0.55,0 1,0.45 1,1v2c0,1.65 1.35,3 3,3h3v-2H7c-0.55,0 -1,-0.45 -1,-1v-2c0,-1.3 -0.84,-2.42 -2,-2.83v-0.34C5.16,11.42 6,10.3 6,9V7c0,-0.55 0.45,-1 1,-1h3V4H7C5.35,4 4,5.35 4,7z"/>
+  <path
+      android:fillColor="@android:color/white"
+      android:pathData="M21,10c-0.55,0 -1,-0.45 -1,-1V7c0,-1.65 -1.35,-3 -3,-3h-3v2h3c0.55,0 1,0.45 1,1v2c0,1.3 0.84,2.42 2,2.83v0.34c-1.16,0.41 -2,1.52 -2,2.83v2c0,0.55 -0.45,1 -1,1h-3v2h3c1.65,0 3,-1.35 3,-3v-2c0,-0.55 0.45,-1 1,-1h1v-4H21z"/>
+</vector>
diff --git a/app/src/main/res/drawable/twotone_menu_book_24.xml b/app/src/main/res/drawable/twotone_menu_book_24.xml
new file mode 100644
index 0000000000..36e45125c0
--- /dev/null
+++ b/app/src/main/res/drawable/twotone_menu_book_24.xml
@@ -0,0 +1,25 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="24dp"
+    android:height="24dp"
+    android:viewportWidth="24"
+    android:viewportHeight="24"
+    android:tint="?attr/colorControlNormal"
+    android:autoMirrored="true">
+  <path
+      android:fillColor="@android:color/white"
+      android:pathData="M21,5c-1.11,-0.35 -2.33,-0.5 -3.5,-0.5c-1.95,0 -4.05,0.4 -5.5,1.5c-1.45,-1.1 -3.55,-1.5 -5.5,-1.5S2.45,4.9 1,6v14.65c0,0.25 0.25,0.5 0.5,0.5c0.1,0 0.15,-0.05 0.25,-0.05C3.1,20.45 5.05,20 6.5,20c1.95,0 4.05,0.4 5.5,1.5c1.35,-0.85 3.8,-1.5 5.5,-1.5c1.65,0 3.35,0.3 4.75,1.05c0.1,0.05 0.15,0.05 0.25,0.05c0.25,0 0.5,-0.25 0.5,-0.5V6C22.4,5.55 21.75,5.25 21,5zM3,18.5V7c1.1,-0.35 2.3,-0.5 3.5,-0.5c1.34,0 3.13,0.41 4.5,0.99v11.5C9.63,18.41 7.84,18 6.5,18C5.3,18 4.1,18.15 3,18.5zM21,18.5c-1.1,-0.35 -2.3,-0.5 -3.5,-0.5c-1.34,0 -3.13,0.41 -4.5,0.99V7.49c1.37,-0.59 3.16,-0.99 4.5,-0.99c1.2,0 2.4,0.15 3.5,0.5V18.5z"/>
+  <path
+      android:fillColor="@android:color/white"
+      android:pathData="M11,7.49C9.63,6.91 7.84,6.5 6.5,6.5C5.3,6.5 4.1,6.65 3,7v11.5C4.1,18.15 5.3,18 6.5,18c1.34,0 3.13,0.41 4.5,0.99V7.49z"
+      android:strokeAlpha="0.3"
+      android:fillAlpha="0.3"/>
+  <path
+      android:fillColor="@android:color/white"
+      android:pathData="M17.5,10.5c0.88,0 1.73,0.09 2.5,0.26V9.24C19.21,9.09 18.36,9 17.5,9c-1.28,0 -2.46,0.16 -3.5,0.47v1.57C14.99,10.69 16.18,10.5 17.5,10.5z"/>
+  <path
+      android:fillColor="@android:color/white"
+      android:pathData="M17.5,13.16c0.88,0 1.73,0.09 2.5,0.26V11.9c-0.79,-0.15 -1.64,-0.24 -2.5,-0.24c-1.28,0 -2.46,0.16 -3.5,0.47v1.57C14.99,13.36 16.18,13.16 17.5,13.16z"/>
+  <path
+      android:fillColor="@android:color/white"
+      android:pathData="M17.5,15.83c0.88,0 1.73,0.09 2.5,0.26v-1.52c-0.79,-0.15 -1.64,-0.24 -2.5,-0.24c-1.28,0 -2.46,0.16 -3.5,0.47v1.57C14.99,16.02 16.18,15.83 17.5,15.83z"/>
+</vector>
diff --git a/app/src/main/res/font/materialdings.ttf b/app/src/main/res/font/materialdings.ttf
new file mode 100644
index 0000000000..1ff090a2a6
Binary files /dev/null and b/app/src/main/res/font/materialdings.ttf differ
diff --git a/app/src/main/res/font/wingdings.xml b/app/src/main/res/font/wingdings.xml
new file mode 100644
index 0000000000..2ce51f0563
--- /dev/null
+++ b/app/src/main/res/font/wingdings.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
+    <font
+        app:font="@font/materialdings"
+        app:fontStyle="normal"
+        app:fontWeight="400" />
+</font-family>
diff --git a/app/src/main/res/layout/action_bar.xml b/app/src/main/res/layout/action_bar.xml
index c682163876..6cb13e25d8 100644
--- a/app/src/main/res/layout/action_bar.xml
+++ b/app/src/main/res/layout/action_bar.xml
@@ -12,10 +12,24 @@
         android:singleLine="true"
         android:text="Title"
         android:textAppearance="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
-        app:layout_constraintEnd_toEndOf="parent"
+        app:layout_constraintEnd_toStartOf="@+id/count"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent" />
 
+    <TextView
+        android:id="@+id/count"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:ellipsize="end"
+        android:paddingStart="6dp"
+        android:singleLine="true"
+        android:text="123"
+        android:textAppearance="@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle"
+        android:textSize="12dp"
+        app:layout_constraintBottom_toBottomOf="@id/title"
+        app:layout_constraintEnd_toEndOf="parent"
+        app:layout_constraintTop_toTopOf="@id/title" />
+
     <TextView
         android:id="@+id/subtitle"
         android:layout_width="0dp"
diff --git a/app/src/main/res/layout/activity_eml.xml b/app/src/main/res/layout/activity_eml.xml
index 6c2c026239..e5cefae078 100644
--- a/app/src/main/res/layout/activity_eml.xml
+++ b/app/src/main/res/layout/activity_eml.xml
@@ -302,7 +302,7 @@
                         android:padding="3dp"
                         app:layout_constraintBottom_toBottomOf="@id/tvStructure"
                         app:layout_constraintEnd_toEndOf="parent"
-                        app:srcCompat="@drawable/baseline_code_24" />
+                        app:srcCompat="@drawable/twotone_code_24" />
                 </androidx.constraintlayout.widget.ConstraintLayout>
             </androidx.cardview.widget.CardView>
 
diff --git a/app/src/main/res/layout/dialog_block_sender.xml b/app/src/main/res/layout/dialog_block_sender.xml
index 4838fe37b2..5ffb9f295c 100644
--- a/app/src/main/res/layout/dialog_block_sender.xml
+++ b/app/src/main/res/layout/dialog_block_sender.xml
@@ -45,7 +45,8 @@
             android:layout_marginTop="12dp"
             android:text="@string/title_junk_pop_hint"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            android:textStyle="bold"
+            android:textColor="?attr/colorWarning"
+            android:textStyle="italic"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@+id/tvJunkHint" />
diff --git a/app/src/main/res/layout/dialog_buttons.xml b/app/src/main/res/layout/dialog_buttons.xml
index 7b08d89856..5af53e1bd4 100644
--- a/app/src/main/res/layout/dialog_buttons.xml
+++ b/app/src/main/res/layout/dialog_buttons.xml
@@ -31,45 +31,6 @@
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/tvTitle" />
 
-        <CheckBox
-            android:id="@+id/cbSeen"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/twotone_mail_24"
-            android:drawablePadding="6dp"
-            android:text="@string/title_toggle_seen"
-            android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            app:layout_constraintEnd_toEndOf="parent"
-            app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/tvHint" />
-
-        <CheckBox
-            android:id="@+id/cbHide"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/twotone_visibility_off_24"
-            android:drawablePadding="6dp"
-            android:text="@string/title_toggle_hide"
-            android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            app:layout_constraintEnd_toEndOf="parent"
-            app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbSeen" />
-
-        <CheckBox
-            android:id="@+id/cbImportance"
-            android:layout_width="0dp"
-            android:layout_height="wrap_content"
-            android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/baseline_arrow_upward_24"
-            android:drawablePadding="6dp"
-            android:text="@string/title_set_importance"
-            android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            app:layout_constraintEnd_toEndOf="parent"
-            app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbHide" />
-
         <CheckBox
             android:id="@+id/cbJunk"
             android:layout_width="0dp"
@@ -81,7 +42,7 @@
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbImportance" />
+            app:layout_constraintTop_toBottomOf="@id/tvHint" />
 
         <CheckBox
             android:id="@+id/cbTrash"
@@ -136,69 +97,69 @@
             app:layout_constraintTop_toBottomOf="@id/cbMove" />
 
         <CheckBox
-            android:id="@+id/cbNotes"
+            android:id="@+id/cbKeywords"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/twotone_sticky_note_2_24"
+            android:drawableEnd="@drawable/twotone_label_important_24"
             android:drawablePadding="6dp"
-            android:text="@string/title_edit_notes"
+            android:text="@string/title_keywords_btn"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/cbCopy" />
 
         <CheckBox
-            android:id="@+id/cbRule"
+            android:id="@+id/cbNotes"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/twotone_filter_alt_24"
+            android:drawableEnd="@drawable/twotone_sticky_note_2_24"
             android:drawablePadding="6dp"
-            android:text="@string/title_message_rule"
+            android:text="@string/title_edit_notes"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbNotes" />
+            app:layout_constraintTop_toBottomOf="@id/cbKeywords" />
 
         <CheckBox
-            android:id="@+id/cbKeywords"
+            android:id="@+id/cbSeen"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/twotone_label_important_24"
+            android:drawableEnd="@drawable/twotone_mail_24"
             android:drawablePadding="6dp"
-            android:text="@string/title_keywords_btn"
+            android:text="@string/title_toggle_seen"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbRule" />
+            app:layout_constraintTop_toBottomOf="@id/cbNotes" />
 
         <CheckBox
-            android:id="@+id/cbSearch"
+            android:id="@+id/cbHide"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/twotone_search_24"
+            android:drawableEnd="@drawable/twotone_visibility_off_24"
             android:drawablePadding="6dp"
-            android:text="@string/title_button_search"
+            android:text="@string/title_toggle_hide"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbKeywords" />
+            app:layout_constraintTop_toBottomOf="@id/cbSeen" />
 
         <CheckBox
-            android:id="@+id/cbSearchText"
+            android:id="@+id/cbImportance"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/twotone_manage_search_24"
+            android:drawableEnd="@drawable/baseline_arrow_upward_24"
             android:drawablePadding="6dp"
-            android:text="@string/title_button_search_text"
+            android:text="@string/title_set_importance"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbSearch" />
+            app:layout_constraintTop_toBottomOf="@id/cbHide" />
 
         <CheckBox
             android:id="@+id/cbTranslate"
@@ -211,7 +172,7 @@
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbSearchText" />
+            app:layout_constraintTop_toBottomOf="@id/cbImportance" />
 
         <CheckBox
             android:id="@+id/cbForceLight"
@@ -226,6 +187,32 @@
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/cbTranslate" />
 
+        <CheckBox
+            android:id="@+id/cbSearch"
+            android:layout_width="0dp"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="12dp"
+            android:drawableEnd="@drawable/twotone_search_24"
+            android:drawablePadding="6dp"
+            android:text="@string/title_button_search"
+            android:textAppearance="@style/TextAppearance.AppCompat.Small"
+            app:layout_constraintEnd_toEndOf="parent"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toBottomOf="@id/cbForceLight" />
+
+        <CheckBox
+            android:id="@+id/cbSearchText"
+            android:layout_width="0dp"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="12dp"
+            android:drawableEnd="@drawable/twotone_manage_search_24"
+            android:drawablePadding="6dp"
+            android:text="@string/title_button_search_text"
+            android:textAppearance="@style/TextAppearance.AppCompat.Small"
+            app:layout_constraintEnd_toEndOf="parent"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toBottomOf="@id/cbSearch" />
+
         <CheckBox
             android:id="@+id/cbEvent"
             android:layout_width="0dp"
@@ -237,7 +224,7 @@
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbForceLight" />
+            app:layout_constraintTop_toBottomOf="@id/cbSearchText" />
 
         <CheckBox
             android:id="@+id/cbShare"
@@ -283,7 +270,7 @@
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginTop="12dp"
-            android:drawableEnd="@drawable/baseline_code_24"
+            android:drawableEnd="@drawable/twotone_code_24"
             android:drawablePadding="6dp"
             android:text="@string/title_show_headers"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
@@ -291,6 +278,19 @@
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/cbPrint" />
 
+        <CheckBox
+            android:id="@+id/cbRaw"
+            android:layout_width="0dp"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="12dp"
+            android:drawableEnd="@drawable/twotone_save_alt_24"
+            android:drawablePadding="6dp"
+            android:text="@string/title_raw_save"
+            android:textAppearance="@style/TextAppearance.AppCompat.Small"
+            app:layout_constraintEnd_toEndOf="parent"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toBottomOf="@id/cbHeaders" />
+
         <CheckBox
             android:id="@+id/cbUnsubscribe"
             android:layout_width="0dp"
@@ -302,6 +302,19 @@
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/cbHeaders" />
+            app:layout_constraintTop_toBottomOf="@id/cbRaw" />
+
+        <CheckBox
+            android:id="@+id/cbRule"
+            android:layout_width="0dp"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="12dp"
+            android:drawableEnd="@drawable/twotone_filter_alt_24"
+            android:drawablePadding="6dp"
+            android:text="@string/title_message_rule"
+            android:textAppearance="@style/TextAppearance.AppCompat.Small"
+            app:layout_constraintEnd_toEndOf="parent"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toBottomOf="@id/cbUnsubscribe" />
     </androidx.constraintlayout.widget.ConstraintLayout>
 </eu.faircode.email.ScrollViewEx>
\ No newline at end of file
diff --git a/app/src/main/res/layout/dialog_dark.xml b/app/src/main/res/layout/dialog_dark.xml
new file mode 100644
index 0000000000..0a733d61c4
--- /dev/null
+++ b/app/src/main/res/layout/dialog_dark.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<eu.faircode.email.ScrollViewEx xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:padding="24dp"
+    android:scrollbarStyle="outsideOverlay">
+
+    <androidx.constraintlayout.widget.ConstraintLayout
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content">
+
+        <TextView
+            android:id="@+id/tvMessage"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/title_compat_dark"
+            android:textAppearance="@style/TextAppearance.AppCompat.Medium"
+            android:textColor="?android:attr/textColorPrimary"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toTopOf="parent" />
+
+        <Button
+            android:id="@+id/btnIssue"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="12dp"
+            android:text="@string/title_info"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toBottomOf="@+id/tvMessage" />
+    </androidx.constraintlayout.widget.ConstraintLayout>
+</eu.faircode.email.ScrollViewEx>
\ No newline at end of file
diff --git a/app/src/main/res/layout/dialog_open_link.xml b/app/src/main/res/layout/dialog_open_link.xml
index 89d568d1be..7f8fea6110 100644
--- a/app/src/main/res/layout/dialog_open_link.xml
+++ b/app/src/main/res/layout/dialog_open_link.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <eu.faircode.email.ScrollViewEx xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
+    android:id="@+id/scroll"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:padding="24dp"
@@ -43,6 +44,7 @@
             android:maxLines="2"
             android:text="Link title"
             android:textAppearance="@style/TextAppearance.AppCompat.Medium"
+            android:textIsSelectable="true"
             android:textStyle="italic"
             app:layout_constraintEnd_toStartOf="@+id/ibDifferent"
             app:layout_constraintStart_toStartOf="parent"
diff --git a/app/src/main/res/layout/dialog_save_search.xml b/app/src/main/res/layout/dialog_save_search.xml
index b7f1d4fd7a..8fc29bddd2 100644
--- a/app/src/main/res/layout/dialog_save_search.xml
+++ b/app/src/main/res/layout/dialog_save_search.xml
@@ -11,8 +11,7 @@
         android:layout_height="wrap_content"
         android:drawableStart="@drawable/twotone_search_24"
         android:drawablePadding="6dp"
-        android:labelFor="@+id/etName"
-        android:text="@string/title_search"
+        android:text="@string/title_save_search"
         android:textAppearance="@style/TextAppearance.AppCompat.Large"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent" />
@@ -22,9 +21,9 @@
         android:layout_width="0dp"
         android:layout_height="wrap_content"
         android:layout_marginTop="24dp"
+        android:hint="@string/title_save_search_name"
         android:imeOptions="actionDone"
         android:inputType="textCapSentences"
-        android:text="Name"
         android:textAppearance="@style/TextAppearance.AppCompat.Medium"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
@@ -33,6 +32,19 @@
         <requestFocus />
     </eu.faircode.email.EditTextPlain>
 
+    <eu.faircode.email.EditTextPlain
+        android:id="@+id/etOrder"
+        android:layout_width="0dp"
+        android:layout_height="wrap_content"
+        android:layout_marginTop="12dp"
+        android:hint="@string/title_save_search_order"
+        android:inputType="number"
+        android:maxLength="9"
+        android:textAppearance="@style/TextAppearance.AppCompat.Medium"
+        app:layout_constraintEnd_toEndOf="parent"
+        app:layout_constraintStart_toStartOf="parent"
+        app:layout_constraintTop_toBottomOf="@id/etName" />
+
     <eu.faircode.email.ViewButtonColor
         android:id="@+id/btnColor"
         style="?android:attr/buttonStyleSmall"
@@ -40,7 +52,7 @@
         android:layout_height="wrap_content"
         android:layout_marginTop="12dp"
         android:paddingHorizontal="6dp"
-        android:text="@string/title_color"
+        android:text="@string/title_save_search_color"
         app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toBottomOf="@id/etName" />
+        app:layout_constraintTop_toBottomOf="@id/etOrder" />
 </androidx.constraintlayout.widget.ConstraintLayout>
diff --git a/app/src/main/res/layout/fragment_account.xml b/app/src/main/res/layout/fragment_account.xml
index 0d9e0ced83..0777c4e6ae 100644
--- a/app/src/main/res/layout/fragment_account.xml
+++ b/app/src/main/res/layout/fragment_account.xml
@@ -175,7 +175,8 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/title_encryption_none"
-                android:textColor="?attr/colorWarning" />
+                android:textColor="?attr/colorWarning"
+                android:textStyle="bold" />
         </RadioGroup>
 
         <CheckBox
@@ -185,6 +186,7 @@
             android:layout_marginTop="12dp"
             android:text="@string/title_allow_insecure"
             android:textColor="?attr/colorWarning"
+            android:textStyle="bold"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/rgEncryption" />
 
diff --git a/app/src/main/res/layout/fragment_gmail.xml b/app/src/main/res/layout/fragment_gmail.xml
index b4bdb88392..fd2c6b02d7 100644
--- a/app/src/main/res/layout/fragment_gmail.xml
+++ b/app/src/main/res/layout/fragment_gmail.xml
@@ -148,15 +148,32 @@
             android:id="@+id/tvSelectHint"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
+            android:layout_marginTop="12dp"
             android:text="@string/title_setup_gmail_permissions"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             android:textStyle="italic|bold"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/btnSelect" />
 
+        <TextView
+            android:id="@+id/tvOnDevice"
+            android:layout_width="0dp"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="12dp"
+            android:drawableEnd="@drawable/twotone_open_in_new_24"
+            android:drawablePadding="6dp"
+            android:drawableTint="?android:attr/textColorLink"
+            android:text="@string/title_setup_gmail_on_device"
+            android:textAppearance="@style/TextAppearance.AppCompat.Small"
+            android:textColor="?android:attr/textColorLink"
+            android:visibility="gone"
+            app:layout_constraintEnd_toEndOf="parent"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toBottomOf="@id/tvSelectHint" />
+
         <TextView
             android:id="@+id/tvAppPassword"
-            android:layout_width="wrap_content"
+            android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginTop="12dp"
             android:drawableEnd="@drawable/twotone_open_in_new_24"
@@ -165,8 +182,9 @@
             android:text="@string/title_setup_gmail_password"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             android:textColor="?android:attr/textColorLink"
+            app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/tvSelectHint" />
+            app:layout_constraintTop_toBottomOf="@id/tvOnDevice" />
 
         <TextView
             android:id="@+id/tvErrorTitle"
@@ -191,17 +209,6 @@
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/tvErrorTitle" />
 
-        <TextView
-            android:id="@+id/tvDraftsHint"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_marginTop="12dp"
-            android:text="@string/title_setup_gmail_drafts"
-            android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            android:textStyle="italic"
-            app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/tvError" />
-
         <Button
             android:id="@+id/btnSupport"
             android:layout_width="wrap_content"
@@ -215,12 +222,12 @@
             android:textColor="?attr/colorInfoForeground"
             android:textStyle="bold"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/tvDraftsHint" />
+            app:layout_constraintTop_toBottomOf="@id/tvError" />
 
         <androidx.constraintlayout.widget.Group
             android:id="@+id/grpError"
             android:layout_width="0dp"
             android:layout_height="0dp"
-            app:constraint_referenced_ids="tvErrorTitle,tvError,tvDraftsHint,btnSupport" />
+            app:constraint_referenced_ids="tvErrorTitle,tvError,btnSupport" />
     </androidx.constraintlayout.widget.ConstraintLayout>
 </eu.faircode.email.ScrollViewEx>
diff --git a/app/src/main/res/layout/fragment_identity.xml b/app/src/main/res/layout/fragment_identity.xml
index fd8e9bff02..ca4fa42682 100644
--- a/app/src/main/res/layout/fragment_identity.xml
+++ b/app/src/main/res/layout/fragment_identity.xml
@@ -326,7 +326,8 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/title_encryption_none"
-                android:textColor="?attr/colorWarning" />
+                android:textColor="?attr/colorWarning"
+                android:textStyle="bold" />
         </RadioGroup>
 
         <CheckBox
@@ -336,6 +337,7 @@
             android:layout_marginTop="12dp"
             android:text="@string/title_allow_insecure"
             android:textColor="?attr/colorWarning"
+            android:textStyle="bold"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/rgEncryption" />
 
diff --git a/app/src/main/res/layout/fragment_legend_messages.xml b/app/src/main/res/layout/fragment_legend_messages.xml
index b8198b662f..f5f5940a66 100644
--- a/app/src/main/res/layout/fragment_legend_messages.xml
+++ b/app/src/main/res/layout/fragment_legend_messages.xml
@@ -921,6 +921,29 @@
             app:layout_constraintStart_toEndOf="@id/ivBrokenImage"
             app:layout_constraintTop_toBottomOf="@id/tvTrackingPixel" />
 
+        <ImageView
+            android:id="@+id/ivExternal"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:contentDescription="@string/title_legend_open_external"
+            android:padding="12dp"
+            app:layout_constraintBottom_toBottomOf="@+id/tvExternal"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintTop_toTopOf="@id/tvExternal"
+            app:srcCompat="@drawable/twotone_open_in_new_24" />
+
+        <TextView
+            android:id="@+id/tvExternal"
+            android:layout_width="0dp"
+            android:layout_height="wrap_content"
+            android:gravity="center_vertical"
+            android:minHeight="48dp"
+            android:text="@string/title_legend_open_external"
+            android:textAppearance="@style/TextAppearance.AppCompat.Medium"
+            app:layout_constraintEnd_toEndOf="parent"
+            app:layout_constraintStart_toEndOf="@id/ivExternal"
+            app:layout_constraintTop_toBottomOf="@id/tvBrokenImage" />
+
         <ImageView
             android:id="@+id/ivDeletePermanent"
             android:layout_width="wrap_content"
@@ -942,6 +965,6 @@
             android:textAppearance="@style/TextAppearance.AppCompat.Medium"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toEndOf="@id/ivDeletePermanent"
-            app:layout_constraintTop_toBottomOf="@id/tvBrokenImage" />
+            app:layout_constraintTop_toBottomOf="@id/tvExternal" />
     </androidx.constraintlayout.widget.ConstraintLayout>
 </eu.faircode.email.ScrollViewEx>
diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml
index 67a436a900..296e5efb4c 100644
--- a/app/src/main/res/layout/fragment_messages.xml
+++ b/app/src/main/res/layout/fragment_messages.xml
@@ -366,7 +366,7 @@
                 android:paddingVertical="12dp"
                 android:text="Debug"
                 android:textAppearance="@style/TextAppearance.AppCompat.Small"
-                android:textSize="12dp"
+                android:textSize="12sp"
                 app:layout_constraintBottom_toTopOf="@+id/etSearch"
                 app:layout_constraintStart_toEndOf="@+id/tvOutboxCount" />
 
diff --git a/app/src/main/res/layout/fragment_oauth.xml b/app/src/main/res/layout/fragment_oauth.xml
index c9f1c3aab7..309117820f 100644
--- a/app/src/main/res/layout/fragment_oauth.xml
+++ b/app/src/main/res/layout/fragment_oauth.xml
@@ -160,7 +160,7 @@
             android:layout_marginTop="12dp"
             android:text="@string/title_setup_gmail_permissions"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            android:textStyle="italic"
+            android:textStyle="italic|bold"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/tvConfiguring" />
 
@@ -187,17 +187,6 @@
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/tvErrorTitle" />
 
-        <TextView
-            android:id="@+id/tvGmailDraftsHint"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_marginTop="12dp"
-            android:text="@string/title_setup_gmail_drafts"
-            android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            android:textStyle="italic"
-            app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/tvError" />
-
         <TextView
             android:id="@+id/tvOfficeAuthHint"
             android:layout_width="wrap_content"
@@ -207,7 +196,7 @@
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             android:textStyle="italic"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toBottomOf="@id/tvGmailDraftsHint" />
+            app:layout_constraintTop_toBottomOf="@id/tvError" />
 
         <Button
             android:id="@+id/btnSupport"
diff --git a/app/src/main/res/layout/fragment_options_behavior.xml b/app/src/main/res/layout/fragment_options_behavior.xml
index adef964349..c3de8612f1 100644
--- a/app/src/main/res/layout/fragment_options_behavior.xml
+++ b/app/src/main/res/layout/fragment_options_behavior.xml
@@ -75,6 +75,29 @@
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toTopOf="parent" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swRestoreOnLaunch"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:checked="true"
+                    android:text="@string/title_advanced_restore_on_launch"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvCaptionGeneral"
+                    app:switchPadding="12dp" />
+
+                <TextView
+                    android:id="@+id/tvRestoreOnLaunchHint"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginEnd="48dp"
+                    android:text="@string/title_advanced_restore_on_launch_hint"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Small"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swRestoreOnLaunch" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swSyncOnlaunch"
                     android:layout_width="0dp"
@@ -83,7 +106,7 @@
                     android:text="@string/title_advanced_sync_on_launch"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/tvCaptionGeneral"
+                    app:layout_constraintTop_toBottomOf="@id/tvRestoreOnLaunchHint"
                     app:switchPadding="12dp" />
 
                 <androidx.appcompat.widget.SwitchCompat
diff --git a/app/src/main/res/layout/fragment_options_connection.xml b/app/src/main/res/layout/fragment_options_connection.xml
index ab3c814cb6..14eb736928 100644
--- a/app/src/main/res/layout/fragment_options_connection.xml
+++ b/app/src/main/res/layout/fragment_options_connection.xml
@@ -438,6 +438,7 @@
                     android:id="@+id/tvSslHardenHint"
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
                     android:layout_marginEnd="48dp"
                     android:text="@string/title_advanced_ssl_harden_hint"
                     android:textAppearance="@style/TextAppearance.AppCompat.Small"
@@ -447,6 +448,18 @@
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toBottomOf="@id/swSslHarden" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swSslHardenStrict"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginStart="12dp"
+                    android:layout_marginTop="12dp"
+                    android:text="@string/title_advanced_ssl_harden_strict"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvSslHardenHint"
+                    app:switchPadding="12dp" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swCertStrict"
                     android:layout_width="0dp"
@@ -455,7 +468,7 @@
                     android:text="@string/title_advanced_cert_strict"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/tvSslHardenHint"
+                    app:layout_constraintTop_toBottomOf="@id/swSslHardenStrict"
                     app:switchPadding="12dp" />
 
                 <TextView
diff --git a/app/src/main/res/layout/fragment_options_display.xml b/app/src/main/res/layout/fragment_options_display.xml
index 794247a3fa..86fdc84e09 100644
--- a/app/src/main/res/layout/fragment_options_display.xml
+++ b/app/src/main/res/layout/fragment_options_display.xml
@@ -1882,6 +1882,17 @@
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toTopOf="parent" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swListCount"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:text="@string/title_advanced_list_count"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvAdvanced"
+                    app:switchPadding="12dp" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swBundledFonts"
                     android:layout_width="0dp"
@@ -1891,7 +1902,7 @@
                     android:text="@string/title_advanced_bundled_fonts"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/tvAdvanced"
+                    app:layout_constraintTop_toBottomOf="@id/swListCount"
                     app:switchPadding="12dp" />
 
                 <androidx.appcompat.widget.SwitchCompat
@@ -1899,6 +1910,7 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
+                    android:checked="true"
                     android:text="@string/title_advanced_parse_classes"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
@@ -1922,7 +1934,6 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
-                    android:enabled="true"
                     android:text="@string/title_advanced_background_color"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
@@ -1934,7 +1945,7 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
-                    android:enabled="true"
+                    android:checked="true"
                     android:text="@string/title_advanced_text_color"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
@@ -1946,7 +1957,7 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
-                    android:enabled="true"
+                    android:checked="true"
                     android:text="@string/title_advanced_text_size"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
@@ -1958,7 +1969,7 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
-                    android:enabled="true"
+                    android:checked="true"
                     android:text="@string/title_advanced_text_font"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
@@ -1970,13 +1981,24 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
-                    android:enabled="true"
+                    android:checked="true"
                     android:text="@string/title_advanced_text_align"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toBottomOf="@id/swTextFont"
                     app:switchPadding="12dp" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swTextTitles"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:text="@string/title_advanced_text_titles"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swTextAlign"
+                    app:switchPadding="12dp" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swAuthentication"
                     android:layout_width="0dp"
@@ -1989,7 +2011,7 @@
                     android:text="@string/title_advanced_authentication"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swTextAlign"
+                    app:layout_constraintTop_toBottomOf="@id/swTextTitles"
                     app:switchPadding="12dp" />
 
                 <TextView
diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml
index 3dffbf26dc..c610b6e98c 100644
--- a/app/src/main/res/layout/fragment_options_misc.xml
+++ b/app/src/main/res/layout/fragment_options_misc.xml
@@ -306,6 +306,54 @@
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toBottomOf="@id/spLanguage" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swLanguageTool"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:text="@string/title_advanced_lt"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvLanguageHint"
+                    app:switchPadding="12dp" />
+
+                <TextView
+                    android:id="@+id/tvLanguageToolHint"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="6dp"
+                    android:drawableTint="?attr/colorWarning"
+                    android:text="@string/title_advanced_privacy_risk"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Small"
+                    android:textColor="?attr/colorWarning"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swLanguageTool" />
+
+                <TextView
+                    android:id="@+id/tvLanguageToolPrivacy"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:drawableEnd="@drawable/twotone_open_in_new_12"
+                    android:drawablePadding="6dp"
+                    android:drawableTint="?android:attr/textColorLink"
+                    android:text="@string/title_privacy_policy"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Small"
+                    android:textColor="?android:attr/textColorLink"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvLanguageToolHint" />
+
+                <ImageButton
+                    android:id="@+id/ibLanguageTool"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:contentDescription="@string/title_info"
+                    android:tooltipText="@string/title_info"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@+id/tvLanguageToolPrivacy"
+                    app:srcCompat="@drawable/twotone_info_24" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swDeepL"
                     android:layout_width="0dp"
@@ -315,7 +363,7 @@
                     android:text="@string/title_advanced_deepl"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/tvLanguageHint"
+                    app:layout_constraintTop_toBottomOf="@id/ibLanguageTool"
                     app:switchPadding="12dp" />
 
                 <ImageButton
@@ -568,18 +616,32 @@
                     app:layout_constraintTop_toBottomOf="@id/swExperiments" />
 
                 <androidx.appcompat.widget.SwitchCompat
-                    android:id="@+id/swProtocol"
+                    android:id="@+id/swMainLog"
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
+                    android:checked="true"
                     android:drawableStart="@drawable/twotone_list_alt_24"
                     android:drawablePadding="6dp"
-                    android:text="@string/title_advanced_protocol"
+                    android:text="@string/title_advanced_main_log"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toBottomOf="@id/tvExperimentsHint"
                     app:switchPadding="12dp" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swProtocol"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:drawableStart="@drawable/twotone_compare_arrows_24"
+                    android:drawablePadding="6dp"
+                    android:text="@string/title_advanced_protocol"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swMainLog"
+                    app:switchPadding="12dp" />
+
                 <TextView
                     android:id="@+id/tvProtocolHint"
                     android:layout_width="0dp"
@@ -891,6 +953,30 @@
                     app:layout_constraintTop_toBottomOf="@id/swCheckpoints"
                     app:switchPadding="12dp" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swAutoVacuum"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:text="@string/title_advanced_auto_vacuum"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swAnalyze"
+                    app:switchPadding="12dp" />
+
+                <TextView
+                    android:id="@+id/tvAutoVacuumHint"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:layout_marginEnd="48dp"
+                    android:text="@string/title_advanced_english_hint"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Small"
+                    android:textStyle="italic"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swAutoVacuum" />
+
                 <TextView
                     android:id="@+id/tvSqliteCache"
                     android:layout_width="0dp"
@@ -901,7 +987,7 @@
                     android:textAppearance="@style/TextAppearance.AppCompat.Small"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swAnalyze" />
+                    app:layout_constraintTop_toBottomOf="@id/tvAutoVacuumHint" />
 
                 <SeekBar
                     android:id="@+id/sbSqliteCache"
@@ -1016,6 +1102,18 @@
                     app:layout_constraintTop_toBottomOf="@id/swWebViewLegacy"
                     app:switchPadding="12dp" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swFakeDark"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:checked="true"
+                    android:text="@string/title_advanced_fake_dark"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swBrowserZoom"
+                    app:switchPadding="12dp" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swShowRecent"
                     android:layout_width="0dp"
@@ -1025,7 +1123,7 @@
                     android:text="@string/title_advanced_show_recent"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swBrowserZoom"
+                    app:layout_constraintTop_toBottomOf="@id/swFakeDark"
                     app:switchPadding="12dp" />
 
                 <androidx.appcompat.widget.SwitchCompat
@@ -1133,6 +1231,18 @@
                     app:layout_constraintTop_toBottomOf="@id/swAuthSasl"
                     app:switchPadding="12dp" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swUseTop"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:checked="true"
+                    android:text="@string/title_advanced_use_top"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swAuthApop"
+                    app:switchPadding="12dp" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swKeepAlivePoll"
                     android:layout_width="0dp"
@@ -1141,7 +1251,7 @@
                     android:text="@string/title_advanced_keep_alive_poll"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swAuthApop"
+                    app:layout_constraintTop_toBottomOf="@id/swUseTop"
                     app:switchPadding="12dp" />
 
                 <androidx.appcompat.widget.SwitchCompat
diff --git a/app/src/main/res/layout/fragment_options_notifications.xml b/app/src/main/res/layout/fragment_options_notifications.xml
index f1a64dbd3a..15ef06094c 100644
--- a/app/src/main/res/layout/fragment_options_notifications.xml
+++ b/app/src/main/res/layout/fragment_options_notifications.xml
@@ -212,6 +212,17 @@
                     app:layout_constraintTop_toBottomOf="@id/tvNotifySeparate"
                     app:switchPadding="12dp" />
 
+                <androidx.appcompat.widget.SwitchCompat
+                    android:id="@+id/swNotifySummary"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:text="@string/title_advanced_notify_summary"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swNewestFirst"
+                    app:switchPadding="12dp" />
+
                 <TextView
                     android:id="@+id/tvNotifyActions"
                     android:layout_width="0dp"
@@ -223,7 +234,7 @@
                     android:textColor="?android:attr/textColorPrimary"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swNewestFirst" />
+                    app:layout_constraintTop_toBottomOf="@id/swNotifySummary" />
 
                 <CheckBox
                     android:id="@+id/cbNotifyActionTrash"
@@ -550,16 +561,29 @@
                     app:switchPadding="12dp" />
 
                 <androidx.appcompat.widget.SwitchCompat
-                    android:id="@+id/swNotifySummary"
+                    android:id="@+id/swNotifySuppressInCar"
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
-                    android:text="@string/title_advanced_notify_summary"
+                    android:text="@string/title_advanced_notify_suppress_in_car"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toBottomOf="@id/swNotifySuppressInCall"
                     app:switchPadding="12dp" />
 
+                <TextView
+                    android:id="@+id/tvNotifySuppressInCarHint"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="6dp"
+                    android:layout_marginEnd="48dp"
+                    android:text="@string/title_advanced_notify_car_hint"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Small"
+                    android:textStyle="italic"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swNotifySuppressInCar" />
+
                 <androidx.appcompat.widget.SwitchCompat
                     android:id="@+id/swNotifyRemove"
                     android:layout_width="0dp"
@@ -569,7 +593,7 @@
                     android:text="@string/title_advanced_notify_remove"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swNotifySummary"
+                    app:layout_constraintTop_toBottomOf="@id/tvNotifySuppressInCarHint"
                     app:switchPadding="12dp" />
 
                 <TextView
@@ -813,6 +837,40 @@
                     app:layout_constraintTop_toBottomOf="@id/tvBackgroundHint"
                     app:switchPadding="12dp" />
 
+                <TextView
+                    android:id="@+id/tvTiles"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:layout_marginEnd="48dp"
+                    android:text="@string/title_advanced_tiles"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Small"
+                    android:textColor="?android:attr/textColorPrimary"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swAlertOnce" />
+
+                <ImageButton
+                    android:id="@+id/ibTileSync"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:contentDescription="@string/tile_synchronize"
+                    android:tooltipText="@string/tile_synchronize"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvTiles"
+                    app:srcCompat="@drawable/twotone_sync_24" />
+
+                <ImageButton
+                    android:id="@+id/ibTileUnseen"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginStart="12dp"
+                    android:contentDescription="@string/tile_unseen"
+                    android:tooltipText="@string/tile_unseen"
+                    app:layout_constraintStart_toEndOf="@id/ibTileSync"
+                    app:layout_constraintTop_toBottomOf="@id/tvTiles"
+                    app:srcCompat="@drawable/twotone_mail_outline_24" />
+
                 <TextView
                     android:id="@+id/tvNoGrouping"
                     android:layout_width="0dp"
@@ -824,7 +882,7 @@
                     android:textStyle="italic"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swAlertOnce" />
+                    app:layout_constraintTop_toBottomOf="@id/ibTileSync" />
 
                 <TextView
                     android:id="@+id/tvNoChannels"
@@ -844,6 +902,12 @@
                     android:layout_width="0dp"
                     android:layout_height="0dp"
                     app:constraint_referenced_ids="swBackground,tvBackgroundHint" />
+
+                <androidx.constraintlayout.widget.Group
+                    android:id="@+id/grpTiles"
+                    android:layout_width="0dp"
+                    android:layout_height="0dp"
+                    app:constraint_referenced_ids="tvTiles,ibTileSync,ibTileUnseen" />
             </androidx.constraintlayout.widget.ConstraintLayout>
         </androidx.cardview.widget.CardView>
     </androidx.constraintlayout.widget.ConstraintLayout>
diff --git a/app/src/main/res/layout/fragment_options_send.xml b/app/src/main/res/layout/fragment_options_send.xml
index cdec48dd79..790ee217a7 100644
--- a/app/src/main/res/layout/fragment_options_send.xml
+++ b/app/src/main/res/layout/fragment_options_send.xml
@@ -200,7 +200,6 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="12dp"
-                    android:checked="true"
                     android:text="@string/title_advanced_auto_identity"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
diff --git a/app/src/main/res/layout/fragment_options_synchronize.xml b/app/src/main/res/layout/fragment_options_synchronize.xml
index 22ee991e9f..62e6d466bd 100644
--- a/app/src/main/res/layout/fragment_options_synchronize.xml
+++ b/app/src/main/res/layout/fragment_options_synchronize.xml
@@ -995,6 +995,20 @@
                     app:layout_constraintTop_toBottomOf="@id/swUseBlocklist"
                     app:switchPadding="12dp" />
 
+                <TextView
+                    android:id="@+id/tvUseBlocklistPopHint"
+                    android:layout_width="0dp"
+                    android:layout_height="wrap_content"
+                    android:layout_marginStart="12dp"
+                    android:layout_marginEnd="48dp"
+                    android:text="@string/title_junk_pop_hint"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Small"
+                    android:textColor="?attr/colorWarning"
+                    android:textStyle="italic"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/swUseBlocklistPop" />
+
                 <androidx.recyclerview.widget.RecyclerView
                     android:id="@+id/rvBlocklist"
                     android:layout_width="0dp"
@@ -1004,7 +1018,7 @@
                     android:orientation="vertical"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/swUseBlocklistPop" />
+                    app:layout_constraintTop_toBottomOf="@id/tvUseBlocklistPopHint" />
             </androidx.constraintlayout.widget.ConstraintLayout>
         </androidx.cardview.widget.CardView>
     </androidx.constraintlayout.widget.ConstraintLayout>
diff --git a/app/src/main/res/layout/fragment_pop.xml b/app/src/main/res/layout/fragment_pop.xml
index e36076510f..89344a2968 100644
--- a/app/src/main/res/layout/fragment_pop.xml
+++ b/app/src/main/res/layout/fragment_pop.xml
@@ -106,7 +106,8 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/title_encryption_none"
-                android:textColor="?attr/colorWarning" />
+                android:textColor="?attr/colorWarning"
+                android:textStyle="bold" />
         </RadioGroup>
 
         <CheckBox
@@ -116,6 +117,7 @@
             android:layout_marginTop="12dp"
             android:text="@string/title_allow_insecure"
             android:textColor="?attr/colorWarning"
+            android:textStyle="bold"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintTop_toBottomOf="@id/rgEncryption" />
 
diff --git a/app/src/main/res/layout/fragment_setup.xml b/app/src/main/res/layout/fragment_setup.xml
index 1a4bc74e3d..667e4721b6 100644
--- a/app/src/main/res/layout/fragment_setup.xml
+++ b/app/src/main/res/layout/fragment_setup.xml
@@ -127,7 +127,7 @@
 
                 <ImageButton
                     android:id="@+id/ibWelcome"
-                    android:layout_width="36dp"
+                    android:layout_width="84dp"
                     android:layout_height="36dp"
                     android:background="?android:attr/selectableItemBackgroundBorderless"
                     android:padding="6dp"
@@ -250,6 +250,23 @@
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toBottomOf="@id/btnQuick" />
 
+                <TextView
+                    android:id="@+id/tvTutorials"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:drawableStart="@drawable/twotone_menu_book_24"
+                    android:drawableEnd="@drawable/twotone_open_in_new_12"
+                    android:drawablePadding="6dp"
+                    android:drawableTint="?android:attr/textColorLink"
+                    android:text="@string/title_setup_wizard_tutorials"
+                    android:textAlignment="center"
+                    android:textAppearance="@style/TextAppearance.AppCompat.Medium"
+                    android:textColor="?android:attr/textColorLink"
+                    app:layout_constraintEnd_toEndOf="parent"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvQuickRemarkMultiple" />
+
                 <TextView
                     android:id="@+id/tvQuickNew"
                     android:layout_width="wrap_content"
@@ -264,7 +281,7 @@
                     android:textColor="?android:attr/textColorLink"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/tvQuickRemarkMultiple" />
+                    app:layout_constraintTop_toBottomOf="@id/tvTutorials" />
 
                 <ImageButton
                     android:id="@+id/ibManual"
@@ -284,7 +301,7 @@
                     android:layout_width="wrap_content"
                     android:layout_height="0dp"
                     android:layout_marginEnd="12dp"
-                    android:drawableEnd="@drawable/twotone_edit_24"
+                    android:drawableEnd="@drawable/twotone_settings_24"
                     android:drawablePadding="6dp"
                     android:drawableTint="?android:attr/textColorTertiary"
                     android:gravity="center"
@@ -937,6 +954,43 @@
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toBottomOf="@id/btnNotification" />
 
+                <Button
+                    android:id="@+id/btnSignature"
+                    style="?android:attr/buttonStyleSmall"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:drawableEnd="@drawable/twotone_gesture_24"
+                    android:drawablePadding="6dp"
+                    android:tag="disable"
+                    android:text="@string/title_edit_signature"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/tvNotificationHint" />
+
+                <Button
+                    android:id="@+id/btnReorderAccounts"
+                    style="?android:attr/buttonStyleSmall"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:drawableEnd="@drawable/twotone_reorder_24"
+                    android:drawablePadding="6dp"
+                    android:text="@string/title_setup_reorder_accounts"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/btnSignature" />
+
+                <Button
+                    android:id="@+id/btnReorderFolders"
+                    style="?android:attr/buttonStyleSmall"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="12dp"
+                    android:drawableEnd="@drawable/twotone_reorder_24"
+                    android:drawablePadding="6dp"
+                    android:text="@string/title_setup_reorder_folders"
+                    app:layout_constraintStart_toStartOf="parent"
+                    app:layout_constraintTop_toBottomOf="@id/btnReorderAccounts" />
+
                 <Button
                     android:id="@+id/btnDelete"
                     style="?android:attr/buttonStyleSmall"
@@ -947,7 +1001,7 @@
                     android:drawablePadding="6dp"
                     android:text="@string/title_delete_account"
                     app:layout_constraintStart_toStartOf="parent"
-                    app:layout_constraintTop_toBottomOf="@id/tvNotificationHint" />
+                    app:layout_constraintTop_toBottomOf="@id/btnReorderFolders" />
 
                 <TextView
                     android:id="@+id/tvDeleteHint"
@@ -1021,7 +1075,7 @@
 
                 <ImageButton
                     android:id="@+id/ibExtra"
-                    android:layout_width="36dp"
+                    android:layout_width="84dp"
                     android:layout_height="36dp"
                     android:background="?android:attr/selectableItemBackgroundBorderless"
                     android:padding="6dp"
@@ -1041,7 +1095,7 @@
                     android:id="@+id/grpExtra"
                     android:layout_width="0dp"
                     android:layout_height="0dp"
-                    app:constraint_referenced_ids="btnNotification,tvNotificationHint,btnDelete,tvDeleteHint,btnApp,btnMore" />
+                    app:constraint_referenced_ids="btnNotification,tvNotificationHint,btnSignature,btnReorderAccounts,btnReorderFolders,btnDelete,tvDeleteHint,btnApp,btnMore" />
             </androidx.constraintlayout.widget.ConstraintLayout>
         </androidx.cardview.widget.CardView>
     </androidx.constraintlayout.widget.ConstraintLayout>
diff --git a/app/src/main/res/layout/include_message_navigation.xml b/app/src/main/res/layout/include_message_navigation.xml
index 3ebc916fe6..f5efd41a43 100644
--- a/app/src/main/res/layout/include_message_navigation.xml
+++ b/app/src/main/res/layout/include_message_navigation.xml
@@ -50,7 +50,7 @@
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_marginEnd="3dp"
-            app:constraint_referenced_ids="vwEmpty,ibMore,ibInbox,ibJunk,ibTrash,ibArchive,ibMove,ibCopy,ibKeywords,ibLabels,ibNotes,ibAnswer,ibSeen,ibHide,ibImportance,ibTranslate,ibForceLight,ibSearch,ibSearchText,ibEvent,ibShare,ibPin,ibPrint,ibHeaders,ibUnsubscribe,ibRule,ibUndo"
+            app:constraint_referenced_ids="vwEmpty,ibMore,ibInbox,ibJunk,ibTrash,ibArchive,ibMove,ibCopy,ibKeywords,ibLabels,ibNotes,ibSeen,ibHide,ibImportance,ibTranslate,ibForceLight,ibSearch,ibSearchText,ibEvent,ibShare,ibPin,ibPrint,ibHeaders,ibRaw,ibUnsubscribe,ibRule,ibAnswer,ibUndo"
             app:flow_horizontalBias="0"
             app:flow_horizontalGap="3dp"
             app:flow_horizontalStyle="packed"
@@ -191,18 +191,6 @@
             app:srcCompat="@drawable/twotone_label_24"
             tools:ignore="MissingConstraints" />
 
-        <ImageButton
-            android:id="@+id/ibAnswer"
-            android:layout_width="36dp"
-            android:layout_height="36dp"
-            android:background="?android:attr/selectableItemBackgroundBorderless"
-            android:contentDescription="@string/title_reply"
-            android:padding="6dp"
-            android:scaleType="fitCenter"
-            android:tooltipText="@string/title_reply"
-            app:srcCompat="@drawable/twotone_reply_24"
-            tools:ignore="MissingConstraints" />
-
         <ImageButton
             android:id="@+id/ibSeen"
             android:layout_width="36dp"
@@ -344,7 +332,19 @@
             android:padding="6dp"
             android:scaleType="fitCenter"
             android:tooltipText="@string/title_show_headers"
-            app:srcCompat="@drawable/baseline_code_24"
+            app:srcCompat="@drawable/twotone_code_24"
+            tools:ignore="MissingConstraints" />
+
+        <ImageButton
+            android:id="@+id/ibRaw"
+            android:layout_width="36dp"
+            android:layout_height="36dp"
+            android:background="?android:attr/selectableItemBackgroundBorderless"
+            android:contentDescription="@string/title_raw_save"
+            android:padding="6dp"
+            android:scaleType="fitCenter"
+            android:tooltipText="@string/title_raw_save"
+            app:srcCompat="@drawable/twotone_save_alt_24"
             tools:ignore="MissingConstraints" />
 
         <ImageButton
@@ -359,6 +359,18 @@
             app:srcCompat="@drawable/twotone_unsubscribe_24"
             tools:ignore="MissingConstraints" />
 
+        <ImageButton
+            android:id="@+id/ibAnswer"
+            android:layout_width="36dp"
+            android:layout_height="36dp"
+            android:background="?android:attr/selectableItemBackgroundBorderless"
+            android:contentDescription="@string/title_reply"
+            android:padding="6dp"
+            android:scaleType="fitCenter"
+            android:tooltipText="@string/title_reply"
+            app:srcCompat="@drawable/twotone_reply_24"
+            tools:ignore="MissingConstraints" />
+
         <ImageButton
             android:id="@+id/ibUndo"
             android:layout_width="36dp"
diff --git a/app/src/main/res/layout/item_log.xml b/app/src/main/res/layout/item_log.xml
index e308ad2c1e..2a2998c47f 100644
--- a/app/src/main/res/layout/item_log.xml
+++ b/app/src/main/res/layout/item_log.xml
@@ -11,7 +11,7 @@
         android:text="12:34:56"
         android:textAppearance="@style/TextAppearance.AppCompat.Small"
         android:textColor="?android:attr/textColorPrimary"
-        android:textSize="12dp"
+        android:textSize="12sp"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent" />
 
@@ -24,7 +24,7 @@
         android:textAppearance="@android:style/TextAppearance.Small"
         android:textColor="?android:attr/textColorPrimary"
         android:textIsSelectable="true"
-        android:textSize="12dp"
+        android:textSize="12sp"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toEndOf="@id/tvTime"
         app:layout_constraintTop_toTopOf="parent" />
diff --git a/app/src/main/res/layout/item_nav.xml b/app/src/main/res/layout/item_nav.xml
index 1606d98b58..505ca0bef0 100644
--- a/app/src/main/res/layout/item_nav.xml
+++ b/app/src/main/res/layout/item_nav.xml
@@ -41,7 +41,7 @@
             android:text="123"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             android:textColor="?attr/colorControlNormal"
-            android:textSize="9dp"
+            android:textSize="9sp"
             android:textStyle="bold"
             app:layout_constraintBottom_toBottomOf="@+id/ivItem"
             app:layout_constraintEnd_toEndOf="@+id/ivItem" />
diff --git a/app/src/main/res/layout/spinner_package.xml b/app/src/main/res/layout/spinner_package.xml
index 6a75c5922b..b9854aead3 100644
--- a/app/src/main/res/layout/spinner_package.xml
+++ b/app/src/main/res/layout/spinner_package.xml
@@ -11,7 +11,7 @@
         android:layout_height="wrap_content"
         android:drawableStart="@drawable/twotone_language_24"
         android:drawableEnd="@drawable/twotone_open_in_new_24"
-        android:drawablePadding="6dp"
+        android:drawablePadding="12dp"
         android:minHeight="24dp"
         android:text="Package"
         android:textAppearance="@style/TextAppearance.AppCompat.Medium"
diff --git a/app/src/main/res/layout/widget.xml b/app/src/main/res/layout/widget.xml
index 6c62b12b49..b8c7701157 100644
--- a/app/src/main/res/layout/widget.xml
+++ b/app/src/main/res/layout/widget.xml
@@ -36,7 +36,7 @@
             android:text="\?"
             android:textAppearance="@style/TextAppearance.AppCompat.Medium"
             android:textColor="@color/colorWidgetForeground"
-            android:textSize="18dp"
+            android:textSize="18sp"
             android:textStyle="bold" />
 
         <TextView
@@ -51,7 +51,7 @@
             android:lines="1"
             android:text="account"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
-            android:textSize="12dp"
+            android:textSize="12sp"
             android:visibility="gone" />
     </LinearLayout>
 </FrameLayout>
\ No newline at end of file
diff --git a/app/src/main/res/layout/widget_new.xml b/app/src/main/res/layout/widget_new.xml
index ab920d6afc..07432b1ccf 100644
--- a/app/src/main/res/layout/widget_new.xml
+++ b/app/src/main/res/layout/widget_new.xml
@@ -38,7 +38,7 @@
             android:text="\?"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             android:textColor="@color/colorWidgetForeground"
-            android:textSize="12dp"
+            android:textSize="12sp"
             android:textStyle="bold" />
 
         <TextView
@@ -53,7 +53,7 @@
             android:text="account"
             android:textAppearance="@style/TextAppearance.AppCompat.Small"
             android:textColor="@color/colorWidgetForeground"
-            android:textSize="12dp"
+            android:textSize="12sp"
             android:visibility="gone" />
     </RelativeLayout>
 </FrameLayout>
\ No newline at end of file
diff --git a/app/src/main/res/menu/menu_folders.xml b/app/src/main/res/menu/menu_folders.xml
index d5d8e4346d..29dc285fed 100644
--- a/app/src/main/res/menu/menu_folders.xml
+++ b/app/src/main/res/menu/menu_folders.xml
@@ -75,6 +75,12 @@
             <menu />
         </item>
 
+        <item
+            android:id="@+id/menu_edit_account_color"
+            android:title="@string/title_edit_account_color">
+            <menu />
+        </item>
+
         <item
             android:id="@+id/menu_force_sync"
             android:title="@string/title_force_sync"
diff --git a/app/src/main/res/menu/menu_logs.xml b/app/src/main/res/menu/menu_logs.xml
index 3e3e13acf0..769a133689 100644
--- a/app/src/main/res/menu/menu_logs.xml
+++ b/app/src/main/res/menu/menu_logs.xml
@@ -7,12 +7,6 @@
         android:checked="true"
         android:title="@string/title_enabled"
         app:showAsAction="never" />
-    <item
-        android:id="@+id/menu_auto_scroll"
-        android:checkable="true"
-        android:checked="true"
-        android:title="@string/title_auto_scroll"
-        app:showAsAction="never" />
     <item
         android:id="@+id/menu_show"
         android:title="@string/title_unhide"
diff --git a/app/src/main/res/menu/menu_messages.xml b/app/src/main/res/menu/menu_messages.xml
index 582bfec57c..ad281130c2 100644
--- a/app/src/main/res/menu/menu_messages.xml
+++ b/app/src/main/res/menu/menu_messages.xml
@@ -15,8 +15,8 @@
         app:showAsAction="always" />
 
     <item
-        android:id="@+id/menu_delete_search"
-        android:icon="@drawable/twotone_delete_24"
+        android:id="@+id/menu_edit_search"
+        android:icon="@drawable/twotone_edit_24"
         android:title="@string/title_delete"
         app:showAsAction="always" />
 
diff --git a/app/src/main/res/menu/menu_signature.xml b/app/src/main/res/menu/menu_signature.xml
index fd8cf6449c..33ae0bcc26 100644
--- a/app/src/main/res/menu/menu_signature.xml
+++ b/app/src/main/res/menu/menu_signature.xml
@@ -11,4 +11,8 @@
         android:checkable="true"
         android:title="@string/title_edit_html"
         app:showAsAction="never" />
+    <item
+        android:id="@+id/menu_import_file"
+        android:title="@string/title_import_file"
+        app:showAsAction="never" />
 </menu>
diff --git a/app/src/main/res/menu/popup_message_more.xml b/app/src/main/res/menu/popup_message_more.xml
index 8ef6f81b65..3587af6a86 100644
--- a/app/src/main/res/menu/popup_message_more.xml
+++ b/app/src/main/res/menu/popup_message_more.xml
@@ -61,25 +61,15 @@
     </group>
 
     <group android:id="@+id/group_properties">
-        <item
-            android:id="@+id/menu_edit_notes"
-            android:icon="@drawable/twotone_sticky_note_2_24"
-            android:title="@string/title_edit_notes" />
-
-        <item
-            android:id="@+id/menu_create_rule"
-            android:icon="@drawable/twotone_filter_alt_24"
-            android:title="@string/title_create_rule" />
-
         <item
             android:id="@+id/menu_manage_keywords"
             android:icon="@drawable/twotone_label_important_24"
             android:title="@string/title_manage_keywords" />
 
         <item
-            android:id="@+id/menu_search_in_text"
-            android:icon="@drawable/twotone_manage_search_24"
-            android:title="@string/title_search_in_text" />
+            android:id="@+id/menu_edit_notes"
+            android:icon="@drawable/twotone_sticky_note_2_24"
+            android:title="@string/title_edit_notes" />
 
         <item
             android:id="@+id/menu_translate"
@@ -91,6 +81,16 @@
             android:checkable="true"
             android:icon="@drawable/twotone_light_mode_24"
             android:title="@string/title_force_light" />
+
+        <item
+            android:id="@+id/menu_search_in_text"
+            android:icon="@drawable/twotone_manage_search_24"
+            android:title="@string/title_search_in_text" />
+
+        <item
+            android:id="@+id/menu_create_rule"
+            android:icon="@drawable/twotone_filter_alt_24"
+            android:title="@string/title_create_rule" />
     </group>
 
     <group android:id="@+id/group_sharing">
@@ -119,7 +119,7 @@
         <item
             android:id="@+id/menu_show_headers"
             android:checkable="true"
-            android:icon="@drawable/baseline_code_24"
+            android:icon="@drawable/twotone_code_24"
             android:title="@string/title_show_headers" />
 
         <item
diff --git a/app/src/main/res/menu/popup_style.xml b/app/src/main/res/menu/popup_style.xml
index c2f44766a0..19c34c442b 100644
--- a/app/src/main/res/menu/popup_style.xml
+++ b/app/src/main/res/menu/popup_style.xml
@@ -151,12 +151,21 @@
             android:title="@string/title_style_strikethrough" />
     </group>
 
+    <group
+        android:id="@+id/group_style_parenthesis"
+        android:orderInCategory="11">
+        <item
+            android:id="@+id/menu_style_parenthesis"
+            android:icon="@drawable/twotone_data_object_24"
+            android:title="@string/title_style_parenthesis" />
+    </group>
+
     <group
         android:id="@+id/group_style_code"
         android:orderInCategory="11">
         <item
             android:id="@+id/menu_style_code"
-            android:icon="@drawable/baseline_code_24"
+            android:icon="@drawable/twotone_code_24"
             android:title="@string/title_style_code" />
     </group>
 
diff --git a/app/src/main/res/values-af-rZA/strings.xml b/app/src/main/res/values-af-rZA/strings.xml
index 90d46c4efe..6a42d08600 100644
--- a/app/src/main/res/values-af-rZA/strings.xml
+++ b/app/src/main/res/values-af-rZA/strings.xml
@@ -83,6 +83,7 @@
     <string-array name="pollIntervalNames">
         <item>Always</item>
         <item>Elke 5 minute</item>
+        <item>Elke 10 minute</item>
         <item>Elke 15 minute</item>
         <item>Elke 30 minute</item>
         <item>Elke uur</item>
diff --git a/app/src/main/res/values-ar-rBH/strings.xml b/app/src/main/res/values-ar-rBH/strings.xml
index 2e1e954568..55cbd55897 100644
--- a/app/src/main/res/values-ar-rBH/strings.xml
+++ b/app/src/main/res/values-ar-rBH/strings.xml
@@ -90,7 +90,6 @@
     <string name="title_setup_other">مزود اخر</string>
     <string name="title_setup_gmail_rationale">الرجاء منح الصلاحيات لتحديد الحساب وقراءة اسمك</string>
     <string name="title_setup_gmail_permissions">جوجل سوف تطلب موافقتك لقراءة, تأليف, أرسال وحذف نهائي لكل الرسائل. فيرميل لن يمسح رسائلك ابدا بدون موافقتك.</string>
-    <string name="title_setup_gmail_drafts">إذا تعذر الوصول إلى مجلد المسودات بواسطة IMAP ، يمكن إصلاح هذا في إعدادات تسمية Gmail</string>
     <string name="title_setup_oauth_rationale">السماح بالوصول إلى حسابك %1$s</string>
     <string name="title_setup_oauth_authorize">ترخيص</string>
     <string name="title_setup_select_account">اختيار الحساب</string>
@@ -336,6 +335,9 @@
     <string name="title_search_flag_flagged">مميّزة بنجمة</string>
     <string name="title_search_device">البحث في الجهاز</string>
     <string name="title_search_server">البحث في الخادم</string>
+    <string name="title_save_search_name">الإسم</string>
+    <string name="title_save_search_order">الترتيب</string>
+    <string name="title_save_search_color">اللون</string>
     <string name="title_sort_on">الفرز حسب</string>
     <string name="title_sort_on_time">التاريخ</string>
     <string name="title_sort_on_unread">غير مقروءة</string>
@@ -467,7 +469,6 @@
     <string name="title_pro_invalid">استجابة غير صالحة</string>
     <string name="title_unexpected_error">لقد حدث خطأ غير متوقع</string>
     <string name="title_log">السجل</string>
-    <string name="title_auto_scroll">تمرير تلقائي</string>
     <string name="title_log_clear">محو</string>
     <string name="title_debug_info_remark">الرجاء أوصف المشكلة وبيّن وقت المشكلة</string>
     <string name="title_widget_account_all">الكل</string>
@@ -485,6 +486,7 @@
     <string-array name="pollIntervalNames">
         <item>دائماً</item>
         <item>كل 5 دقيقة</item>
+        <item>كل 10 دقيقة</item>
         <item>كل 15 دقيقة</item>
         <item>كل 30 دقيقة</item>
         <item>كل ساعة</item>
diff --git a/app/src/main/res/values-ar-rEG/strings.xml b/app/src/main/res/values-ar-rEG/strings.xml
index 2e1e954568..55cbd55897 100644
--- a/app/src/main/res/values-ar-rEG/strings.xml
+++ b/app/src/main/res/values-ar-rEG/strings.xml
@@ -90,7 +90,6 @@
     <string name="title_setup_other">مزود اخر</string>
     <string name="title_setup_gmail_rationale">الرجاء منح الصلاحيات لتحديد الحساب وقراءة اسمك</string>
     <string name="title_setup_gmail_permissions">جوجل سوف تطلب موافقتك لقراءة, تأليف, أرسال وحذف نهائي لكل الرسائل. فيرميل لن يمسح رسائلك ابدا بدون موافقتك.</string>
-    <string name="title_setup_gmail_drafts">إذا تعذر الوصول إلى مجلد المسودات بواسطة IMAP ، يمكن إصلاح هذا في إعدادات تسمية Gmail</string>
     <string name="title_setup_oauth_rationale">السماح بالوصول إلى حسابك %1$s</string>
     <string name="title_setup_oauth_authorize">ترخيص</string>
     <string name="title_setup_select_account">اختيار الحساب</string>
@@ -336,6 +335,9 @@
     <string name="title_search_flag_flagged">مميّزة بنجمة</string>
     <string name="title_search_device">البحث في الجهاز</string>
     <string name="title_search_server">البحث في الخادم</string>
+    <string name="title_save_search_name">الإسم</string>
+    <string name="title_save_search_order">الترتيب</string>
+    <string name="title_save_search_color">اللون</string>
     <string name="title_sort_on">الفرز حسب</string>
     <string name="title_sort_on_time">التاريخ</string>
     <string name="title_sort_on_unread">غير مقروءة</string>
@@ -467,7 +469,6 @@
     <string name="title_pro_invalid">استجابة غير صالحة</string>
     <string name="title_unexpected_error">لقد حدث خطأ غير متوقع</string>
     <string name="title_log">السجل</string>
-    <string name="title_auto_scroll">تمرير تلقائي</string>
     <string name="title_log_clear">محو</string>
     <string name="title_debug_info_remark">الرجاء أوصف المشكلة وبيّن وقت المشكلة</string>
     <string name="title_widget_account_all">الكل</string>
@@ -485,6 +486,7 @@
     <string-array name="pollIntervalNames">
         <item>دائماً</item>
         <item>كل 5 دقيقة</item>
+        <item>كل 10 دقيقة</item>
         <item>كل 15 دقيقة</item>
         <item>كل 30 دقيقة</item>
         <item>كل ساعة</item>
diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml
index 479f6bc323..a8d667c311 100644
--- a/app/src/main/res/values-ar-rSA/strings.xml
+++ b/app/src/main/res/values-ar-rSA/strings.xml
@@ -164,7 +164,6 @@
     <string name="title_setup_other">مزود اخر</string>
     <string name="title_setup_gmail_rationale">الرجاء منح الصلاحيات لتحديد الحساب وقراءة اسمك</string>
     <string name="title_setup_gmail_permissions">جوجل سوف تطلب موافقتك لقراءة, تأليف, أرسال وحذف نهائي لكل الرسائل. فيرميل لن يمسح رسائلك ابدا بدون موافقتك.</string>
-    <string name="title_setup_gmail_drafts">إذا تعذر الوصول إلى مجلد المسودات بواسطة IMAP ، يمكن إصلاح هذا في إعدادات تسمية Gmail</string>
     <string name="title_setup_oauth_rationale">السماح بالوصول إلى حسابك %1$s</string>
     <string name="title_setup_oauth_authorize">ترخيص</string>
     <string name="title_setup_select_account">اختيار الحساب</string>
@@ -412,6 +411,9 @@
     <string name="title_search_flag_flagged">مميّزة بنجمة</string>
     <string name="title_search_device">البحث في الجهاز</string>
     <string name="title_search_server">البحث في الخادم</string>
+    <string name="title_save_search_name">الإسم</string>
+    <string name="title_save_search_order">الترتيب</string>
+    <string name="title_save_search_color">اللون</string>
     <string name="title_sort_on">الفرز حسب</string>
     <string name="title_sort_on_time">التاريخ</string>
     <string name="title_sort_on_unread">غير مقروءة</string>
@@ -539,7 +541,6 @@
     <string name="title_pro_invalid">استجابة غير صالحة</string>
     <string name="title_unexpected_error">لقد حدث خطأ غير متوقع</string>
     <string name="title_log">السجل</string>
-    <string name="title_auto_scroll">تمرير تلقائي</string>
     <string name="title_log_clear">محو</string>
     <string name="title_debug_info_remark">الرجاء أوصف المشكلة وبيّن وقت المشكلة</string>
     <string name="title_widget_account_all">الكل</string>
@@ -557,6 +558,7 @@
     <string-array name="pollIntervalNames">
         <item>دائماً</item>
         <item>كل 5 دقيقة</item>
+        <item>كل 10 دقيقة</item>
         <item>كل 15 دقيقة</item>
         <item>كل 30 دقيقة</item>
         <item>كل ساعة</item>
diff --git a/app/src/main/res/values-ar-rYE/strings.xml b/app/src/main/res/values-ar-rYE/strings.xml
index d5af2fd237..31d2b31572 100644
--- a/app/src/main/res/values-ar-rYE/strings.xml
+++ b/app/src/main/res/values-ar-rYE/strings.xml
@@ -4,6 +4,8 @@
     <string name="app_changelog">سجل التغييرات</string>
     <string name="app_welcome">فيرميل هو تطبيق بريد إلكتروني مفتوح المصدر يركز على الخصوصية والأمان. لهذا السبب ، قد تعمل بعض الميزات بشكل مختلف عن ما اعتدت عليه.</string>
     <string name="app_limitations">على سبيل المثال، يتم إعادة تنسيق الرسائل بشكل افتراضي لإزالة العناصر غير الآمنة وتحسين إمكانية القراءة، كما ويجب تأكيد فتح الروابط من أجل السلامة. وكلاهما يمكن أن يُعطلا إذا رُغب في ذلك.</string>
+    <string name="app_unsupported">الأخطاء في إصدار الأندرويد لهذا الجهاز المعين تسبب أعطال</string>
+    <string name="app_data_loss">قد تفقد جميع البيانات</string>
     <string name="app_exit">أنقر مرة أخرى للخروج من التطبيق</string>
     <string name="app_cake">مساحة تخزين غير كافية</string>
     <string name="app_updated">آخر تحديث: %1$s</string>
@@ -138,7 +140,6 @@
     <string name="title_setup_other">مزود اخر</string>
     <string name="title_setup_gmail_rationale">الرجاء منح الصلاحيات لتحديد الحساب وقراءة اسمك</string>
     <string name="title_setup_gmail_permissions">جوجل سوف تطلب موافقتك لقراءة, تأليف, أرسال وحذف نهائي لكل الرسائل. فيرميل لن يمسح رسائلك ابدا بدون موافقتك.</string>
-    <string name="title_setup_gmail_drafts">إذا تعذر الوصول إلى مجلد المسودات بواسطة IMAP ، يمكن إصلاح هذا في إعدادات تسمية Gmail</string>
     <string name="title_setup_oauth_rationale">السماح بالوصول إلى حسابك %1$s</string>
     <string name="title_setup_oauth_authorize">ترخيص</string>
     <string name="title_setup_select_account">اختيار الحساب</string>
@@ -392,6 +393,9 @@
     <string name="title_search_flag_flagged">مميّزة بنجمة</string>
     <string name="title_search_device">البحث في الجهاز</string>
     <string name="title_search_server">البحث في الخادم</string>
+    <string name="title_save_search_name">الإسم</string>
+    <string name="title_save_search_order">الترتيب</string>
+    <string name="title_save_search_color">اللون</string>
     <string name="title_sort_on">الفرز حسب</string>
     <string name="title_sort_on_time">التاريخ</string>
     <string name="title_sort_on_unread">غير مقروءة</string>
@@ -523,7 +527,6 @@
     <string name="title_pro_invalid">استجابة غير صالحة</string>
     <string name="title_unexpected_error">لقد حدث خطأ غير متوقع</string>
     <string name="title_log">السجل</string>
-    <string name="title_auto_scroll">تمرير تلقائي</string>
     <string name="title_log_clear">محو</string>
     <string name="title_debug_info_remark">الرجاء أوصف المشكلة وبيّن وقت المشكلة</string>
     <string name="title_widget_account_all">الكل</string>
@@ -541,6 +544,7 @@
     <string-array name="pollIntervalNames">
         <item>دائماً</item>
         <item>كل 5 دقيقة</item>
+        <item>كل 10 دقيقة</item>
         <item>كل 15 دقيقة</item>
         <item>كل 30 دقيقة</item>
         <item>كل ساعة</item>
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index fc4ebdbec0..18bdaeb0a5 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -90,7 +90,6 @@
     <string name="title_setup_other">مزود اخر</string>
     <string name="title_setup_gmail_rationale">الرجاء منح الصلاحيات لتحديد الحساب وقراءة اسمك</string>
     <string name="title_setup_gmail_permissions">جوجل سوف تطلب موافقتك لقراءة, تأليف, أرسال وحذف نهائي لكل الرسائل. فيرميل لن يمسح رسائلك ابدا بدون موافقتك.</string>
-    <string name="title_setup_gmail_drafts">إذا تعذر الوصول إلى مجلد المسودات بواسطة IMAP ، يمكن إصلاح هذا في إعدادات تسمية Gmail</string>
     <string name="title_setup_oauth_rationale">السماح بالوصول إلى حسابك %1$s</string>
     <string name="title_setup_oauth_authorize">ترخيص</string>
     <string name="title_setup_select_account">اختيار الحساب</string>
@@ -334,6 +333,9 @@
     <string name="title_search_flag_flagged">مميّزة بنجمة</string>
     <string name="title_search_device">البحث في الجهاز</string>
     <string name="title_search_server">البحث في الخادم</string>
+    <string name="title_save_search_name">الإسم</string>
+    <string name="title_save_search_order">الترتيب</string>
+    <string name="title_save_search_color">اللون</string>
     <string name="title_sort_on">الفرز حسب</string>
     <string name="title_sort_on_time">التاريخ</string>
     <string name="title_sort_on_unread">غير مقروءة</string>
@@ -460,7 +462,6 @@
     <string name="title_pro_invalid">استجابة غير صالحة</string>
     <string name="title_unexpected_error">لقد حدث خطأ غير متوقع</string>
     <string name="title_log">السجل</string>
-    <string name="title_auto_scroll">تمرير تلقائي</string>
     <string name="title_log_clear">محو</string>
     <string name="title_debug_info_remark">الرجاء أوصف المشكلة وبيّن وقت المشكلة</string>
     <string name="title_widget_account_all">الكل</string>
@@ -478,6 +479,7 @@
     <string-array name="pollIntervalNames">
         <item>دائماً</item>
         <item>كل 5 دقيقة</item>
+        <item>كل 10 دقيقة</item>
         <item>كل 15 دقيقة</item>
         <item>كل 30 دقيقة</item>
         <item>كل ساعة</item>
diff --git a/app/src/main/res/values-az-rAZ/strings.xml b/app/src/main/res/values-az-rAZ/strings.xml
index 2e710152cf..ce65790b70 100644
--- a/app/src/main/res/values-az-rAZ/strings.xml
+++ b/app/src/main/res/values-az-rAZ/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail, gizlilik və təhlükəsizliyə fokuslanmış bir açıq mənbəli e-poçt tətbiqidir. Buna görə də bəzi xüsusiyyətlər, istifadə etdiyinizdən fərqli şəkildə işləyə bilər.</string>
     <string name="app_limitations">Nümunə üçün, güvənli olmayan elementləri çıxartmaq və oxunaqlılığı artırmaq üçün mesajlar ilkin olaraq yenidən formatlanır və təhlükəsizlik üçün bağlantıların açılmasının təsdiqlənməsi lazım olur. İstəsəniz, hər ikisini sıradan çıxarda bilərsiniz.</string>
     <string name="app_unsupported">Bu cihazın Android versiyasındakı xətalar çökmələrə səbəb olur</string>
+    <string name="app_data_loss">Bütün verilənlər itə bilər</string>
     <string name="app_continue">Yenə də davam edilsin</string>
     <string name="app_exit">Çıxmaq üçün yenidən \'geri\'yə basın</string>
     <string name="app_cake">Anbar sahəsi yetərsizdir</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">Mesaj göndərmək üçün SMTP serveri</string>
     <string name="title_setup_quick_certificates">Server sertifikatları</string>
     <string name="title_setup_wizard">Sehrbaz</string>
+    <string name="title_setup_wizard_tutorials">Təlimatlar</string>
     <string name="title_setup_wizard_multiple">Sehrbaz, çoxlu hesabı tənzimləmək üçün bir neçə dəfə istifadə edilə bilər</string>
     <string name="title_setup_wizard_new">Yeni bir e-poçt ünvanına ehtiyacım var</string>
     <string name="title_setup_manual">Əllə quraşdırma və hesab seçimləri</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Hesab tənzimləmələrində adı, rəngi və sürüşdürmə əməliyyatlarını konfiqurasiya edə bilərsiniz və kimlik tənzimləmələrində bir imza konfiqurasiya edə bilərsiniz</string>
     <string name="title_setup_accounts">Hesablar</string>
     <string name="title_setup_identities">Kimliklər</string>
+    <string name="title_setup_google_sign_in">Google ilə daxil ol</string>
     <string name="title_setup_other">Digər təchizatçı</string>
     <string name="title_setup_inbound">Yalnız gələn e-poçt (e-poçt göndərilə bilməz!)</string>
     <string name="title_setup_pop3">POP3 hesabı</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">Google hesablarının səlahiyyətləndirilməsi, Android tətbiq imzalarını yoxladığı üçün yalnız Play Store və GitHub versiyalarında işləyəcək</string>
     <string name="title_setup_gmail_rationale">Zəhmət olmasa bir hesab seçmək və adınızı oxumaq üçün icazə verin</string>
     <string name="title_setup_gmail_permissions">Google, bütün e-poçtları oxumaq, yaratmaq, göndərmək və birdəfəlik silmək üçün icazə istəyəcək. FairEmail, açıq-aşkar razılığınız olmadan heç vaxt mesajlarınızı silməyəcək.</string>
-    <string name="title_setup_gmail_drafts">Əgər qaralamalar qovluğu IMAP üçün əlçatmazdırsa, bunu Gmail etiket tənzimləmələrində düzəltmək mümkündür</string>
+    <string name="title_setup_gmail_on_device">Niyə bir cihaz hesabı seçməliyəm?</string>
     <string name="title_setup_gmail_password">Cihazdakı bir hesabın əvəzinə parollu bir hesaba səlahiyyət vermək istəyirəm</string>
     <string name="title_setup_office_auth">\'AUTHENTICATE failed\' xətası, sistem administratorunun IMAP/SMTP-ni sıradan çıxartdığı üçün baş verə bilər</string>
     <string name="title_setup_oauth_rationale">%1$s hesabınıza müraciət üçün səlahiyyət verin</string>
@@ -383,6 +386,7 @@
     <string name="title_advanced_timeout">Bağlantı bitmə vaxtı (saniyə)</string>
     <string name="title_advanced_prefer_ip4">IPv6 əvəzinə IPv4 tərcih et</string>
     <string name="title_advanced_ssl_harden">SSL bağlantılarını sağlam et</string>
+    <string name="title_advanced_ssl_harden_strict">TLS 1.3 tələb et</string>
     <string name="title_advanced_cert_strict">Ciddi sertifikat yoxlanışı</string>
     <string name="title_advanced_manage_connectivity">Bağlantını idarə et</string>
     <string name="title_advanced_caption_general">Ümumi</string>
@@ -399,7 +403,7 @@
     <string name="title_advanced_two_col">İki sütun istifadə et</string>
     <string name="title_advanced_min_screen_size">Ekranı bölmək üçün minimum ekran ölçüsü</string>
     <string name="title_advanced_close_pane">Bir danışığı bağlayarkən sətri və ya sütunu yığcamlaşdır</string>
-    <string name="title_advanced_column_width">Mesaj sütunu eni: %1$s %%</string>
+    <string name="title_advanced_column_width">Mesajın sütun eni / sətir hündürlüyü: %1$s %%</string>
     <string name="title_advanced_nav_options">Naviqasiya menyu seçimlərini göstər</string>
     <string name="title_advanced_nav_categories">Naviqasiya menyusunda hesab kateqoriyalarını göstər</string>
     <string name="title_advanced_nav_pin">Naviqasiya menyusunu sancaqla</string>
@@ -474,6 +478,7 @@
     <string name="title_advanced_text_size">Mətn ölçülərini istifadə et</string>
     <string name="title_advanced_text_font">Şriftləri istifadə et</string>
     <string name="title_advanced_text_align">Mətn düzləşdirməsini istifadə et</string>
+    <string name="title_advanced_text_titles">{HTML titles} göstər</string>
     <string name="title_advanced_text_separators">Ayırıcı xəttləri istifadə et</string>
     <string name="title_advanced_collapse_quotes">Sitat gətirilən mətni yığcamlaşdır</string>
     <string name="title_advanced_image_placeholders">Təsvir yertutanlarını göstər</string>
@@ -484,6 +489,7 @@
     <string name="title_advanced_actionbar_color">Hesab rəngini danışıq əməliyyat sətri üçün arxaplan rəngi kimi istifadə et</string>
     <string name="title_advanced_category_header">Hesab kateqoriyasına görə qruplaşdır</string>
     <string name="title_advanced_navbar_colorize">Android naviqasiya sətrini rəngləndir</string>
+    <string name="title_advanced_list_count">Üst əməliyyat sətrində mesaj və ya danışıq sayını göstər</string>
     <string name="title_advanced_bundled_fonts">Paketlənmiş yazı növlərini istifadə et</string>
     <string name="title_advanced_parse_classes">CSS-i təhlil et</string>
     <string name="title_advanced_authentication">Kimlik təsdiqləmə xəbərdarlıqlarını göstər</string>
@@ -492,6 +498,7 @@
     <string name="title_advanced_authentication_none">Kimlik təsdiqləmə yoxdur</string>
     <string name="title_advanced_authentication_some">Qismən kimlik təsdiqləmə</string>
     <string name="title_advanced_authentication_all">Tam kimlik təsdiqləmə</string>
+    <string name="title_advanced_restore_on_launch">Başlanğıcda tətbiq vəziyyətini bərpa et</string>
     <string name="title_advanced_sync_on_launch">Başlanğıcda eyniləşdirmə</string>
     <string name="title_advanced_double_back">Çıxmaq üçün \"geri\"yə iki dəfə bas</string>
     <string name="title_advanced_conversation_actions">Əməliyyat təklifi (Android 10+)</string>
@@ -534,6 +541,7 @@
     <string name="title_advanced_notify_background">Bildirişləri yalnız arxaplanda olanda göstər</string>
     <string name="title_advanced_notify_known">Yalnız əlaqələr üçün bildirişləri göstər</string>
     <string name="title_advanced_notify_suppress_in_call">Zəng əsnasında bildirişləri gecikdirmə</string>
+    <string name="title_advanced_notify_suppress_in_car">Android Auto ilə bağlantı qurularkən bildirişləri gecikdir</string>
     <string name="title_advanced_notify_summary">Yalnız icmal bildirişini göstər</string>
     <string name="title_advanced_notify_preview">Bildirişlərdə mesaja önbaxışı göstər</string>
     <string name="title_advanced_notify_preview_all">Mətnin hamısına önbaxış</string>
@@ -619,6 +627,7 @@
     <string name="title_advanced_class_min_difference">Minimum sinif fərqi: %1$s %%</string>
     <string name="title_advanced_language">Dil</string>
     <string name="title_advanced_language_system">Sistem</string>
+    <string name="title_advanced_lt">LanguageTool inteqrasiyası</string>
     <string name="title_advanced_deepl">DeepL inteqrasiyası</string>
     <string name="title_advanced_sdcard">SD kart istifadə etmək istəyirəm</string>
     <string name="title_advanced_watchdog">Mütəmadi olaraq \"FairEmail\"in aktivliyini yoxla</string>
@@ -631,6 +640,7 @@
     <string name="title_advanced_cleanup">Təmizlə</string>
     <string name="title_advanced_app">Tətbiq tənzimləmələri</string>
     <string name="title_advanced_more">Daha çox seçim</string>
+    <string name="title_advanced_main_log">Əsas jurnal qeydi</string>
     <string name="title_advanced_protocol">Protokol jurnalı</string>
     <string name="title_advanced_log_info">Sazlama jurnalı</string>
     <string name="title_advanced_debug">Sazlama rejimi</string>
@@ -658,7 +668,7 @@
     <string name="title_advanced_folder_nav_hint">Bu, hər zaman bir mesaj siyahısından əlaqəli hesabın qovluq siyahısına qayıdacaq</string>
     <string name="title_advanced_suggest_names_hint">Əgər sıradan çıxarılsa, əlaqələr seçiləndə yalnız e-poçt ünvanları istifadə ediləcək</string>
     <string name="title_advanced_suggest_local_hint">Android tərəfindən təmin edilən əlaqələrə əlavə olaraq. Əlaqə verilənləri, yeni göndərilən və alınan mesajlar üçün yalnız fəal olanda saxlanılacaq.</string>
-    <string name="title_advanced_auto_identity_hint">Bu, yeni mesajların ilk alıcısı üçün istifadə edilən son kimliyi seçəcək</string>
+    <string name="title_advanced_auto_identity_hint">Bu, yeni mesajlar üçün bir alıcı seçərkən istifadə edilən son kimliyi seçəcək</string>
     <string name="title_advanced_send_reminders_hint">Mesaj mətni və ya mövzu boş olanda və ya bir qoşma əskik olanda bir xəbərdarlıq göstər</string>
     <string name="title_advanced_reply_move_hint">E-poçt serveri, mesajları yenə də göndərilən mesaj qovluğuna əlavə edə bilər</string>
     <string name="title_advanced_usenet_hint">Mətn və imza arasına \'-- \' əlavə et</string>
@@ -695,6 +705,7 @@
     <string name="title_advanced_inline_hint">Sətiriçi təsvirlər, mesaja daxil edilən təsvirlərdir</string>
     <string name="compressed">Sayca %2$s fayldan çox və ya həcmi %3$s-dan çox olsa sıxışdırılmış faylların məzmunları (%1$s) göstərilməyəcək</string>
     <string name="title_advanced_parse_classes_hint">Bu, mesajları daha dəqiq görüntüləyəcək, ancaq gecikmə yaşana bilər</string>
+    <string name="title_advanced_restore_on_launch_hint">%1$d dəqiqə ərzində başladıcı nişanı vasitəsilə yenidən başladılanda son tətbiq vəziyyətini bərpa et</string>
     <string name="title_advanced_language_detection_hint">Dil aşkarlama dəstəyi, cihaz istehsalçısından asılıdır</string>
     <string name="title_advanced_autoexpand_hint">Bir danışıqda sadəcə bir mesaj və ya sadəcə bir oxunmamış mesaj olanda mesajı avtomatik aç</string>
     <string name="title_advanced_expandall_hint">Düymənin hansı mesaja tətbiq ediləcəyi qeyri-müəyyən olduğuna görə, bir neçə mesaj genişləndiriləndə cavab düyməsi göstərilməyəcək</string>
@@ -712,6 +723,7 @@
     <string name="title_advanced_safe_browsing_hint">Google serveri, hansı ünvanların axtarıldığını bilir</string>
     <string name="title_advanced_badge_hint">Yalnız dəstəklənən başladıcılarda əlçatandır</string>
     <string name="title_advanced_notify_action_hint">Ən çox üç əməliyyat göstəriləcək</string>
+    <string name="title_advanced_notify_car_hint">Bağlantı quruldu, naviqasiya üçün xəritə kimi bir şeyin əks olunduğu mənasını verir</string>
     <string name="title_advanced_notify_remove_hint">Yeni mesaj bildirişləri, sürüşdürüləndə və oxundu kimi işarələnəndə həmişə silənəcək</string>
     <string name="title_advanced_notify_manage_hint">Kanal xüsusiyyətlərini tənzimləmək üçün kanal adına toxunun</string>
     <string name="title_advanced_notify_manage_default_hint">İlkin səsi tənzimləmək üçün və s.</string>
@@ -748,6 +760,7 @@
     <string name="title_identity_internal">Daxili domen adları (vergüllə ayrılan)</string>
     <string name="title_identity_unicode">Mesaj başlığında \"UTF-8\"ə icazə ver</string>
     <string name="title_identity_unicode_remark">Əksər server bunu dəstəkləmir</string>
+    <string name="title_identity_octetmime">8BITMIME-ə icazə ver</string>
     <string name="title_identity_max_size">Maksimum mesaj həcmi (MB)</string>
     <string name="title_identity_receipt">Çatdırılma/oxuma bildirişini ilkin olaraq tələb et</string>
     <string name="title_identity_receipt_legacy">Köhnə qəbz tələb başlıqlarını istifadə et</string>
@@ -777,7 +790,7 @@
     <string name="title_custom">Xüsusi</string>
     <string name="title_host">Host adı</string>
     <string name="title_encryption">Şifrələmə</string>
-    <string name="title_encryption_none">Heç biri</string>
+    <string name="title_encryption_none">Heç biri (güvənsiz)</string>
     <string name="title_allow_insecure">Güvənli olmayan bağlantılara icazə ver</string>
     <string name="title_insecure_remark">Güvənli olmayan bağlantılara, yalnız güvənli şəbəkələrdə icazə verilməli və heç vaxt ictimai şəbəkələrdə icazə verilməməlidir</string>
     <string name="title_notify_remark">Bunu, hesaba özəl bildirişlər üçün fəallaşdıra bilərsiniz</string>
@@ -837,6 +850,7 @@
     <string name="title_account_delete">Bu hesab birdəfəlik silinsin?</string>
     <string name="title_identity_delete">Bu kimlik birdəfəlik silinsin?</string>
     <string name="title_edit_html">HTML kimi düzəliş et</string>
+    <string name="title_import_file">Faylı idxal et</string>
     <string name="title_sign_key">İmza açarı: %1$s</string>
     <string name="title_last_connected">Son bağlantı: %1$s</string>
     <string name="title_backoff_until">Xətadan sonra %1$s tarixinə qədər gözlənilir</string>
@@ -917,6 +931,7 @@
     <string name="title_search_folder">Qovluq axtar</string>
     <string name="title_apply_to_all">Hamısına tətbiq et</string>
     <string name="title_edit_account_name">Hesab adına düzəliş et</string>
+    <string name="title_edit_account_color">Hesab rənginə düzəliş et</string>
     <string name="title_hide_folder">Qovluğu gizlət</string>
     <string name="title_hide_seen_folder">Bütün mesajlar oxunubsa qovluğu gizlət</string>
     <string name="title_hide_seen_folder_hint">Yalnız başlanğıc ekranında göstərilən qovluq siyahısında</string>
@@ -1328,6 +1343,10 @@
     <string name="title_search_in">Axtar</string>
     <string name="title_search_sender">Göndərəni axtar</string>
     <string name="title_search_delete">Saxlanılmış axtarış silinsin?</string>
+    <string name="title_save_search">Saxlanılmış axtarış</string>
+    <string name="title_save_search_name">Ad</string>
+    <string name="title_save_search_order">Sifariş</string>
+    <string name="title_save_search_color">Rəng</string>
     <string name="title_sort_on">Sırala</string>
     <string name="title_sort_on_time">Vaxt</string>
     <string name="title_sort_on_unread">Oxunmadı</string>
@@ -1535,6 +1554,7 @@
     <string name="title_legend_embedded_image">Pərçimlənmiş təsvir yertutanı</string>
     <string name="title_legend_tracking_pixel">İzləmə təsviri</string>
     <string name="title_legend_broken_image">Zədəli təsvir</string>
+    <string name="title_legend_open_external">Tətbiq xaricində aç</string>
     <string name="title_legend_pick">Əlaqəni seç</string>
     <string name="title_legend_cc">CC/BCC göstər</string>
     <string name="title_legend_link">Bağlantı daxil et</string>
@@ -1618,6 +1638,7 @@
     <string name="title_yes">Bəli</string>
     <string name="title_no">Xeyr</string>
     <string name="title_later">Sonra</string>
+    <string name="title_paste_plain">Düz mətn kimi yapışdır</string>
     <string name="title_undo">Geri qaytar</string>
     <string name="title_redo">Təkrar et</string>
     <string name="title_insert_line">Sətir daxil et</string>
@@ -1689,7 +1710,6 @@
     <string name="title_boundary_retry">Yenidən sınayın</string>
     <string name="title_unexpected_error">Gözlənilməz xəta</string>
     <string name="title_log">Jurnal</string>
-    <string name="title_auto_scroll">Avto-sürüşdürmə</string>
     <string name="title_log_clear">Təmizlə</string>
     <string name="title_rules_search_hint">Ad və ya vəziyyəti axtar</string>
     <string name="title_rules_export">İxrac qaydaları</string>
@@ -1722,6 +1742,7 @@
     <string name="title_widget_compose">Yeni mesaj yarat düyməsini göstər</string>
     <string name="title_widget_background">Arxaplan rəngi</string>
     <string name="title_widget_day_night">Sistemin qaranlıq temasına uyğunlaşma</string>
+    <string name="title_compat_dark">Google, Android 10-dan əvvəlki versiyalar üçün qaranlıq rejimi çıxartdı</string>
     <string name="title_accessibility_collapsed">Yığcamlaşdırılan</string>
     <string name="title_accessibility_expanded">Genişləndirilən</string>
     <string name="title_accessibility_seen">Oxunan</string>
@@ -1760,6 +1781,7 @@
     <string-array name="pollIntervalNames">
         <item>Həmişə</item>
         <item>Hər 5 dəqiqədə</item>
+        <item>Hər 10 dəqiqədə</item>
         <item>Hər 15 dəqiqədə</item>
         <item>Hər 30 dəqiqədə</item>
         <item>Hər saat</item>
@@ -1803,6 +1825,7 @@
         <item>Sonrakı danışığa get</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Çox kiçik</item>
         <item>Ekstra kiçik</item>
         <item>Kiçik</item>
         <item>Orta</item>
diff --git a/app/src/main/res/values-bg-rBG/strings.xml b/app/src/main/res/values-bg-rBG/strings.xml
index 46ee25d587..20d1aad98b 100644
--- a/app/src/main/res/values-bg-rBG/strings.xml
+++ b/app/src/main/res/values-bg-rBG/strings.xml
@@ -116,7 +116,6 @@
     <string name="title_setup_pop3">Акаунт на POP3</string>
     <string name="title_setup_gmail_rationale">Моля, дайте разрешения за избор на профил</string>
     <string name="title_setup_gmail_permissions">Google ще поиска разрешения за четене, съставяне, изпращане и окончателно изтриване на целия ви имейл. FairEmail никога няма да изтрие вашите съобщения без вашето изрично съгласие.</string>
-    <string name="title_setup_gmail_drafts">Ако папката за чернови не е достъпна от IMAP, това може да бъде коригирано в настройките на етикета на Gmail</string>
     <string name="title_setup_office_auth">Грешката „УДОСТОВЕРЯВАНЕТО не е успешно“ може да бъде причинена от деактивиране на IMAP/SMTP от системния администратор</string>
     <string name="title_setup_oauth_rationale">Разрешете достъп до вашия %1$s акаунт</string>
     <string name="title_setup_oauth_authorize">Упълномощявам</string>
@@ -510,7 +509,6 @@
     <string name="title_custom">Персонализиран</string>
     <string name="title_host">Име на хост</string>
     <string name="title_encryption">Криптиране</string>
-    <string name="title_encryption_none">Нищо</string>
     <string name="title_allow_insecure">Разрешаване на несигурни връзки</string>
     <string name="title_insecure_remark">Несигурните връзки трябва да се разрешават само в доверени мрежи и никога в обществени мрежи</string>
     <string name="title_port">Номер на порт</string>
@@ -917,6 +915,9 @@
     <string name="title_search_server">Търсене в сървъра</string>
     <string name="title_search_in">Търсене в</string>
     <string name="title_search_sender">Търсене на подател</string>
+    <string name="title_save_search_name">Име</string>
+    <string name="title_save_search_order">Подреждане</string>
+    <string name="title_save_search_color">Цвят</string>
     <string name="title_sort_on">Сортирай по</string>
     <string name="title_sort_on_time">Време</string>
     <string name="title_sort_on_unread">Непрочетени</string>
@@ -1231,7 +1232,6 @@
     <string name="title_boundary_retry">Опитайте отново</string>
     <string name="title_unexpected_error">Неочаквана грешка</string>
     <string name="title_log">Лог</string>
-    <string name="title_auto_scroll">Автоматично превъртане</string>
     <string name="title_log_clear">Изчисти</string>
     <string name="title_rules_delete_all">Изтривате ли всички правила</string>
     <string name="title_rules_delete_all_confirm">Изтривате ли всички правила?</string>
@@ -1294,6 +1294,7 @@
     <string-array name="pollIntervalNames">
         <item>Винаги</item>
         <item>На всеки 5 минути</item>
+        <item>На всеки 10 минути</item>
         <item>На всеки 15 минути</item>
         <item>На всеки 30 минути</item>
         <item>На всеки час</item>
@@ -1337,6 +1338,7 @@
         <item>Към следващия разговор</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>Extra small</item>
         <item>Малък</item>
         <item>Среден</item>
diff --git a/app/src/main/res/values-bs-rBA/strings.xml b/app/src/main/res/values-bs-rBA/strings.xml
index 7a450bf11a..9c87429532 100644
--- a/app/src/main/res/values-bs-rBA/strings.xml
+++ b/app/src/main/res/values-bs-rBA/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail je e-mail aplikacija otvorenog koda, s fokusom na privatnost i sigurnost. Zbog toga neke funkcionalnosti mogu raditi drugačije od onog što ste navikli.</string>
     <string name="app_limitations">Na primjer, poruke su preformatirane po zadanom režimu kako bi se uklonili nesigurni elementi i poboljšala čitljivost, te otvarali linkovi (hiperveze) koji se moraju potvrditi zbog sigurnosti. Te se mogućnosti mogu isključiti, ukoliko želite.</string>
     <string name="app_unsupported">Greške Android verzije s ovog uređaja uzrokuju rušenje aplikacije</string>
+    <string name="app_data_loss">Mogu se izgubiti svi podaci</string>
     <string name="app_continue">Želite nastaviti</string>
     <string name="app_exit">Ponovo pritisnite \'nazad\' za izlaz</string>
     <string name="app_cake">Nedovoljno prostora za pohranu</string>
@@ -156,6 +157,7 @@
     <string name="title_setup_quick_smtp">SMTP server za slanje poruka</string>
     <string name="title_setup_quick_certificates">Certifikati servera</string>
     <string name="title_setup_wizard">Čarobnjak</string>
+    <string name="title_setup_wizard_tutorials">Tutorijali</string>
     <string name="title_setup_wizard_multiple">Čarobnjak se može koristiti višestruko kada postavljate više računa</string>
     <string name="title_setup_wizard_new">Potrebna je nova e-mail adresa</string>
     <string name="title_setup_manual">Ručno podešavanje i opcije za račun</string>
@@ -166,6 +168,7 @@
     <string name="title_setup_account_identity_hint">Možete podesiti naziv, boju i prevlačenje prstima u postavkama računa, a podešavanje potpisa u postavkama identiteta</string>
     <string name="title_setup_accounts">Računi</string>
     <string name="title_setup_identities">Identiteti</string>
+    <string name="title_setup_google_sign_in">Prijavite se preko Google-a</string>
     <string name="title_setup_other">Drugi provajder</string>
     <string name="title_setup_inbound">Samo dolazna pošta (e-pošta se ne može poslati!)</string>
     <string name="title_setup_pop3">POP3 račun</string>
@@ -173,7 +176,7 @@
     <string name="title_setup_gmail_support">Autorizacija Google računa radit će samo u verzijama Play trgovine i GitHub-a, jer Android provjerava digitalne potpise aplikacija</string>
     <string name="title_setup_gmail_rationale">Molimo da potvrdite dopuštenja za izbor računa i čitanje vašeg imena</string>
     <string name="title_setup_gmail_permissions">Google će pitati za dopuštenja za čitanje, pisanje, slanje i trajno brisanje svih vaših poruka. FairEmail nikada neće brisati vaše poruke bez vaše saglasnosti.</string>
-    <string name="title_setup_gmail_drafts">Ukoliko folder \'nacrti\' nije dostupan putem IMAP-a, onda se to može popraviti u postavkama Gmail oznaka (etiketa)</string>
+    <string name="title_setup_gmail_on_device">Zašto trebam izabrati račun na lokalnom uređaju?</string>
     <string name="title_setup_gmail_password">Želim autorizovati račun sa lozinkom umjesto lokalnog računa na uređaju</string>
     <string name="title_setup_office_auth">Greška \'PROVJERA nije uspjela\' može biti uzrokovana postavkama IMAP/SMTP-a koje je isključio sistemski administrator</string>
     <string name="title_setup_oauth_rationale">Autorizuj pristup vašem%1$s računu</string>
@@ -394,6 +397,7 @@
     <string name="title_advanced_timeout">Konekcija na isteku (sekunde)</string>
     <string name="title_advanced_prefer_ip4">Preferiraj IPv4 preko IPv6</string>
     <string name="title_advanced_ssl_harden">Ojačaj SSL konekcije</string>
+    <string name="title_advanced_ssl_harden_strict">Zahtjevaj TLS 1.3</string>
     <string name="title_advanced_cert_strict">Striktna provjera certifikata</string>
     <string name="title_advanced_manage_connectivity">Upravljanje konekcijama</string>
     <string name="title_advanced_caption_general">Općenito</string>
@@ -410,7 +414,7 @@
     <string name="title_advanced_two_col">Koristi dvije kolone</string>
     <string name="title_advanced_min_screen_size">Minimalna veličina ekrana za podijeljeni ekran</string>
     <string name="title_advanced_close_pane">Suzi red ili kolonu pri zatvaranju konverzacije</string>
-    <string name="title_advanced_column_width">Širina popisne kolone: %1$s %%</string>
+    <string name="title_advanced_column_width">Širina kolone / visina reda poruka: %1$s %%</string>
     <string name="title_advanced_nav_options">Prikaži opcije navigacijskog menija</string>
     <string name="title_advanced_nav_categories">Prikaži kategorije računa u navigacijskom meniju</string>
     <string name="title_advanced_nav_pin">Zakači navigacijski meni</string>
@@ -485,6 +489,7 @@
     <string name="title_advanced_text_size">Koristi veličine teksta</string>
     <string name="title_advanced_text_font">Koristi fontove</string>
     <string name="title_advanced_text_align">Koristi poravnanje teksta</string>
+    <string name="title_advanced_text_titles">Prikaži {HTML titles}</string>
     <string name="title_advanced_text_separators">Koristi linije razdvajanja</string>
     <string name="title_advanced_collapse_quotes">Suzi citirani tekst</string>
     <string name="title_advanced_image_placeholders">Prikaži mjesta za prikaz slika</string>
@@ -495,6 +500,7 @@
     <string name="title_advanced_actionbar_color">Koristi boju računa kao pozadinsku boju radne trake za konverzaciju</string>
     <string name="title_advanced_category_header">Grupiši prema kategoriji računa</string>
     <string name="title_advanced_navbar_colorize">Oboji navigacijsku traku Androida</string>
+    <string name="title_advanced_list_count">Prikaži broj poruka ili konverzacija u gornjoj akcionoj traci</string>
     <string name="title_advanced_bundled_fonts">Koristi paketske fontove</string>
     <string name="title_advanced_parse_classes">Raščlani stilske stranice</string>
     <string name="title_advanced_authentication">Prikaži upozorenja kod provjere</string>
@@ -503,6 +509,7 @@
     <string name="title_advanced_authentication_none">Bez provjere</string>
     <string name="title_advanced_authentication_some">Djelomična provjera</string>
     <string name="title_advanced_authentication_all">Potpuna provjera</string>
+    <string name="title_advanced_restore_on_launch">Vrati stanje aplikacije pri pokretanju</string>
     <string name="title_advanced_sync_on_launch">Sinhronizacija pri pokretanju</string>
     <string name="title_advanced_double_back">Dupli dodir dugmeta \'nazad\' za izlaz</string>
     <string name="title_advanced_conversation_actions">Predloži radnje (Android 10+)</string>
@@ -545,6 +552,7 @@
     <string name="title_advanced_notify_background">Prikaži obavještenja samo u pozadini</string>
     <string name="title_advanced_notify_known">Prikaži obavještenja samo za kontakte</string>
     <string name="title_advanced_notify_suppress_in_call">Odgodi obavještenja tokom poziva</string>
+    <string name="title_advanced_notify_suppress_in_car">Odgodi obavještenja kada je spojen Android Auto</string>
     <string name="title_advanced_notify_summary">Prikaži samo obavještenja sa sažetkom</string>
     <string name="title_advanced_notify_preview">Prikaži pregled poruke u obavještenjima</string>
     <string name="title_advanced_notify_preview_all">Prikaz cijelog teksta</string>
@@ -630,6 +638,7 @@
     <string name="title_advanced_class_min_difference">Minimalna razlika klasa: %1$s %%</string>
     <string name="title_advanced_language">Jezik</string>
     <string name="title_advanced_language_system">Sistemski</string>
+    <string name="title_advanced_lt">LanguageTool integracija</string>
     <string name="title_advanced_deepl">DeepL integracija</string>
     <string name="title_advanced_sdcard">Želim koristiti SD karticu</string>
     <string name="title_advanced_watchdog">Povremeno provjeri da li je FairEmail još aktivan</string>
@@ -642,6 +651,7 @@
     <string name="title_advanced_cleanup">Čišćenje</string>
     <string name="title_advanced_app">Postavke aplikacije</string>
     <string name="title_advanced_more">Više opcija</string>
+    <string name="title_advanced_main_log">Glavni zapis izvještaja</string>
     <string name="title_advanced_protocol">Bilježenje protokola</string>
     <string name="title_advanced_log_info">Bilježenje otklanjanja grešaka</string>
     <string name="title_advanced_debug">Način otklanjanja grešaka</string>
@@ -669,7 +679,7 @@
     <string name="title_advanced_folder_nav_hint">Ovim će se uvijek vraćati sa spiska poruka na spisak foldera povezanog računa</string>
     <string name="title_advanced_suggest_names_hint">Ako je isključeno, koristit će se samo e-mail adrese pri izboru kontakata</string>
     <string name="title_advanced_suggest_local_hint">Pored kontakata koje pruža Android. Kontaktni podaci bit će čuvani za nove poslane ili primljene poruke samo kada je opcija uključena.</string>
-    <string name="title_advanced_auto_identity_hint">Ovim će se izabrati posljednji identitet korišten kao prvi primalac u novim porukama</string>
+    <string name="title_advanced_auto_identity_hint">Ovim će se izabrati posljednji identitet korišten pri biranju primaoca novih poruka</string>
     <string name="title_advanced_send_reminders_hint">Prikazuje upozorenje kada su tekst poruke ili predmet prazni ili kada nedostaje prilog</string>
     <string name="title_advanced_reply_move_hint">E-mail server još može dodavati poruke u folder za poslane poruke</string>
     <string name="title_advanced_usenet_hint">Ubaci \'-- \' između teksta i potpisa</string>
@@ -706,6 +716,7 @@
     <string name="title_advanced_inline_hint">Poravnate slike su slike unutar tijela poruke</string>
     <string name="compressed">Sadržaj kompresovanih datoteka (%1$s) sa više od %2$s datoteke(a) ili sa datotekama većim od %3$s neće se prikazivati</string>
     <string name="title_advanced_parse_classes_hint">Ovo će preciznije prikazivati poruke, ali vjerovatno sa kašnjenjem</string>
+    <string name="title_advanced_restore_on_launch_hint">Vrati posljednje stanje aplikacije kada se ona ponovo pokrene dodirom na ikonicu početnog ekrana unutar %1$d minute(a)</string>
     <string name="title_advanced_language_detection_hint">Podrška za otkrivanje jezika zavisi od proizvođača uređaja</string>
     <string name="title_advanced_autoexpand_hint">Automatski otvori poruku kada se u konverzaciji nalazi samo jedna poruka ili samo jedna nepročitana poruka</string>
     <string name="title_advanced_expandall_hint">Dugme za odgovor neće se prikazivati kada se prošire višestruke poruke, jer nije jasno na koju od poruka se odnosi to dugme</string>
@@ -723,6 +734,7 @@
     <string name="title_advanced_safe_browsing_hint">Google-ov server zna koje adrese se pregledaju</string>
     <string name="title_advanced_badge_hint">Dostupno samo na podržanim launcher-ima</string>
     <string name="title_advanced_notify_action_hint">Bit će prikazane najviše tri radnje</string>
+    <string name="title_advanced_notify_car_hint">Spojen znači da se nešto projicira, poput karte za navigaciju</string>
     <string name="title_advanced_notify_remove_hint">Obavještenja o novim porukama će se uvijek skloniti kada se prevuku preko ekrana ili označavanjem poruka kao \'pročitane\'</string>
     <string name="title_advanced_notify_manage_hint">Dodirnite naziv kanala za postavljanje svojstava kanala</string>
     <string name="title_advanced_notify_manage_default_hint">Za postavljanje zadanog zvuka, itd.</string>
@@ -757,7 +769,9 @@
     <string name="title_advanced_sender_regex">Regularni izrazi za podudaranje korisničkog imena dolaznih e-mail adresa</string>
     <string name="title_identity_reply_to">Odgovori na adresu</string>
     <string name="title_identity_internal">Interni nazivi domena (razdvojeni zarezima)</string>
+    <string name="title_identity_unicode">Dopusti UTF-8 standard u zaglavljima poruka</string>
     <string name="title_identity_unicode_remark">Većina servera ne podržava ovo</string>
+    <string name="title_identity_octetmime">Dopusti 8BITMIME</string>
     <string name="title_identity_max_size">Maksimalna veličina poruke (MB)</string>
     <string name="title_identity_receipt">Po zadanom zahtijevaj potvrdu o dostavi/čitanju</string>
     <string name="title_identity_receipt_legacy">Koristi stara zaglavlja sa zahtjevanim potvrdama</string>
@@ -787,7 +801,7 @@
     <string name="title_custom">Prilagođen</string>
     <string name="title_host">Naziv hosta</string>
     <string name="title_encryption">Šifriranje</string>
-    <string name="title_encryption_none">Nijedno</string>
+    <string name="title_encryption_none">Nema (nesigurno)</string>
     <string name="title_allow_insecure">Dopusti nesigurne konekcije</string>
     <string name="title_insecure_remark">Nesigurne konekcije trebaju biti dopuštene samo na pouzdanim mrežama i nikada na javnim mrežama</string>
     <string name="title_notify_remark">Možete omogućiti ovo za obavještenja specifična za račune</string>
@@ -847,6 +861,7 @@
     <string name="title_account_delete">Izbrisati ovaj račun trajno?</string>
     <string name="title_identity_delete">Izbrisati ovaj identitet trajno?</string>
     <string name="title_edit_html">Uredi kao HTML</string>
+    <string name="title_import_file">Uvezi datoteku</string>
     <string name="title_sign_key">Potpiši ključ: %1$s</string>
     <string name="title_last_connected">Zadnja konekcija: %1$s</string>
     <string name="title_backoff_until">Čekanje nakon neuspjeha do: %1$s</string>
@@ -927,6 +942,7 @@
     <string name="title_search_folder">Traži folder</string>
     <string name="title_apply_to_all">Primijeni za sve</string>
     <string name="title_edit_account_name">Uredi ime računa</string>
+    <string name="title_edit_account_color">Uredi boju računa</string>
     <string name="title_hide_folder">Sakrij folder</string>
     <string name="title_hide_seen_folder">Sakrij folder ako su sve poruke pročitane</string>
     <string name="title_hide_seen_folder_hint">Samo na spisku foldera prikazanom na početnom ekranu</string>
@@ -1338,6 +1354,10 @@
     <string name="title_search_in">Traži u</string>
     <string name="title_search_sender">Traži pošiljaoca</string>
     <string name="title_search_delete">Izbrisati sačuvanu pretragu?</string>
+    <string name="title_save_search">Sačuvana pretraga</string>
+    <string name="title_save_search_name">Naziv</string>
+    <string name="title_save_search_order">Redoslijed</string>
+    <string name="title_save_search_color">Boja</string>
     <string name="title_sort_on">Sortiraj prema</string>
     <string name="title_sort_on_time">Vremenu</string>
     <string name="title_sort_on_unread">Nepročitano</string>
@@ -1545,6 +1565,7 @@
     <string name="title_legend_embedded_image">Mjesto prikaza ugrađene slike</string>
     <string name="title_legend_tracking_pixel">Slika koja \'prati\'</string>
     <string name="title_legend_broken_image">Oštećena slika</string>
+    <string name="title_legend_open_external">Otvori van aplikacije</string>
     <string name="title_legend_pick">Izaberite kontakt</string>
     <string name="title_legend_cc">Prikaži CC/BCC</string>
     <string name="title_legend_link">Ubaci link</string>
@@ -1628,6 +1649,7 @@
     <string name="title_yes">Da</string>
     <string name="title_no">Ne</string>
     <string name="title_later">Kasnije</string>
+    <string name="title_paste_plain">Zalijepi kao obični tekst</string>
     <string name="title_undo">Vrati</string>
     <string name="title_redo">Vrati</string>
     <string name="title_insert_line">Ubaci liniju</string>
@@ -1699,7 +1721,6 @@
     <string name="title_boundary_retry">Pokušaj ponovo</string>
     <string name="title_unexpected_error">Neočekivana greška</string>
     <string name="title_log">Zapisnik</string>
-    <string name="title_auto_scroll">Auto pomicanje</string>
     <string name="title_log_clear">Očisti</string>
     <string name="title_rules_search_hint">Traži ime ili uvjet</string>
     <string name="title_rules_export">Izvezi pravila</string>
@@ -1732,6 +1753,7 @@
     <string name="title_widget_compose">Prikaži dugme za pisanje nove poruke</string>
     <string name="title_widget_background">Boja pozadine</string>
     <string name="title_widget_day_night">Prati tamnu sistemsku temu</string>
+    <string name="title_compat_dark">Google je uklonio tamnu temu za Android verzije prije verzije 10</string>
     <string name="title_accessibility_collapsed">Suženo</string>
     <string name="title_accessibility_expanded">Prošireno</string>
     <string name="title_accessibility_seen">Pročitano</string>
@@ -1771,6 +1793,7 @@
     <string-array name="pollIntervalNames">
         <item>Uvijek</item>
         <item>Svakih 5 minuta</item>
+        <item>Svakih 10 minuta</item>
         <item>Svakih 15 minuta</item>
         <item>Svakih 30 minuta</item>
         <item>Svakog sata</item>
@@ -1814,6 +1837,7 @@
         <item>Idi na sljedeću konverzaciju</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Mali</item>
         <item>Vrlo mali</item>
         <item>Mali</item>
         <item>Srednji</item>
diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml
index fb49ff410d..1b6d8d3a3e 100644
--- a/app/src/main/res/values-ca-rES/strings.xml
+++ b/app/src/main/res/values-ca-rES/strings.xml
@@ -116,7 +116,6 @@ Ambdues opcions es poden desactivar si es desitja.</string>
     <string name="title_setup_pop3">Compte POP3</string>
     <string name="title_setup_gmail_rationale">Doneu permís per seleccionar un compte i llegir el vostre nom</string>
     <string name="title_setup_gmail_permissions">Google sol·licitarà permisos per llegir, compondre, enviar i suprimir tot el vostre correu electrònic. FairEmail mai suprimirà els vostres missatges sense el vostre consentiment explícit.</string>
-    <string name="title_setup_gmail_drafts">Si IMAP no pot accedir a la carpeta d\'esborranys, es pot solucionar a la configuració de l\'etiqueta de Gmail</string>
     <string name="title_setup_office_auth">L\'error \"AUTHENTICATE failed\" es pot produir perquè l\'administrador del sistema hagi deshabilitat IMAP/SMTP</string>
     <string name="title_setup_oauth_rationale">Autoritza accés al seu compte %1$s</string>
     <string name="title_setup_oauth_authorize">Autoritzar</string>
@@ -469,7 +468,6 @@ Ambdues opcions es poden desactivar si es desitja.</string>
     <string name="title_custom">Personalitzat</string>
     <string name="title_host">Nom del servidor</string>
     <string name="title_encryption">Xifratge</string>
-    <string name="title_encryption_none">Cap</string>
     <string name="title_allow_insecure">Permet connexions no segures</string>
     <string name="title_insecure_remark">Les connexions insegures només s’han de permetre en xarxes de confiança i mai en xarxes públiques</string>
     <string name="title_port">Número de port</string>
@@ -823,6 +821,9 @@ Ambdues opcions es poden desactivar si es desitja.</string>
     <string name="title_search_server">Cerca en el servidor remot</string>
     <string name="title_search_in">Cerca en</string>
     <string name="title_search_sender">Cerca correu</string>
+    <string name="title_save_search_name">Nom</string>
+    <string name="title_save_search_order">Ordre</string>
+    <string name="title_save_search_color">Color</string>
     <string name="title_sort_on">Ordena per</string>
     <string name="title_sort_on_time">Data</string>
     <string name="title_sort_on_unread">Sense llegir</string>
@@ -1096,7 +1097,6 @@ Ambdues opcions es poden desactivar si es desitja.</string>
     <string name="title_boundary_retry">Prova de nou</string>
     <string name="title_unexpected_error">S\'ha produït un error inesperat</string>
     <string name="title_log">Registres</string>
-    <string name="title_auto_scroll">Desplaçament automàtic</string>
     <string name="title_log_clear">Netejar</string>
     <string name="title_rules_export">Exporta regles</string>
     <string name="title_rules_import">Importa regles</string>
@@ -1150,6 +1150,7 @@ Ambdues opcions es poden desactivar si es desitja.</string>
     <string-array name="pollIntervalNames">
         <item>Sempre</item>
         <item>Cada 5 minuts</item>
+        <item>Cada 10 minuts</item>
         <item>Cada 15 minuts</item>
         <item>Cada 30 minuts</item>
         <item>Cada hora</item>
@@ -1193,6 +1194,7 @@ Ambdues opcions es poden desactivar si es desitja.</string>
         <item>Següent conversa</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>Extra small</item>
         <item>Petit</item>
         <item>Mitjà</item>
diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml
index 7e8cfe61d1..acca3d5483 100644
--- a/app/src/main/res/values-cs-rCZ/strings.xml
+++ b/app/src/main/res/values-cs-rCZ/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail je e-mailový klient s otevřeným zdrojovým kódem zaměřený na soukromí a bezpečnost. Z tohoto důvodu se některé funkce mohou chovat odlišně než jste zvyklí.</string>
     <string name="app_limitations">Například, zprávy jsou ve výchozím nastavení přeformátovány, aby byly odstraněny nezabezpečené prvky a zlepšila se čitelnost, a otevírání odkazů je pro bezpečnost potřeba potvrdit. Oboje lze v případě potřeby vypnout.</string>
     <string name="app_unsupported">Chyby v Android verzi tohoto konkrétního zařízení způsobí pády</string>
+    <string name="app_data_loss">Všechna data mohou být ztracena</string>
     <string name="app_continue">Přesto pokračovat</string>
     <string name="app_exit">Znovu „zpět“ pro ukončení</string>
     <string name="app_cake">Nedostatek místa v úložišti</string>
@@ -167,6 +168,7 @@
     <string name="title_setup_quick_smtp">SMTP server pro odesílání zpráv</string>
     <string name="title_setup_quick_certificates">Certifikáty serveru</string>
     <string name="title_setup_wizard">Průvodce</string>
+    <string name="title_setup_wizard_tutorials">Průvodce</string>
     <string name="title_setup_wizard_multiple">Průvodce lze použít vícekrát, pro nastavení libovolného počtu účtů</string>
     <string name="title_setup_wizard_new">Potřebuji novou e-mailovou adresu</string>
     <string name="title_setup_manual">Ruční nastavení a možnosti účtu</string>
@@ -177,6 +179,7 @@
     <string name="title_setup_account_identity_hint">Jméno, barvu a akce přejetím nakonfigurujete v nastavení účtu, a podpis v nastavení identity</string>
     <string name="title_setup_accounts">Účty</string>
     <string name="title_setup_identities">Identity</string>
+    <string name="title_setup_google_sign_in">Přihlásit se pomocí Googlu</string>
     <string name="title_setup_other">Jiný poskytovatel</string>
     <string name="title_setup_inbound">Pouze příchozí e-maily (e-mail nelze odeslat)</string>
     <string name="title_setup_pop3">POP3 účet</string>
@@ -184,7 +187,7 @@
     <string name="title_setup_gmail_support">Autorizace účtů Google bude fungovat pouze v Google Play a GitHub verzi, protože Android kontroluje digitální podpis aplikace</string>
     <string name="title_setup_gmail_rationale">Pro zvolení účtu a přečtení vašeho jména prosím udělte oprávnění</string>
     <string name="title_setup_gmail_permissions">Google bude požadovat udělení oprávnění ke čtení, psaní, odesílání a trvalému odstranění všech vašich e-mailů. FairEmail nikdy neodstraní vaše zprávy bez vašeho výslovného souhlasu.</string>
-    <string name="title_setup_gmail_drafts">Není-li složka s koncepty přístupná skrze IMAP, lze to v Gmailu napravit v nastavení štítků</string>
+    <string name="title_setup_gmail_on_device">Proč potřebuji vybrat účet na zařízení?</string>
     <string name="title_setup_gmail_password">Chci autorizovat účet s pomocí hesla namísto účtu v zařízení</string>
     <string name="title_setup_office_auth">Chyba „AUTHENTICATE failed“ může být způsobena zakázaným IMAP/SMTP správcem systému</string>
     <string name="title_setup_oauth_rationale">Autorizovat přístup k vašemu účtu %1$s</string>
@@ -404,6 +407,7 @@
     <string name="title_advanced_timeout">Časový limit připojení (sekundy)</string>
     <string name="title_advanced_prefer_ip4">Upřednostňovat IPv4 před IPv6</string>
     <string name="title_advanced_ssl_harden">Obrnit SSL připojení</string>
+    <string name="title_advanced_ssl_harden_strict">Vyžadovat TLS 1.3</string>
     <string name="title_advanced_cert_strict">Přísná kontrola certifikátu</string>
     <string name="title_advanced_manage_connectivity">Spravovat připojení</string>
     <string name="title_advanced_caption_general">Obecné</string>
@@ -420,7 +424,7 @@
     <string name="title_advanced_two_col">Použít dva sloupce</string>
     <string name="title_advanced_min_screen_size">Minimální velikost obrazovky pro její rozdělení</string>
     <string name="title_advanced_close_pane">Sbalit řádek nebo sloupec při zavření konverzace</string>
-    <string name="title_advanced_column_width">Šířka sloupce zpráv: %1$s %%</string>
+    <string name="title_advanced_column_width">Šířka sloupce zprávy / výška řádku: %1$s %%</string>
     <string name="title_advanced_nav_options">Zobrazit možnosti navigačního menu</string>
     <string name="title_advanced_nav_categories">Zobrazit kategorie účtu v navigačním menu</string>
     <string name="title_advanced_nav_pin">Připnout navigační menu</string>
@@ -495,6 +499,7 @@
     <string name="title_advanced_text_size">Použít velikost textu</string>
     <string name="title_advanced_text_font">Použít fonty písma</string>
     <string name="title_advanced_text_align">Použít zarovnání textu</string>
+    <string name="title_advanced_text_titles">Zobrazit {HTML titles}</string>
     <string name="title_advanced_text_separators">Použít oddělovací čáry</string>
     <string name="title_advanced_collapse_quotes">Sbalit citovaný text</string>
     <string name="title_advanced_image_placeholders">Zobrazit zástupné symboly obrázků</string>
@@ -505,6 +510,7 @@
     <string name="title_advanced_actionbar_color">Použít barvu účtu jako barvu pozadí pro panel akcí konverzace</string>
     <string name="title_advanced_category_header">Seskupit podle kategorie účtu</string>
     <string name="title_advanced_navbar_colorize">Obarvit navigační panel Androidu</string>
+    <string name="title_advanced_list_count">Zobrazit počet zpráv nebo konverzací v horní liště akcí</string>
     <string name="title_advanced_bundled_fonts">Použít připojená písma</string>
     <string name="title_advanced_parse_classes">Parsovat šablony stylů</string>
     <string name="title_advanced_authentication">Zobrazit upozornění na ověření</string>
@@ -513,6 +519,7 @@
     <string name="title_advanced_authentication_none">Žádné ověření</string>
     <string name="title_advanced_authentication_some">Částečné ověření</string>
     <string name="title_advanced_authentication_all">Kompletní ověření</string>
+    <string name="title_advanced_restore_on_launch">Obnovit stav aplikace při spuštění</string>
     <string name="title_advanced_sync_on_launch">Synchronizovat při spuštění</string>
     <string name="title_advanced_double_back">Dvakrát „zpět“ pro ukončení</string>
     <string name="title_advanced_conversation_actions">Navrhovat akce (Android 10+)</string>
@@ -555,6 +562,7 @@
     <string name="title_advanced_notify_background">Zobrazovat oznámení pouze při běhu na pozadí</string>
     <string name="title_advanced_notify_known">Zobrazit oznámení pouze pro kontakty</string>
     <string name="title_advanced_notify_suppress_in_call">Zpoždění upozornění během hovoru</string>
+    <string name="title_advanced_notify_suppress_in_car">Zpoždění oznámení při připojení Android Auto</string>
     <string name="title_advanced_notify_summary">Zobrazit pouze souhrnné oznámení</string>
     <string name="title_advanced_notify_preview">Zobrazit náhled zprávy v oznámení</string>
     <string name="title_advanced_notify_preview_all">Náhled na celý text</string>
@@ -639,6 +647,7 @@
     <string name="title_advanced_class_min_difference">Minimální rozdíl pro klasifikaci: %1$s %%</string>
     <string name="title_advanced_language">Jazyk</string>
     <string name="title_advanced_language_system">Systémový</string>
+    <string name="title_advanced_lt">Integrace LanguageTool</string>
     <string name="title_advanced_deepl">DeepL integrace</string>
     <string name="title_advanced_sdcard">Chci použít Sd kartu</string>
     <string name="title_advanced_watchdog">Pravidelně kontrolovat, zda je FairEmail stále aktivní</string>
@@ -652,6 +661,7 @@
     <string name="title_advanced_last_cleanup">Poslední čištění: %1$s</string>
     <string name="title_advanced_app">Nastavení aplikace</string>
     <string name="title_advanced_more">Více možností</string>
+    <string name="title_advanced_main_log">Hlavní logování</string>
     <string name="title_advanced_protocol">Protokolovat protokoly</string>
     <string name="title_advanced_log_info">Protokolování při ladění</string>
     <string name="title_advanced_debug">Režim ladění</string>
@@ -679,7 +689,7 @@
     <string name="title_advanced_folder_nav_hint">Toto vás vždy vrátí do seznamu složek příslušného účtu ze seznamu zpráv</string>
     <string name="title_advanced_suggest_names_hint">Je-li vypnuto, budou při výběru kontaktů použity pouze e-mailové adresy</string>
     <string name="title_advanced_suggest_local_hint">Jako dodatek ke kontaktům poskytnutých Androidem. Je-li povoleno, kontaktní údaje budou ukládány pro nově odeslané či přijaté zprávy.</string>
-    <string name="title_advanced_auto_identity_hint">Toto zvolí poslední identitu použitou pro prvního příjemce nových zpráv</string>
+    <string name="title_advanced_auto_identity_hint">Toto zvolí poslední identitu použitou při výběru příjemce pro nové zprávy</string>
     <string name="title_advanced_send_reminders_hint">Zobrazí upozornění, je-li text zprávy či předmět prázdný nebo chybí-li pravděpodobně příloha</string>
     <string name="title_advanced_reply_move_hint">E-mailový server stále může zprávy ukládat i do složky odeslané</string>
     <string name="title_advanced_usenet_hint">Vložit „-- “ mezi text a podpis</string>
@@ -716,6 +726,7 @@
     <string name="title_advanced_inline_hint">Vložené obrázky jsou obrázky v těle zprávy</string>
     <string name="compressed">Obsah komprimovaných souborů (%1$s) s více než %2$s soubory nebo se soubory většími než %3$s nebudou zobrazeny</string>
     <string name="title_advanced_parse_classes_hint">Zprávy budou zobrazovány přesněji, ale s potencionálním zpožděním</string>
+    <string name="title_advanced_restore_on_launch_hint">Obnovit poslední stav aplikace při restartování přes ikonu spouštěče během %1$d minut</string>
     <string name="title_advanced_language_detection_hint">Podpora detekce jazyka je závislá na výrobci zařízení</string>
     <string name="title_advanced_autoexpand_hint">Automaticky otevřít zprávu, je-li v konverzaci pouze jediná zpráva nebo jediná nepřečtená</string>
     <string name="title_advanced_expandall_hint">Tlačítko odpovědi nebude zobrazeno, pokud je rozbaleno více zpráv, protože není jasné na které zprávy se toto tlačítko vztahuje</string>
@@ -733,6 +744,7 @@
     <string name="title_advanced_safe_browsing_hint">Google server ví, které adresy jsou vyhledávány</string>
     <string name="title_advanced_badge_hint">K dispozici pouze v podporovaných spouštěčích aplikací</string>
     <string name="title_advanced_notify_action_hint">Budou zobrazeny nejvýše tři akce</string>
+    <string name="title_advanced_notify_car_hint">Připojení znamená, že se promítá něco, jako je mapa navigace</string>
     <string name="title_advanced_notify_remove_hint">Oznámení nových zpráv budou při odtažení prstem a při označení zpráv jako přečtených odebrána vždy</string>
     <string name="title_advanced_notify_manage_hint">Pro nastavení vlastností kanálu se dotkněte jeho názvu</string>
     <string name="title_advanced_notify_manage_default_hint">Pro nastavení výchozího zvuku, apod</string>
@@ -767,6 +779,7 @@
     <string name="title_advanced_sender_regex">Reg. výraz odpovídající uživ. jménu příchozích e-mailových adres</string>
     <string name="title_identity_reply_to">Odpověď na adresu</string>
     <string name="title_identity_internal">Názvy interních domén (oddělené čárkou)</string>
+    <string name="title_identity_unicode">Povolit UTF-8 v záhlaví zprávy</string>
     <string name="title_identity_unicode_remark">Většina serverů toto nepodporuje</string>
     <string name="title_identity_octetmime">Povolit 8BITMIME</string>
     <string name="title_identity_max_size">Maximální velikost zprávy (MB)</string>
@@ -798,7 +811,7 @@
     <string name="title_custom">Vlastní</string>
     <string name="title_host">Název hostitele</string>
     <string name="title_encryption">Šifrování</string>
-    <string name="title_encryption_none">Žádné</string>
+    <string name="title_encryption_none">Žádné (nezabezpečené)</string>
     <string name="title_allow_insecure">Povolit nezabezpečené připojení</string>
     <string name="title_insecure_remark">Nezabezpečená připojení by měla být povolena pouze v důvěryhodných, a nikdy na veřejných sítích</string>
     <string name="title_notify_remark">Toto můžete povolit pro specifická upozornění účtu</string>
@@ -858,6 +871,7 @@
     <string name="title_account_delete">Trvale smazat tento účet?</string>
     <string name="title_identity_delete">Trvale smazat tuto identitu?</string>
     <string name="title_edit_html">Upravit jako HTML</string>
+    <string name="title_import_file">Importovat soubor</string>
     <string name="title_sign_key">Podpisový klíč: %1$s</string>
     <string name="title_last_connected">Poslední připojení: %1$s</string>
     <string name="title_backoff_until">Čekání po selhání do: %1$s</string>
@@ -938,6 +952,7 @@
     <string name="title_search_folder">Hledat složku</string>
     <string name="title_apply_to_all">Použít na vše</string>
     <string name="title_edit_account_name">Upravit název účtu</string>
+    <string name="title_edit_account_color">Upravit barvu účtu</string>
     <string name="title_hide_folder">Skrýt složku</string>
     <string name="title_hide_seen_folder">Skrýt složku, pokud jsou přečteny všechny zprávy</string>
     <string name="title_hide_seen_folder_hint">Pouze v seznamu složek zobrazeném na úvodní obrazovce</string>
@@ -1346,6 +1361,10 @@
     <string name="title_search_in">Hledat v</string>
     <string name="title_search_sender">Hledat odesílatele</string>
     <string name="title_search_delete">Smazat uložené vyhledávání?</string>
+    <string name="title_save_search">Uložená hledání</string>
+    <string name="title_save_search_name">Název</string>
+    <string name="title_save_search_order">Pořadí</string>
+    <string name="title_save_search_color">Barva</string>
     <string name="title_sort_on">Řadit dle</string>
     <string name="title_sort_on_time">Čas</string>
     <string name="title_sort_on_unread">Nepřečteno</string>
@@ -1553,6 +1572,7 @@
     <string name="title_legend_embedded_image">Zástupce vloženého obrázku</string>
     <string name="title_legend_tracking_pixel">Sledovací obrázek</string>
     <string name="title_legend_broken_image">Poškozený obrázek</string>
+    <string name="title_legend_open_external">Otevřít mimo aplikaci</string>
     <string name="title_legend_pick">Vybrat kontakt</string>
     <string name="title_legend_cc">Zobrazit kopii/skrytou kopii</string>
     <string name="title_legend_link">Vložit odkaz</string>
@@ -1636,6 +1656,7 @@
     <string name="title_yes">Ano</string>
     <string name="title_no">Ne</string>
     <string name="title_later">Později</string>
+    <string name="title_paste_plain">Vložit jako prostý text</string>
     <string name="title_undo">Zpět</string>
     <string name="title_redo">Znovu</string>
     <string name="title_insert_line">Vložit řádek</string>
@@ -1706,7 +1727,6 @@
     <string name="title_boundary_retry">Zkusit znovu</string>
     <string name="title_unexpected_error">Neočekávaná chyba</string>
     <string name="title_log">Protokol</string>
-    <string name="title_auto_scroll">Automatické posouvání</string>
     <string name="title_log_clear">Vyčistit</string>
     <string name="title_rules_search_hint">Hledat název nebo podmínku</string>
     <string name="title_rules_export">Exportovat pravidla</string>
@@ -1739,6 +1759,7 @@
     <string name="title_widget_compose">Zobrazit tlačítko pro vytvoření nové zprávy</string>
     <string name="title_widget_background">Barva pozadí</string>
     <string name="title_widget_day_night">Sledovat tmavý motiv systému</string>
+    <string name="title_compat_dark">Google odstranil tmavý režim pro verze Androidu nižší než 10</string>
     <string name="title_accessibility_collapsed">Sbaleno</string>
     <string name="title_accessibility_expanded">Rozbaleno</string>
     <string name="title_accessibility_seen">Přečteno</string>
@@ -1779,6 +1800,7 @@
     <string-array name="pollIntervalNames">
         <item>Neustále</item>
         <item>Každých 5 minut</item>
+        <item>Každých 10 minut</item>
         <item>Každých 15 minut</item>
         <item>Každých 30 minut</item>
         <item>Každou hodinu</item>
@@ -1822,6 +1844,7 @@
         <item>Přejít na další konverzaci</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Nejmenší</item>
         <item>Velmi malé</item>
         <item>Malé</item>
         <item>Střední</item>
diff --git a/app/src/main/res/values-da-rDK/strings.xml b/app/src/main/res/values-da-rDK/strings.xml
index a2a86cd3db..7efa1714b3 100644
--- a/app/src/main/res/values-da-rDK/strings.xml
+++ b/app/src/main/res/values-da-rDK/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail er en open source e-mail app med fokus på privatliv og sikkerhed. Derfor vil visse funktioner muligvis fungere anderledes, end hvad du er vant til.</string>
     <string name="app_limitations">F.eks. omformateres beskeder som standard for at fjerne usikre elementer samt forbedre læsbarheden, og åbning af links skal sikkerhedsbekræftes. Begge funktioner kan om ønsket deaktiveres.</string>
     <string name="app_unsupported">Fejl i Android-versionen på denne enhedstype forårsager nedbrud</string>
+    <string name="app_data_loss">Alle-data kan gå tabt</string>
     <string name="app_continue">Fortsæt alligevel</string>
     <string name="app_exit">Tryk \'Tilbage\' igen for at afslutte</string>
     <string name="app_cake">Utilstrækkelig tilgængelig lagerplads</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">SMTP-server til beskedafsendelse</string>
     <string name="title_setup_quick_certificates">Servercertifikater</string>
     <string name="title_setup_wizard">Guide</string>
+    <string name="title_setup_wizard_tutorials">Selvstudier</string>
     <string name="title_setup_wizard_multiple">Guiden kan anvendes ved hver ny kontoopsætning</string>
     <string name="title_setup_wizard_new">Jeg behøver en ny e-mailadresse</string>
     <string name="title_setup_manual">Manuel opsætning og kontoindstillinger</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Navn, farve og stryg-handlinger kan opsættes i kontoindstillingerne, og en signatur kan opsættes i identitetsindstillingerne</string>
     <string name="title_setup_accounts">Konti</string>
     <string name="title_setup_identities">Identiteter</string>
+    <string name="title_setup_google_sign_in">Log ind med Google</string>
     <string name="title_setup_other">Anden udbyder</string>
     <string name="title_setup_inbound">Kun indgående e-mail (e-mail kan ikke sendes!)</string>
     <string name="title_setup_pop3">POP3-konto</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">Godkendelse af Google-konti fungerer kun i Play Store-versioner, da Android tjekker den digitale app-signatur</string>
     <string name="title_setup_gmail_rationale">Giv tilladelser til at vælge en konto og læse dit navn</string>
     <string name="title_setup_gmail_permissions">Google vil beder om tilladelse til at læse, komponere, sende samt permanent slette alle din e-mails. FairEmail sletter aldrig dine beskeder uden dit samtykke.</string>
-    <string name="title_setup_gmail_drafts">Er kladdermappen ikke er tilgængelig med IMAP, kan dette rettes i Gmail-etiketindstillingerne</string>
+    <string name="title_setup_gmail_on_device">Hvorfor skal der vælges en enhedsbaseret konto?</string>
     <string name="title_setup_gmail_password">Jeg ønsker at godkende en konto med en adgangskode i stedet for en enhedskonto</string>
     <string name="title_setup_office_auth">Fejlen \'GODKENDELSE mislykkedes\' kan skyldes, at IMAP/SMTP er deaktiveret af systemadministratoren</string>
     <string name="title_setup_oauth_rationale">Godkend adgang til din %1$s-konto</string>
@@ -383,6 +386,7 @@
     <string name="title_advanced_timeout">Forbindelses-timeout (sekunder)</string>
     <string name="title_advanced_prefer_ip4">Foretræk IPv4 frem for IPv6</string>
     <string name="title_advanced_ssl_harden">Hærd SSL-forbindelser</string>
+    <string name="title_advanced_ssl_harden_strict">Kræv TLS 1.3</string>
     <string name="title_advanced_cert_strict">Striks certifikatkontrol</string>
     <string name="title_advanced_manage_connectivity">Håndtér konnektivitet</string>
     <string name="title_advanced_caption_general">Generelt</string>
@@ -399,7 +403,7 @@
     <string name="title_advanced_two_col">Brug to kolonner</string>
     <string name="title_advanced_min_screen_size">Minimumsskærmstørrelse for opsplitning af skærmen</string>
     <string name="title_advanced_close_pane">Skjul række eller kolonne, når en samtale lukkes</string>
-    <string name="title_advanced_column_width">Beskedkolonnebredde: %1$s %%</string>
+    <string name="title_advanced_column_width">Beskedkolonnebredde/-rækkehøjde: %1$s %%</string>
     <string name="title_advanced_nav_options">Vis navigeringsmenuindstillinger</string>
     <string name="title_advanced_nav_categories">Vis kontokategorier i navigeringsmenuen</string>
     <string name="title_advanced_nav_pin">Fastgør navigeringsmenu</string>
@@ -484,6 +488,7 @@
     <string name="title_advanced_actionbar_color">Benyt kontofarve som baggrundsfarve til samtalens handlingsbjælke</string>
     <string name="title_advanced_category_header">Gruppering efter kontokategori</string>
     <string name="title_advanced_navbar_colorize">Farvelæg Android-navigeringsbjælken</string>
+    <string name="title_advanced_list_count">Vis antallet af beskeder eller samtaler på øverste handlingsbjælke</string>
     <string name="title_advanced_bundled_fonts">Brug bundtede skrifttyper</string>
     <string name="title_advanced_parse_classes">CSS-fortolkning</string>
     <string name="title_advanced_authentication">Vis godkendelsesadvarsler</string>
@@ -492,6 +497,7 @@
     <string name="title_advanced_authentication_none">Ingen godkendelse</string>
     <string name="title_advanced_authentication_some">Delvis godkendelse</string>
     <string name="title_advanced_authentication_all">Komplet godkendelse</string>
+    <string name="title_advanced_restore_on_launch">Gendan app-tilstand ved start</string>
     <string name="title_advanced_sync_on_launch">Synkronisér ved opstart</string>
     <string name="title_advanced_double_back">Dobbelttryk \"Tilbage\"/stryg for at lukke</string>
     <string name="title_advanced_conversation_actions">Foreslå handlinger (Android 10+)</string>
@@ -534,6 +540,7 @@
     <string name="title_advanced_notify_background">Vis kun notifikationer i baggrundstilstand</string>
     <string name="title_advanced_notify_known">Vis kun notifikationer for kontakter</string>
     <string name="title_advanced_notify_suppress_in_call">Udsæt notifikationer under opkald</string>
+    <string name="title_advanced_notify_suppress_in_car">Udsæt notifikationer, mens Android Auto er tilsluttet</string>
     <string name="title_advanced_notify_summary">Vis kun resuménotifikationer</string>
     <string name="title_advanced_notify_preview">Beskedforhåndsvisning i notifikationer</string>
     <string name="title_advanced_notify_preview_all">Forhåndsvis al tekst</string>
@@ -619,6 +626,7 @@
     <string name="title_advanced_class_min_difference">Minimumsklassedifferens: %1$s %%</string>
     <string name="title_advanced_language">Sprog</string>
     <string name="title_advanced_language_system">System</string>
+    <string name="title_advanced_lt">LanguageTool-integration</string>
     <string name="title_advanced_deepl">DeepL-integration</string>
     <string name="title_advanced_sdcard">Et SD-kort ønskes benyttet</string>
     <string name="title_advanced_watchdog">Tjek periodisk om FairEmail stadig er aktiv</string>
@@ -632,6 +640,7 @@
     <string name="title_advanced_last_cleanup">Sidste oprydning: %1$s</string>
     <string name="title_advanced_app">App-indstillinger</string>
     <string name="title_advanced_more">Flere valgmuligheder</string>
+    <string name="title_advanced_main_log">Hovedlogning</string>
     <string name="title_advanced_protocol">Protokollogning</string>
     <string name="title_advanced_log_info">Fejllogning</string>
     <string name="title_advanced_debug">Fejlretningstilstand</string>
@@ -659,7 +668,7 @@
     <string name="title_advanced_folder_nav_hint">Dette vil altid returnere til den relaterede kontos mappeliste fra en beskedliste</string>
     <string name="title_advanced_suggest_names_hint">Hvis deaktiveret, bruges kun e-mailadresser ved valg af kontakter</string>
     <string name="title_advanced_suggest_local_hint">Ud over kontakter fra Android. Kontaktdata gemmes kun for nyligt afsendte eller modtagne beskeder, når aktiveret.</string>
-    <string name="title_advanced_auto_identity_hint">Dette vælger den seneste identitet brugt til den første modtager af nye beskeder</string>
+    <string name="title_advanced_auto_identity_hint">Dette vælger den seneste brugte identitet ved valg af modtager af nye beskeder</string>
     <string name="title_advanced_send_reminders_hint">Vis en advarsel, når beskedtekst eller emne er tomt, eller en vedhæftet fil muligvis mangler</string>
     <string name="title_advanced_reply_move_hint">E-mailserveren kan dog stadig føje beskederne til beskedafsendelsesmappen</string>
     <string name="title_advanced_usenet_hint">Indsæt \'-- \' mellem teksten og signaturen</string>
@@ -696,6 +705,7 @@
     <string name="title_advanced_inline_hint">Inline-billeder er billeder, som er inkluderet i beskeden</string>
     <string name="compressed">Komprimerede filer (%1$s) indeholdende flere end %2$s filer, eller med filer større end %3$s, vises ikke</string>
     <string name="title_advanced_parse_classes_hint">Dette viser beskeder mere korrekt, men muligvis med en forsinkelse</string>
+    <string name="title_advanced_restore_on_launch_hint">Gendan seneste app-tilstand ved genstart inden for %1$d minutter via app-ikonet</string>
     <string name="title_advanced_language_detection_hint">Sprogdetekteringsunderstøttelse afhænger af enhedsproducenten</string>
     <string name="title_advanced_autoexpand_hint">Åbn automatisk besked, når der kun er én besked eller kun én ulæst besked i en samtale</string>
     <string name="title_advanced_expandall_hint">Svar-knappen vises ikke, når flere beskeder er udvidet, da det vil være uklart, hvilken besked knappen gælder for</string>
@@ -713,6 +723,7 @@
     <string name="title_advanced_safe_browsing_hint">Google-serveren ved, hvilke adresser, som bliver slået op</string>
     <string name="title_advanced_badge_hint">Kun tilgængelig i understøttede launchers</string>
     <string name="title_advanced_notify_action_hint">Maksimalt tre handlinger vises</string>
+    <string name="title_advanced_notify_car_hint">Tilsluttet indikerer, at noget vises, f.eks. et navigationskort</string>
     <string name="title_advanced_notify_remove_hint">Nye beskednotifikationer fjernes altid, når de stryges væk samt ved markering af beskeder som læste</string>
     <string name="title_advanced_notify_manage_hint">Tryk på kanalnavnet for at opsætte kanalegenskaberne</string>
     <string name="title_advanced_notify_manage_default_hint">For at opsætte standardlyd etc.</string>
@@ -779,7 +790,7 @@
     <string name="title_custom">Tilpasset</string>
     <string name="title_host">Værtsnavn</string>
     <string name="title_encryption">Kryptering</string>
-    <string name="title_encryption_none">Ingen</string>
+    <string name="title_encryption_none">Ingen (usikker)</string>
     <string name="title_allow_insecure">Tillad usikre forbindelser</string>
     <string name="title_insecure_remark">Usikre forbindelser bør kun tillades på betroede netværk og aldrig på offentlige netværk</string>
     <string name="title_notify_remark">Dette kan aktivere for kontospecifikke notifikationer</string>
@@ -839,6 +850,7 @@
     <string name="title_account_delete">Slet denne konto permanent?</string>
     <string name="title_identity_delete">Slet denne identitet permanent?</string>
     <string name="title_edit_html">Redigér som HTML</string>
+    <string name="title_import_file">Filimport</string>
     <string name="title_sign_key">Signér nøgle: %1$s</string>
     <string name="title_last_connected">Sidst forbundet: %1$s</string>
     <string name="title_backoff_until">Ventetid efter fejl: %1$s</string>
@@ -919,6 +931,7 @@
     <string name="title_search_folder">Søg efter mappe</string>
     <string name="title_apply_to_all">Anvend på alle</string>
     <string name="title_edit_account_name">Redigér kontonavn</string>
+    <string name="title_edit_account_color">Redigér kontofarve</string>
     <string name="title_hide_folder">Skjul mappe</string>
     <string name="title_hide_seen_folder">Skjul, hvis alle beskeder er læst</string>
     <string name="title_hide_seen_folder_hint">Kun i mappelisten, der vises på startskærmen</string>
@@ -1330,6 +1343,10 @@
     <string name="title_search_in">Søg i</string>
     <string name="title_search_sender">Søg efter afsender</string>
     <string name="title_search_delete">Slet gemt søgning?</string>
+    <string name="title_save_search">Gem søgning</string>
+    <string name="title_save_search_name">Navn</string>
+    <string name="title_save_search_order">Rækkefølge</string>
+    <string name="title_save_search_color">Farve</string>
     <string name="title_sort_on">Sortér efter</string>
     <string name="title_sort_on_time">Tid</string>
     <string name="title_sort_on_unread">Ulæst</string>
@@ -1537,6 +1554,7 @@
     <string name="title_legend_embedded_image">Pladsholder til indlejret billede</string>
     <string name="title_legend_tracking_pixel">Sporingsbillede</string>
     <string name="title_legend_broken_image">Defekt billede</string>
+    <string name="title_legend_open_external">Åbn uden for appen</string>
     <string name="title_legend_pick">Vælg kontakt</string>
     <string name="title_legend_cc">Vis Cc/Bcc</string>
     <string name="title_legend_link">Indsæt link</string>
@@ -1620,6 +1638,7 @@
     <string name="title_yes">Ja</string>
     <string name="title_no">Nej</string>
     <string name="title_later">Senere</string>
+    <string name="title_paste_plain">Indsæt som simpel tekst</string>
     <string name="title_undo">Fortryd</string>
     <string name="title_redo">Annullér fortryd</string>
     <string name="title_insert_line">Indsæt linje</string>
@@ -1691,7 +1710,6 @@
     <string name="title_boundary_retry">Forsøg igen</string>
     <string name="title_unexpected_error">Uventet fejl</string>
     <string name="title_log">Log</string>
-    <string name="title_auto_scroll">Auto-rulning</string>
     <string name="title_log_clear">Ryd</string>
     <string name="title_rules_search_hint">Søg efter navn eller betingelse</string>
     <string name="title_rules_export">Eksportér regler</string>
@@ -1724,6 +1742,7 @@
     <string name="title_widget_compose">Vis Skriv ny besked-knap</string>
     <string name="title_widget_background">Baggrundsfarve</string>
     <string name="title_widget_day_night">Følg mørkt systemtema</string>
+    <string name="title_compat_dark">Google understøtter nu kun mørk tilstand fra og med Android 10</string>
     <string name="title_accessibility_collapsed">Sammenfoldet</string>
     <string name="title_accessibility_expanded">Udfoldet</string>
     <string name="title_accessibility_seen">Læst</string>
@@ -1762,6 +1781,7 @@
     <string-array name="pollIntervalNames">
         <item>Altid</item>
         <item>Hvert 5. minut</item>
+        <item>Hvert 10. minut</item>
         <item>Hvert 15. minut</item>
         <item>Hvert 30. minut</item>
         <item>Hver time</item>
@@ -1805,6 +1825,7 @@
         <item>Gå til næste samtale</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Lille bitte</item>
         <item>Ekstra lille</item>
         <item>Lille</item>
         <item>Mellem</item>
diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml
index 677561915a..eecf7fa7cd 100644
--- a/app/src/main/res/values-de-rDE/strings.xml
+++ b/app/src/main/res/values-de-rDE/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail ist eine quelloffene E-Mail-App, die sich auf Privatsphäre und Sicherheit konzentriert. Aus diesem Grund könnten einige Dinge anders funktionieren, als Sie es gewohnt sind.</string>
     <string name="app_limitations">Zum Beispiel werden Nachrichten standardmäßig neu formatiert, um unsichere Elemente zu entfernen und die Lesbarkeit zu verbessern. Außerdem muss das Öffnen von Links zur Sicherheit bestätigt werden. Beides kann auf Wunsch deaktiviert werden.</string>
     <string name="app_unsupported">Fehler in der Android-Version dieses speziellen Geräts verursachen Abstürze</string>
+    <string name="app_data_loss">Alle Daten könnten verloren gehen</string>
     <string name="app_continue">Trotzdem fortfahren</string>
     <string name="app_exit">Zum Beenden erneut „Zurück“ drücken</string>
     <string name="app_cake">Unzureichender Speicherplatz</string>
@@ -144,6 +145,7 @@
     <string name="title_setup_quick_smtp">SMTP-Server zum Senden von Nachrichten</string>
     <string name="title_setup_quick_certificates">Server-Zertifikate</string>
     <string name="title_setup_wizard">Assistent</string>
+    <string name="title_setup_wizard_tutorials">Anleitungen</string>
     <string name="title_setup_wizard_multiple">Der Assistent kann mehrfach verwendet werden, um mehrere Konten einzurichten</string>
     <string name="title_setup_wizard_new">Ich benötige eine neue E-Mail-Adresse</string>
     <string name="title_setup_manual">Manuelle Einrichtung und Kontooptionen</string>
@@ -154,6 +156,7 @@
     <string name="title_setup_account_identity_hint">Sie können Namen, Farbe und Wischen in den Kontoeinstellungen und eine Signatur in den Identitätseinstellungen konfigurieren</string>
     <string name="title_setup_accounts">Konten</string>
     <string name="title_setup_identities">Identitäten</string>
+    <string name="title_setup_google_sign_in">Mit Google anmelden</string>
     <string name="title_setup_other">Anderer Anbieter</string>
     <string name="title_setup_inbound">Nur eingehende Nachrichten (E-Mails können nicht gesendet werden!)</string>
     <string name="title_setup_pop3">POP3-Konto</string>
@@ -161,7 +164,7 @@
     <string name="title_setup_gmail_support">Das Autorisieren von Google-Konten funktioniert nur in der Play-Store- und in der GitHub-Version, weil Android die digitale App-Signatur überprüft</string>
     <string name="title_setup_gmail_rationale">Bitte erteilen Sie die Berechtigung, ein Konto auszuwählen und Ihren Namen zu lesen</string>
     <string name="title_setup_gmail_permissions">Google wird Sie um Erlaubnis bitten, alle Ihre E-Mails zu lesen, zu verfassen, zu senden und dauerhaft zu löschen. FairEmail löscht niemals Ihre Nachrichten ohne Ihre ausdrückliche Zustimmung.</string>
-    <string name="title_setup_gmail_drafts">Wenn der Entwürfe-Ordner über IMAP nicht zugänglich ist, kann dies in den Gmail Label-Einstellungen korrigiert werden</string>
+    <string name="title_setup_gmail_on_device">Warum muss ich ein Konto auf dem Gerät auswählen?</string>
     <string name="title_setup_gmail_password">Ich möchte ein Gmail-Konto mit einem eigenen App-Passwort anstatt über das geräteinterne Google-Konto autorisieren</string>
     <string name="title_setup_office_auth">Der Fehler »AUTHENTICATE failed« kann dadurch verursacht werden, dass IMAP/SMTP vom Systemverwalter deaktiviert wurde</string>
     <string name="title_setup_oauth_rationale">Zugriff auf Ihr %1$s -Konto autorisieren</string>
@@ -381,6 +384,7 @@
     <string name="title_advanced_timeout">Zeitüberschreitung der Verbindung (Sekunden)</string>
     <string name="title_advanced_prefer_ip4">IPv4 gegenüber IPv6 bevorzugen</string>
     <string name="title_advanced_ssl_harden">SSL-Verbindungen stärken</string>
+    <string name="title_advanced_ssl_harden_strict">TLS 1.3 erforderlich</string>
     <string name="title_advanced_cert_strict">Strenge Zertifikatsprüfung</string>
     <string name="title_advanced_manage_connectivity">Konnektivität verwalten</string>
     <string name="title_advanced_caption_general">Allgemein</string>
@@ -397,7 +401,7 @@
     <string name="title_advanced_two_col">Zwei Spalten verwenden</string>
     <string name="title_advanced_min_screen_size">Minimale Bildschirmgröße zum Teilen des Bildschirms</string>
     <string name="title_advanced_close_pane">Zeile oder Spalte beim Schließen einer Unterhaltung einklappen</string>
-    <string name="title_advanced_column_width">Breite der Nachrichtenspalte: %1$s %%</string>
+    <string name="title_advanced_column_width">Spaltenbreite/Zeilenhöhe der Nachricht: %1$s %%</string>
     <string name="title_advanced_nav_options">Navigationsmenü-Optionen anzeigen</string>
     <string name="title_advanced_nav_categories">Kontokategorien im Navigationsmenü anzeigen</string>
     <string name="title_advanced_nav_pin">Navigationsmenü anheften</string>
@@ -472,6 +476,7 @@
     <string name="title_advanced_text_size">Textgrößen verwenden</string>
     <string name="title_advanced_text_font">Schriftarten verwenden</string>
     <string name="title_advanced_text_align">Textausrichtung verwenden</string>
+    <string name="title_advanced_text_titles">{HTML titles} anzeigen</string>
     <string name="title_advanced_text_separators">Trennlinien verwenden</string>
     <string name="title_advanced_collapse_quotes">Zitierten Text ausblenden</string>
     <string name="title_advanced_image_placeholders">Platzhalter für Bilder anzeigen</string>
@@ -482,14 +487,16 @@
     <string name="title_advanced_actionbar_color">Farbe des Kontos als Hintergrundfarbe der Aktionsleiste verwenden</string>
     <string name="title_advanced_category_header">Nach Kontenkategorie gruppieren</string>
     <string name="title_advanced_navbar_colorize">Android-Navigationsleiste farbig darstellen</string>
-    <string name="title_advanced_bundled_fonts">Gebündelte Schriften verwenden</string>
+    <string name="title_advanced_list_count">Anzahl der Nachrichten oder Unterhaltungen in der oberen Aktionsleiste anzeigen</string>
+    <string name="title_advanced_bundled_fonts">Interne Schriftarten verwenden</string>
     <string name="title_advanced_parse_classes">Stylesheets analysieren</string>
-    <string name="title_advanced_authentication">Authentifizierungswarnhinweise anzeigen</string>
+    <string name="title_advanced_authentication">Authentifizierungswarnungen anzeigen</string>
     <string name="title_advanced_authentication_hint">Die zugrunde liegenden Prüfungen können in den Empfangseinstellungen konfiguriert werden</string>
     <string name="title_advanced_authentication_indicator">Statusmeldung der Authentifizierung anzeigen</string>
     <string name="title_advanced_authentication_none">Keine Authentifizierung</string>
     <string name="title_advanced_authentication_some">Teilweise Authentifizierung</string>
     <string name="title_advanced_authentication_all">Vollständige Authentifizierung</string>
+    <string name="title_advanced_restore_on_launch">App-Status beim Start wiederherstellen</string>
     <string name="title_advanced_sync_on_launch">Beim Start synchronisieren</string>
     <string name="title_advanced_double_back">Zweifaches „Zurück” zum Beenden</string>
     <string name="title_advanced_conversation_actions">Aktionen vorschlagen (Android 10+)</string>
@@ -507,21 +514,21 @@
     <string name="title_advanced_expand_first">Automatisch die erste Nachricht erweitern, wenn die Unterhaltung gelesen wird</string>
     <string name="title_advanced_expand_all">Alle gelesenen Nachrichten automatisch erweitern</string>
     <string name="title_advanced_expand_one">Jeweils nur eine Nachricht erweitern</string>
-    <string name="title_advanced_collapse_multiple">Nachrichten, in einer Unterhaltung mit mehreren Nachrichten, bei »Zurück« zusammenfassen</string>
+    <string name="title_advanced_collapse_multiple">Nachrichten in einer Unterhaltung mit mehreren Nachrichten bei »Zurück« zusammenfassen</string>
     <string name="title_advanced_autoclose">Unterhaltungen automatisch schließen</string>
     <string name="title_advanced_onclose">Beim Schließen einer Unterhaltung</string>
     <string name="title_advanced_autoclose_unread">Unterhaltungen schließen, wenn Nachrichten als ungelesen markiert werden</string>
     <string name="title_advanced_collapse_marked">Manuell als gelesen oder ungelesen gekennzeichnete Nachrichten einklappen</string>
     <string name="title_advanced_undo">Anzeigedauer von »Rückgängig«</string>
     <string name="title_advanced_quick_filter">Unaufdringliche Schnellfiltersymbole anzeigen</string>
-    <string name="title_advanced_quick_scroll">Nicht aufdringliche Symbole für schnellen Bildlauf nach oben oder unten anzeigen</string>
+    <string name="title_advanced_quick_scroll">Unaufdringliche Symbole für schnellen Bildlauf nach oben oder unten anzeigen</string>
     <string name="title_advanced_folder_nav">Von einer Nachrichtenliste immer zur Ordnerliste zurückkehren</string>
     <string name="title_advanced_autoread">Nachrichten beim Verschieben automatisch als gelesen kennzeichnen</string>
     <string name="title_advanced_star_snoozed">Zurückgestellte Nachrichten automatisch kennzeichnen</string>
     <string name="title_advanced_autounstar">Markierungen automatisch von Nachrichten entfernen, wenn sie verschoben werden</string>
     <string name="title_advanced_auto_important">Markierte Nachrichten automatisch wichtig machen</string>
     <string name="title_advanced_reset_importance">Wichtigkeit beim Verschieben von Nachrichten zurücksetzen</string>
-    <string name="title_advanced_swipe_reply">Erweiterte Nachricht nach rechts wischen um zu antworten</string>
+    <string name="title_advanced_swipe_reply">Erweiterte Nachricht nach rechts wischen, um zu antworten</string>
     <string name="title_advanced_default_snooze">Standardzeit für Zurückstellen/Verzögern</string>
     <string name="title_advanced_notifications">Benachrichtigungen verwalten</string>
     <string name="title_advanced_notifications_default">Standardkanal</string>
@@ -532,12 +539,13 @@
     <string name="title_advanced_notify_background">Benachrichtigungen nur anzeigen, wenn FairEmail im Hintergrund ausgeführt wird</string>
     <string name="title_advanced_notify_known">Benachrichtigungen nur für Kontakte anzeigen</string>
     <string name="title_advanced_notify_suppress_in_call">Benachrichtigungen bis zur Beendigung eines Telefonats zurückstellen</string>
+    <string name="title_advanced_notify_suppress_in_car">Benachrichtigungen zurückstellen, solange Android Auto verbunden ist</string>
     <string name="title_advanced_notify_summary">Nur zusammenfassende Benachrichtigung anzeigen</string>
     <string name="title_advanced_notify_preview">Nachrichtenvorschau in den Benachrichtigungen anzeigen</string>
     <string name="title_advanced_notify_preview_all">Vorschau des ganzen Textes</string>
     <string name="title_advanced_notify_preview_only">Nur Benachrichtigungen mit Vorschautext anzeigen</string>
     <string name="title_advanced_notify_actions">Benachrichtigungsaktionen</string>
-    <string name="title_advanced_notify_action_trash">Löschen</string>
+    <string name="title_advanced_notify_action_trash">Papierkorb</string>
     <string name="title_advanced_notify_action_delete">Löschen</string>
     <string name="title_advanced_notify_action_junk">Spam</string>
     <string name="title_advanced_notify_action_archive">Archivieren</string>
@@ -550,7 +558,7 @@
     <string name="title_advanced_notify_action_snooze">Zurückstellen</string>
     <string name="title_advanced_notify_remove">Benachrichtigung über neue Nachrichten durch Tippen auf die Benachrichtigung entfernen</string>
     <string name="title_advanced_notify_clear">Benachrichtigung über neue Nachrichten beim Anzeigen der Nachrichtenliste entfernen</string>
-    <string name="title_advanced_notify_subtext">Konten- oder Ordnername als Untertitel anzeigen</string>
+    <string name="title_advanced_notify_subtext">Konto- oder Ordnername als Untertitel anzeigen</string>
     <string name="title_advanced_wearable_preview">Nur Benachrichtigungen mit einer Nachrichtenvorschau an tragbare Gerätschaften senden</string>
     <string name="title_advanced_notify_messaging">Androids Benachrichtigungsformat »messaging style« verwenden</string>
     <string name="title_advanced_biometrics_notify">Benachrichtigungsinhalt bei Nutzung der biometrischen Authentifizierung anzeigen</string>
@@ -616,6 +624,7 @@
     <string name="title_advanced_class_min_difference">Minimaler Unterschied zur nächsten Klasse: %1$s %%</string>
     <string name="title_advanced_language">Sprache</string>
     <string name="title_advanced_language_system">System</string>
+    <string name="title_advanced_lt">LanguageTool-Integration</string>
     <string name="title_advanced_deepl">DeepL-Einbindung</string>
     <string name="title_advanced_sdcard">Ich möchte eine SD-Karte verwenden</string>
     <string name="title_advanced_watchdog">Regelmäßig prüfen, ob FairEmail noch aktiv ist</string>
@@ -629,6 +638,7 @@
     <string name="title_advanced_last_cleanup">Letzte Bereinigung: %1$s</string>
     <string name="title_advanced_app">Android-App-Einstellungen</string>
     <string name="title_advanced_more">Weitere Optionen</string>
+    <string name="title_advanced_main_log">Hauptprotokollierung</string>
     <string name="title_advanced_protocol">Protokollaufzeichnung</string>
     <string name="title_advanced_log_info">Fehlerprotokollierung</string>
     <string name="title_advanced_debug">Fehlersuchmodus</string>
@@ -656,7 +666,7 @@
     <string name="title_advanced_folder_nav_hint">Damit kehren Sie von einer Nachrichtenliste immer zur Ordnerliste des betreffenden Kontos zurück.</string>
     <string name="title_advanced_suggest_names_hint">Wenn deaktiviert, werden nur E-Mail-Adressen bei der Auswahl von Kontakten verwendet</string>
     <string name="title_advanced_suggest_local_hint">Zusätzlich zu den von Android bereitgestellten Kontakten werden weitere Kontaktdaten für neue gesendete oder erhaltene Nachrichten nur dann gespeichert, wenn dies aktiviert ist.</string>
-    <string name="title_advanced_auto_identity_hint">Dadurch wird die zuletzt verwendete Identität, die für den ersten Empfänger einer neuen Nachricht benutzt wurde, ausgewählt</string>
+    <string name="title_advanced_auto_identity_hint">Dadurch wird die zuletzt verwendete Identität, die für den zuletzt ausgewählten Empfänger einer neuen Nachricht benutzt wurde, verwendet</string>
     <string name="title_advanced_send_reminders_hint">Eine Warnung anzeigen, wenn der Nachrichtentext oder der Betreff leer ist oder wenn ein Anhang zu fehlen scheint</string>
     <string name="title_advanced_reply_move_hint">Der E-Mail-Server könnte die Nachrichten trotzdem noch in den Ordner für gesendete Nachrichten hinzufügen</string>
     <string name="title_advanced_usenet_hint">Signaturtrenner »-- « zwischen Text und Signatur einfügen</string>
@@ -693,6 +703,7 @@
     <string name="title_advanced_inline_hint">Eingebettete Grafiken sind Grafiken, die innerhalb der Nachricht enthalten sind</string>
     <string name="compressed">Der Inhalt von komprimierten Dateien (%1$s) mit mehr als %2$s Dateien oder mit Dateien größer als %3$s wird nicht angezeigt</string>
     <string name="title_advanced_parse_classes_hint">Dies wird die Nachrichten genauer anzeigen, aber möglicherweise mit einer Verzögerung</string>
+    <string name="title_advanced_restore_on_launch_hint">Letzten App-Status wiederherstellen, wenn innerhalb von %1$d Minuten über das Startsymbol neu gestartet wird</string>
     <string name="title_advanced_language_detection_hint">Die Unterstützung der Sprachenerkennung hängt vom Gerätehersteller ab</string>
     <string name="title_advanced_autoexpand_hint">Nachricht automatisch öffnen, wenn nur eine gelesene/ungelesene Nachricht in einer Unterhaltung enthalten ist</string>
     <string name="title_advanced_expandall_hint">Die Schaltfläche „Antworten” wird nicht angezeigt, wenn mehrere Nachrichten ausgeklappt sind, da unklar ist, für welche Nachricht die Schaltfläche gilt.</string>
@@ -710,6 +721,7 @@
     <string name="title_advanced_safe_browsing_hint">Der Google-Server erfährt, welche Adressen nachgeschlagen werden</string>
     <string name="title_advanced_badge_hint">Nur verfügbar auf unterstützten Launchern</string>
     <string name="title_advanced_notify_action_hint">Es werden maximal drei Aktionen angezeigt</string>
+    <string name="title_advanced_notify_car_hint">Verbunden bedeutet, dass etwas projiziert wird, z. B. eine Karte für die Navigation</string>
     <string name="title_advanced_notify_remove_hint">Benachrichtigung über neue Nachrichten werden immer entfernt, wenn sie weggewischt werden oder wenn Nachrichten als gelesen markiert werden</string>
     <string name="title_advanced_notify_manage_hint">Auf den Kanalnamen tippen, um die Kanaleigenschaften festzulegen</string>
     <string name="title_advanced_notify_manage_default_hint">Zum Einstellen des Standardtons usw.</string>
@@ -776,7 +788,7 @@
     <string name="title_custom">Benutzerdefiniert</string>
     <string name="title_host">Hostname</string>
     <string name="title_encryption">Verschlüsselung</string>
-    <string name="title_encryption_none">Keine</string>
+    <string name="title_encryption_none">Keine (unsicher)</string>
     <string name="title_allow_insecure">Unsichere Verbindungen zulassen</string>
     <string name="title_insecure_remark">Unsichere Verbindungen sollten nur in vertrauenswürdigen Netzwerken und niemals in öffentlichen Netzwerken erlaubt werden</string>
     <string name="title_notify_remark">Sie können das für kontenspezifische Benachrichtigungen aktivieren</string>
@@ -836,6 +848,7 @@
     <string name="title_account_delete">Möchten Sie dieses Konto dauerhaft löschen?</string>
     <string name="title_identity_delete">Möchten Sie diese Identität dauerhaft löschen?</string>
     <string name="title_edit_html">Als HTML bearbeiten</string>
+    <string name="title_import_file">Datei importieren</string>
     <string name="title_sign_key">Signaturschlüssel: %1$s</string>
     <string name="title_last_connected">Zuletzt verbunden: %1$s</string>
     <string name="title_backoff_until">Warten nach einem Fehler bis: %1$s</string>
@@ -916,6 +929,7 @@
     <string name="title_search_folder">Nach Ordnern suchen</string>
     <string name="title_apply_to_all">Für alle übernehmen</string>
     <string name="title_edit_account_name">Kontoname ändern</string>
+    <string name="title_edit_account_color">Farbe des Kontos ändern</string>
     <string name="title_hide_folder">Ordner ausblenden</string>
     <string name="title_hide_seen_folder">Ordner ausblenden, wenn alle Nachrichten gelesen wurden</string>
     <string name="title_hide_seen_folder_hint">Nur in der auf dem Startbildschirm angezeigten Ordnerliste</string>
@@ -1324,6 +1338,10 @@
     <string name="title_search_in">Suchen in</string>
     <string name="title_search_sender">Nach Absender suchen</string>
     <string name="title_search_delete">Gespeicherte Suchanfragen löschen?</string>
+    <string name="title_save_search">Gespeicherte Suchanfragen</string>
+    <string name="title_save_search_name">Name</string>
+    <string name="title_save_search_order">Reihenfolge</string>
+    <string name="title_save_search_color">Farbe</string>
     <string name="title_sort_on">Sortieren nach</string>
     <string name="title_sort_on_time">Datum/Uhrzeit</string>
     <string name="title_sort_on_unread">Ungelesen</string>
@@ -1531,6 +1549,7 @@
     <string name="title_legend_embedded_image">Platzhalter für eingebettete Bilder</string>
     <string name="title_legend_tracking_pixel">Verfolgungsbild</string>
     <string name="title_legend_broken_image">Defekte Bilddatei</string>
+    <string name="title_legend_open_external">Außerhalb der App öffnen</string>
     <string name="title_legend_pick">Kontakt auswählen</string>
     <string name="title_legend_cc">Kopie/Blindkopie anzeigen</string>
     <string name="title_legend_link">Link hinzufügen</string>
@@ -1614,6 +1633,7 @@
     <string name="title_yes">Ja</string>
     <string name="title_no">Nein</string>
     <string name="title_later">Später</string>
+    <string name="title_paste_plain">Als Text einfügen</string>
     <string name="title_undo">Rückgängig</string>
     <string name="title_redo">Wiederherstellen</string>
     <string name="title_insert_line">Linie einfügen</string>
@@ -1684,7 +1704,6 @@ Zur Erinnerung daran zeigt FairEmail einen kleinen Hinweis an, dieser verschwind
     <string name="title_boundary_retry">Erneut versuchen</string>
     <string name="title_unexpected_error">Unerwarteter Fehler</string>
     <string name="title_log">Protokoll</string>
-    <string name="title_auto_scroll">Automatisches Blättern</string>
     <string name="title_log_clear">Protokoll leeren</string>
     <string name="title_rules_search_hint">Nach Name oder Bedingung suchen</string>
     <string name="title_rules_export">Regeln exportieren</string>
@@ -1717,6 +1736,7 @@ Zur Erinnerung daran zeigt FairEmail einen kleinen Hinweis an, dieser verschwind
     <string name="title_widget_compose">Schaltfläche „Neue Nachricht verfassen” anzeigen</string>
     <string name="title_widget_background">Hintergrundfarbe</string>
     <string name="title_widget_day_night">Dem dunklen Systemdesign folgen</string>
+    <string name="title_compat_dark">Google hat den dunklen Modus für Android-Versionen vor der Version 10 entfernt</string>
     <string name="title_accessibility_collapsed">Eingeklappt</string>
     <string name="title_accessibility_expanded">Erweitert</string>
     <string name="title_accessibility_seen">Gelesen</string>
@@ -1755,13 +1775,14 @@ Zur Erinnerung daran zeigt FairEmail einen kleinen Hinweis an, dieser verschwind
     <string-array name="pollIntervalNames">
         <item>Immer</item>
         <item>Alle 5 Minuten</item>
+        <item>Alle 10 Minuten</item>
         <item>Alle 15 Minuten</item>
         <item>Alle 30 Minuten</item>
         <item>Stündlich</item>
         <item>Alle 2 Stunden</item>
         <item>Alle 4 Stunden</item>
         <item>Alle 8 Stunden</item>
-        <item>Jeden Tag</item>
+        <item>Täglich</item>
     </string-array>
     <string-array name="sendDelayedNames">
         <item>Nein</item>
@@ -1798,6 +1819,7 @@ Zur Erinnerung daran zeigt FairEmail einen kleinen Hinweis an, dieser verschwind
         <item>Zur nächsten Unterhaltung wechseln</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Winzig</item>
         <item>Sehr klein</item>
         <item>Klein</item>
         <item>Mittel</item>
diff --git a/app/src/main/res/values-el-rGR/strings.xml b/app/src/main/res/values-el-rGR/strings.xml
index 68712bbe2d..61de9da197 100644
--- a/app/src/main/res/values-el-rGR/strings.xml
+++ b/app/src/main/res/values-el-rGR/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">Το FairEmail είναι μια ανοικτού κώδικα εφαρμογή ηλεκτρονικού ταχυδρομείου που επικεντρώνεται στην προστασία του απορρήτου και την ασφάλειά σας. Για τον λόγο αυτό ορισμένες δυνατότητες ενδέχεται να λειτουργούν διαφορετικά από ό,τι έχετε συνηθίσει.</string>
     <string name="app_limitations">Για παράδειγμα, τα μηνύματα επαναμορφοποιούνται από προεπιλογή, με στόχο την αφαίρεση μη ασφαλών στοιχείων και τη βελτίωση της αναγνωσιμότητας, ενώ το άνοιγμα συνδέσμων πρέπει να επιβεβαιώνεται για λόγους ασφάλειας. Και οι δύο λειτουργίες απενεργοποιούνται, εφόσον το επιθυμείτε.</string>
     <string name="app_unsupported">Σφάλματα στην έκδοση Android της συγκεκριμένης συσκευής κάνουν την εφαρμογή να καταρρέει</string>
+    <string name="app_data_loss">Όλα τα δεδομένα ενδέχεται να χαθούν</string>
     <string name="app_continue">Συνέχεια ούτως ή άλλως</string>
     <string name="app_exit">\"Πίσω\" ξανά για έξοδο</string>
     <string name="app_cake">Ανεπαρκής χώρος αποθήκευσης</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">Διακομιστής SMTP για αποστολή μηνυμάτων</string>
     <string name="title_setup_quick_certificates">Πιστοποιητικά διακομιστή</string>
     <string name="title_setup_wizard">Οδηγός</string>
+    <string name="title_setup_wizard_tutorials">Οδηγός εκμάθησης</string>
     <string name="title_setup_wizard_multiple">Ο οδηγός μπορεί να χρησιμοποιηθεί πολλές φορές για τη ρύθμιση πολλαπλών λογαριασμών</string>
     <string name="title_setup_wizard_new">Χρειάζομαι μια νέα διεύθυνση ηλ. ταχυδρομείου</string>
     <string name="title_setup_manual">Χειροκίνητη ρύθμιση και επιλογές λογαριασμού</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Μπορείτε να ρυθμίσετε το όνομα, το χρώμα και τις ενέργειες σάρωσης στις ρυθμίσεις του λογαριασμού, και να ρυθμίσετε μία υπογραφή στις ρυθμίσεις ταυτότητας</string>
     <string name="title_setup_accounts">Λογαριασμοί</string>
     <string name="title_setup_identities">Ταυτότητες</string>
+    <string name="title_setup_google_sign_in">Σύνδεση μέσω Google</string>
     <string name="title_setup_other">Άλλος πάροχος</string>
     <string name="title_setup_inbound">Μόνο εισερχόμενα μηνύματα (δεν μπορούν να αποστέλλονται μηνύματα!)</string>
     <string name="title_setup_pop3">Λογαριασμός POP3</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">Η εξουσιοδότηση λογαριασμών Google θα λειτουργήσει μόνον στην έκδοση του Play Store και του GitHub, επειδή το Android ελέγχει την ψηφιακή υπογραφή της εφαρμογής</string>
     <string name="title_setup_gmail_rationale">Παρακαλώ, παραχωρήστε τις απαιτούμενες άδειες για την επιλογή ενός λογαριασμού και την ανάγνωση του ονόματός σας</string>
     <string name="title_setup_gmail_permissions">Η Google θα ζητήσει άδειες που αφορούν στην ανάγνωση, σύνταξη, αποστολή και οριστική διαγραφή όλων των μηνυμάτων σας. Το FairEmail δεν θα διαγράψει ποτέ τα μηνύματά σας χωρίς τη ρητή συγκατάθεσή σας.</string>
-    <string name="title_setup_gmail_drafts">Αν ο φάκελος με τα πρόχειρα δεν είναι διαθέσιμος μέσω IMAP, αυτό μπορεί να διορθωθεί στις ρυθμίσεις ετικετών του Gmail</string>
+    <string name="title_setup_gmail_on_device">Γιατί πρέπει να επιλέξω έναν λογαριασμό περασμένο στη συσκευή;</string>
     <string name="title_setup_gmail_password">Θέλω να εξουσιοδοτήσω έναν λογαριασμό με έναν κωδικό πρόσβασης αντί για έναν λογαριασμό στη συσκευή</string>
     <string name="title_setup_office_auth">Το σφάλμα \'ΠΙΣΤΟΠΟΙΗΣΗ απέτυχε\' μπορεί να προκληθεί επειδή το IMAP/SMTP έχει απενεργοποιηθεί από το διαχειριστή του συστήματος</string>
     <string name="title_setup_oauth_rationale">Παραχωρήστε πρόσβαση στον λογαριασμό σας %1$s</string>
@@ -338,7 +341,7 @@
     <string name="title_advanced_alt_re_fwd">Εναλλακτικό πρόθεμα απάντησης/προώθησης</string>
     <string name="title_advanced_send_chips">Προβολή διευθύνσεων μέσα σε φυσαλίδες</string>
     <string name="title_advanced_send_reminders">Εμφάνιση υπενθυμίσεων</string>
-    <string name="title_advanced_send_delayed">Καθυστέρηση στην αποστολή μηνυμάτων</string>
+    <string name="title_advanced_send_delayed">Καθυστέρηση αποστολής μηνυμάτων</string>
     <string name="title_advanced_attach_new">Προσθήκη κοινόχρηστων αρχείων σε ένα νέο πρόχειρο</string>
     <string name="title_advanced_answer_action">Το παρατεταμένο πάτημα στο κουμπί απάντησης θα:</string>
     <string name="title_advanced_send_pending">Προβολή διακριτικού εικονιδίου για απεσταλμένα με χρονοκαθυστέρηση</string>
@@ -382,6 +385,7 @@
     <string name="title_advanced_timeout">Χρονικό όριο σύνδεσης (δευτερόλεπτα)</string>
     <string name="title_advanced_prefer_ip4">Να προτιμάται IPv4 παρά IPv6</string>
     <string name="title_advanced_ssl_harden">Θωράκιση συνδέσεων SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Απαιτείται TLS 1.3</string>
     <string name="title_advanced_cert_strict">Αυστηρός έλεγχος πιστοποιητικών</string>
     <string name="title_advanced_manage_connectivity">Διαχείριση συνδεσιμότητας</string>
     <string name="title_advanced_caption_general">Γενικά</string>
@@ -394,11 +398,11 @@
     <string name="title_advanced_caption_message_body">Σώμα μηνύματος</string>
     <string name="title_advanced_portrait">Κατακόρυφος προσανατολισμός</string>
     <string name="title_advanced_landscape">Οριζόντιος προσανατολισμός</string>
-    <string name="title_advanced_two_row">Χρήση δύο σειρών</string>
+    <string name="title_advanced_two_row">Χρήση δύο γραμμών</string>
     <string name="title_advanced_two_col">Χρήση δύο στηλών</string>
     <string name="title_advanced_min_screen_size">Ελάχιστο μέγεθος οθόνης για διαχωρισμό της οθόνης</string>
     <string name="title_advanced_close_pane">Σύμπτυξη γραμμής ή στήλης κατά το κλείσιμο μιας συζήτησης</string>
-    <string name="title_advanced_column_width">Πλάτος της στήλης μηνυμάτων: %1$s %%</string>
+    <string name="title_advanced_column_width">Πλάτος στήλης / ύψος γραμμής μηνύματος: %1$s %%</string>
     <string name="title_advanced_nav_options">Να προβάλλονται οι επιλογές του μενού πλοήγησης</string>
     <string name="title_advanced_nav_categories">Να προβάλλονται οι κατηγορίες λογαριασμών στο μενού πλοήγησης</string>
     <string name="title_advanced_nav_pin">Καρφίτσωμα του μενού πλοήγησης</string>
@@ -473,6 +477,7 @@
     <string name="title_advanced_text_size">Χρήση των μεγεθών του κειμένου</string>
     <string name="title_advanced_text_font">Χρήση των γραμματοσειρών</string>
     <string name="title_advanced_text_align">Χρήση της στοίχισης του κειμένου</string>
+    <string name="title_advanced_text_titles">Προβολή {HTML titles}</string>
     <string name="title_advanced_text_separators">Χρήση γραμμών διαχωρισμού</string>
     <string name="title_advanced_collapse_quotes">Σύμπτυξη του παρατιθέμενου κειμένου</string>
     <string name="title_advanced_image_placeholders">Να προβάλλονται οι κρατημένες για εικόνες θέσεις</string>
@@ -483,6 +488,7 @@
     <string name="title_advanced_actionbar_color">Χρήση του χρώματος του λογαριασμού ως χρωματικό υπόβαθρο για τη γραμμή ενεργειών της συζήτησης</string>
     <string name="title_advanced_category_header">Ομαδοποίηση ανά κατηγορία λογαριασμού</string>
     <string name="title_advanced_navbar_colorize">Να χρωματίζεται η γραμμή πλοήγησης του Android</string>
+    <string name="title_advanced_list_count">Προβολή του αριθμού μηνυμάτων ή συζητήσεων στην πάνω γραμμή ενεργειών</string>
     <string name="title_advanced_bundled_fonts">Χρήση γραμματοσειρών σε πακέτο</string>
     <string name="title_advanced_parse_classes">Χρήση φύλλων στιλ</string>
     <string name="title_advanced_authentication">Να προβάλλονται προειδοποιήσεις ταυτοποίησης</string>
@@ -491,6 +497,7 @@
     <string name="title_advanced_authentication_none">Χωρίς ταυτοποίηση</string>
     <string name="title_advanced_authentication_some">Μερική ταυτοποίηση</string>
     <string name="title_advanced_authentication_all">Πλήρης ταυτοποίηση</string>
+    <string name="title_advanced_restore_on_launch">Επαναφορά της κατάστασης της εφαρμογής κατά την εκκίνηση</string>
     <string name="title_advanced_sync_on_launch">Συγχρονισμός κατά την εκκίνηση της εφαρμογής</string>
     <string name="title_advanced_double_back">Δύο φορές \"πίσω\" για έξοδο</string>
     <string name="title_advanced_conversation_actions">Να προτείνονται ενέργειες (Android 10+)</string>
@@ -533,6 +540,7 @@
     <string name="title_advanced_notify_background">Προβολή ειδοποιήσεων μόνο στο υπόβαθρο</string>
     <string name="title_advanced_notify_known">Προβολή ειδοποιήσεων μόνο για τις επαφές</string>
     <string name="title_advanced_notify_suppress_in_call">Αναβολή ειδοποιήσεων κατά τη διάρκεια μιας κλήσης</string>
+    <string name="title_advanced_notify_suppress_in_car">Αναβολή ειδοποιήσεων ενόσω το Android Auto είναι συνδεδεμένο</string>
     <string name="title_advanced_notify_summary">Προβολή μόνο μιας συνοπτικής ειδοποίησης</string>
     <string name="title_advanced_notify_preview">Προβολή μιας προεπισκόπησης του μηνύματος στις ειδοποιήσεις</string>
     <string name="title_advanced_notify_preview_all">Προεπισκόπηση ολόκληρου του κειμένου</string>
@@ -616,6 +624,7 @@
     <string name="title_advanced_class_min_difference">Ελάχιστη διαφορά για την επόμενη τάξη: %1$s%%</string>
     <string name="title_advanced_language">Γλώσσα</string>
     <string name="title_advanced_language_system">Σύστημα</string>
+    <string name="title_advanced_lt">Ενσωμάτωση του LanguageTool</string>
     <string name="title_advanced_deepl">Ενσωμάτωση DeepL</string>
     <string name="title_advanced_sdcard">Θέλω να χρησιμοποιήσω μια κάρτα SD</string>
     <string name="title_advanced_watchdog">Περιοδικός έλεγχος για το αν το FairEmail είναι ακόμη ενεργό</string>
@@ -628,6 +637,7 @@
     <string name="title_advanced_cleanup">Καθαρισμός</string>
     <string name="title_advanced_app">Ρυθμίσεις εφαρμογής</string>
     <string name="title_advanced_more">Περισσότερες επιλογές</string>
+    <string name="title_advanced_main_log">Κύρια καταγραφή</string>
     <string name="title_advanced_protocol">Τήρηση αρχείων καταγραφής πρωτοκόλλου</string>
     <string name="title_advanced_log_info">Καταγραφές αποσφαλμάτωσης</string>
     <string name="title_advanced_debug">Λειτουργία αποσφαλμάτωσης</string>
@@ -655,7 +665,7 @@
     <string name="title_advanced_folder_nav_hint">Έτσι, θα επιστρέφετε πάντα από μια λίστα μηνυμάτων στη λίστα φακέλων του σχετικού λογαριασμού</string>
     <string name="title_advanced_suggest_names_hint">Εάν απενεργοποιηθεί, θα χρησιμοποιούνται μόνο διευθύνσεις ηλ. ταχυδρομείου κατά την επιλογή επαφών</string>
     <string name="title_advanced_suggest_local_hint">Επιπρόσθετα στις παρεχόμενες από το Android επαφές, θα αποθηκεύονται πληροφορίες επαφών για πρόσφατα απεσταλμένα ή ειλημμένα μηνύματα, μόνον εφόσον οι σχετικές δυνατότητες έχουν ενεργοποιηθεί.</string>
-    <string name="title_advanced_auto_identity_hint">Με αυτό θα επιλέγεται η τελευταία ταυτότητα που έχει χρησιμοποιηθεί για τον πρώτο παραλήπτη των νέων μηνυμάτων</string>
+    <string name="title_advanced_auto_identity_hint">Με αυτό θα επιλέγεται η τελευταία ταυτότητα που έχει χρησιμοποιηθεί κατά την επιλογή ενός παραλήπτη για νέα μηνύματα</string>
     <string name="title_advanced_send_reminders_hint">Να προβάλλεται μια προειδοποίηση όταν το κείμενο του μηνύματος ή το θέμα είναι κενό ή όταν φαίνεται πως ένα συνημμένο λείπει</string>
     <string name="title_advanced_reply_move_hint">Ο διακομιστής ηλ. ταχυδρομείου ενδέχεται να προσθέτει ακόμα τα μηνύματα στον φάκελο απεσταλμένων</string>
     <string name="title_advanced_usenet_hint">Να παρεμβάλλεται ένα \'-- \' ανάμεσα στο κείμενο και την υπογραφή</string>
@@ -692,6 +702,7 @@
     <string name="title_advanced_inline_hint">Οι ένθετες εικόνες είναι οι εικόνες που περιλαμβάνονται στο μήνυμα</string>
     <string name="compressed">Τα περιεχόμενα των συμπιεσμένων αρχείων (%1$s) με περισσότερα από %2$s αρχεία ή με αρχεία μεγαλύτερα από %3$s δεν θα προβάλλονται</string>
     <string name="title_advanced_parse_classes_hint">Η προβολή των εικόνων θα είναι πιο ακριβής αλλά με ενδεχόμενη καθυστέρηση</string>
+    <string name="title_advanced_restore_on_launch_hint">Επαναφέρεται η τελευταία κατάσταση της εφαρμογής, εφόσον γίνεται επανεκκίνηση εντός %1$d λεπτών μέσω του εικονιδίου εκκίνησης</string>
     <string name="title_advanced_language_detection_hint">Η υποστήριξη αναγνώρισης γλώσσας εξαρτάται από τον κατασκευαστή της συσκευής</string>
     <string name="title_advanced_autoexpand_hint">Αυτόματο άνοιγμα του μηνύματος όταν υπάρχει μόνον ένα μήνυμα ή μόνον ένα μη αναγνωσμένο μήνυμα σε μία συζήτηση</string>
     <string name="title_advanced_expandall_hint">Το κουμπί απάντησης δεν θα εμφανίζεται όταν έχουν αναπτυχθεί πολλαπλά μηνύματα, καθώς τότε δεν είναι σαφές σε ποιο μήνυμα ακριβώς αφορά το κουμπί</string>
@@ -709,6 +720,7 @@
     <string name="title_advanced_safe_browsing_hint">Ο διακομιστής Google γνωρίζει ποιες διευθύνσεις αναζητούνται</string>
     <string name="title_advanced_badge_hint">Διαθέσιμο μόνο σε launcher που υποστηρίζονται</string>
     <string name="title_advanced_notify_action_hint">Θα προβάλλονται, το μέγιστο, τρεις ενέργειες</string>
+    <string name="title_advanced_notify_car_hint">Συνδεδεμένο σημαίνει ότι κάτι προβάλλεται, όπως, λ.χ., ένας χάρτης πλοήγησης</string>
     <string name="title_advanced_notify_remove_hint">Οι ειδοποιήσεις νέων μηνυμάτων θα απομακρύνονται πάντα, όταν σαρώνονται με το δάχτυλο και όταν τα μηνύματα επισημαίνονται ως αναγνωσμένα</string>
     <string name="title_advanced_notify_manage_hint">Πατήστε στο όνομα ενός καναλιού για να ορίσετε τις ιδιότητές του</string>
     <string name="title_advanced_notify_manage_default_hint">Για τον ορισμό του προκαθορισμένου ήχου, κτλ</string>
@@ -775,7 +787,7 @@
     <string name="title_custom">Προσαρμοσμένο</string>
     <string name="title_host">Όνομα εξυπηρετητή</string>
     <string name="title_encryption">Κρυπτογράφηση</string>
-    <string name="title_encryption_none">Καμία</string>
+    <string name="title_encryption_none">Καμία (μη ασφαλής)</string>
     <string name="title_allow_insecure">Να επιτρέπονται μη ασφαλείς συνδέσεις</string>
     <string name="title_insecure_remark">Μη ασφαλείς συνδέσεις θα πρέπει να επιτρέπονται μόνο σε έμπιστα δίκτυα και ουδέποτε σε δημόσια δίκτυα</string>
     <string name="title_notify_remark">Μπορείτε να το ενεργοποιήσετε για να λαμβάνετε ειδοποιήσεις που αφορούν ειδικά σε έναν λογαριασμό</string>
@@ -835,6 +847,7 @@
     <string name="title_account_delete">Να διαγραφεί οριστικά αυτός ο λογαριασμός;</string>
     <string name="title_identity_delete">Να διαγραφεί οριστικά αυτή η ταυτότητα;</string>
     <string name="title_edit_html">Επεξεργασία ως HTML</string>
+    <string name="title_import_file">Εισαγωγή αρχείου</string>
     <string name="title_sign_key">Κλειδί υπογραφής: %1$s</string>
     <string name="title_last_connected">Τελευταία σύνδεση: %1$s</string>
     <string name="title_backoff_until">Αναμονή μετά από μία αποτυχία μέχρι: %1$s</string>
@@ -915,6 +928,7 @@
     <string name="title_search_folder">Αναζήτηση φακέλου</string>
     <string name="title_apply_to_all">Εφαρμογή σε όλα</string>
     <string name="title_edit_account_name">Επεξεργασία ονόματος λογαριασμού</string>
+    <string name="title_edit_account_color">Επεξεργασία χρώματος λογαριασμού</string>
     <string name="title_hide_folder">Απόκρυψη φακέλου</string>
     <string name="title_hide_seen_folder">Απόκρυψη φακέλου, εφόσον όλα τα μηνύματα έχουν διαβαστεί</string>
     <string name="title_hide_seen_folder_hint">Μόνο για τη λίστα φακέλων που εμφανίζεται στην οθόνη έναρξης</string>
@@ -1323,6 +1337,10 @@
     <string name="title_search_in">Αναζήτηση σε</string>
     <string name="title_search_sender">Αναζήτηση αποστολέα</string>
     <string name="title_search_delete">Διαγραφή αποθηκευμένης αναζήτησης;</string>
+    <string name="title_save_search">Αποθηκευμένη αναζήτηση</string>
+    <string name="title_save_search_name">Όνομα</string>
+    <string name="title_save_search_order">Σειρά</string>
+    <string name="title_save_search_color">Χρώμα</string>
     <string name="title_sort_on">Ταξινόμηση κατά</string>
     <string name="title_sort_on_time">Ημερομηνία</string>
     <string name="title_sort_on_unread">Μη αναγνωσμένα</string>
@@ -1530,6 +1548,7 @@
     <string name="title_legend_embedded_image">Θέση κρατημένη για ενσωματωμένη εικόνα</string>
     <string name="title_legend_tracking_pixel">Εικόνα ιχνηλάτησης</string>
     <string name="title_legend_broken_image">Χαλασμένη εικόνα</string>
+    <string name="title_legend_open_external">Άνοιγμα εκτός εφαρμογής</string>
     <string name="title_legend_pick">Επιλέξτε επαφή</string>
     <string name="title_legend_cc">Προβολή Κοιν./Κρ. Κοιν.</string>
     <string name="title_legend_link">Εισαγωγή συνδέσμου</string>
@@ -1613,6 +1632,7 @@
     <string name="title_yes">Ναι</string>
     <string name="title_no">Όχι</string>
     <string name="title_later">Αργότερα</string>
+    <string name="title_paste_plain">Επικόλληση ως απλό κείμενο</string>
     <string name="title_undo">Αναίρεση</string>
     <string name="title_redo">Επαναφορά</string>
     <string name="title_insert_line">Εισαγωγή γραμμής</string>
@@ -1683,7 +1703,6 @@
     <string name="title_boundary_retry">Δοκιμάστε ξανά</string>
     <string name="title_unexpected_error">Μη αναμενόμενο σφάλμα</string>
     <string name="title_log">Αρχείο καταγραφής</string>
-    <string name="title_auto_scroll">Αυτόματη κύλιση</string>
     <string name="title_log_clear">Καθαρισμός</string>
     <string name="title_rules_search_hint">Αναζήτηση με όνομα ή συνθήκη</string>
     <string name="title_rules_export">Εξαγωγή κανόνων</string>
@@ -1716,6 +1735,7 @@
     <string name="title_widget_compose">Να εμφανίζεται το κουμπί σύνταξης νέου μηνύματος</string>
     <string name="title_widget_background">Χρώμα φόντου</string>
     <string name="title_widget_day_night">Σύμφωνα με το σκούρο θέμα συστήματος</string>
+    <string name="title_compat_dark">Η Google έχει αφαιρέσει το σκούρο θέμα σε εκδόσεις Android προγενέστερες από την έκδοση 10</string>
     <string name="title_accessibility_collapsed">Συνεπτυγμένο</string>
     <string name="title_accessibility_expanded">Ανεπτυγμένο</string>
     <string name="title_accessibility_seen">Αναγνωσμένο</string>
@@ -1754,6 +1774,7 @@
     <string-array name="pollIntervalNames">
         <item>Πάντα</item>
         <item>Κάθε 5 λεπτά</item>
+        <item>Κάθε 10 λεπτά</item>
         <item>Κάθε 15 λεπτά</item>
         <item>Κάθε 30 λεπτά</item>
         <item>Κάθε ώρα</item>
@@ -1797,6 +1818,7 @@
         <item>Μετάβαση στην επόμενη συζήτηση</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Μικροσκοπικό</item>
         <item>Πολύ μικρό</item>
         <item>Μικρό</item>
         <item>Μεσαίο</item>
diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml
index f6472ff917..3b11fb7f2a 100644
--- a/app/src/main/res/values-en-rGB/strings.xml
+++ b/app/src/main/res/values-en-rGB/strings.xml
@@ -70,6 +70,7 @@
     <string name="title_ask_show_image_hint">Images recognised as tracking images will not be shown</string>
     <string name="title_compose">Compose</string>
     <string name="title_send">Send</string>
+    <string name="title_save_search_color">Colour</string>
     <string name="title_legend_section_synchronize">Synchronise</string>
     <string name="title_legend_section_folders">Folders</string>
     <string name="title_legend_section_messages">Messages</string>
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
index 31ad137489..dda4a37d6c 100644
--- a/app/src/main/res/values-es-rES/strings.xml
+++ b/app/src/main/res/values-es-rES/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail es una aplicación de correo electrónico de código abierto centrada en la privacidad y la seguridad. Por esta razón, algunas funciones pueden comportarse de manera diferente a lo que esté acostumbrado.</string>
     <string name="app_limitations">Por ejemplo, los mensajes se reformatean por defecto para eliminar elementos inseguros y mejorar la legibilidad, y la apertura de enlaces debe ser confirmada por seguridad. Ambos pueden ser desactivados si se desea.</string>
     <string name="app_unsupported">Los bugs en la versión Android de este dispositivo en particular causan fallos</string>
+    <string name="app_data_loss">Pueden perderse todos los datos</string>
     <string name="app_continue">Continuar de todas formas</string>
     <string name="app_exit">Volver \'atrás\' para salir</string>
     <string name="app_cake">Espacio de almacenamiento insuficiente</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">Servidor SMTP para enviar mensajes</string>
     <string name="title_setup_quick_certificates">Certificados del servidor</string>
     <string name="title_setup_wizard">Asistente</string>
+    <string name="title_setup_wizard_tutorials">Tutoriales</string>
     <string name="title_setup_wizard_multiple">El asistente puede utilizarse varias veces para configurar múltiples cuentas</string>
     <string name="title_setup_wizard_new">Necesito una nueva dirección de correo electrónico</string>
     <string name="title_setup_manual">Configuración manual y opciones de cuenta</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Puede configurar el nombre, color y acciones de deslizamiento en la configuración de la cuenta, y configurar una firma en los ajustes de identidad</string>
     <string name="title_setup_accounts">Cuentas</string>
     <string name="title_setup_identities">Identidades</string>
+    <string name="title_setup_google_sign_in">Iniciar sesión con Google</string>
     <string name="title_setup_other">Otro proveedor</string>
     <string name="title_setup_inbound">Sólo correo entrante (¡no se puede enviar el correo electrónico!)</string>
     <string name="title_setup_pop3">Cuenta POP3</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">Autorizar cuentas de Google sólo funcionará en las versiones de Play Store y GitHub porque Android comprueba la firma digital de la aplicación</string>
     <string name="title_setup_gmail_rationale">Por favor, conceda permisos para seleccionar una cuenta y leer su nombre</string>
     <string name="title_setup_gmail_permissions">Google solicitará permisos para leer, redactar, enviar y eliminar permanentemente todo su correo electrónico. FairEmail nunca eliminará sus mensajes sin su consentimiento explícito.</string>
-    <string name="title_setup_gmail_drafts">Si la carpeta de borradores no es accesible por IMAP, esto se puede arreglar en la configuración de etiquetas de Gmail</string>
+    <string name="title_setup_gmail_on_device">¿Por qué necesito seleccionar una cuenta del dispositivo?</string>
     <string name="title_setup_gmail_password">Quiero autorizar una cuenta con una contraseña en lugar de una cuenta en el dispositivo</string>
     <string name="title_setup_office_auth">El error \'AUTHENTICATE failed\' puede ser causado por IMAP/SMTP desactivado por el administrador de sistemas</string>
     <string name="title_setup_oauth_rationale">Autorizar acceso a su cuenta %1$s</string>
@@ -382,6 +385,7 @@
     <string name="title_advanced_timeout">Tiempo de espera de conexión (segundos)</string>
     <string name="title_advanced_prefer_ip4">Preferir IPv4 sobre IPv6</string>
     <string name="title_advanced_ssl_harden">Endurecer conexiones SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Requerir TLS 1.3</string>
     <string name="title_advanced_cert_strict">Verificación estricta de certificados</string>
     <string name="title_advanced_manage_connectivity">Administrar conectividad</string>
     <string name="title_advanced_caption_general">General</string>
@@ -398,7 +402,7 @@
     <string name="title_advanced_two_col">Usar dos columnas</string>
     <string name="title_advanced_min_screen_size">Tamaño mínimo de pantalla para dividir la pantalla</string>
     <string name="title_advanced_close_pane">Colapsar fila o columna al cerrar una conversación</string>
-    <string name="title_advanced_column_width">Ancho de columna de mensajes: %1$s %%</string>
+    <string name="title_advanced_column_width">Ancho de columna de mensaje / altura de fila: %1$s %%</string>
     <string name="title_advanced_nav_options">Mostrar opciones de menú de navegación</string>
     <string name="title_advanced_nav_categories">Mostrar categorías de cuentas en el menú de navegación</string>
     <string name="title_advanced_nav_pin">Fijar menú de navegación</string>
@@ -473,6 +477,7 @@
     <string name="title_advanced_text_size">Usar tamaños de texto</string>
     <string name="title_advanced_text_font">Usar fuentes</string>
     <string name="title_advanced_text_align">Usar alineación de texto</string>
+    <string name="title_advanced_text_titles">Mostrar {títulos HTML}</string>
     <string name="title_advanced_text_separators">Usar líneas separadoras</string>
     <string name="title_advanced_collapse_quotes">Colapsar texto citado</string>
     <string name="title_advanced_image_placeholders">Mostrar marcadores de posición de imagen</string>
@@ -483,6 +488,7 @@
     <string name="title_advanced_actionbar_color">Usar el color de la cuenta como color de fondo para la barra de acción de conversación</string>
     <string name="title_advanced_category_header">Agrupar por categoría de cuenta</string>
     <string name="title_advanced_navbar_colorize">Colorear la barra de navegación de Android</string>
+    <string name="title_advanced_list_count">Mostrar el número de mensajes o conversaciones en la barra de acción superior</string>
     <string name="title_advanced_bundled_fonts">Usar fuentes empaquetadas</string>
     <string name="title_advanced_parse_classes">Analizar hojas de estilo</string>
     <string name="title_advanced_authentication">Mostrar advertencias de autenticación</string>
@@ -491,6 +497,7 @@
     <string name="title_advanced_authentication_none">Sin autenticación</string>
     <string name="title_advanced_authentication_some">Autenticación parcial</string>
     <string name="title_advanced_authentication_all">Autenticación completa</string>
+    <string name="title_advanced_restore_on_launch">Restaurar estado de la aplicación al iniciar</string>
     <string name="title_advanced_sync_on_launch">Sincronizar al inicio</string>
     <string name="title_advanced_double_back">Doble \'atrás\' para salir</string>
     <string name="title_advanced_conversation_actions">Sugerir acciones (Android 10+)</string>
@@ -533,6 +540,7 @@
     <string name="title_advanced_notify_background">Mostrar notificaciones sólo en segundo plano</string>
     <string name="title_advanced_notify_known">Mostrar notificaciones sólo para contactos</string>
     <string name="title_advanced_notify_suppress_in_call">Demorar notificaciones durante una llamada</string>
+    <string name="title_advanced_notify_suppress_in_car">Retrasar notificaciones mientras Android Auto está conectado</string>
     <string name="title_advanced_notify_summary">Mostrar notificación resumen únicamente</string>
     <string name="title_advanced_notify_preview">Mostrar vista previa del mensaje en notificaciones</string>
     <string name="title_advanced_notify_preview_all">Previsualizar todo el texto</string>
@@ -617,6 +625,7 @@
     <string name="title_advanced_class_min_difference">Diferencia mínima de la clase: %1$s %%</string>
     <string name="title_advanced_language">Idioma</string>
     <string name="title_advanced_language_system">Sistema</string>
+    <string name="title_advanced_lt">Integración con LanguageTool</string>
     <string name="title_advanced_deepl">Integración con DeepL</string>
     <string name="title_advanced_sdcard">Quiero usar una tarjeta SD</string>
     <string name="title_advanced_watchdog">Comprobar periódicamente si FairEmail sigue activo</string>
@@ -630,6 +639,7 @@
     <string name="title_advanced_last_cleanup">Última limpieza: %1$s</string>
     <string name="title_advanced_app">Ajustes de la app</string>
     <string name="title_advanced_more">Más opciones</string>
+    <string name="title_advanced_main_log">Registro principal</string>
     <string name="title_advanced_protocol">Registro de protocolos</string>
     <string name="title_advanced_log_info">Registro de depuración</string>
     <string name="title_advanced_debug">Modo de depuración</string>
@@ -657,7 +667,7 @@
     <string name="title_advanced_folder_nav_hint">Esto siempre volverá a la lista de carpetas de la cuenta relacionada desde una lista de mensajes</string>
     <string name="title_advanced_suggest_names_hint">Si está desactivado, sólo se usarán direcciones de correo electrónico al seleccionar contactos</string>
     <string name="title_advanced_suggest_local_hint">Además de los contactos proporcionados por Android, los datos de contactos se almacenarán para nuevos mensajes enviados o recibidos sólo cuando esté activado.</string>
-    <string name="title_advanced_auto_identity_hint">Esto seleccionará la última identidad usada para el primer destinatario de nuevos mensajes</string>
+    <string name="title_advanced_auto_identity_hint">Esto seleccionará la última identidad utilizada al seleccionar un destinatario para nuevos mensajes</string>
     <string name="title_advanced_send_reminders_hint">Mostrar una advertencia cuando el texto del mensaje o el asunto estén vacíos o cuando un archivo adjunto pueda estar ausente</string>
     <string name="title_advanced_reply_move_hint">El servidor de correo electrónico todavía puede añadir los mensajes a la carpeta de mensajes enviados</string>
     <string name="title_advanced_usenet_hint">Insertar \'-- \' entre el texto y la firma</string>
@@ -694,6 +704,7 @@
     <string name="title_advanced_inline_hint">Las imágenes embebidas son imágenes incluídas en el mensaje</string>
     <string name="compressed">El cotenido de archivos comprimidos (%1$s) con más de %2$s archivos o archivos de más de %3$s no se mostrarán</string>
     <string name="title_advanced_parse_classes_hint">Esto mostrará los mensajes con mayor precisión, pero posiblemente con un retraso</string>
+    <string name="title_advanced_restore_on_launch_hint">Restaurar el último estado de la aplicación cuando se reinicie mediante el icono del lanzador dentro de los %1$d minutos</string>
     <string name="title_advanced_language_detection_hint">El soporte de detección de idiomas depende del fabricante del dispositivo</string>
     <string name="title_advanced_autoexpand_hint">Abrir mensaje automáticamente cuando haya solo un mensaje o uno no leído en una conversación</string>
     <string name="title_advanced_expandall_hint">El botón de respuesta no se mostrará cuando se expandan varios mensajes porque no está claro a qué mensaje aplica el botón</string>
@@ -711,6 +722,7 @@
     <string name="title_advanced_safe_browsing_hint">El servidor de Google sabe qué direcciones se están buscando</string>
     <string name="title_advanced_badge_hint">Sólo disponible en lanzadores soportados</string>
     <string name="title_advanced_notify_action_hint">Máximo 3 acciones mostradas</string>
+    <string name="title_advanced_notify_car_hint">Conectado significa que algo está siendo proyectado, como un mapa para la navegación</string>
     <string name="title_advanced_notify_remove_hint">Las notificaciones de nuevos mensajes siempre serán eliminadas al deslizarlas y al marcar mensajes como leídos</string>
     <string name="title_advanced_notify_manage_hint">Toca en el nombre del canal para establecer las propiedades del canal</string>
     <string name="title_advanced_notify_manage_default_hint">Para configurar el sonido por defecto, etc</string>
@@ -777,7 +789,7 @@
     <string name="title_custom">Personalizado</string>
     <string name="title_host">Nombre de host</string>
     <string name="title_encryption">Cifrado</string>
-    <string name="title_encryption_none">Ninguno</string>
+    <string name="title_encryption_none">Ninguno (inseguro)</string>
     <string name="title_allow_insecure">Permitir conexiones inseguras</string>
     <string name="title_insecure_remark">Las conexiones inseguras sólo deberían permitirse con redes de confianza y nunca con redes públicas</string>
     <string name="title_notify_remark">Puedes activar esto para notificaciones específicas de la cuenta</string>
@@ -837,6 +849,7 @@
     <string name="title_account_delete">¿Eliminar esta cuenta permanentemente?</string>
     <string name="title_identity_delete">¿Eliminar esta identidad permanentemente?</string>
     <string name="title_edit_html">Editar como HTML</string>
+    <string name="title_import_file">Importar archivo</string>
     <string name="title_sign_key">Clave de firma: %1$s</string>
     <string name="title_last_connected">Última conexión: %1$s</string>
     <string name="title_backoff_until">Esperando después de un error hasta: %1$s</string>
@@ -917,6 +930,7 @@
     <string name="title_search_folder">Buscar carpeta</string>
     <string name="title_apply_to_all">Aplicar a todos</string>
     <string name="title_edit_account_name">Editar el nombre de la cuenta</string>
+    <string name="title_edit_account_color">Editar color de cuenta</string>
     <string name="title_hide_folder">Ocultar carpeta</string>
     <string name="title_hide_seen_folder">Ocultar carpeta si todos los mensajes son leídos</string>
     <string name="title_hide_seen_folder_hint">Sólo en la lista de carpetas mostrada en la pantalla de inicio</string>
@@ -1324,6 +1338,10 @@
     <string name="title_search_in">Buscar en</string>
     <string name="title_search_sender">Buscar por remitente</string>
     <string name="title_search_delete">¿Borrar búsqueda guardada?</string>
+    <string name="title_save_search">Búsqueda guardada</string>
+    <string name="title_save_search_name">Nombre</string>
+    <string name="title_save_search_order">Orden</string>
+    <string name="title_save_search_color">Color</string>
     <string name="title_sort_on">Ordenar por</string>
     <string name="title_sort_on_time">Tiempo</string>
     <string name="title_sort_on_unread">No leído</string>
@@ -1531,6 +1549,7 @@
     <string name="title_legend_embedded_image">Marcador de posición de imagen incrustada</string>
     <string name="title_legend_tracking_pixel">Imagen de rastreo</string>
     <string name="title_legend_broken_image">Imagen rota</string>
+    <string name="title_legend_open_external">Abrir fuera de la aplicación</string>
     <string name="title_legend_pick">Seleccionar contacto</string>
     <string name="title_legend_cc">Mostrar CC/CCO</string>
     <string name="title_legend_link">Insertar enlace</string>
@@ -1614,6 +1633,7 @@
     <string name="title_yes">Sí</string>
     <string name="title_no">No</string>
     <string name="title_later">Más tarde</string>
+    <string name="title_paste_plain">Pegar como texto plano</string>
     <string name="title_undo">Deshacer</string>
     <string name="title_redo">Rehacer</string>
     <string name="title_insert_line">Insertar línea</string>
@@ -1684,7 +1704,6 @@
     <string name="title_boundary_retry">Reintentar</string>
     <string name="title_unexpected_error">Error inesperado</string>
     <string name="title_log">Registro</string>
-    <string name="title_auto_scroll">Desplazamiento automático</string>
     <string name="title_log_clear">Limpiar</string>
     <string name="title_rules_search_hint">Buscar nombre o condición</string>
     <string name="title_rules_export">Exportar reglas</string>
@@ -1717,6 +1736,7 @@
     <string name="title_widget_compose">Mostrar botón de redactar nuevo mensaje</string>
     <string name="title_widget_background">Color de fondo</string>
     <string name="title_widget_day_night">Seguir tema oscuro del sistema</string>
+    <string name="title_compat_dark">Google eliminó el modo oscuro para versiones de Android anteriores a la versión 10</string>
     <string name="title_accessibility_collapsed">Oculto</string>
     <string name="title_accessibility_expanded">Expandido</string>
     <string name="title_accessibility_seen">Leído</string>
@@ -1755,6 +1775,7 @@
     <string-array name="pollIntervalNames">
         <item>Siempre</item>
         <item>Cada 5 minutos</item>
+        <item>Cada 10 minutos</item>
         <item>Cada 15 minutos</item>
         <item>Cada 30 minutos</item>
         <item>Cada hora</item>
@@ -1798,6 +1819,7 @@
         <item>Ir a la siguiente conversación</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Pequeño</item>
         <item>Muy pequeño</item>
         <item>Pequeño</item>
         <item>Mediano</item>
diff --git a/app/src/main/res/values-eu-rES/strings.xml b/app/src/main/res/values-eu-rES/strings.xml
index d78d17542c..fd8d3b1147 100644
--- a/app/src/main/res/values-eu-rES/strings.xml
+++ b/app/src/main/res/values-eu-rES/strings.xml
@@ -10,6 +10,7 @@
     <string name="app_cake">Ez dago biltegiratze toki nahiko</string>
     <string name="app_updated">Azken eguneratzea: %1$s</string>
     <string name="app_download">Hemendik deskargatua: %1$s</string>
+    <string name="channel_service">Monitorizazioa</string>
     <string name="channel_send">Bidali</string>
     <string name="channel_notification">E-mail</string>
     <string name="channel_progress">Aurrerapena</string>
@@ -71,6 +72,9 @@
     </plurals>
     <string name="title_ask_spam_who">Jo %1$s erabiltzailearen mezua spamtzat?</string>
     <string name="title_junk_hint">Zure posta-hornitzaileak spam iragazteaz arduratzen da. Posta elektronikoko aplikazio batek ez ditu hori modu fidagarrian egiteko behar dituen datu guztiak.</string>
+    <string name="title_junk_pop_hint">        Blokeatutako igorleen mezuak ez dira deskargatuko.
+        \"Mantendu mezuak zerbitzarian\" gaituta egon ezean, mezuak betirako galduko dira!
+    </string>
     <string name="title_block">Blokeatu %1$s</string>
     <string name="title_block_sender">Blokeatu igorlea</string>
     <string name="title_block_sender_domain">Blokeatu\'%1$s\' domeinua</string>
@@ -78,6 +82,10 @@
         Igorleen domeinu bat blokeatzeko iragazki arauak behar dira, eta hori ordainpeko ezaugarri bat da.
     </string>
     <string name="title_blocked_senders">Blokeatutako bidaltzaileak</string>
+    <plurals name="title_ask_block_sender">
+        <item quantity="one">Blokeatu mezu %1$sen igorlea?</item>
+        <item quantity="other">Blokeatu %1$s mezuen igorlea?</item>
+    </plurals>
     <string name="title_junk_filter">Erabili tokiko spam iragazia</string>
     <string name="title_junk_filter_hint">Horrek bateriaren erabilera areagotu dezake eta mezuak oker markatu spam gisa</string>
     <string name="title_junk_blocklist">Erabili spama blokeatzeko zerrendak</string>
@@ -88,6 +96,10 @@
     <string name="title_notification_idle">Inaktiboa</string>
     <string name="title_notification_failed">%1$s(e)k huts egin du</string>
     <string name="title_notification_alert">Zerbitzari-alerta: \'%1$s\'</string>
+    <string name="title_notification_sending_left">Geratzen diren saiakerak: %1$d</string>
+    <string name="title_notification_sending_retry">Bidalketa berriro saiatuko da internet konexioa aldatzen denean, edo irteera ontzian behera tiratzean</string>
+    <string name="title_notification_sending_failed">%1$s(r)i bidalketak huts egin du</string>
+    <string name="title_notification_redacted">Zentzuratua: Autentifikazio biometrikoa edo PIN bidezkoa gaituta</string>
     <string name="title_factor_minutes">%1$d minutu</string>
     <string name="menu_answers">Txantiloiak</string>
     <string name="menu_rules">Arauak</string>
@@ -106,6 +118,7 @@
     <string name="menu_rate">Baloratu aplikazio hau</string>
     <string name="title_welcome">Ongi etorri</string>
     <string name="title_eula">Azken erabiltzailearen lizentziaren onarpena</string>
+    <string name="title_license">Kode irekiko lizentzia</string>
     <string name="title_contributors">Kolaboratzaileak</string>
     <string name="title_agree">Ados nago</string>
     <string name="title_disagree">Ez nago ados</string>
@@ -126,6 +139,7 @@
     <string name="title_setup_analytics">FairEmail-ek ez ditu iragarkiak erakusten, eta ez du zure jardueraren jarraipenik egiten edo hau aztertzen. Bugsnag akatsen berri jasotzeko erabiltzen da eta zuk besterik esan ezean desgaituta dago.</string>
     <string name="title_setup_quick_accounts">Gehitu edo aldatu kontuak</string>
     <string name="title_setup_quick_support">Hornitaile batzuek zaildu egiten dute kontua gehitzea. Ez haserretu FairEmail aplikazioarekin, eskatu gaitzazu laguntza.</string>
+    <string name="title_setup_quick_hint">Sartutako e-mail helbidea e-mail zerbitzariari eta autoconfig.thunderbird.net helbideari informazioa eskatzeko erabiliko da</string>
     <string name="title_setup_quick_patience">Mesedez, izan pazientzia &#8230;</string>
     <string name="title_setup_quick_imap">IMAP zerbitzaria mezuak jasotzeko</string>
     <string name="title_setup_quick_smtp">SMTP zerbitzaria mezuak igortzeko</string>
@@ -141,11 +155,11 @@
     <string name="title_setup_accounts">Kontuak</string>
     <string name="title_setup_identities">Identitateak</string>
     <string name="title_setup_other">Beste hornitzaile bat</string>
+    <string name="title_setup_inbound">Sarrerako e-maila soilik (ezin dira e-mailak bidali!)</string>
     <string name="title_setup_pop3">POP3 kontua</string>
     <string name="title_setup_gmail_support">Google kontuak baimentzeak Play Store eta Github bertsioetan bakarrik funtzionatuko du, Androidek aplikazioaren sinadura digitala egiaztatzen duelako</string>
     <string name="title_setup_gmail_rationale">Eman baimena kontu bat aukeratu eta zure izena irakurtzeko</string>
     <string name="title_setup_gmail_permissions">Google-k zure posta elektronikoa irakurri, konposatu, bidali eta ezabatzeko baimenak eskatuko ditu. FairEmail-ek ez ditu zure mezuak ezabatuko baimen espliziturik gabe.</string>
-    <string name="title_setup_gmail_drafts">Zirriborroen karpeta IMAP bidez eskuragarri ez badago, Gmailen etiketen ezarpenetan konpondu daiteke</string>
     <string name="title_setup_office_auth">\'AUTENTIFIKAZIOAK huts egin du\' errorea sistema administratzaileak IMAP/SMTP desgaitu duelako izan daiteke</string>
     <string name="title_setup_oauth_rationale">Baimendu zure %1$s kontura sarbidea</string>
     <string name="title_setup_oauth_update">Berriro baimendu lehendik dagoen kontu bat (bestela sortu kontu berri bat)</string>
@@ -170,14 +184,19 @@
     <string name="title_setup_permissions">Eman baimenak</string>
     <string name="title_setup_permissions_remark">Kontaktuen informazioa atzitzeko (aukerakoa)</string>
     <string name="title_setup_permissions_explanation">Kontaktuen baimena behar da kontaktuen informazioa biltzeko eta kontuak iradokitzeko</string>
+    <string name="title_setup_permissions_notify">Mezu berrien jakinarazpenak erakusteko (aukerazkoa)</string>
+    <string name="title_setup_permission_why">Zeintzu baimen behar dira eta zergatik?</string>
     <string name="title_setup_permission_import_contacts">Nola inportatu ditzazket kontaktuak?</string>
     <string name="title_setup_doze">Desgaitu bateria optimizazioak</string>
     <string name="title_setup_doze_remark">Posta elektronikoa atzeko planoan modu fidagarrian bidaltzeko eta jasotzeko</string>
     <string name="title_setup_doze_hint">Egitan, aplikazio honek bateria gutxiago erabiltzen du bateria optimizazioak desgaitzen zaizkionean</string>
+    <string name="title_setup_doze_why">Zergatik desgaitu beharko litzateke bateria-optimizazioa?</string>
     <string name="title_setup_doze_battery">Bateria-erabilera handia?</string>
     <string name="title_setup_doze_stopped">Sinkronizazioa gelditu da?</string>
     <string name="title_setup_doze_device">Beharrezkoa da hau gailu honetarako</string>
     <string name="title_setup_alarm_12">Aplikazioak ez du funtzionatuko</string>
+    <string name="title_setup_inexact">Alarmak eta oroigarriak desgaituta daude</string>
+    <string name="title_setup_background">Bigarren planoko mugak indarrean daude</string>
     <string name="title_setup_data">Datuen aurreztailea gaituta dago</string>
     <string name="title_setup_advanced_options">Erakutsi aukera aurreratuak</string>
     <string name="title_setup_inbox">Joan sarrera-ontzira</string>
@@ -186,6 +205,7 @@
     <string name="title_setup_done">Eginda</string>
     <string name="title_setup_still">Oraindik egiteko</string>
     <string name="title_setup_error">Akatsa</string>
+    <string name="title_setup_pop">Erabili POP3 (ez da aholkatzen)</string>
     <string name="title_setup_configuring">Kontua konfiguratzen &#8230;</string>
     <string name="title_setup_app_password">Aplokazio-pasahitz bat erabili behar zenezake</string>
     <string name="title_setup_extra">Gehigarria</string>
@@ -204,11 +224,16 @@
     <string name="title_setup_password_invalid">Pasahitz baliogabea</string>
     <string name="title_setup_import_accounts">Inportatu kontuak eta identitateak</string>
     <string name="title_setup_import_delete">Ezabatu aurretik zeuden kontuak</string>
+    <string name="title_setup_import_rules">Inportatu iragazte arauak</string>
+    <string name="title_setup_import_contacts">Inportatu tokiko kontaktuak</string>
+    <string name="title_setup_import_answers">Inportatu erantzuin txantiloiak</string>
+    <string name="title_setup_import_settings">Inportatu aukerak</string>
     <string name="title_setup_exported">Ezarpenak esportatuta</string>
     <string name="title_setup_imported">Ezarpenak inportatuta</string>
     <string name="title_setup_import_invalid">Ezarpen fitxategi baliogabea</string>
     <string name="title_importing_account">Kontua: %1$s</string>
     <string name="title_importing_identity">Identitatea: %1$s</string>
+    <string name="title_importing_exists">Saltatua: Badago aurretik</string>
     <string name="title_importing_wizard">Exekutatu laguntzailea berriro autentifikatzeko</string>
     <string name="title_setup_reorder_accounts">Ordenatu kontuak</string>
     <string name="title_setup_reorder_folders">Ordenatu karpetak</string>
@@ -232,6 +257,7 @@
     <string name="title_setup_theme_dark">Iluna</string>
     <string name="title_setup_theme_system">Jarraitu sistema</string>
     <string name="title_setup_theme_black_background">Atzeko plano beltza</string>
+    <string name="title_setup_theme_html_light">Atzealde argia jatorrizko mezuaren ikuspegian</string>
     <string name="title_setup_theme_composer_light">Mezuen editorearentzako fondo argia</string>
     <string name="title_setup_theme_system_hint">Jarraitu sistemako azala automatikoki txandakatuko ditu argia eta iluna eguna eta gauaren arabera, Androidek onartzen duenean</string>
     <string name="title_setup_theme_more_colors">Kolore gehiago nahi ditut</string>
@@ -273,9 +299,12 @@
     <string name="title_advanced_delete_unseen">Ezabatu irakurri gabeko mezu zaharrak</string>
     <string name="title_advanced_kept_removed">Egiaztatu mezu zaharrak zerbitzaritik ezabatu diren</string>
     <string name="title_advanced_gmail_thread">Gmail mezu-taldekatze estiloa Gmail kontuetan</string>
+    <string name="title_advanced_subject_threading">Taldekatu mezuak igorle eta mintzagaiaren arabera</string>
     <string name="title_advanced_sync_folders">Sinkronizatu karpeten zerrenda</string>
     <string name="title_advanced_sync_shared_folders">Sinkronizatu partekatutako karpeten zerrenda</string>
     <string name="title_advanced_subscriptions">Kudeatu karpeten harpidetzak</string>
+    <string name="title_advanced_check_authentication">Egiaztatu mezuaren autentifikazioa</string>
+    <string name="title_advanced_check_tls">Egiaztatu garraio geruzaren segurtasuna (TLS)</string>
     <string name="title_advanced_check_reply_domain">Mezuak sinkronizatzean, erantzun-helbideak egiaztatzea</string>
     <string name="title_advanced_check_mx">Egiaztatu bidaltzailearen helbide elektronikoak mezuak sinkronizatzean</string>
     <string name="title_advanced_check_blocklist">Igorlearen domeinu-izena spam-blokeoaren zerrenda batean dagoen egiaztatzea</string>
@@ -283,19 +312,28 @@
     <string name="title_advanced_tune_keep_alive">Doitu automatikoki biziri-mantendu tartea</string>
     <string name="title_advanced_keyboard">Erakutsi teklatua lehenetsita</string>
     <string name="title_advanced_keyboard_no_fullscreen">Pantaila-teklatu osoa saihestea</string>
+    <string name="title_advanced_suggest_names">Erabili izenak eta e-mail helbideak</string>
     <string name="title_advanced_suggest_local">Proposatu lokalean gordetako kontaktuak</string>
     <string name="title_advanced_suggest_sent">Proposatu bidalitako mezuetan aurkitutako helbideak</string>
     <string name="title_advanced_suggest_received">Proposatu jasotako mezuetan aurkitutako helbideak</string>
     <string name="title_advanced_suggest_frequently">Ordenatu iradokitako helbideak erabilera maiztasunaren arabera</string>
+    <string name="title_advanced_send_chips">Erakutsi helbideen bonboiloak</string>
     <string name="title_advanced_send_reminders">Erakutsi oroigarriak</string>
     <string name="title_advanced_send_delayed">Atzeratu mezuen bidalketa</string>
-    <string name="title_advanced_compose_font">Letra mota lehenetsia</string>
+    <string name="title_advanced_attach_new">Gehitu partekatutako fitxategiak zirriborro berri batera</string>
+    <string name="title_advanced_compose_font">Tipografia lehenetsia</string>
     <string name="title_advanced_prefix_once">Jarri aurrizkia mintzagaiari behin bakarrik erantzun edo birbidaltzean</string>
+    <string name="title_advanced_prefix_count">Gehitu kontua erantzunaren aurrizkian</string>
     <string name="title_advanced_extended_reply">Erabili erantzun/birbidali goiburu hedatua</string>
+    <string name="title_advanced_write_above">Idatzi igorlearen testuaren gainean</string>
+    <string name="title_advanced_write_below">Idatzi igorlearen testuaren azpian</string>
     <string name="title_advanced_quote_reply">Aipatu erantzundako testua</string>
+    <string name="title_advanced_limit_reply">Mugatu habiratutako zita kopurua</string>
     <string name="title_advanced_resize_reply">Aldatu irudien tamaina erantzundako testuan</string>
     <string name="title_advanced_signature_location">Sinaduraren kokapena</string>
+    <string name="title_advanced_signature_new">Erabili sinadura mezu berrietan</string>
     <string name="title_advanced_signature_reply">Erabili sinadura erantzutean</string>
+    <string name="title_advanced_signature_reply_once">Lehen erantzunean besterik ez</string>
     <string name="title_advanced_signature_forward">Erabili sinadura birbidaltzean</string>
     <string name="title_advanced_discard_delete">Zirriborroa baztertzean ezabatu zirriborroa behin betiko</string>
     <string name="title_advanced_reply_move">Mezu bati erantzutean, gorde erantzuna karpeta berean</string>
@@ -305,31 +343,45 @@
     <string name="title_advanced_usenet_signature">Usenet sinaduren konbentzioa</string>
     <string name="title_advanced_remove_signatures">Kendu ezagututako sinadurak</string>
     <string name="title_advanced_receipt">Agiria eskatzean</string>
+    <string name="title_advanced_forward_new">Hasi elkarrizketa berria birbidaltzean</string>
     <string name="title_advanced_lookup_mx">Hartzaileen email-helbideak egiaztatu bidali aurretik</string>
     <string name="title_advanced_metered">Erabili neurtutako konexioak</string>
     <string name="title_advanced_download">Deskargatu mezuak eta eranskinak automatikoki neurtutako konexioetan, gehienez</string>
     <string name="title_advanced_roaming">Roaming egoeran mezuak eta gehitutakoak jaitsi</string>
     <string name="title_advanced_rlah">Ibili etxean bezala</string>
-    <string name="title_advanced_timeout">Konektatzeko itxarote muga (segundotan)</string>
+    <string name="title_advanced_download_headers">Deskargatu mezu-goiburu guztiak</string>
+    <string name="title_advanced_download_eml">Deskargatu mezu-fitxategi gordinak</string>
+    <string name="title_advanced_download_plain">Deskargatu testu hutseko atalak soilik besterik esan ezean (eskuragarri badaude)</string>
+    <string name="title_advanced_vpn_only">Konektatu soilik VPN bidez</string>
+    <string name="title_advanced_timeout">Konektatzeko denbora-muga (segundotan)</string>
+    <string name="title_advanced_prefer_ip4">Hobetsi IPv4, IPv6 ordez</string>
     <string name="title_advanced_ssl_harden">Gogortu SSL konexioak</string>
     <string name="title_advanced_manage_connectivity">Kudeatu konektibitatea</string>
     <string name="title_advanced_caption_general">Orokorra</string>
+    <string name="title_advanced_caption_navigation">Nabigazioa</string>
+    <string name="title_advanced_caption_checks">Egiaztaketak</string>
     <string name="title_advanced_caption_list">Zerrenda</string>
     <string name="title_advanced_caption_conversation">Elkarrizketa</string>
     <string name="title_advanced_caption_message">Mezua</string>
     <string name="title_advanced_caption_message_header">Mezuaren goiburua</string>
     <string name="title_advanced_caption_message_body">Mezuaren gorputza</string>
+    <string name="title_advanced_portrait">Modu horizontala</string>
     <string name="title_advanced_landscape">Modu horizontala</string>
     <string name="title_advanced_two_row">Erabili bi lerro</string>
     <string name="title_advanced_two_col">Erabili bi zutabe</string>
     <string name="title_advanced_min_screen_size">Pantailaren gutxieneko tamaina pantaila zatitzeko</string>
+    <string name="title_advanced_close_pane">Tolestu errenkada edo zutabea elkarrizketa ixtean</string>
+    <string name="title_advanced_nav_options">Erakutsi nabigazio-menuaren aukerak</string>
     <string name="title_advanced_nav_categories">Erakutsi kontuen kategoriak nabigazio-menuan</string>
+    <string name="title_advanced_nav_pin">Finkatu nabigazio-menua</string>
+    <string name="title_advanced_nav_hide_title">Ezkutatu nabigazio-menuaren aukerak?</string>
     <string name="title_advanced_nav_message_count">Erakutsi lokalean gordetako mezu kopurua nabigazio menuan</string>
     <string name="title_advanced_nav_pinned_count">Erakutsi finkatutako nabigazio-menuan irakurri ez diren mezuen kopurua</string>
     <string name="title_advanced_startup">Erakutsi hasiera pantailan</string>
     <string name="title_advanced_cards">Erabili txartela estiloa tabulazio estiloaren ordez</string>
     <string name="title_advanced_tabular_background">Txartelaren kolorea atzealdeko kolore gisa erabiltzea tabulu-estiloa erabiltzean</string>
     <string name="title_advanced_date_header">Taldekatu dataren arabera</string>
+    <string name="title_advanced_date_bold">Erakutsi data letra lodian</string>
     <string name="title_advanced_threading">Elkarrizketak haritzea</string>
     <string name="title_advanced_threading_unread">Erakutsi irakurri gabeko mezu kopurua elkarrizketetan</string>
     <string name="title_advanced_indentation">Ezker/eskuin marjina elkarrizketetan jaso/bidalitako mezuetan</string>
@@ -342,15 +394,20 @@
     <string name="title_advanced_generated_icons">Erakutsi sortutako ikonoak</string>
     <string name="title_advanced_identicons">Erakutsi identikonoak</string>
     <string name="title_advanced_circular">Erakutsi ikono borobilak</string>
+    <string name="title_advanced_color_saturation">Saturazioa: %1$s %%</string>
+    <string name="title_advanced_color_value">Distira: %1$s %%</string>
     <string name="title_advanced_name_email">Erakutsi izenak eta e-mail helbideak</string>
     <string name="title_advanced_replace_name">Nahiago kontaktu-izena bidaltzaile-izena baino</string>
     <string name="title_advanced_distinguish_contacts">Azpimarratu igorlea kontaktua jasotzaile lokalki ezaguna bada</string>
-    <string name="title_advanced_show_recipients">Erakutsi hartzaileak mezuaren goiburuan</string>
+    <string name="title_advanced_show_recipients">Erakutsi hartzaileak mezu-goiburuan</string>
+    <string name="title_advanced_font_size_sender">Igorlearen letra tamaina</string>
     <string name="title_advanced_sender_ellipsize">Beharrezkoa denean laburtu igorlea</string>
     <string name="title_advanced_subject_top">Erakutsi mintzagaia igorlearen gainean</string>
     <string name="title_advanced_subject_italic">Erakutsi mintzagaia letra etzanean</string>
-    <string name="title_advanced_highlight_subject">Nabarmendu gaia</string>
+    <string name="title_advanced_highlight_subject">Nabarmendu mintzagaia</string>
+    <string name="title_advanced_font_size_subject">Mintzagaiaren letra tamaina</string>
     <string name="title_advanced_subject_ellipsize">Behar denean laburtu mintzagaia</string>
+    <string name="title_advanced_highlight_color">Nabarmentze-kolorea</string>
     <string name="title_advanced_keywords">Erakutsi gako-hitzak mezuaren goiburuan</string>
     <string name="title_advanced_labels">Erakutsi Gmaileko etiketak mezuaren goiburuan</string>
     <string name="title_advanced_flags">Erakutsi izarrak</string>
@@ -361,10 +418,14 @@
     <string name="title_advanced_addresses">Erakutsi helbidearen xehetasunak lehenetsita</string>
     <string name="title_advanced_unzip">Erakutsi konprimitutako eranskinen edukia</string>
     <string name="title_advanced_attachments_alt">Erakutsi gehitutakoa mezuko testuaren ondoren</string>
+    <string name="title_advanced_hyphenation">Erabili hipenazio automatikoa</string>
     <string name="title_advanced_contrast">Erabili kontraste altua mezuaren testuarentzat</string>
+    <string name="title_advanced_monospaced">Erabili tipografia monoespaziatua mezuaren testuarentzat lehenetsita</string>
+    <string name="title_advanced_monospaced_pre">Erabili tipografia monoespaziatua aurrez formateatutako testuarentzat</string>
+    <string name="title_advanced_background_color">Erabili atzealdeko koloreak</string>
     <string name="title_advanced_text_color">Mantendu testuaren koloreak</string>
     <string name="title_advanced_text_size">Mantendu testuaren tamaina</string>
-    <string name="title_advanced_text_font">Mantendu tipografiak</string>
+    <string name="title_advanced_text_font">Erabili tipografiak</string>
     <string name="title_advanced_text_align">Mantendu testuaren lerrokatzea</string>
     <string name="title_advanced_text_separators">Mantendu banaketa lerroak</string>
     <string name="title_advanced_collapse_quotes">Tolestu aipatutako testua</string>
@@ -373,8 +434,19 @@
     <string name="title_advanced_actionbar">Erakutsi elkarrizketako ekintza-barra</string>
     <string name="title_advanced_actionbar_color">Erabili kontuaren kolorea elkarrizketaren tresna barrako atzeko planoaren kolore gisa</string>
     <string name="title_advanced_navbar_colorize">Koloreztatu Android-en nabigazio barra</string>
+    <string name="title_advanced_bundled_fonts">Erabili txertatutako tipografiak</string>
     <string name="title_advanced_parse_classes">Erabili estilo orria</string>
+    <string name="title_advanced_authentication">Erakutsi autentifikazio abisuak</string>
+    <string name="title_advanced_authentication_hint">Dagozkion egiaztaketak jasotze-ezarpenetan konfiguratu daitezke</string>
+    <string name="title_advanced_authentication_indicator">Erakutsi autentifikazio egoeraren adierazlea</string>
+    <string name="title_advanced_authentication_none">Autentifikaziorik ez</string>
+    <string name="title_advanced_authentication_some">Autentifikazio partziala</string>
+    <string name="title_advanced_authentication_all">Autentifikazio osoa</string>
+    <string name="title_advanced_restore_on_launch">Berreskuratu aplikazioaren egoera abioan</string>
+    <string name="title_advanced_sync_on_launch">Sinkronizatu abioan</string>
     <string name="title_advanced_double_back">\'Atzera\' birritan irteteko</string>
+    <string name="title_advanced_conversation_actions">Proposatu ekintzak (Android 10+)</string>
+    <string name="title_advanced_conversation_actions_replies">Proposatu erantzunak (Android 10+)</string>
     <string name="title_advanced_language_detection">Detektatu mezuen testuaren hizkuntza</string>
     <string name="title_advanced_pull_refresh">Tiratu behera berritzeko</string>
     <string name="title_advanced_autoscroll">Korritu gora mezu berriak jasotzean</string>
@@ -391,6 +463,7 @@
     <string name="title_advanced_onclose">Elkarrizketa ixtean</string>
     <string name="title_advanced_autoclose_unread">Elkarrizketak ixtea irakurri gabeko mezuak markatzean</string>
     <string name="title_advanced_collapse_marked">Irakurri edo irakurri ez bezala eskuz markatzen diren mezuak kolapsatzea</string>
+    <string name="title_advanced_undo">Desegiteko denbora-muga</string>
     <string name="title_advanced_quick_filter">Erakutsi iragazki azkarren ikonoak</string>
     <string name="title_advanced_quick_scroll">Erakutsi azkar gora/behera korritzeko ikonoak</string>
     <string name="title_advanced_folder_nav">Itzuli beti karpeten zerrendara mezuen zerrrendatik</string>
@@ -435,14 +508,21 @@
     <string name="title_advanced_display_hidden">Erakutsi ezkutatutako mezuen testuak</string>
     <string name="title_advanced_secure">Ezkutatu erabilitako azken aplikazioen pantailatik eta saihestu pantaila-argazkia egitea</string>
     <string name="title_advanced_pin">PINa</string>
-    <string name="title_advanced_biometrics_timeout">Autentifikazio biometrikoaren iraupena</string>
+    <string name="title_advanced_biometrics_timeout">Autentifikazio biometrikoaren denbora-muga</string>
+    <string name="title_advanced_autolock">Blokeatu pantaila itzaltzean</string>
+    <string name="title_advanced_mnemonic">Ezabatu datuak urrunetik</string>
     <string name="title_advanced_mnemonic_hint">Gaiaren lerroan hitz hauek dituen edozein mezu elektronikok automatikoki eta berehala ezabatuko ditu aplikazioaren datuak</string>
+    <string name="title_advanced_clear_all">Ezabatu aplikazioaren datuak</string>
     <string name="title_advanced_sign_default">Besterik ezean sinatu</string>
     <string name="title_advanced_encrypt_default">Besterik ezean zifratu</string>
     <string name="title_advanced_auto_decrypt">Desenkriptatu mezuak automatikoki</string>
     <string name="title_advanced_openpgp">OpenPGP hornitzailea</string>
     <string name="title_advanced_autocrypt">Erabili Autocrypt</string>
     <string name="title_advanced_autocrypt_mutual">Elkarrekiko Autocrypt modua</string>
+    <string name="title_advanced_encrypt_subject">Zifratu mintzagaia</string>
+    <string name="title_advanced_import_pgp">Inportatu gakoa</string>
+    <string name="title_advanced_sign_algo">Sinadura-algoritmoa</string>
+    <string name="title_advanced_encrypt_algo">Zifratze-algoritmoa</string>
     <string name="title_advanced_check_certificate">Egiaztatu gako publikoa bidaltzean</string>
     <string name="title_advanced_manage_certificates">Kudeatu gako publikoak</string>
     <string name="title_advanced_import_key">Inportatu gako pribatua</string>
@@ -452,28 +532,39 @@
     <string name="title_advanced_shortcuts">Erakutsi maiz erabilitako kontaktuak Android partekatzeko menuan</string>
     <string name="title_advanced_fts">Sortu bilaketa-indizea</string>
     <string name="title_advanced_fts_indexed">%1$d / %2$d mezu indexatuak (%3$s)</string>
+    <string name="title_advanced_classification">Klasifikatu mezuak</string>
     <string name="title_advanced_language">Hizkuntza</string>
     <string name="title_advanced_language_system">Sistema</string>
+    <string name="title_advanced_deepl">DeepL integrazioa</string>
+    <string name="title_advanced_sdcard">SD txartela erabili nahi dut</string>
     <string name="title_advanced_watchdog">Aldiro egiaztatu FairEmail aktibo dagoen</string>
     <string name="title_advanced_updates">Egiaztatu GitHub-eko eguneratzeak</string>
+    <string name="title_advanced_check_weekly">Astero egiaztatu nahi dut, ez egunero</string>
     <string name="title_advanced_experiments">Probatu ezaugarri esperimentalak</string>
     <string name="title_advanced_crash_reports">Bidali errore txostenak</string>
     <string name="title_advanced_cleanup_attachments">Ezabatu mezu zaharren eranskinak</string>
     <string name="title_advanced_cleanup">Garbiketa</string>
     <string name="title_advanced_app">Aplikazioaren ezarpenak</string>
     <string name="title_advanced_more">Aukera gehiago</string>
+    <string name="title_advanced_main_log">Egunkari nagusia</string>
+    <string name="title_advanced_protocol">Protokoloen egunkaria</string>
+    <string name="title_advanced_log_info">Arazke egunkaria</string>
     <string name="title_advanced_debug">Arazketa modua</string>
     <string name="title_advanced_manual_hint">Mezuak jasotzea desgaituta badago, mezuak jaso daitezke oraindik ere mezuen zerrenda behera tiratuz</string>
+    <string name="title_advanced_poll_battery">Honek bateria erabilera handia ekar lezake!</string>
     <string name="title_advanced_poll_hint">Aldiro mezu berriak bilatzean tokiko eta urruneko mezuak konparatuko ditu bakoitzean, hau eragiketa garestia da eta bateria kontsumituko du, bereziki mezu asko badaude. Beti jasok hau ekiditen du aldaketak etengabe jarraituz.</string>
     <string name="title_advanced_schedule_hint">Sakatu orduren batean ordua ezartzeko</string>
     <string name="title_advanced_schedule_ignore">Programak desaktibatu egin daitezke kontuaren konfigurazio aurreratuan</string>
     <string name="title_advanced_quick_sync_hint">Honek datuen erabilera murrizten du, baina mezu berriak gal daitezke posta-zerbitzariak estandarrak jarraitzen ez baditu</string>
     <string name="title_advanced_no_date_hint">Hornitzaile batzuek ezezaguna, baliogabea edo etorkizuneko data duten mezuak datarik gabe gordetzen dituzte</string>
     <string name="title_advanced_unseen_hint">Hornitzaile batzuek ez dute hori behar bezala onartzen, eta horrek mezu bat edo guztiak ez sinkronizatzea eragin dezake</string>
+    <string name="title_advanced_data_usage">Honek datu erabilera handia ekar lezake!</string>
     <string name="title_advanced_deleted_unseen">Desaktibatuta dagoenean, irakurri gabeko mezuak gailuan gordeko dira betiko</string>
     <string name="title_advanced_sync_kept_hint">Honek datu gehigarriak transferituko ditu eta bateriaren energia gehigarria kontsumituko du, batez ere telefonoan mezu asko gordetzen badira</string>
     <string name="title_advanced_gmail_thread_hint">Honek duela gutxi jasotako mezuei bakarrik aplikatzen zaie eta dauden taldeak hautsi daitezke</string>
+    <string name="title_advanced_subject_threading_hint">Azken %1$d orduetan jasotako mezuak besterik ez</string>
     <string name="title_advanced_sync_folders_hint">Hori ezgaitzeak datuak eta bateriaren erabilera zertxobait murriztuko ditu, baina karpeten zerrenda eguneratzea ere ezgaituko du</string>
+    <string name="title_advanced_check_authentication_hint">Honek DKIM, SPF eta DMARC autentifikazioen emaitza egiaztatutko du e-mail zerbitzariak egin bezala</string>
     <string name="title_advanced_check_tls_hint">Honek ezkutu berde bat erakutsiko du, baldin eta mezu bat zerbitzari guztiek segurtasunez garraiatu badute</string>
     <string name="title_advanced_check_reply_hint">Honek egiaztatuko du igorlearen domeinu-izena eta erantzun-helbidea berdinak diren</string>
     <string name="title_advanced_lookup_mx_hint">Honek DNS MX erregistroak dauden ala ez egiaztatuko du</string>
@@ -481,12 +572,12 @@
     <string name="title_advanced_folder_nav_hint">Hau beti itzuliko da mezuen zerrenda batetik erlazionatutako kontuaren karpeta-zerrendara</string>
     <string name="title_advanced_suggest_names_hint">Desaktibatuta badago, helbide elektronikoak bakarrik erabiliko dira kontaktuak hautatzean</string>
     <string name="title_advanced_suggest_local_hint">Android-en kontaktuez gain. Kontaktuen datuak gordeko dira mezuak bidali edo jasotzean soilik baimenduta badago.</string>
-    <string name="title_advanced_send_reminders_hint">Erakutsi abisua mezuaren edo gairen testua hutsik dagoenean edo eranskina falta denean</string>
+    <string name="title_advanced_send_reminders_hint">Erakutsi abisua mezuaren edo mintzagairen testua hutsik dagoenean edo eranskina falta denean</string>
     <string name="title_advanced_usenet_hint">Txertatu \'-- \' testua eta sinaduraren artean</string>
     <string name="title_advanced_metered_hint">Neurtutako konexioak orokorrean konexio mugikorrak eta ordainpeko wifi guneak dira</string>
     <string name="title_advanced_metered_warning">Aukera hau desgaitzeak internet konexio mugikorrekin mezuak bidaltzea eta jasotzea eragotziko du</string>
     <string name="title_advanced_rlah_hint">EBn ez da datuen ibiltaritza onartzen</string>
-    <string name="title_advanced_timeout_hint">Irakurtzeko/idazteko itxarote-muga konexio-denboraren bikoitza ezarriko da. Balio altuagoak bateriaren erabileran gehiago eragingo lukete.</string>
+    <string name="title_advanced_timeout_hint">Irakurtzeko/idazteko denbora-muga konexioaren denbora-mugaren bikoitzean ezarriko da. Balio altuagoek bateriaren erabileran gehiago eragingo lukete.</string>
     <string name="title_advanced_ssl_harden_hint">Hori aktibatuz gero, SSL protokolo ahulak eta zifratzeak desgaituko dira eta horrek konexio arazoak sor ditzake</string>
     <string name="title_advanced_roaming_hint">Mezuen goiburuak beti jasoko dira datuen ibiltaritza dagoenean. Telefonoaren datuen ibiltaritza ezarpena erabil dezakezu internet desgaitzeko.</string>
     <string name="title_advanced_browse_hint">Bilatu mezu gehiago korritzerakoan</string>
@@ -536,6 +627,7 @@
     <string name="title_advanced_sender">Baimendu bidaltzailearen helbidea editatzea</string>
     <string name="title_advanced_sender_regex">Regex sarrerako helbideen erabiltzaile izenarekin bat etortzeko</string>
     <string name="title_identity_reply_to">Erantzun-helbidea</string>
+    <string name="title_identity_unicode">Baimendu UTF-8 mezu-goiburuetan</string>
     <string name="title_identity_unicode_remark">Zerbitzari gehienek ez dute hau onartzen</string>
     <string name="title_identity_max_size">Mezuaren gehieneko tamaina (MB)</string>
     <string name="title_identity_receipt">Eskatu defektuz bidalketa/irakurri izanaren egiaztagiria</string>
@@ -545,10 +637,12 @@
     <string name="title_recommended">Gomendatua</string>
     <string name="title_account_linked">Lotutako kontua</string>
     <string name="title_account_name">Kontuaren izena</string>
+    <string name="title_account_category">Kategoria</string>
     <string name="title_account_name_hint">Karpetak bereizteko erabilia</string>
     <string name="title_account_interval_hint">Mezu berrien arazketa freskatzeko maiztasuna</string>
     <string name="title_account_partial_fetch_hint">Ezgaitu hau mezu hutsak edo eranskinak hondatuta badaude</string>
     <string name="title_color">Kolorea</string>
+    <string name="title_background">Atzealdea</string>
     <string name="title_transparent">Gardena</string>
     <string name="title_account_ondemand">Sinkronizatu eskuz</string>
     <string name="title_account_notify">Banatutako jakinarazpenak</string>
@@ -563,12 +657,12 @@
     <string name="title_custom">Pertsonalizatua</string>
     <string name="title_host">Ostalari-izena</string>
     <string name="title_encryption">Zifratzea</string>
-    <string name="title_encryption_none">Bat ere ez</string>
     <string name="title_allow_insecure">Baimendu konexio ez seguruak</string>
     <string name="title_insecure_remark">Konexio ez seguruak konfiantzazko sareetan besterik ez lirateke onartu behar, inoiz ez sare publikoetan</string>
     <string name="title_port">Ataka zenbakia</string>
     <string name="title_user">Erabiltzaile izena</string>
     <string name="title_password">Pasahitza</string>
+    <string name="title_password_storage">Nola gordetzen dira pasahitzak?</string>
     <string name="title_case_sensitive">Erabiltzaile-izenak eta pasahitzek maiuskulak eta minuskulak bereizi ohi dituzte</string>
     <string name="title_client_certificate">Bezero ziurtagiria</string>
     <string name="title_realm">Domeinua</string>
@@ -578,8 +672,8 @@
     <string name="title_primary_account">Nagusia (kontu lehenetsia)</string>
     <string name="title_primary_identity">Nagusia (identitate lehenetsia)</string>
     <string name="title_self_identity">Kendu e-mail helbidea erantzutean</string>
-    <string name="title_leave_on_server">Utzi mezuak zerbitzarian</string>
-    <string name="title_leave_deleted">Utzi ezabatutako mezuak zerbitzarian</string>
+    <string name="title_leave_on_server">Mantendu mezuak zerbitzarian</string>
+    <string name="title_leave_deleted">Mantendu ezabatutako mezuak zerbitzarian</string>
     <string name="title_leave_on_device">Utzi mezuak gailuan</string>
     <string name="title_max_messages">Deskargatzeko gehienezko mezuen kopurua (guztientzako hutsik)</string>
     <string name="title_received_header">Erabili \'Jasota\' goiburua</string>
@@ -603,10 +697,12 @@
     <string name="title_no_sync">Sinkronizazio akatsak %1$s geroztik</string>
     <string name="title_reply_domain">Bidaltzailearena (%1$s) eta erantzuteko domeinua (%2$s) ez datoz bat</string>
     <string name="title_drafts_select">Mezu elektronikoak bidaltzeko, kontuaren konfigurazioan zirriborroen karpeta bat hautatu behar da</string>
+    <string name="title_account_auth_password">Aldatu pasahitz bidezko autentifikaziora</string>
     <string name="title_delete_account">Ezabatu kontua</string>
     <string name="title_account_delete">Ezabatu kontu hau behin betiko?</string>
     <string name="title_identity_delete">Ezabatu identitate hau behin betiko?</string>
     <string name="title_edit_html">Editatu HTML gisa</string>
+    <string name="title_import_file">Inportatu fitxategia</string>
     <string name="title_sign_key">Sinadura-gakoa: %1$s</string>
     <string name="title_last_connected">Azken konexioa: %1$s</string>
     <string name="title_storage_quota">Zerbitzariko biltegiratze erabilera: %1$s/%2$s</string>
@@ -622,6 +718,7 @@
     <string name="title_advanced_expand_read">Mezuak zabaltzean markatu irakurrita gisa</string>
     <string name="title_synchronize_now">Sinkronizatu orain</string>
     <string name="title_synchronize_subfolders">Azpikarpetak</string>
+    <string name="title_synchronize_more">Eskuratu mezu gehiago</string>
     <string name="title_synchronize_more_hint3">Kontuan izan mezu asko (hamar mila edo gehiago) zure gailuan biltegiratzeak atzerapenak eragin ditzakeela, barneko biltegiratze-espazioa ez baita infinituki azkarra.</string>
     <string name="title_synchronize_enabled">Sinkronizatu</string>
     <string name="title_synchronize_batch_enable">Gaitu sinkronizazioa</string>
@@ -634,6 +731,7 @@
     <string name="title_empty_spam">Spam hutsak</string>
     <string name="title_edit_properties">Editatu propietateak</string>
     <string name="title_edit_rules">Editatu arauak</string>
+    <string name="title_export_messages">Esportatu mezuak</string>
     <string name="title_create_channel">Sortu jakinarazpen kanala</string>
     <string name="title_edit_channel">Editatu jakinarazpen kanala</string>
     <string name="title_delete_channel">Ezabatu jakinarazpen kanala</string>
@@ -641,6 +739,7 @@
     <string name="title_edit_contact">Editatu kontaktua</string>
     <string name="title_contact_email">E-mail</string>
     <string name="title_contact_name">Izena</string>
+    <string name="title_contact_group">Taldea</string>
     <string name="title_create_sub_folder">Sortu azpi-karpeta</string>
     <string name="title_empty_trash_ask">Ezabatu zakarrontziko mezu guztiak behin betiko?</string>
     <string name="title_empty_spam_ask">Ezabatu spam mezu guztiak behin betiko?</string>
@@ -657,11 +756,16 @@
     <string name="title_delete_contacts">Kontaktu lokal ikusgarriak ezabatu?</string>
     <string name="title_no_operations">Ez dago eragiketarik egiteke</string>
     <string name="title_hint_operations">Eragiketak ezabatzeak mezuen desagertzea eta sinkronizazio arazoak eragin ditzake</string>
+    <string name="title_op_title_headers">Goiburuak deskargatzen</string>
+    <string name="title_op_title_raw">Mezu gordina deskargatzen</string>
     <string name="title_folder_name">Karpetaren izena</string>
     <string name="title_display_name">Pantaila-izena</string>
     <string name="title_show_folders">Erakutsi karpeta ezkutuak</string>
     <string name="title_show_flagged">Erakutsi izardun mezuen kopurua</string>
     <string name="title_subscribed_only">Harpidetuta bakarrik</string>
+    <string name="title_apply_to_all">Aplikatu guztiei</string>
+    <string name="title_edit_account_name">Editatu kontuaren izena</string>
+    <string name="title_edit_account_color">Editatu kontuaren kolorea</string>
     <string name="title_hide_folder">Ezkutatu karpeta</string>
     <string name="title_unified_folder">Erakutsi sarrera ontzi bateratuan</string>
     <string name="title_navigation_folder">Erakutsi nabigazio menuan</string>
@@ -697,10 +801,12 @@
     <string name="title_folder_user_only">Erabiltzailearen karpetak soilik</string>
     <string name="title_folder_primary">Kontu nagusiaren karpetak</string>
     <string name="title_folders_unified">Sarrera ontzi bateratuko karpetak</string>
+    <string name="title_folder_local_drafts">Tokiko zirriborroak</string>
     <string name="title_no_folders">Karpetarik ez</string>
     <string name="title_no_messages">Mezurik ez</string>
     <string name="title_filters_active">Iragazki bat edo gehiago aktibo</string>
     <string name="title_duplicate_in">Mezu bikoiztua %1$s-(a)n</string>
+    <string name="title_trashed_from">%1$s(e)tik zakarrontzira bidalitako mezua</string>
     <string name="title_subject_reply">Re: %1$s</string>
     <string name="title_subject_forward">Fwd: %1$s</string>
     <string name="title_subject_reply_alt">Re: %1$s</string>
@@ -718,24 +824,36 @@
     <string name="title_importance_high">Handia</string>
     <string name="title_search_in_text">Bilatu testuan &#8230;</string>
     <string name="title_forward">Birbidali</string>
+    <string name="title_resend">Birbidali</string>
+    <string name="title_fetching_headers">Mezu-goiburuak deskargatzen &#8230;</string>
     <string name="title_new_message">Mezu berria</string>
     <string name="title_editasnew">Editatu berri gisa</string>
+    <string name="title_edit_notes">Editatu tokiko oharrak</string>
     <string name="title_create_rule">Sortu araua &#8230;</string>
     <string name="title_share">Partekatu</string>
     <string name="title_event">Gehitu egutegira</string>
     <string name="title_pin">Gehitu lasterbidea</string>
     <string name="title_print">Inprimatu</string>
+    <string name="title_print_header">Inprimatu goiburua</string>
+    <string name="title_print_images_remark">Irudiak deskargatzea denbora hartu lezake</string>
     <string name="title_show_headers">Erakutsi goiburuak</string>
+    <string name="title_share_as_html">Partekatu HTML gisa</string>
     <string name="title_raw_save">Gorde mezu gordina</string>
     <string name="title_raw_send">Bidali eranskin gisa</string>
     <string name="title_raw_send_message">Mezua</string>
     <string name="title_raw_send_thread">Elkarrizketa</string>
-    <string name="title_manage_keywords">Kudeatu hitz gakoak</string>
-    <string name="title_add_keyword">Gehitu hitz gakoak</string>
+    <string name="title_manage_keywords">Kudeatu gako-hitzak</string>
+    <string name="title_add_keyword">Gehitu gako-hitzak</string>
     <string name="title_show_inline">Erakutsi txertatutako eranskinak</string>
     <string name="title_download_all">Deskargatu denak</string>
     <string name="title_save_all">Gorde denak</string>
     <string name="title_save_eml">Gorde mezu gordinaren fitxategia</string>
+    <string name="title_button_search">Bilatu mezuetan</string>
+    <string name="title_button_search_text">Bilatu mezuen testuan</string>
+    <string name="title_configure_buttons">Konfiguratu botoiak &#8230;</string>
+    <string name="title_quick_actions">Aukeratu ekintzak</string>
+    <string name="title_quick_actions_low">Garrantxi gutxikoa</string>
+    <string name="title_quick_actions_high">Garrantzi handikoa</string>
     <string name="title_quick_actions_snooze">Atzeratu</string>
     <string name="title_trash">Zakarrontzia</string>
     <string name="title_copy">Kopiatu &#8230;</string>
@@ -744,6 +862,7 @@
     <string name="title_delete">Ezabatu</string>
     <string name="title_delete_all">Ezabatu guztiak</string>
     <string name="title_more">Gehiago</string>
+    <string name="title_less">Gutxiago</string>
     <string name="title_spam">Spama</string>
     <string name="title_move">Eraman</string>
     <string name="title_copy_btn">Kopiatu</string>
@@ -771,6 +890,7 @@
     <string name="title_no_answers">Ez da erantzun txantiloirik zehaztu</string>
     <string name="title_no_viewer_name">Edukiaren izena</string>
     <string name="title_no_viewer_type">Eduki mota</string>
+    <string name="title_no_viewer_search">Bilatu aplikazioa</string>
     <string name="title_no_recorder">Ez dago audio grabagailu aplikazio egokirik eskuragarri</string>
     <string name="title_no_camera">Ez dago kamera aplikazio egokirik eskuragarri</string>
     <string name="title_no_saf">Biltegiratzea atzitzeko tresneria ez dago eskuragarri</string>
@@ -786,6 +906,8 @@
     <string name="title_truncated">Mezua luzeegia da osorik erakusteko</string>
     <string name="title_show_full">Erakutsi mezu osoa</string>
     <string name="title_fullscreen">Erakutsi pantaila osoan</string>
+    <string name="title_fit_width">Doitu zabalera</string>
+    <string name="title_disable_widths">Desgaitu zabalerak</string>
     <string name="title_unused_inline">Erabili gabeko txertatutako irudiak kenduko dira bidaltzean</string>
     <string name="title_accross_remark">Kontutik kontura eramandako mezuak berriro deskargatuko dira horrek dakarren datuen erabilera gehigarriarekin</string>
     <string name="title_raw_saved">Mezu gordina gorde da</string>
@@ -829,6 +951,7 @@
     <string name="title_via_identity">Honen bidez:</string>
     <string name="title_sent">Bidalita:</string>
     <string name="title_received">Jasota:</string>
+    <string name="title_date">Data:</string>
     <string name="title_stored">Biltegiratua:</string>
     <string name="title_size">Tamaina:</string>
     <string name="title_language">Hizkuntza:</string>
@@ -839,11 +962,13 @@
     <string name="title_discard">Baztertu</string>
     <string name="title_save">Gorde</string>
     <string name="title_send">Bidali</string>
+    <string name="title_sending">Bidaltzen &#8230;</string>
     <string name="title_send_now">Bidali orain</string>
     <string name="title_send_via">Bidali honen bidez</string>
     <string name="title_send_at">Bidali noiz &#8230;</string>
     <string name="title_send_encryption">Zifratzea</string>
     <string name="title_send_priority">Lehentasuna</string>
+    <string name="title_send_sensitivity">Sentikortasuna</string>
     <string name="title_no_server">Ez da zerbitzaririk aurkitu \'%1$s\' helbidean</string>
     <string name="title_style">Estiloa</string>
     <string name="title_style_bold">Lodia</string>
@@ -860,11 +985,16 @@
     <string name="title_style_list">Zerrenda</string>
     <string name="title_style_list_bullets">Buletak</string>
     <string name="title_style_list_numbered">Zenbakiduna</string>
-    <string name="title_style_font">Letra-tipoa</string>
+    <string name="title_style_font">Tipografia</string>
     <string name="title_style_font_default">Lehenetsia</string>
+    <string name="title_style_indentation">Indentazioa</string>
+    <string name="title_style_mark">Nabarmendu</string>
     <string name="title_style_strikethrough">Marratua</string>
     <string name="title_style_clear">Garbitu formatua</string>
     <string name="title_style_link">Txertatu esteka</string>
+    <string name="title_style_link_address">Helbidea</string>
+    <string name="title_style_link_title">Titulua</string>
+    <string name="title_style_link_metadata">Eskuratu tituloa</string>
     <string name="title_add_image">Gehitu irudia</string>
     <string name="title_add_image_inline">Txertatu</string>
     <string name="title_add_image_attach">Erantsi</string>
@@ -882,6 +1012,11 @@
     <string name="title_media_toolbar">Multimedia tresna-barra</string>
     <string name="title_insert_contact_group">Txertatu kontaktu taldea</string>
     <string name="title_insert_template">Txertatu txantiloia</string>
+    <string name="title_translate">Itzuli</string>
+    <string name="title_translate_key">Sartu gakoa</string>
+    <string name="title_translate_small">Erabili tipografia txikia iturburuaren testuarentzan</string>
+    <string name="title_suggestions_check">Egiaztatzen &#8230;</string>
+    <string name="title_suggestions_none">Iradokizunik ez</string>
     <string name="title_edit_plain_text">Editatu testu soil gisa</string>
     <string name="title_edit_formatted_text">Editatu birformateatutako testu gisa</string>
     <string name="title_select_certificate">Aukeratu gako publikoa</string>
@@ -892,6 +1027,7 @@
     <string name="title_unknown_key">Gako pribatua ez dator bat zifratze-gakoekin</string>
     <string name="title_send_reminder_remark">Oroigarriak berriro gaitu daitezke bidalketa ezarpenetan</string>
     <string name="title_send_plain_text">Testu soila besterik ez</string>
+    <string name="title_send_dsn">Egoeraren txostena</string>
     <string name="title_send_receipt">Eskatu agiria</string>
     <string name="title_send_receipt_remark">Hornitzaile eta bezero gehienek ez dituzte jasotze agiri eskariak aintzat hartzen</string>
     <string name="title_from_missing">Igorlea falta da</string>
@@ -915,6 +1051,10 @@
     <string name="title_encrypt">Zifratu</string>
     <string name="title_decrypt">Deszifratu</string>
     <string name="title_resync">Birsinkronizatu</string>
+    <string name="title_charset">Kodeaketa</string>
+    <string name="title_charset_auto">Automatikoa</string>
+    <string name="title_alternative_text">Erakutsi testu hutsa</string>
+    <string name="title_alternative_html">Erakutsi HTML</string>
     <string name="title_no_openpgp">Ez da OpenKeychain aurkitu</string>
     <string name="title_user_interaction">OpenKeychain-era transferitzen</string>
     <string name="title_signed_data">Egiaztatu sinadura mezuaren testua erakusteko</string>
@@ -933,7 +1073,8 @@
     <string name="title_signature_sender">Igorlearen helbidea</string>
     <string name="title_signature_email">Sinaduraren helbidea</string>
     <string name="title_signature_mismatch">Igorlearen helbide elektronikoa eta sinadura ez datoz bat</string>
-    <string name="title_signature_subject">Gaia</string>
+    <string name="title_signature_algorithm">Algoritmoa</string>
+    <string name="title_signature_subject">Mintzagaia</string>
     <string name="title_signature_validity">Baliozkotasuna</string>
     <string name="title_signature_outdated">Gako publiko hori une honetan ez da baliozkoa</string>
     <string name="title_signature_store">Biltegiratu</string>
@@ -950,7 +1091,7 @@
     <string name="title_search_in_senders">Igorleetan (nork)</string>
     <string name="title_search_in_recipients">Hartzaileetan (nori, cc)</string>
     <string name="title_search_in_subject">Mintzagaian</string>
-    <string name="title_search_in_keywords">Hitz-gakoetan (onartuz gero)</string>
+    <string name="title_search_in_keywords">Gako-hitzetan (onartuz gero)</string>
     <string name="title_search_in_message">Mezuen testuan</string>
     <string name="title_search_in_notes">Lokaleko oharretan</string>
     <string name="title_search_with">Bilaketaren muga</string>
@@ -961,6 +1102,7 @@
     <string name="title_search_with_attachments">Eranskinekin (gailuan soilik)</string>
     <string name="title_search_with_size">Mezuaren neurria hau baino handiagoa</string>
     <string name="title_search_in_trash">Zaborrontzian</string>
+    <string name="title_search_in_junk">Spam karpetan</string>
     <string name="title_search_with_before">Aurretik</string>
     <string name="title_search_with_after">Ondoren</string>
     <string name="title_search_device_first">Bilatu lehenengo gailuan</string>
@@ -977,6 +1119,9 @@
     <string name="title_search_in">Bilatu hemen</string>
     <string name="title_search_sender">Bilatu igorlea</string>
     <string name="title_search_delete">Gordetako bilaketa ezabatu?</string>
+    <string name="title_save_search_name">Izena</string>
+    <string name="title_save_search_order">Ordena</string>
+    <string name="title_save_search_color">Kolorea</string>
     <string name="title_sort_on">Ordenatzeko irizpidea</string>
     <string name="title_sort_on_time">Denbora</string>
     <string name="title_sort_on_unread">Irakurri gabea</string>
@@ -1022,6 +1167,8 @@
     <string name="title_answer_hide">Ezkutatu menuetan</string>
     <string name="title_answer_text">Txantiloi-testua</string>
     <string name="title_answer_placeholder_name">Igorlearen izen osoa</string>
+    <string name="title_answer_placeholder_email">Igorlearen e-mail helbidea</string>
+    <string name="title_answer_placeholder_lastname">Igorlearen abizena</string>
     <string name="title_rule_noop">Ekintzarik ez</string>
     <string name="title_rule_seen">Markatu irakurria</string>
     <string name="title_rule_unseen">Markatu irakurri gabeko gisa</string>
@@ -1030,11 +1177,14 @@
     <string name="title_rule_snooze">Atzeratu</string>
     <string name="title_rule_flag">Gehitu izarra</string>
     <string name="title_rule_importance">Ezarri garrantzia</string>
-    <string name="title_rule_keyword">Gehitu hitz gakoa</string>
+    <string name="title_rule_keyword">Gehitu gako-hitza</string>
     <string name="title_rule_move">Eraman</string>
     <string name="title_rule_copy">Kopiatu (etiketa)</string>
+    <string name="title_rule_answer">Erantzun/birbidali</string>
+    <string name="title_rule_tts">Testua hizketara</string>
     <string name="title_rule_automation">Automatizazioa</string>
     <string name="title_rule_delete">Ezabatu behin betiko</string>
+    <string name="title_rule_sound">Jo soinua</string>
     <string name="title_rule_caption">Editatu araua</string>
     <string name="title_rule_title">Araua honi aplikatzen zaio</string>
     <string name="title_rule_name">Izena</string>
@@ -1047,6 +1197,7 @@
     <string name="title_rule_subject">Mintzagaiak hau du</string>
     <string name="title_rule_attachments">Eranskinen bat du</string>
     <string name="title_rule_header">Goiburuak hau du</string>
+    <string name="title_rule_body">Testuak dauka</string>
     <string name="title_rule_body_remark">Baldintza hori erabiltzeak beti deskargatuko du testua mezutik, eta horrek mezu-zerrendaren sinkronizazioa mantsotu dezake</string>
     <string name="title_rule_regex">Adierazpen erregularra</string>
     <string name="title_rule_and">ETA</string>
@@ -1058,7 +1209,9 @@
     <string name="title_rule_thread">Elkarrizketa eta karpeta bereko mezu guztiak</string>
     <string name="title_rule_identity">Identitatea</string>
     <string name="title_rule_template">Erantzun txantiloia</string>
+    <string name="title_rule_answer_subject">Erabili txantiloiaren izena mintzagai gisa</string>
     <string name="title_rule_forward_to">Birbidali hona:</string>
+    <string name="title_rule_resend">Birbidali</string>
     <string name="title_rule_cc">Erantzun CC helbideei</string>
     <string name="title_rule_with_attachments">Eranskinekin</string>
     <string name="title_rule_answer_remark">Erantzun bakarra bidaliko da elkarrizketako, erantzun begiztan sahiesteko</string>
@@ -1084,6 +1237,7 @@
     <string name="title_rule_tts_from">Nork</string>
     <string name="title_rule_tts_subject">Mintzagaia</string>
     <string name="title_rule_tts_content">Testua</string>
+    <string name="title_rule_select_sound">Hautatu soinua</string>
     <string name="title_legend_section_synchronize">Sinkronizatu</string>
     <string name="title_legend_section_folders">Karpetak</string>
     <string name="title_legend_section_messages">Mezuak</string>
@@ -1127,12 +1281,16 @@
     <string name="title_legend_draft">Zirriborroa du</string>
     <string name="title_legend_priority">Lehentasun altua du</string>
     <string name="title_legend_priority_low">Lehentasun baxua du</string>
+    <string name="title_legend_sensitivity_personal">Pertsonala da</string>
+    <string name="title_legend_sensitivity_private">Pribatua da</string>
+    <string name="title_legend_sensitivity_confidential">Konfidentziala da</string>
     <string name="title_legend_importance">Garrantzitsua da</string>
     <string name="title_legend_importance_low">Ez da garrantzitsua</string>
     <string name="title_legend_signed">Sinatuta dago</string>
     <string name="title_legend_encrypted">Zifratuta dago</string>
     <string name="title_legend_auth">Autentifikazioak huts egin du</string>
     <string name="title_legend_found">Topatu da</string>
+    <string name="title_legend_classified">Automatikoki klasifikatu da</string>
     <string name="title_legend_snoozed">Atzeratu da</string>
     <string name="title_legend_browsed">Arakatua edo bilatua da</string>
     <string name="title_legend_answered">Erantzun izan da</string>
@@ -1147,6 +1305,8 @@
     <string name="title_legend_view">Ikusi edukia</string>
     <string name="title_legend_hide">Ezkutatu edukia</string>
     <string name="title_legend_download">Deskargatu edukia</string>
+    <string name="title_legend_original">Ikusi jatorrizko mezua</string>
+    <string name="title_legend_reformatted">Ikusi birformateatutako mezua</string>
     <string name="title_legend_external_image">Kanpo irudiarentzat tokia</string>
     <string name="title_legend_embedded_image">Txertatutako irudiarentzat tokia</string>
     <string name="title_legend_tracking_pixel">Jarraipen irudia</string>
@@ -1172,7 +1332,10 @@
     <string name="title_legend_create_rule">Sortu araua</string>
     <string name="title_legend_show_unsubscribe">Kendu zerrendarako harpidetza</string>
     <string name="title_legend_show_images">Erakutsi irudiak</string>
+    <string name="title_legend_hide_images">Ezkutatu irudiak</string>
+    <string name="title_legend_show_amp">Erakutsi AMP aldaera</string>
     <string name="title_legend_show_full">Erakutsi jatorrizko mezua</string>
+    <string name="title_legend_show_reformatted">Erakutsi birformateatutako mezua</string>
     <string name="title_legend_edit">Editatu</string>
     <string name="title_legend_default_color">Lehenetsitako kolorea</string>
     <string name="title_legend_close_hint">Itxi laguntza</string>
@@ -1195,6 +1358,8 @@
     <string name="title_legend_t">Fokatu testua</string>
     <string name="title_hint_folder_actions">Sakatu luze karpetako aukerak ikusteko, hala nola karpeta bat gehitzeko abio bizkorreko nabigazio menuan</string>
     <string name="title_hint_folder_sync">Bateria eta sarearen erabilera mugatzeko ez dira karpeta eta mezu guztiak sinkronizatuko lehenetsita</string>
+    <string name="title_hint_airplane">Hegaldi modua aktibatuta dago</string>
+    <string name="title_hint_notification">Jakinarazpenak desgaituta daude</string>
     <string name="title_hint_support">Galdera edo arazoren bat baduzu, erabili laguntza menua laguntza jasotzeko</string>
     <string name="title_hint_message_actions">Pasatu hatza ezkerrera zakarrontzira botatzeko, pasatu hatza eskuinera artxibatzeko (eskuragarri badago). Hatza pasatzeko ekintzak kontuaren ezarpenetan konfiguratu daitezke</string>
     <string name="title_hint_message_selection">Sakatu luze mezu bat hainbat mezu hautatzen hasteko. Mantendu eta pasatu hatza gora edo behera mezu gehiago hautatzeko</string>
@@ -1209,6 +1374,7 @@
     <string name="title_hint_contact_actions">Sakatu luze aukeretarako</string>
     <string name="title_hint_eml">Hau mezu gordin fitxategi baten edukiaren laburpena da. Gorde mezu gordina ekintza-barrako \'gorde\' ikonoarekin eduki osoa ikusteko.</string>
     <string name="title_open_link">Ireki esteka</string>
+    <string name="title_image_link">Irudiaren esteka</string>
     <string name="title_different_link">Izenburua eta estekaren helbidea desberdinak dira</string>
     <string name="title_link_http">Trafikoa ez da zifratuko</string>
     <string name="title_link_https">Trafikoa zifratuko da</string>
@@ -1217,6 +1383,7 @@
     <string name="title_check_owner">Egiaztatu jabea</string>
     <string name="title_remark_owner">Informazioa <a href="https://ipinfo.io/">ipinfo.io</a> helbidetik eskuratuko da</string>
     <string name="title_ip_owner">Jabearen IP helbidea</string>
+    <string name="title_default_apps">Lehenetsitako aplikazioak</string>
     <string name="title_select_app">Hautatu aplikazioa</string>
     <string name="title_issue">Galdera edo arazoren bat duzu?</string>
     <string name="title_yes">Bai</string>
@@ -1224,6 +1391,7 @@
     <string name="title_later">Geroago</string>
     <string name="title_undo">Desegin</string>
     <string name="title_redo">Berregin</string>
+    <string name="title_insert_line">Txertatu errenkada</string>
     <string name="title_add">Gehitu</string>
     <string name="title_browse">Ireki honekin</string>
     <string name="title_info">Informazioa</string>
@@ -1234,6 +1402,7 @@
     <string name="title_enable">Gaitu</string>
     <string name="title_enabled">Gaituta</string>
     <string name="title_disable">Desgaitu</string>
+    <string name="title_keep_current">Mantendu egunean</string>
     <string name="title_executing">Exekutatzen</string>
     <string name="title_completed">Burututa</string>
     <string name="title_clipboard_copy">Kopiatu arbelera</string>
@@ -1284,7 +1453,6 @@
     <string name="title_boundary_retry">Saiatu berriro</string>
     <string name="title_unexpected_error">Ustekabeko errorea</string>
     <string name="title_log">Egunkaria</string>
-    <string name="title_auto_scroll">Korritze automatikoa</string>
     <string name="title_log_clear">Garbitu</string>
     <string name="title_rules_export">Esportatu arauak</string>
     <string name="title_rules_import">Inportatu arauak</string>
@@ -1297,7 +1465,10 @@
     <string name="title_widget_title_count">Mezu berrien kopurua</string>
     <string name="title_widget_title_list">Mezuen zerrenda</string>
     <string name="title_widget_title_sync">Sinkronizazioa bai/ez</string>
+    <string name="title_power_menu_sync">Sinkronizazioa</string>
+    <string name="title_power_menu_on">Bai</string>
     <string name="title_power_menu_off">Itzalita</string>
+    <string name="title_power_menu_on_off">Bai/Ez</string>
     <string name="title_widget_account">Kontua</string>
     <string name="title_widget_account_all">Denak</string>
     <string name="title_widget_folder">Karpeta</string>
@@ -1306,8 +1477,11 @@
     <string name="title_widget_flagged">Izardun mezuak soilik</string>
     <string name="title_widget_font_size">Letra-tamaina</string>
     <string name="title_widget_padding">Betegarriaren tamaina</string>
+    <string name="title_widget_separator_lines">Erakutsi banaketa-lerroak</string>
     <string name="title_widget_semi_transparent">Atzeko plano erdi gardena</string>
+    <string name="title_widget_avatars">Erakutsi kontaktuen abatarrak</string>
     <string name="title_widget_background">Atzeko kolorea</string>
+    <string name="title_widget_day_night">Jarraitu sistemaren gai iluna</string>
     <string name="title_accessibility_collapsed">Tolestuta</string>
     <string name="title_accessibility_expanded">Hedatua</string>
     <string name="title_accessibility_seen">Irakurrita</string>
@@ -1346,6 +1520,7 @@
     <string-array name="pollIntervalNames">
         <item>Beti</item>
         <item>5 minuturik behin</item>
+        <item>10 minuturik behin</item>
         <item>15 minuturik behin</item>
         <item>30 minuturik behin</item>
         <item>Orduero</item>
@@ -1389,6 +1564,7 @@
         <item>Joan hurrengo elkarrizketara</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Oso txikia</item>
         <item>Estra txikia</item>
         <item>Txikia</item>
         <item>Ertaina</item>
@@ -1423,8 +1599,8 @@
     <string-array name="sensitivityNames">
         <item>Arrunta</item>
         <item>Pertsonala</item>
-        <item>Private</item>
-        <item>Confidential</item>
+        <item>Pribatua</item>
+        <item>Konfidentziala</item>
     </string-array>
     <string-array name="linesNames">
         <item>1</item>
@@ -1439,6 +1615,7 @@
         <item>Ertaina</item>
         <item>Handia</item>
     </string-array>
+    <string name="title_size_tiny">Oso txikia</string>
     <string-array name="receiptNames">
         <item>Irakurragiria bakarrik</item>
         <item>Bidaltze agiria bakarrik</item>
@@ -1479,10 +1656,15 @@
         <item>Etzana</item>
         <item>Serif</item>
         <item>Sans-serif</item>
-        <item>Monospace</item>
-        <item>Fantasy</item>
+        <item>Monoespaziatua</item>
+        <item>Fantasiazkoa</item>
     </string-array>
     <!-- https://www.w3.org/TR/css-fonts-4/#generic-font-families -->
+    <string-array name="addressFormatNames">
+        <item>Izena besterik ez</item>
+        <item>E-maila besterik ez</item>
+        <item>Izena eta e-maila</item>
+    </string-array>
     <!-- https://www.bouncycastle.org/specifications.html -->
     <!-- https://datatracker.ietf.org/doc/html/rfc5751#page-29 -->
     <!-- https://datatracker.ietf.org/doc/html/rfc5751#section-2.7 -->
@@ -1496,13 +1678,13 @@
         <item>Hartzailea</item>
         <item>Igorlea</item>
         <item>Blokeatua</item>
-        <item>Not blocked</item>
+        <item>Ez blokeatuta</item>
     </string-array>
     <string-array name="contactGroupTypes">
-        <item>Any</item>
-        <item>Home</item>
+        <item>Edozein</item>
+        <item>Etxekoa</item>
         <item>Lanekoa</item>
         <item>Bestea</item>
-        <item>Mobile</item>
+        <item>Mugikorra</item>
     </string-array>
 </resources>
diff --git a/app/src/main/res/values-fa-rIR/strings.xml b/app/src/main/res/values-fa-rIR/strings.xml
index 8133fa2d73..64bb4ba8dd 100644
--- a/app/src/main/res/values-fa-rIR/strings.xml
+++ b/app/src/main/res/values-fa-rIR/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail یک برنامه منبع باز بوده که تمرکز آن بر روی امنیت و حفظ حریم خصوصی است. بنابر دلایلی ممکن است برخی ویژگی‌ها بسته به نوع استفاده شما متفاوت باشند.</string>
     <string name="app_limitations">به عنوان مثال ، پیامها به طور پیش فرض برای حذف عناصر ناامن و بهبود خوانایی مجدداً قالب بندی می شوند و باز شدن پیوندها باید از نظر ایمنی تأیید شود. در صورت تمایل می توان هر دو را غیرفعال کرد.</string>
     <string name="app_unsupported">اشکالات در نسخه اندروید این دستگاه خاص باعث خروج ناگهانی می شود</string>
+    <string name="app_data_loss">تمام داده‌ها ممکن است از دست بروند</string>
     <string name="app_continue">به هر حال ادامه بده</string>
     <string name="app_exit">برای خروج دوباره روی \'بازگشت\' کلیک کنید</string>
     <string name="app_cake">فضای ذخیره سازی کافی باقی نمانده است</string>
@@ -141,6 +142,7 @@
     <string name="title_setup_quick_smtp">سرور SMTP برای ارسال پیام‌ها</string>
     <string name="title_setup_quick_certificates">گواهینامه‌های سرور</string>
     <string name="title_setup_wizard">جادوگر</string>
+    <string name="title_setup_wizard_tutorials">آموزش ها</string>
     <string name="title_setup_wizard_multiple">برنامه نصب کننده می‌تواند چندین بار برای راه‌اندازی چندین حساب‌ مورد استفاده قرار بگیرد</string>
     <string name="title_setup_wizard_new">من به یک نشانی‌های ایمیل تازه نیاز دارم</string>
     <string name="title_setup_manual">تنظیمات دستی و گزینه‌های حساب</string>
@@ -158,7 +160,6 @@
     <string name="title_setup_gmail_support">حساب های گوگل فقط در نسخه‌های پلی استور و گیت هاب مجاز می‌شوند چون اندروید امضای برنامه را بررسی می‌کند</string>
     <string name="title_setup_gmail_rationale">لطفا مجوز برای انتخاب حساب و خواندن نام شما را اعطا کنید</string>
     <string name="title_setup_gmail_permissions">گوگل برای خواندن، نوشتن، فرستادن و حذف همیشگی همه ایمیل‌های شما درخواست دسترسی خواهد کرد. FairEmail هیچ‌وقت بدون رضایت آشکار شما پیام‌های شما را حذف نخواهد کرد.</string>
-    <string name="title_setup_gmail_drafts">اگر پوشه پیش‌نویس‌ها به‌وسیله IMAP قابل دسترسی نیست، می‌توان آن را در تنظیمات برچسب‌های جیمیل درست کرد</string>
     <string name="title_setup_gmail_password">می‌خواهم به جای حسابی روی دستگاه، به یک حساب با رمز عبور اجازه بدهم</string>
     <string name="title_setup_office_auth">خطای \'AUTHENTICATE failed\' می‌تواند به‌دلیل غیرفعال بودن IMAP/SMTP به‌ دست مدیر سیستم باشد</string>
     <string name="title_setup_oauth_rationale">برای دسترسی به %1$s حسابتان اجازه دهید</string>
@@ -352,7 +353,7 @@
     <string name="title_advanced_two_row">استفاده از دو ردیف</string>
     <string name="title_advanced_two_col">استفاده از دو ستون</string>
     <string name="title_advanced_min_screen_size">کمترین اندازه صفحه برای تقسیم کردن صفحه</string>
-    <string name="title_advanced_column_width">پهنای ستون پیام: %1$s %%</string>
+    <string name="title_advanced_column_width">عرض ستون / ارتفاع ردیف پیام %1$s %%</string>
     <string name="title_advanced_nav_options">نشان دادن گزینه‌های منوی ناوبری</string>
     <string name="title_advanced_nav_categories">دسته‌بندی‌های حساب را در منوی ناوبری نمایش بده</string>
     <string name="title_advanced_nav_pin">سنجاق کردن منوی ناوبری</string>
@@ -404,6 +405,7 @@
     <string name="title_advanced_text_size">استفاده از اندازه متن</string>
     <string name="title_advanced_text_font">استفاده از قلم‌ها</string>
     <string name="title_advanced_text_align">استفاده از چیدمان متن</string>
+    <string name="title_advanced_text_titles">نمایش {HTML titles}</string>
     <string name="title_advanced_text_separators">استفاده از خطوط جدا کننده</string>
     <string name="title_advanced_collapse_quotes">بستن متن نقل شده</string>
     <string name="title_advanced_images_inline">تصاویر درون خطی را خودکار نمایش بده</string>
@@ -416,6 +418,7 @@
     <string name="title_advanced_authentication_none">بدون تایید هویت</string>
     <string name="title_advanced_authentication_some">تایید هویت ناقص</string>
     <string name="title_advanced_authentication_all">تایید هویت کامل</string>
+    <string name="title_advanced_restore_on_launch">بازیابی وضعیت اپ در هنگام شروع</string>
     <string name="title_advanced_sync_on_launch">همگام‌سازی در موقع شروع</string>
     <string name="title_advanced_double_back">برای خروج دوبار \'بازگشت\' را بزنید</string>
     <string name="title_advanced_conversation_actions_replies">پیشنهاد پاسخ (اندروید +۱۰)</string>
@@ -489,6 +492,7 @@
     <string name="title_advanced_fts_indexed">%1$d / %2$d پیام ایندکس شد (%3$s)</string>
     <string name="title_advanced_language">زبان</string>
     <string name="title_advanced_language_system">سیستم</string>
+    <string name="title_advanced_lt">یکپارچگی ابزارهای زبانی</string>
     <string name="title_advanced_watchdog">بطور دوره ای بررسی کن که آیا FairEmail هنوز فعال است یا خیر</string>
     <string name="title_advanced_experiments">امتحان ویژگی‌های آزمایشی</string>
     <string name="title_advanced_crash_reports">ارسال گزارش‌های خطا</string>
@@ -502,7 +506,7 @@
     <string name="title_advanced_lookup_mx_hint">این بررسی خواهد کرد که آیا سابقه DNS MX وجود دارد</string>
     <string name="title_advanced_sync_delay_hint">این سرعت همگام‌سازی پیام‌ها را کاهش خواهد داد</string>
     <string name="title_advanced_folder_nav_hint">این همیشه به فهرست پوشه‌ مرتبط با حساب از یک لیست پیام‌ برخواهد گشت</string>
-    <string name="title_advanced_auto_identity_hint">این گزینه، آخرین هویت استفاده شده برای اولین گیرنده پیام‌های جدید را انتخاب خواهد کرد</string>
+    <string name="title_advanced_auto_identity_hint">این گزینه، آخرین هویت استفاده شده را به عنوان گیرنده پیام‌های جدید انتخاب خواهد کرد</string>
     <string name="title_advanced_send_reminders_hint">هنگامی که موضوع یا متن پیام خالی است یا یک پیوست ممکن است وجود نداشته باشد، یک هشدار نشان بده</string>
     <string name="title_advanced_usenet_hint">بین متن و امضا \'-- \' درج کنید</string>
     <string name="title_advanced_metered_hint">اتصال‌های حجمی عموما شبکه‌های موبایل یا یک هات اسپات غیر رایگان می‌باشند</string>
@@ -558,7 +562,6 @@
     <string name="title_custom">سفارشی</string>
     <string name="title_host">نام میزبان</string>
     <string name="title_encryption">رمزنگاری</string>
-    <string name="title_encryption_none">هیچ کدام</string>
     <string name="title_allow_insecure">اجازه اتصال ناامن</string>
     <string name="title_notify_remark">می‌توانید این را برای نوتیفیکیشن‌های خاص حساب فعال کنید</string>
     <string name="title_port">شماره پورت</string>
@@ -596,6 +599,7 @@
     <string name="title_account_delete">حذف همیشگی این حساب؟</string>
     <string name="title_identity_delete">حذف همیشگی این هویت؟</string>
     <string name="title_edit_html">ویرایش به‌صورت HTML</string>
+    <string name="title_import_file">وارد کردن فایل</string>
     <string name="title_sign_key">کلید امضا: %1$s</string>
     <string name="title_last_connected">آخرین اتصال: %1$s</string>
     <string name="title_storage_quota">استفاده از حافظه سرور: %1$s/%2$s</string>
@@ -634,6 +638,7 @@
     <string name="title_show_folders">نمایش پوشه‌های پنهان</string>
     <string name="title_show_flagged">نمایش شمار پیام‌های ستاره‌دار</string>
     <string name="title_subscribed_only">تنها مشترک شده</string>
+    <string name="title_edit_account_color">ویرایش رنگ حساب</string>
     <string name="title_hide_folder">پنهان‌سازی پوشه</string>
     <string name="title_hide_seen_folder">در صورتی که همه پیام‌ها خوانده شده‌اند پوشه را پنهان کن</string>
     <string name="title_hide_seen_folder_hint">تنها در فهرست پوشه‌‌های نمایش داده شده در صفحه شروع</string>
@@ -931,6 +936,10 @@
     <string name="title_search_in">جستجو در</string>
     <string name="title_search_sender">جستجو برای فرستنده</string>
     <string name="title_search_delete">جستجوی ذخیره شده پاک شود؟</string>
+    <string name="title_save_search">جستجوهای ذخیره شده</string>
+    <string name="title_save_search_name">نام</string>
+    <string name="title_save_search_order">سفارش</string>
+    <string name="title_save_search_color">رنگ</string>
     <string name="title_sort_on">مرتب‌سازی براساس</string>
     <string name="title_sort_on_time">زمان</string>
     <string name="title_sort_on_unread">خوانده نشده</string>
@@ -1081,6 +1090,7 @@
     <string name="title_legend_embedded_image">مکان نگهداری تصویر جاسازی شده</string>
     <string name="title_legend_tracking_pixel">تصویر ردیاب</string>
     <string name="title_legend_broken_image">تصویر شکسته (خراب)</string>
+    <string name="title_legend_open_external">باز کردن بیرون از اپلیکیشن</string>
     <string name="title_legend_pick">انتخاب مخاطب</string>
     <string name="title_legend_cc">نمایش گیرنده رونوشت/رونوشت پنهان</string>
     <string name="title_legend_link">درج لینک</string>
@@ -1144,6 +1154,7 @@
     <string name="title_yes">بله</string>
     <string name="title_no">خير</string>
     <string name="title_later">بعدا</string>
+    <string name="title_paste_plain">جای‌گذاری به عنوان متن ساده</string>
     <string name="title_undo">عقبگرد</string>
     <string name="title_redo">انجام دوباره</string>
     <string name="title_add">افزودن</string>
@@ -1203,7 +1214,6 @@
     <string name="title_boundary_retry">دوباره تلاش کن</string>
     <string name="title_unexpected_error">خطای غیر منتظره</string>
     <string name="title_log">گزارش اتفاقات</string>
-    <string name="title_auto_scroll">پیمایش خودکار</string>
     <string name="title_log_clear">پاک‌سازی</string>
     <string name="title_debug_info">اطلاعات اشکال زدایی</string>
     <string name="title_debug_info_remark">لطفاً مشکل را شرح داده و به زمان مشکل نیز اشاره کنید:</string>
@@ -1224,6 +1234,7 @@
     <string name="title_widget_avatars">نمایش تصویر مخاطبین</string>
     <string name="title_widget_background">رنگ پس‌زمینه</string>
     <string name="title_widget_day_night">بر اساس تم تاریک سیستم</string>
+    <string name="title_compat_dark">گوگل قابلیت حالت تاریک را در نسخه‌های اندروید کمتر از ۱۰ حذف کرد</string>
     <string name="title_accessibility_collapsed">جمع شده</string>
     <string name="title_accessibility_expanded">گسترش یافته</string>
     <string name="title_accessibility_seen">خوانده شده</string>
@@ -1260,6 +1271,7 @@
     <string-array name="pollIntervalNames">
         <item>همیشه</item>
         <item>Every 5 minutes</item>
+        <item>هر ۱۰ دقیقه</item>
         <item>هر ۱۵ دقیقه</item>
         <item>هر ۳۰ دقیقه</item>
         <item>هر ساعت</item>
@@ -1303,7 +1315,8 @@
         <item>رفتن به گفتگو بعدی</item>
     </string-array>
     <string-array name="resizeNames">
-        <item>Extra small</item>
+        <item>ریز</item>
+        <item>خیلی کوچک</item>
         <item>کوچک</item>
         <item>متوسط</item>
         <item>بزرگ</item>
@@ -1353,6 +1366,7 @@
         <item>متوسط</item>
         <item>بزرگ</item>
     </string-array>
+    <string name="title_size_tiny">ریز</string>
     <string-array name="receiptNames">
         <item>تنها رسید خواندن</item>
         <item>تنها رسید دریافت</item>
diff --git a/app/src/main/res/values-fi-rFI/strings.xml b/app/src/main/res/values-fi-rFI/strings.xml
index d70a4e3f7f..ea363e3770 100644
--- a/app/src/main/res/values-fi-rFI/strings.xml
+++ b/app/src/main/res/values-fi-rFI/strings.xml
@@ -157,7 +157,6 @@
     <string name="title_setup_gmail_support">Google-tilien valtuutus toimii vain Play Kaupan ja GitHubin versioissa, koska Android tarkistaa sovelluksen digitaalisen allekirjoituksen</string>
     <string name="title_setup_gmail_rationale">Ole hyvä ja myönnä oikeudet tilin valitsemiseksi ja nimesi lukemiseksi</string>
     <string name="title_setup_gmail_permissions">Google kysyy oikeuksia lukea, kirjoittaa, lähettää ja poistaa viestejäsi pysyvästi. FairEmail ei koskaan poista viestejäsi ilman yksiselitteistä hyväksyntääsi.</string>
-    <string name="title_setup_gmail_drafts">Jos luonnokset-kansio ei ole IMAPin saatavilla, asia voidaan korjata Gmailin tunnisteiden asetuksissa</string>
     <string name="title_setup_office_auth">Virhe \'AUTHENTICATE failed\' voi aiheutua siitä, että järjestelmän ylläpitäjän on poistanut IMAP/SMTP-protokollat käytöstä</string>
     <string name="title_setup_oauth_rationale">Valtuuta pääsy tilillesi %1$s</string>
     <string name="title_setup_oauth_update">Valtuuta olemassa oleva tili uudelleen (muussa tapauksessa luo uusi tili)</string>
@@ -389,7 +388,6 @@
     <string name="title_advanced_two_col">Käytä kahta saraketta</string>
     <string name="title_advanced_min_screen_size">Näytön vähimmäiskoko näytön jakamiseksi</string>
     <string name="title_advanced_close_pane">Tiivistä rivi tai sarake, kun keskustelu suljetaan</string>
-    <string name="title_advanced_column_width">Viestisarakkeen leveys: %1$s %%</string>
     <string name="title_advanced_nav_options">Näytä asetukset navigointivalikossa</string>
     <string name="title_advanced_nav_categories">Näytä tilien luokat navigointivalikossa</string>
     <string name="title_advanced_nav_pin">Kiinnitä navigointivalikko</string>
@@ -645,7 +643,6 @@
     <string name="title_advanced_folder_nav_hint">Tämä palaa aina viestilistasta kyseisen tilin kansiolistaan</string>
     <string name="title_advanced_suggest_names_hint">Jos poistettu käytöstä, yhteystietoja valittaessa käytetään vain sähköpostiosoitteita</string>
     <string name="title_advanced_suggest_local_hint">Androidin yhteystietojen lisäksi. Yhteystietoja tallennetaan uusista lähetetyistä ja vastaanotetuista viesteistä vain, jos asetus on päällä.</string>
-    <string name="title_advanced_auto_identity_hint">Tämä valitsee identiteetin, jota on käytetty uusien viestien ensimmäiselle vastaanottajalle edellisen kerran lähetettäessä</string>
     <string name="title_advanced_send_reminders_hint">Näytä varoitus, kun viestin teksti tai aihe on tyhjä tai kun liite puuttuu</string>
     <string name="title_advanced_reply_move_hint">Sähköpostipalvelin voi silti lisätä viestit lähetettyjen viestien kansioon</string>
     <string name="title_advanced_usenet_hint">Lisää \'--\' tekstin ja allekirjoituksen väliin</string>
@@ -761,7 +758,6 @@
     <string name="title_custom">Mukautettu</string>
     <string name="title_host">Verkko-osoite</string>
     <string name="title_encryption">Salaus</string>
-    <string name="title_encryption_none">Ei mitään</string>
     <string name="title_allow_insecure">Salli salaamattomat yhteydet</string>
     <string name="title_insecure_remark">Salaamattomat yhteydet tulisi sallia vain turvallisissa verkoissa eikä koskaan julkisissa verkoissa</string>
     <string name="title_port">Porttinumero</string>
@@ -1301,6 +1297,9 @@
     <string name="title_search_in">Hae kohteesta</string>
     <string name="title_search_sender">Hae lähettäjää</string>
     <string name="title_search_delete">Poistetaanko tallennettu haku?</string>
+    <string name="title_save_search_name">Nimi</string>
+    <string name="title_save_search_order">Järjestys</string>
+    <string name="title_save_search_color">Väri</string>
     <string name="title_sort_on">Järjestys</string>
     <string name="title_sort_on_time">Aika</string>
     <string name="title_sort_on_unread">Lukematon</string>
@@ -1660,7 +1659,6 @@
     <string name="title_boundary_retry">Yritä uudelleen</string>
     <string name="title_unexpected_error">Odottamaton virhe</string>
     <string name="title_log">Lokitiedot</string>
-    <string name="title_auto_scroll">Automaattinen vieritys</string>
     <string name="title_log_clear">Tyhjennä</string>
     <string name="title_rules_search_hint">Hae nimeä tai ehtoa</string>
     <string name="title_rules_export">Vie säännöt</string>
@@ -1731,6 +1729,7 @@
     <string-array name="pollIntervalNames">
         <item>Jatkuvasti</item>
         <item>5 minuutin välein</item>
+        <item>10 minuutin välein</item>
         <item>15 minuutin välein</item>
         <item>30 minuutin välein</item>
         <item>Joka tunti</item>
@@ -1774,6 +1773,7 @@
         <item>Siirry seuraavaan keskusteluun</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Erittäin pieni</item>
         <item>Erittäin pieni</item>
         <item>Pieni</item>
         <item>Keskikokoinen</item>
diff --git a/app/src/main/res/values-fr-rCA/strings.xml b/app/src/main/res/values-fr-rCA/strings.xml
index 0324c5431d..6a680d8c6d 100644
--- a/app/src/main/res/values-fr-rCA/strings.xml
+++ b/app/src/main/res/values-fr-rCA/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail est une application de messagerie à code source ouvert axée sur la confidentialité et la sécurité. C’est pourquoi certaines fonctionnalités peuvent être différentes de ce à quoi vous êtes habitué·e.</string>
     <string name="app_limitations">Par exemple, les messages sont reformatés par défaut pour supprimer tout élément dangereux ainsi qu\'améliorer la lisibilité et l\'ouverture des liens doit être confirmée pour des raisons de sécurité. Les deux options peuvent être désactivées si souhaité.</string>
     <string name="app_unsupported">Des bogues dans la version d\'Android de cet appareil spécifique provoquent des plantages</string>
+    <string name="app_data_loss">Toutes les données peuvent être perdues</string>
     <string name="app_continue">Poursuivre tout de même</string>
     <string name="app_exit">Faites de nouveau « Retour » pour quitter</string>
     <string name="app_cake">Espace de stockage restant insuffisant</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">Serveur SMTP pour l’envoi des messages</string>
     <string name="title_setup_quick_certificates">Certificats du serveur</string>
     <string name="title_setup_wizard">Assistant</string>
+    <string name="title_setup_wizard_tutorials">Tutoriels</string>
     <string name="title_setup_wizard_multiple">L\'assistant peut être utilisé plusieurs fois pour configurer plusieurs comptes</string>
     <string name="title_setup_wizard_new">J\'ai besoin d\'une nouvelle adresse courriel</string>
     <string name="title_setup_manual">Configuration manuelle et options des comptes</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Vous pouvez configurer le nom, la couleur et les actions de balayage dans les paramètres du compte et configurer une signature dans les paramètres d\'identité</string>
     <string name="title_setup_accounts">Comptes</string>
     <string name="title_setup_identities">Identités</string>
+    <string name="title_setup_google_sign_in">Se connecter avec Google</string>
     <string name="title_setup_other">Autre fournisseur</string>
     <string name="title_setup_inbound">Courrier entrant seulement (le courriel ne peut pas être envoyé!)</string>
     <string name="title_setup_pop3">Compte POP3</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">L\'autorisation des comptes Google fonctionnera uniquement avec les versions Play Store et GitHub parce qu\'Android vérifie la signature numérique de l\'application</string>
     <string name="title_setup_gmail_rationale">Veuillez accorder les autorisations pour sélectionner un compte et lire votre nom</string>
     <string name="title_setup_gmail_permissions">Google vous demandera l’autorisation de lire, rédiger, envoyer et supprimer définitivement tous vos courriels. FairEmail ne supprimera jamais vos messages sans votre approbation.</string>
-    <string name="title_setup_gmail_drafts">Si le dossier « Brouillons » n’est pas accessible via IMAP, ceci peut être corrigé dans les paramètres de libellé Gmail</string>
+    <string name="title_setup_gmail_on_device">Pourquoi dois-je sélectionner un compte présent sur mon appareil ?</string>
     <string name="title_setup_gmail_password">Je veux autoriser un compte avec un mot de passe au lieu d\'un compte de l\'appareil</string>
     <string name="title_setup_office_auth">L’erreur \'AUTHENTICATE failed\' peut être due à la désactivation d’IMAP/SMTP par l’administrateur système</string>
     <string name="title_setup_oauth_rationale">Autoriser l’accès à votre compte %1$s</string>
@@ -383,6 +386,7 @@
     <string name="title_advanced_timeout">Délai d’expiration de la connexion (secondes)</string>
     <string name="title_advanced_prefer_ip4">Préférer IPv4 à IPv6</string>
     <string name="title_advanced_ssl_harden">Renforcer les connexions SSL</string>
+    <string name="title_advanced_ssl_harden_strict">TLS 1.3 requis</string>
     <string name="title_advanced_cert_strict">Vérification stricte du certificat</string>
     <string name="title_advanced_manage_connectivity">Gérer la connectivité</string>
     <string name="title_advanced_caption_general">Général</string>
@@ -399,7 +403,7 @@
     <string name="title_advanced_two_col">Utiliser deux colonnes</string>
     <string name="title_advanced_min_screen_size">Taille minimale de l\'écran pour partager l\'écran</string>
     <string name="title_advanced_close_pane">Replier la ligne ou la colonne lors de la fermeture d\'une conversation</string>
-    <string name="title_advanced_column_width">Largeur de la colonne des messages : %1$s %%</string>
+    <string name="title_advanced_column_width">Largeur de colonne / hauteur de ligne du message: %1$s %%</string>
     <string name="title_advanced_nav_options">Afficher les options du menu de navigation</string>
     <string name="title_advanced_nav_categories">Afficher les catégories de compte dans le menu de navigation</string>
     <string name="title_advanced_nav_pin">Épingler le menu de navigation</string>
@@ -474,6 +478,7 @@
     <string name="title_advanced_text_size">Utiliser la taille du texte</string>
     <string name="title_advanced_text_font">Utiliser les polices de caractères</string>
     <string name="title_advanced_text_align">Utiliser l\'alignement du texte</string>
+    <string name="title_advanced_text_titles">Afficher {HTML titles}</string>
     <string name="title_advanced_text_separators">Utiliser des lignes de séparation</string>
     <string name="title_advanced_collapse_quotes">Replier le texte cité</string>
     <string name="title_advanced_image_placeholders">Afficher les espaces réservés aux images</string>
@@ -484,6 +489,7 @@
     <string name="title_advanced_actionbar_color">Utiliser la couleur du compte comme couleur d\'arrière-plan de la barre d’action de conversation</string>
     <string name="title_advanced_category_header">Regrouper par catégorie de compte</string>
     <string name="title_advanced_navbar_colorize">Coloriser la barre de navigation d’Android</string>
+    <string name="title_advanced_list_count">Afficher le nombre de messages ou de conversations dans la barre d\'action supérieure</string>
     <string name="title_advanced_bundled_fonts">Utiliser des polices groupées</string>
     <string name="title_advanced_parse_classes">Utiliser les feuilles de style</string>
     <string name="title_advanced_authentication">Afficher les avertissements d\'authentification</string>
@@ -492,6 +498,7 @@
     <string name="title_advanced_authentication_none">Pas d\'authentification</string>
     <string name="title_advanced_authentication_some">Authentification partielle</string>
     <string name="title_advanced_authentication_all">Authentification complète</string>
+    <string name="title_advanced_restore_on_launch">Restaurer l’état de l’application au démarrage</string>
     <string name="title_advanced_sync_on_launch">Synchroniser au lancement de l\'application</string>
     <string name="title_advanced_double_back">Faire deux fois « Retour » pour quitter</string>
     <string name="title_advanced_conversation_actions">Suggérer des actions (Android 10+)</string>
@@ -534,6 +541,7 @@
     <string name="title_advanced_notify_background">Afficher les notifications en arrière-plan uniquement</string>
     <string name="title_advanced_notify_known">Afficher les notifications uniquement pour les contacts</string>
     <string name="title_advanced_notify_suppress_in_call">Différer les notifications pendant un appel</string>
+    <string name="title_advanced_notify_suppress_in_car">Retarder les notifications lorsque Android Auto est connecté</string>
     <string name="title_advanced_notify_summary">Afficher uniquement une notification résumée</string>
     <string name="title_advanced_notify_preview">Afficher l’aperçu du message dans les notifications</string>
     <string name="title_advanced_notify_preview_all">Aperçu de tout le texte</string>
@@ -619,6 +627,7 @@
     <string name="title_advanced_class_min_difference">Différence minimale de classe : %1$s %%</string>
     <string name="title_advanced_language">Langue</string>
     <string name="title_advanced_language_system">Système</string>
+    <string name="title_advanced_lt">Intégration de LanguageTool</string>
     <string name="title_advanced_deepl">Intégration de DeepL</string>
     <string name="title_advanced_sdcard">Je veux utiliser une carte SD</string>
     <string name="title_advanced_watchdog">Vérifier périodiquement si FairEmail est toujours actif</string>
@@ -632,8 +641,9 @@
     <string name="title_advanced_last_cleanup">Dernier nettoyage : %1$s</string>
     <string name="title_advanced_app">Paramètres Android de l\'application</string>
     <string name="title_advanced_more">Plus d’options</string>
+    <string name="title_advanced_main_log">Journalisation principale</string>
     <string name="title_advanced_protocol">Journalisation du protocole</string>
-    <string name="title_advanced_log_info">Journal de débogage</string>
+    <string name="title_advanced_log_info">Journalisation de débogage</string>
     <string name="title_advanced_debug">Débogage</string>
     <string name="title_advanced_manual_hint">Si la réception de messages est désactivée, il est toujours possible de recevoir manuellement des messages en tirant vers le bas la liste des messages</string>
     <string name="title_advanced_poll_battery">Ceci peut entraîner une utilisation élevée de la pile!</string>
@@ -659,7 +669,7 @@
     <string name="title_advanced_folder_nav_hint">Ceci retournera toujours à la liste des dossiers du compte associé à partir d\'une liste de messages</string>
     <string name="title_advanced_suggest_names_hint">Si désactivé, seules les adresses courriel seront utilisées lors de la sélection des contacts</string>
     <string name="title_advanced_suggest_local_hint">En plus des contacts fournis par Android. Les données de contact seront stockées pour les messages récemment envoyés ou reçus uniquement lorsque ceci est activé.</string>
-    <string name="title_advanced_auto_identity_hint">Ceci sélectionnera la dernière identité utilisée pour le premier destinataire de nouveaux messages</string>
+    <string name="title_advanced_auto_identity_hint">Ceci sélectionnera la dernière identité utilisée lors de la sélection d\'un destinataire pour les nouveaux messages</string>
     <string name="title_advanced_send_reminders_hint">Afficher un avertissement quand le texte du message ou l’objet sont vides ou quand une pièce jointe semble avoir été oubliée</string>
     <string name="title_advanced_reply_move_hint">Le serveur de messagerie pourrait tout de même ajouter les messages au dossier des messages envoyés</string>
     <string name="title_advanced_usenet_hint">Insérer -- entre le texte et la signature</string>
@@ -696,6 +706,7 @@
     <string name="title_advanced_inline_hint">Les images incluses dans le message font partie intégrante du message</string>
     <string name="compressed">Le contenu des fichiers compressés (%1$s) avec plus de %2$s fichiers ou avec des fichiers de taille supérieure à %3$s ne sera pas affiché</string>
     <string name="title_advanced_parse_classes_hint">L’affichage des messages sera plus fidèle mais pourra être retardé</string>
+    <string name="title_advanced_restore_on_launch_hint">Au redémarrage via l\'icône du lanceur, restaurer le dernier état de l\'application dans les %1$d minutes</string>
     <string name="title_advanced_language_detection_hint">La prise en charge de la détection de la langue dépend du fabricant de l\'appareil</string>
     <string name="title_advanced_autoexpand_hint">Ouvrir automatiquement le message s’il n’y a qu’un seul message ou un seul message non lu dans une conversation</string>
     <string name="title_advanced_expandall_hint">Le bouton de réponse n\'est pas affiché lorsque plusieurs messages sont dépliés car on ne peut pas savoir à quel message le bouton s\'applique</string>
@@ -713,6 +724,7 @@
     <string name="title_advanced_safe_browsing_hint">Le serveur Google a connaissance des adresses qui sont recherchées</string>
     <string name="title_advanced_badge_hint">Disponible uniquement sur les lanceurs pris en charge</string>
     <string name="title_advanced_notify_action_hint">Trois actions au plus seront affichées</string>
+    <string name="title_advanced_notify_car_hint">Connecté signifie que quelque chose est projeté, comme une carte pour la navigation</string>
     <string name="title_advanced_notify_remove_hint">Les notifications de nouveau message seront toujours supprimées lors de leur balayage et du marquage des messages comme lus</string>
     <string name="title_advanced_notify_manage_hint">Appuyez sur le nom d’un canal pour définir ses propriétés</string>
     <string name="title_advanced_notify_manage_default_hint">Pour définir le son par défaut, etc.</string>
@@ -779,7 +791,7 @@
     <string name="title_custom">Personnalisé</string>
     <string name="title_host">Nom d’hôte</string>
     <string name="title_encryption">Chiffrement</string>
-    <string name="title_encryption_none">Aucun</string>
+    <string name="title_encryption_none">Aucun (non sécurisé)</string>
     <string name="title_allow_insecure">Autoriser les connexions non sécurisées</string>
     <string name="title_insecure_remark">Les connexions non sécurisées ne doivent être autorisées que sur des réseaux de confiance et jamais sur des réseaux publics</string>
     <string name="title_notify_remark">Vous pouvez activer ceci pour avoir des notifications spécifiques par compte</string>
@@ -839,6 +851,7 @@
     <string name="title_account_delete">Supprimer définitivement ce compte?</string>
     <string name="title_identity_delete">Supprimer définitivement cette identité?</string>
     <string name="title_edit_html">Modifier en HTML</string>
+    <string name="title_import_file">Importer un fichier</string>
     <string name="title_sign_key">Clé de signature : %1$s</string>
     <string name="title_last_connected">Dernière connexion : %1$s</string>
     <string name="title_backoff_until">Attente après l\'échec jusqu\'à : %1$s</string>
@@ -919,6 +932,7 @@
     <string name="title_search_folder">Rechercher un dossier</string>
     <string name="title_apply_to_all">Appliquer à tous</string>
     <string name="title_edit_account_name">Modifier le nom du compte</string>
+    <string name="title_edit_account_color">Modifier la couleur du compte</string>
     <string name="title_hide_folder">Masquer le dossier</string>
     <string name="title_hide_seen_folder">Masquer le dossier si tous les messages sont lus</string>
     <string name="title_hide_seen_folder_hint">Seulement dans la liste des dossiers affichée sur l\'écran de démarrage</string>
@@ -1330,6 +1344,10 @@
     <string name="title_search_in">Rechercher dans</string>
     <string name="title_search_sender">Rechercher un expéditeur</string>
     <string name="title_search_delete">Supprimer la recherche enregistrée?</string>
+    <string name="title_save_search">Recherche enregistrée</string>
+    <string name="title_save_search_name">Nom</string>
+    <string name="title_save_search_order">Ordre</string>
+    <string name="title_save_search_color">Couleur</string>
     <string name="title_sort_on">Trier par</string>
     <string name="title_sort_on_time">Date</string>
     <string name="title_sort_on_unread">Non lu(s)</string>
@@ -1537,6 +1555,7 @@
     <string name="title_legend_embedded_image">Espace réservé pour une image incluse</string>
     <string name="title_legend_tracking_pixel">Image de pistage</string>
     <string name="title_legend_broken_image">Image introuvable</string>
+    <string name="title_legend_open_external">Ouvrir en dehors de l\'application</string>
     <string name="title_legend_pick">Sélectionner un contact</string>
     <string name="title_legend_cc">Afficher Cc/Cci</string>
     <string name="title_legend_link">Insérer un lien</string>
@@ -1620,6 +1639,7 @@
     <string name="title_yes">Oui</string>
     <string name="title_no">Non</string>
     <string name="title_later">Plus tard</string>
+    <string name="title_paste_plain">Coller comme texte brut</string>
     <string name="title_undo">Annuler</string>
     <string name="title_redo">Rétablir</string>
     <string name="title_insert_line">Insérer une ligne</string>
@@ -1691,7 +1711,6 @@
     <string name="title_boundary_retry">Veuillez réessayer</string>
     <string name="title_unexpected_error">Erreur inattendue</string>
     <string name="title_log">Journal</string>
-    <string name="title_auto_scroll">Défilement automatique</string>
     <string name="title_log_clear">Effacer</string>
     <string name="title_rules_search_hint">Rechercher un nom ou une condition</string>
     <string name="title_rules_export">Exporter les règles</string>
@@ -1724,6 +1743,7 @@
     <string name="title_widget_compose">Afficher le bouton pour rédiger un nouveau message</string>
     <string name="title_widget_background">Couleur d\'arrière-plan</string>
     <string name="title_widget_day_night">Utiliser le thème sombre du système</string>
+    <string name="title_compat_dark">Google a supprimé le mode sombre dans les versions d\'Android inférieures à la version 10</string>
     <string name="title_accessibility_collapsed">Replié</string>
     <string name="title_accessibility_expanded">Déplié</string>
     <string name="title_accessibility_seen">Lu</string>
@@ -1762,6 +1782,7 @@
     <string-array name="pollIntervalNames">
         <item>En continu</item>
         <item>Toutes les 5 minutes</item>
+        <item>Toutes les 10 minutes</item>
         <item>Toutes les 15 minutes</item>
         <item>Toutes les 30 minutes</item>
         <item>Toutes les heures</item>
@@ -1805,6 +1826,7 @@
         <item>Aller à la conversation suivante</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Minuscule</item>
         <item>Très petit</item>
         <item>Petit</item>
         <item>Moyen</item>
diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml
index 1a8aa8475b..cc2049aff4 100644
--- a/app/src/main/res/values-fr-rFR/strings.xml
+++ b/app/src/main/res/values-fr-rFR/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail est une application de messagerie open source centrée sur la confidentialité et la sécurité. C’est pourquoi certaines fonctionnalités peuvent être différentes de ce à quoi vous êtes habitué.</string>
     <string name="app_limitations">Par exemple, les messages sont reformatés par défaut pour supprimer tout élément dangereux ainsi qu\'améliorer la lisibilité et l\'ouverture des liens doit être confirmée pour des raisons de sécurité. Les deux options peuvent être désactivées si souhaité.</string>
     <string name="app_unsupported">Des bogues dans la version d\'Android de cet appareil spécifique provoquent des plantages</string>
+    <string name="app_data_loss">Toutes les données peuvent être perdues</string>
     <string name="app_continue">Poursuivre tout de même</string>
     <string name="app_exit">Faire de nouveau « Retour » pour quitter</string>
     <string name="app_cake">Espace de stockage restant insuffisant</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">Serveur SMTP pour l’envoi des messages</string>
     <string name="title_setup_quick_certificates">Certificats du serveur</string>
     <string name="title_setup_wizard">Assistant</string>
+    <string name="title_setup_wizard_tutorials">Tutoriels</string>
     <string name="title_setup_wizard_multiple">L\'assistant peut être utilisé plusieurs fois pour configurer plusieurs comptes</string>
     <string name="title_setup_wizard_new">J\'ai besoin d\'une nouvelle adresse e-mail</string>
     <string name="title_setup_manual">Configuration manuelle et options des comptes</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Vous pouvez configurer le nom, la couleur et les actions de balayage dans les paramètres de compte et configurer une signature dans les paramètres d\'identité</string>
     <string name="title_setup_accounts">Comptes</string>
     <string name="title_setup_identities">Identités</string>
+    <string name="title_setup_google_sign_in">Se connecter avec Google</string>
     <string name="title_setup_other">Autre fournisseur</string>
     <string name="title_setup_inbound">Courrier entrant seulement (l\'e-mail ne peut pas être envoyé !)</string>
     <string name="title_setup_pop3">Compte POP3</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">L\'autorisation des comptes Google fonctionnera uniquement avec les versions Play Store et GitHub parce qu\'Android vérifie la signature numérique de l\'application</string>
     <string name="title_setup_gmail_rationale">Veuillez accorder les autorisations pour sélectionner un compte et lire votre nom</string>
     <string name="title_setup_gmail_permissions">Google vous demandera l’autorisation pour lire, rédiger, envoyer et supprimer définitivement tous vos e-mails. FairEmail ne supprimera jamais vos messages sans votre approbation.</string>
-    <string name="title_setup_gmail_drafts">Si le dossier « Brouillons » n’est pas accessible via IMAP, ceci peut être corrigé dans les paramètres de libellé Gmail</string>
+    <string name="title_setup_gmail_on_device">Pourquoi dois-je sélectionner un compte présent sur mon appareil ?</string>
     <string name="title_setup_gmail_password">Je veux autoriser un compte avec un mot de passe au lieu d\'un compte de l\'appareil</string>
     <string name="title_setup_office_auth">L’erreur \'AUTHENTICATE failed\' peut être due à la désactivation d’IMAP/SMTP par l’administrateur système</string>
     <string name="title_setup_oauth_rationale">Autoriser l\'accès à votre compte %1$s</string>
@@ -383,6 +386,7 @@
     <string name="title_advanced_timeout">Délai d’expiration de la connexion (secondes)</string>
     <string name="title_advanced_prefer_ip4">Préférer IPv4 à IPv6</string>
     <string name="title_advanced_ssl_harden">Renforcer les connexions SSL</string>
+    <string name="title_advanced_ssl_harden_strict">TLS 1.3 requis</string>
     <string name="title_advanced_cert_strict">Vérification stricte du certificat</string>
     <string name="title_advanced_manage_connectivity">Gérer la connectivité</string>
     <string name="title_advanced_caption_general">Général</string>
@@ -399,7 +403,7 @@
     <string name="title_advanced_two_col">Utiliser deux colonnes</string>
     <string name="title_advanced_min_screen_size">Taille minimale de l\'écran pour partager l\'écran</string>
     <string name="title_advanced_close_pane">Replier la ligne ou la colonne lors de la fermeture d\'une conversation</string>
-    <string name="title_advanced_column_width">Largeur de la colonne des messages : %1$s %%</string>
+    <string name="title_advanced_column_width">Largeur de colonne / hauteur de ligne du message : %1$s %%</string>
     <string name="title_advanced_nav_options">Afficher les options du menu de navigation</string>
     <string name="title_advanced_nav_categories">Afficher les catégories de compte dans le menu de navigation</string>
     <string name="title_advanced_nav_pin">Épingler le menu de navigation</string>
@@ -474,6 +478,7 @@
     <string name="title_advanced_text_size">Utiliser la taille du texte</string>
     <string name="title_advanced_text_font">Utiliser les polices de caractères</string>
     <string name="title_advanced_text_align">Utiliser l\'alignement du texte</string>
+    <string name="title_advanced_text_titles">Afficher {HTML titles}</string>
     <string name="title_advanced_text_separators">Utiliser des lignes de séparation</string>
     <string name="title_advanced_collapse_quotes">Replier le texte cité</string>
     <string name="title_advanced_image_placeholders">Afficher les espaces réservés aux images</string>
@@ -484,6 +489,7 @@
     <string name="title_advanced_actionbar_color">Utiliser la couleur du compte comme couleur d\'arrière-plan de la barre d’action de conversation</string>
     <string name="title_advanced_category_header">Regrouper par catégorie de compte</string>
     <string name="title_advanced_navbar_colorize">Coloriser la barre de navigation d’Android</string>
+    <string name="title_advanced_list_count">Afficher le nombre de messages ou de conversations dans la barre d\'action supérieure</string>
     <string name="title_advanced_bundled_fonts">Utiliser des polices groupées</string>
     <string name="title_advanced_parse_classes">Utiliser les feuilles de style</string>
     <string name="title_advanced_authentication">Afficher les avertissements d\'authentification</string>
@@ -492,6 +498,7 @@
     <string name="title_advanced_authentication_none">Pas d\'authentification</string>
     <string name="title_advanced_authentication_some">Authentification partielle</string>
     <string name="title_advanced_authentication_all">Authentification complète</string>
+    <string name="title_advanced_restore_on_launch">Restaurer l’état de l’application au démarrage</string>
     <string name="title_advanced_sync_on_launch">Synchroniser au lancement de l\'application</string>
     <string name="title_advanced_double_back">Faire deux fois « Retour » pour quitter</string>
     <string name="title_advanced_conversation_actions">Suggérer des actions (Android 10+)</string>
@@ -534,6 +541,7 @@
     <string name="title_advanced_notify_background">Afficher les notifications en arrière-plan uniquement</string>
     <string name="title_advanced_notify_known">Afficher les notifications uniquement pour les contacts</string>
     <string name="title_advanced_notify_suppress_in_call">Différer les notifications pendant un appel</string>
+    <string name="title_advanced_notify_suppress_in_car">Retarder les notifications lorsque Android Auto est connecté</string>
     <string name="title_advanced_notify_summary">Afficher seulement une notification récapitulative</string>
     <string name="title_advanced_notify_preview">Afficher un aperçu du message dans les notifications</string>
     <string name="title_advanced_notify_preview_all">Aperçu de tout le texte</string>
@@ -619,6 +627,7 @@
     <string name="title_advanced_class_min_difference">Différence minimale de classe : %1$s %%</string>
     <string name="title_advanced_language">Langue</string>
     <string name="title_advanced_language_system">Système</string>
+    <string name="title_advanced_lt">Intégration de LanguageTool</string>
     <string name="title_advanced_deepl">Intégration de DeepL</string>
     <string name="title_advanced_sdcard">Je veux utiliser une carte SD</string>
     <string name="title_advanced_watchdog">Vérifier périodiquement si FairEmail est toujours actif</string>
@@ -632,8 +641,9 @@
     <string name="title_advanced_last_cleanup">Dernier nettoyage : %1$s</string>
     <string name="title_advanced_app">Paramètres Android de l\'application</string>
     <string name="title_advanced_more">Plus d\'options</string>
+    <string name="title_advanced_main_log">Journalisation principale</string>
     <string name="title_advanced_protocol">Journalisation du protocole</string>
-    <string name="title_advanced_log_info">Journal de débogage</string>
+    <string name="title_advanced_log_info">Journalisation de débogage</string>
     <string name="title_advanced_debug">Débogage</string>
     <string name="title_advanced_manual_hint">Si la réception de messages est désactivée, il est toujours possible de recevoir manuellement des messages en tirant vers le bas la liste des messages</string>
     <string name="title_advanced_poll_battery">Ceci peut entraîner une utilisation élevée de la batterie !</string>
@@ -659,7 +669,7 @@
     <string name="title_advanced_folder_nav_hint">Ceci retournera toujours à la liste des dossiers du compte associé à partir d\'une liste de messages</string>
     <string name="title_advanced_suggest_names_hint">Si désactivé, seules les adresses e-mail seront utilisées lors de la sélection des contacts</string>
     <string name="title_advanced_suggest_local_hint">En plus des contacts fournis par Android. Les informations des contacts seront stockées pour les messages récemment envoyés ou reçus seulement si ceci est activé.</string>
-    <string name="title_advanced_auto_identity_hint">Ceci sélectionnera la dernière identité utilisée pour le premier destinataire de nouveaux messages</string>
+    <string name="title_advanced_auto_identity_hint">Ceci sélectionnera la dernière identité utilisée lors de la sélection d\'un destinataire pour les nouveaux messages</string>
     <string name="title_advanced_send_reminders_hint">Afficher un avertissement quand le texte du message ou l’objet sont vides ou quand une pièce jointe semble avoir été oubliée</string>
     <string name="title_advanced_reply_move_hint">Le serveur de messagerie pourrait tout de même ajouter les messages au dossier des messages envoyés</string>
     <string name="title_advanced_usenet_hint">Insérer \'-- \' entre le texte et la signature</string>
@@ -696,6 +706,7 @@
     <string name="title_advanced_inline_hint">Les images incluses dans le message font partie intégrante du message</string>
     <string name="compressed">Le contenu des fichiers compressés (%1$s) avec plus de %2$s fichiers ou avec des fichiers de taille supérieure à %3$s ne sera pas affiché</string>
     <string name="title_advanced_parse_classes_hint">L’affichage des messages sera plus fidèle mais pourra être retardé</string>
+    <string name="title_advanced_restore_on_launch_hint">Au redémarrage via l\'icône du lanceur, restaurer le dernier état de l\'application dans les %1$d minutes</string>
     <string name="title_advanced_language_detection_hint">La prise en charge de la détection de la langue dépend du fabricant de l\'appareil</string>
     <string name="title_advanced_autoexpand_hint">Ouvrir automatiquement le message s’il n’y a qu’un seul message ou un seul message non lu dans une conversation</string>
     <string name="title_advanced_expandall_hint">Le bouton de réponse n\'est pas affiché lorsque plusieurs messages sont dépliés car on ne peut pas savoir à quel message le bouton s\'applique</string>
@@ -713,6 +724,7 @@
     <string name="title_advanced_safe_browsing_hint">Le serveur Google a connaissance des adresses qui sont recherchées</string>
     <string name="title_advanced_badge_hint">Disponible uniquement sur les lanceurs pris en charge</string>
     <string name="title_advanced_notify_action_hint">Trois actions au plus seront affichées</string>
+    <string name="title_advanced_notify_car_hint">Connecté signifie que quelque chose est projeté, comme une carte pour la navigation</string>
     <string name="title_advanced_notify_remove_hint">Les notifications de nouveaux messages seront toujours supprimées lors de leur balayage et du marquage des messages comme lus</string>
     <string name="title_advanced_notify_manage_hint">Appuyez sur le nom d’un canal pour définir ses propriétés</string>
     <string name="title_advanced_notify_manage_default_hint">Pour définir le son par défaut, etc.</string>
@@ -779,7 +791,7 @@
     <string name="title_custom">Personnalisé</string>
     <string name="title_host">Nom d’hôte</string>
     <string name="title_encryption">Chiffrement</string>
-    <string name="title_encryption_none">Aucun</string>
+    <string name="title_encryption_none">Aucun (non sécurisé)</string>
     <string name="title_allow_insecure">Autoriser les connexions non sécurisées</string>
     <string name="title_insecure_remark">Les connexions non sécurisées ne doivent être autorisées que sur des réseaux de confiance et jamais sur des réseaux publics</string>
     <string name="title_notify_remark">Vous pouvez activer ceci pour avoir des notifications spécifiques par compte</string>
@@ -839,6 +851,7 @@
     <string name="title_account_delete">Supprimer définitivement ce compte ?</string>
     <string name="title_identity_delete">Supprimer définitivement cette identité ?</string>
     <string name="title_edit_html">Modifier en HTML</string>
+    <string name="title_import_file">Importer un fichier</string>
     <string name="title_sign_key">Clé de signature : %1$s</string>
     <string name="title_last_connected">Dernière connexion : %1$s</string>
     <string name="title_backoff_until">Attente après l\'échec jusqu\'à : %1$s</string>
@@ -919,6 +932,7 @@
     <string name="title_search_folder">Rechercher un dossier</string>
     <string name="title_apply_to_all">Appliquer à tous</string>
     <string name="title_edit_account_name">Modifier le nom du compte</string>
+    <string name="title_edit_account_color">Modifier la couleur du compte</string>
     <string name="title_hide_folder">Masquer le dossier</string>
     <string name="title_hide_seen_folder">Masquer le dossier si tous les messages sont lus</string>
     <string name="title_hide_seen_folder_hint">Seulement dans la liste des dossiers affichée sur l\'écran de démarrage</string>
@@ -1330,6 +1344,10 @@
     <string name="title_search_in">Rechercher dans</string>
     <string name="title_search_sender">Rechercher un expéditeur</string>
     <string name="title_search_delete">Supprimer la recherche enregistrée ?</string>
+    <string name="title_save_search">Recherche enregistrée</string>
+    <string name="title_save_search_name">Nom</string>
+    <string name="title_save_search_order">Ordre</string>
+    <string name="title_save_search_color">Couleur</string>
     <string name="title_sort_on">Trier par</string>
     <string name="title_sort_on_time">Date</string>
     <string name="title_sort_on_unread">Non lus</string>
@@ -1537,6 +1555,7 @@
     <string name="title_legend_embedded_image">Espace réservé pour une image incluse</string>
     <string name="title_legend_tracking_pixel">Image de pistage</string>
     <string name="title_legend_broken_image">Image introuvable</string>
+    <string name="title_legend_open_external">Ouvrir en dehors de l\'application</string>
     <string name="title_legend_pick">Sélectionner un contact</string>
     <string name="title_legend_cc">Afficher Cc/Cci</string>
     <string name="title_legend_link">Insérer un lien</string>
@@ -1620,6 +1639,7 @@
     <string name="title_yes">Oui</string>
     <string name="title_no">Non</string>
     <string name="title_later">Plus tard</string>
+    <string name="title_paste_plain">Coller comme texte brut</string>
     <string name="title_undo">Annuler</string>
     <string name="title_redo">Rétablir</string>
     <string name="title_insert_line">Insérer une ligne</string>
@@ -1691,7 +1711,6 @@
     <string name="title_boundary_retry">Veuillez réessayer</string>
     <string name="title_unexpected_error">Erreur inattendue</string>
     <string name="title_log">Journal</string>
-    <string name="title_auto_scroll">Défilement automatique</string>
     <string name="title_log_clear">Effacer</string>
     <string name="title_rules_search_hint">Rechercher un nom ou une condition</string>
     <string name="title_rules_export">Exporter les règles</string>
@@ -1724,6 +1743,7 @@
     <string name="title_widget_compose">Afficher le bouton pour rédiger un nouveau message</string>
     <string name="title_widget_background">Couleur d\'arrière-plan</string>
     <string name="title_widget_day_night">Utiliser le thème sombre du système</string>
+    <string name="title_compat_dark">Google a supprimé le mode sombre dans les versions d\'Android inférieures à la version 10</string>
     <string name="title_accessibility_collapsed">Replié</string>
     <string name="title_accessibility_expanded">Déplié</string>
     <string name="title_accessibility_seen">Lu</string>
@@ -1762,6 +1782,7 @@
     <string-array name="pollIntervalNames">
         <item>En continu</item>
         <item>Toutes les 5 minutes</item>
+        <item>Toutes les 10 minutes</item>
         <item>Toutes les 15 minutes</item>
         <item>Toutes les 30 minutes</item>
         <item>Toutes les heures</item>
@@ -1805,6 +1826,7 @@
         <item>Aller à la conversation suivante</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Minuscule</item>
         <item>Très petit</item>
         <item>Petit</item>
         <item>Moyen</item>
diff --git a/app/src/main/res/values-fy-rNL/strings.xml b/app/src/main/res/values-fy-rNL/strings.xml
index 85b5977d34..ee914c8600 100644
--- a/app/src/main/res/values-fy-rNL/strings.xml
+++ b/app/src/main/res/values-fy-rNL/strings.xml
@@ -134,7 +134,6 @@
     <string name="title_setup_pop3">POP3 akkount</string>
     <string name="title_setup_gmail_rationale">Jou asjebleaft tagongsrjochten om in akkount te selektearjen en jo namme te lêzen</string>
     <string name="title_setup_gmail_permissions">Google sil om tagongsrjochten freegje om al dien email te lêzen, te komponearjen, te ferstjoeren en te wiskjen. FairEmail sil jo berjochten nea wiskje sûnder dien eksplisite tastimming.</string>
-    <string name="title_setup_gmail_drafts">As de map ûntwerpen net tagonklik is troch IMAP, kin dit wurde fêst yn \'e ynstellings fan it label fan Gmail</string>
     <string name="title_setup_office_auth">De flater \'AUTHENTICATE is mislearre\' kin wurde feroarsake troch IMAP / SMTP te wurden útskeakele troch de systeembehearder</string>
     <string name="title_setup_oauth_rationale">Autorisearje tagong ta jo %1$s akkount</string>
     <string name="title_setup_oauth_updated">Akkountautorisaasje is bywurke</string>
@@ -572,7 +571,6 @@
     <string name="title_custom">Oanpast</string>
     <string name="title_host">Hostnamme</string>
     <string name="title_encryption">Fersifering</string>
-    <string name="title_encryption_none">Gjin</string>
     <string name="title_allow_insecure">Unfeilige ferbiningen tastean</string>
     <string name="title_insecure_remark">Unfeilige ferbiningen moatte allinich wurde tastien op fertroude netwurken en nea op iepenbiere netwurken</string>
     <string name="title_port">Poartenûmer</string>
@@ -1026,6 +1024,9 @@
     <string name="title_search_server">Sykje op server</string>
     <string name="title_search_in">Sykje yn</string>
     <string name="title_search_sender">Sykje nei stjoerder</string>
+    <string name="title_save_search_name">Namme</string>
+    <string name="title_save_search_order">Sekwinsje</string>
+    <string name="title_save_search_color">Kleur</string>
     <string name="title_sort_on">Sortearje op</string>
     <string name="title_sort_on_time">Tiid</string>
     <string name="title_sort_on_unread">Net lêzen</string>
@@ -1340,7 +1341,6 @@
     <string name="title_boundary_retry">Besykje opnij</string>
     <string name="title_unexpected_error">Net ferwachte flater</string>
     <string name="title_log">Lochboek</string>
-    <string name="title_auto_scroll">Auto skowe</string>
     <string name="title_log_clear">Wiskje</string>
     <string name="title_rules_search_hint">Sykje namme as tastân</string>
     <string name="title_rules_export">Eksportregels</string>
@@ -1403,6 +1403,7 @@
     <string-array name="pollIntervalNames">
         <item>Altyd</item>
         <item>Elke 5 minuten</item>
+        <item>Elke 10 minuten</item>
         <item>Elke 15 minuten</item>
         <item>Elke 30 minuten</item>
         <item>Elk oere</item>
@@ -1446,6 +1447,7 @@
         <item>Gean nei folgjende petear</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>Extra small</item>
         <item>Lyts</item>
         <item>Medium</item>
diff --git a/app/src/main/res/values-gl-rES/strings.xml b/app/src/main/res/values-gl-rES/strings.xml
index 7154502cbb..cea44e861c 100644
--- a/app/src/main/res/values-gl-rES/strings.xml
+++ b/app/src/main/res/values-gl-rES/strings.xml
@@ -147,7 +147,6 @@
     <string name="title_setup_gmail_support">Autorizar contas de Google só funcionará nas versións de Play Store e GitHub desta aplicación porque Android verifica a súa sinatura dixital</string>
     <string name="title_setup_gmail_rationale">Por favor, conceda permisos para seleccionar unha conta e ler o seu nome</string>
     <string name="title_setup_gmail_permissions">Google pedirá permisos para ler, redactar, enviar e borrar permanentemente todo o seu correo. FairEmail nunca eliminará as súas mensaxes sen o seu consentimento explícito.</string>
-    <string name="title_setup_gmail_drafts">Se o cartafol de borradores non é accesible por IMAP, isto pódese solucionar na configuración de etiquetas de Gmail</string>
     <string name="title_setup_office_auth">O erro \'AUTHENTICATE failed\' pode estar causado porque IMAP/SMTP estea desactivado polo administrador do sistema</string>
     <string name="title_setup_oauth_rationale">Autorizar o acceso á súa conta %1$s</string>
     <string name="title_setup_oauth_updated">A autorización da conta foi actualizada</string>
@@ -361,7 +360,6 @@
     <string name="title_advanced_two_col">Usar dúas columnas</string>
     <string name="title_advanced_min_screen_size">Tamaño mínimo de pantalla para podela dividir</string>
     <string name="title_advanced_close_pane">Agocha fila ou columna cando se peche unha conversa</string>
-    <string name="title_advanced_column_width">Lonxitude da columna de mensaxes: %1$s %%</string>
     <string name="title_advanced_nav_options">Mostrar o menú de opcións de navegación</string>
     <string name="title_advanced_nav_pin">Fixar o menú de navegación</string>
     <string name="title_advanced_nav_hide_title">Agochar o menú de opcións de navegación?</string>
@@ -724,7 +722,6 @@
     <string name="title_custom">Personalizado</string>
     <string name="title_host">Nome do servidor</string>
     <string name="title_encryption">Cifrado</string>
-    <string name="title_encryption_none">Ningún</string>
     <string name="title_allow_insecure">Permitir conexións non seguras</string>
     <string name="title_insecure_remark">Deberíase permitir só as conexións non seguras en redes de confianza e nunca nas redes públicas</string>
     <string name="title_port">Número de porto</string>
@@ -1239,6 +1236,9 @@
     <string name="title_search_server">Buscar en servidor</string>
     <string name="title_search_in">Buscar en</string>
     <string name="title_search_sender">Procurar remitente</string>
+    <string name="title_save_search_name">Nome</string>
+    <string name="title_save_search_order">Orde</string>
+    <string name="title_save_search_color">Cor</string>
     <string name="title_sort_on">Ordenar por</string>
     <string name="title_sort_on_time">Data</string>
     <string name="title_sort_on_unread">Sen ler</string>
@@ -1594,7 +1594,6 @@
     <string name="title_boundary_retry">Tentar de novo</string>
     <string name="title_unexpected_error">Erro imprevisto</string>
     <string name="title_log">Rexistro</string>
-    <string name="title_auto_scroll">Desprazamento automático</string>
     <string name="title_log_clear">Limpar</string>
     <string name="title_rules_search_hint">Buscar nome ou condición</string>
     <string name="title_rules_export">Exportar regras</string>
@@ -1662,6 +1661,7 @@
     <string-array name="pollIntervalNames">
         <item>Sempre</item>
         <item>Cada 5 minutos</item>
+        <item>Cada 10 minutos</item>
         <item>Cada 15 minutos</item>
         <item>Cada 30 minutos</item>
         <item>Cada hora</item>
@@ -1705,6 +1705,7 @@
         <item>Ir á conversa seguinte</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Minúsculo</item>
         <item>Moi pequeno</item>
         <item>Pequeno</item>
         <item>Mediano</item>
diff --git a/app/src/main/res/values-hr-rHR/strings.xml b/app/src/main/res/values-hr-rHR/strings.xml
index 8d48df51be..0c33792bef 100644
--- a/app/src/main/res/values-hr-rHR/strings.xml
+++ b/app/src/main/res/values-hr-rHR/strings.xml
@@ -168,7 +168,6 @@
     <string name="title_setup_gmail_support">Autorizacija Google računa funkcionirat će u Play Store i GitHub verziji samo zato što Android provjerava digitalni potpis programa</string>
     <string name="title_setup_gmail_rationale">Molimo dajte dopuštenje za izbor računa i čitanje vašeg imena</string>
     <string name="title_setup_gmail_permissions">Google će tražiti dopuštenja za čitanje, sastavljanje, slanje i trajno brisanje sve vaše e-pošte. FairEmail nikada neće izbrisati vaše poruke bez vašeg izričitog pristanka.</string>
-    <string name="title_setup_gmail_drafts">Ako preko IMAP mapa skica nije dostupna, to se može popraviti u postavkama Gmail oznake</string>
     <string name="title_setup_gmail_password">Želim autorizirati račun lozinkom umjesto računa na uređaju</string>
     <string name="title_setup_office_auth">Greška \'AUTHENTICATE failed\' se može pojaviti ako je IMAP/SMTP isključen od strane administratora</string>
     <string name="title_setup_oauth_rationale">Autorizirajte pristup vašem %1$s računu</string>
@@ -405,7 +404,6 @@
     <string name="title_advanced_two_col">Koristi dva stupca</string>
     <string name="title_advanced_min_screen_size">Najmanja veličina zaslona za dijeljenje zaslona</string>
     <string name="title_advanced_close_pane">Sažmi redak ili stupac prilikom zatvaranja razgovora</string>
-    <string name="title_advanced_column_width">Širina stupca poruke: %1$s %%</string>
     <string name="title_advanced_nav_options">Prikaži opcije navigacijskog izbornika</string>
     <string name="title_advanced_nav_categories">Prikaži kategorije računa u navigacijskom izborniku</string>
     <string name="title_advanced_nav_pin">Prikvači navigacijski izbornik</string>
@@ -664,7 +662,6 @@
     <string name="title_advanced_folder_nav_hint">Ovo će uvijek, s popisa poruka, vratiti na popis mapa povezanog računa</string>
     <string name="title_advanced_suggest_names_hint">Ako je onemogućeno, pri odabiru kontakata koristit će se samo adrese e-pošte</string>
     <string name="title_advanced_suggest_local_hint">Pored kontakata koje pruža Android. Podaci za kontakte bit će pohranjeni za novoprimljene ili primljene poruke samo ako su omogućene.</string>
-    <string name="title_advanced_auto_identity_hint">Ovo će odabrati posljednji korišteni identitet za prvog primatelja novih poruka</string>
     <string name="title_advanced_send_reminders_hint">Pokaži upozorenje kada je tekst poruke ili predmet prazan ili kada prilog možda nedostaje</string>
     <string name="title_advanced_reply_move_hint">Poslužitelj e-pošte i dalje može dodati poruke u mapu poslanih poruka</string>
     <string name="title_advanced_usenet_hint">Umetni \'--\' između teksta i potpisa</string>
@@ -782,7 +779,6 @@
     <string name="title_custom">Prilagođeno</string>
     <string name="title_host">Naziv računala</string>
     <string name="title_encryption">Šifriranje</string>
-    <string name="title_encryption_none">Nijedan</string>
     <string name="title_allow_insecure">Dopustiti nesigurne veze</string>
     <string name="title_insecure_remark">Nesigurne veze trebaju biti dopuštene samo na pouzdanim mrežama, a nikad na javnim mrežama</string>
     <string name="title_notify_remark">Ovo možete omogućiti za obavijesti specifične za račun</string>
@@ -1329,6 +1325,9 @@
     <string name="title_search_in">Traži u</string>
     <string name="title_search_sender">Traži pošiljatelja</string>
     <string name="title_search_delete">Izbriši spremljenu pretragu?</string>
+    <string name="title_save_search_name">Ime</string>
+    <string name="title_save_search_order">Redoslijed</string>
+    <string name="title_save_search_color">Boja</string>
     <string name="title_sort_on">Poredaj na</string>
     <string name="title_sort_on_time">Vrijeme</string>
     <string name="title_sort_on_unread">Nepročitano</string>
@@ -1689,7 +1688,6 @@
     <string name="title_boundary_retry">Pokušaj ponovno</string>
     <string name="title_unexpected_error">Neočekivana greška</string>
     <string name="title_log">Zapisnik</string>
-    <string name="title_auto_scroll">Automatsko pomicanje</string>
     <string name="title_log_clear">Izbriši</string>
     <string name="title_rules_search_hint">Traži ime ili uvjet</string>
     <string name="title_rules_export">Izvoz pravila</string>
@@ -1761,6 +1759,7 @@
     <string-array name="pollIntervalNames">
         <item>Uvijek</item>
         <item>Svakih 5 minuta</item>
+        <item>Svakih 10 minuta</item>
         <item>Svakih 15 minuta</item>
         <item>Svakih 30 minuta</item>
         <item>Svaki sat</item>
@@ -1804,6 +1803,7 @@
         <item>Pređi na sljedeći razgovor</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Sićušna</item>
         <item>Vrlo mala</item>
         <item>Maleno</item>
         <item>Srednje</item>
diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml
index 382b1cf643..52ea0b4998 100644
--- a/app/src/main/res/values-hu-rHU/strings.xml
+++ b/app/src/main/res/values-hu-rHU/strings.xml
@@ -153,7 +153,6 @@
     <string name="title_setup_gmail_support">Google fiókok engedélyezése csak a Play Store és GitHub verzióknál engedélyezett, mert az Android rendszer ellenőrzi az app digitális aláírását</string>
     <string name="title_setup_gmail_rationale">Kérem adja meg a szükséges engedélyeket hogy a kijelölhessen egy fiókot, illetve az alkalmazás hozzáférjen</string>
     <string name="title_setup_gmail_permissions">A Google engedélyeket fog kérni hogy olvashasson, írhasson, küldhessen és véglegesen törölhessen üzeneteket. A FairEmail sosem törli az üzeneteit az Ön beleegyezése nélkül.</string>
-    <string name="title_setup_gmail_drafts">Ha a piszkozatok mappa nem elérhető IMAP-on keresztül, a hibát orvosolhatja a Gmail címkék beállításai között</string>
     <string name="title_setup_office_auth">Az \'AUTHENTICATE failed\' hibának oka lehet hogy a rendszeradminisztrátor kikapcsolta az IMAP/SMTP-t</string>
     <string name="title_setup_oauth_rationale">Engedélyezze a hozzáférést a %1$s fiókjához</string>
     <string name="title_setup_oauth_updated">A fiókhitelesítés frissült</string>
@@ -370,7 +369,6 @@
     <string name="title_advanced_two_col">Két oszlop használata</string>
     <string name="title_advanced_min_screen_size">Legkisebb képernyő méret a kettévágáshoz</string>
     <string name="title_advanced_close_pane">Sor vagy oszlop összecsukása beszélgetés bezárásánál</string>
-    <string name="title_advanced_column_width">Üzenet oszlop szélesség: %1$s %%</string>
     <string name="title_advanced_nav_options">Navigációs menü opciók mutatása</string>
     <string name="title_advanced_nav_pin">Navigációs menü kitűzése</string>
     <string name="title_advanced_nav_hide_title">Navigációs menü opciók elrejtése?</string>
@@ -728,7 +726,6 @@
     <string name="title_custom">Egyéni</string>
     <string name="title_host">Kiszolgálónév</string>
     <string name="title_encryption">Titkosítás</string>
-    <string name="title_encryption_none">Egyik sem</string>
     <string name="title_allow_insecure">Nem biztonságos mért kapcsolatok engedélyezése</string>
     <string name="title_insecure_remark">Nem biztonságos kapcsolatokat csak megbízható hálózatokon ajánlott használni és soha publikus hálózatokon</string>
     <string name="title_port">Port szám</string>
@@ -1255,6 +1252,9 @@
     <string name="title_search_in">Keresés a következőben</string>
     <string name="title_search_sender">Keresés feladó alapján</string>
     <string name="title_search_delete">Mentett keresés törlése?</string>
+    <string name="title_save_search_name">Név</string>
+    <string name="title_save_search_order">Rendezés</string>
+    <string name="title_save_search_color">Szín</string>
     <string name="title_sort_on">Rendezés ez által</string>
     <string name="title_sort_on_time">Idő</string>
     <string name="title_sort_on_unread">Olvasatlan</string>
@@ -1601,7 +1601,6 @@
     <string name="title_boundary_retry">Próbálja újra</string>
     <string name="title_unexpected_error">Váratlan hiba</string>
     <string name="title_log">Napló</string>
-    <string name="title_auto_scroll">Automatikus görgetés</string>
     <string name="title_log_clear">Törlés</string>
     <string name="title_rules_search_hint">Név vagy feltétel keresése</string>
     <string name="title_rules_export">Szabályok exportálása</string>
@@ -1669,6 +1668,7 @@
     <string-array name="pollIntervalNames">
         <item>Mindig</item>
         <item>Minden 5 percenként</item>
+        <item>Minden 10 percenként</item>
         <item>Minden 15 percenként</item>
         <item>30 percenként</item>
         <item>Óránként</item>
@@ -1712,6 +1712,7 @@
         <item>Ugrás a következő beszélgetéshez</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Apró</item>
         <item>Nagyon kicsi</item>
         <item>Kicsi</item>
         <item>Közepes</item>
diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml
index 504062bcc4..569941ec63 100644
--- a/app/src/main/res/values-in-rID/strings.xml
+++ b/app/src/main/res/values-in-rID/strings.xml
@@ -149,7 +149,6 @@ Memblokir domain pengirim menggunakan aturan saring, yang merupakan fitur pro.
     <string name="title_setup_gmail_support">Memberi otorisasi pada akun Google hanya akan berfungsi pada versi Play Store dan GitHub karena Android memeriksa tanda tangan aplikasi</string>
     <string name="title_setup_gmail_rationale">Mohon berikan izin untuk memilih akun dan membaca nama Anda.</string>
     <string name="title_setup_gmail_permissions">Google akan meminta izin untuk membaca, menulis, mengirim dan menghapus semua email Anda secara permanen. FairEmail tidak akan pernah menghapus pesan tanpa persetujuan tegas dari Anda.</string>
-    <string name="title_setup_gmail_drafts">Jika folder draf tidak dapat diakses oleh IMAP, hal ini dapat diperbaiki pada pengaturan label Gmail.</string>
     <string name="title_setup_gmail_password">Saya ingin mengotorisasi akun dengan kata sandi, bukannya akun pada perangkat</string>
     <string name="title_setup_office_auth">Kesalahan \'AUTHENTICATE Failed\' bisa disebabkan oleh IMAP/SMTP yang dinon-aktifkan oleh administrator sistem.</string>
     <string name="title_setup_oauth_rationale">Izinkan akses ke akun %1$s Anda</string>
@@ -383,7 +382,6 @@ Kata sandi diperlukan untuk mengimpor kembali pengaturan, harap jangan sampai lu
     <string name="title_advanced_two_col">Gunakan dua kolom</string>
     <string name="title_advanced_min_screen_size">Ukuran layar paling kecil untuk membagi layar</string>
     <string name="title_advanced_close_pane">Tutup baris atau kolom ketika menutup percakapan</string>
-    <string name="title_advanced_column_width">Lebar kolom pesan: %1$s %%</string>
     <string name="title_advanced_nav_options">Tampilkan pilihan menu navigasi</string>
     <string name="title_advanced_nav_categories">Tampilkan kategori akun dalam menu navigasi</string>
     <string name="title_advanced_nav_pin">Pin menu navigasi</string>
@@ -729,7 +727,6 @@ Kunci dan sertifikat umumnya dapat ditemukan di menu Lanjutan - Enkripsi dan kre
     <string name="title_custom">Kustomisasi</string>
     <string name="title_host">Nama Host</string>
     <string name="title_encryption">Enkripsi</string>
-    <string name="title_encryption_none">Tak satupun</string>
     <string name="title_allow_insecure">Mengizinkan koneksi yang tidak aman</string>
     <string name="title_insecure_remark">Koneksi yang tidak aman seharusnya hanya diperbolehkan di jaringan tepercaya dan tidak boleh di jaringan publik</string>
     <string name="title_port">Nomor port</string>
@@ -1226,6 +1223,9 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
     <string name="title_search_server">Penelusuran di server</string>
     <string name="title_search_in">Pencarian di</string>
     <string name="title_search_sender">Telusuri berdasarkan pengirim</string>
+    <string name="title_save_search_name">Nama</string>
+    <string name="title_save_search_order">Urutan</string>
+    <string name="title_save_search_color">Warna</string>
     <string name="title_sort_on">Urutkan berdasarkan</string>
     <string name="title_sort_on_time">Waktu</string>
     <string name="title_sort_on_unread">Belum dibaca</string>
@@ -1562,7 +1562,6 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
     <string name="title_boundary_retry">Coba lagi</string>
     <string name="title_unexpected_error">Kesalahan tak terduga</string>
     <string name="title_log">Catatan</string>
-    <string name="title_auto_scroll">Gulir otomatis</string>
     <string name="title_log_clear">Bersihkan</string>
     <string name="title_rules_search_hint">Cari nama atau kondisi</string>
     <string name="title_rules_export">Ekspor aturan</string>
@@ -1629,6 +1628,7 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
     <string-array name="pollIntervalNames">
         <item>Selalu</item>
         <item>Setiap 5 menit</item>
+        <item>Setiap 10 menit</item>
         <item>Setiap 15 menit</item>
         <item>Setiap 30 menit</item>
         <item>Setiap jam</item>
@@ -1672,6 +1672,7 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
         <item>Percakapan selanjutnya</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Sangat Kecil</item>
         <item>Extra small</item>
         <item>Kecil</item>
         <item>Sedang</item>
diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml
index 6b0c552713..f468315902 100644
--- a/app/src/main/res/values-it-rIT/strings.xml
+++ b/app/src/main/res/values-it-rIT/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail è un\'app di email open source concentrata su privacy e sicurezza. Per questo motivo, alcune funzionalità potrebbero funzionare diversamente da ciò a cui sei abituato.</string>
     <string name="app_limitations">Ad esempio, i messaggi sono riformattati di default per rimuovere gli elementi non sicuri e migliorare la leggibilità, e l\'apertura dei link dev\'esser confermata per sicurezza. Sono entrambi disabilitabili, se desiderato.</string>
     <string name="app_unsupported">I bug nella versione Android di questo specifico dispositivo causano crash</string>
+    <string name="app_data_loss">Tutti i dati potrebbero esser persi</string>
     <string name="app_continue">Continua comunque</string>
     <string name="app_exit">Torna \'indietro\' di nuovo per uscire</string>
     <string name="app_cake">Spazio di archiviazione rimanente insufficiente</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">Server SMTP per inviare i messaggi</string>
     <string name="title_setup_quick_certificates">Certificati del server</string>
     <string name="title_setup_wizard">Procedura Guidata</string>
+    <string name="title_setup_wizard_tutorials">Tutorial</string>
     <string name="title_setup_wizard_multiple">La procedura guidata è utilizzabile diverse volte per configurare più profili</string>
     <string name="title_setup_wizard_new">Mi serve un nuovo indirizzo email</string>
     <string name="title_setup_manual">Configurazione manuale e opzioni del profilo</string>
@@ -155,15 +157,16 @@
     <string name="title_setup_account_identity_hint">Puoi configurare il nome, il colore e le azioni di scorrimento nelle impostazioni del profilo, e configurare una firma nelle impostazioni dell\'identità</string>
     <string name="title_setup_accounts">Profili</string>
     <string name="title_setup_identities">Identità</string>
+    <string name="title_setup_google_sign_in">Accedi con Google</string>
     <string name="title_setup_other">Altro provider</string>
-    <string name="title_setup_inbound">Solo email in arrivo (l\'email non può essere inviata!)</string>
+    <string name="title_setup_inbound">Solo email in arrivo (impossibile inviare l\'email!)</string>
     <string name="title_setup_pop3">Profilo POP3</string>
     <string name="title_setup_oauth_permission">Il provider dell\'email ha approvato OAuth solo per la versione del Play Store e di GitHub</string>
     <string name="title_setup_gmail_support">Autorizzare i profili di Google funzionerà solo nella versione del Play Store e di GitHub, poiché Android controlla la firma digitale dell\'app</string>
     <string name="title_setup_gmail_rationale">Sei pregato di garantire i permessi per selezionare un profilo e leggere il tuo nome</string>
     <string name="title_setup_gmail_permissions">Google chiederà le autorizzazioni per leggere, scrivere, inviare ed eliminare permanentemente tutte le tue email. FairEmail non eliminerà mai i tuoi messaggi senza il tuo consenso esplicito.</string>
-    <string name="title_setup_gmail_drafts">Se la cartella delle bozze non è accessibile da IMAP, questo è risolvibile nelle impostazioni dell\'etichetta di Gmail</string>
-    <string name="title_setup_gmail_password">Voglio autorizzare un account con una password invece di un account sul dispositivo</string>
+    <string name="title_setup_gmail_on_device">Perché devo selezionare un profilo presente sul dispositivo?</string>
+    <string name="title_setup_gmail_password">Desidero autorizzare un profilo con una password, invece di un profilo su dispositivo</string>
     <string name="title_setup_office_auth">L\'errore \'AUTHENTICATE fallita\' può esser causato dalla disabilitazione di IMAP/SMTP dall\'amministratore di sistema</string>
     <string name="title_setup_oauth_rationale">Autorizza l\'accesso al tuo profilo di %1$s</string>
     <string name="title_setup_oauth_update">Autorizza nuovamente un profilo esistente (altrimenti creane uno nuovo)</string>
@@ -189,7 +192,7 @@
     <string name="title_setup_permissions">Concedi autorizzazioni</string>
     <string name="title_setup_permissions_remark">Per accedere alle informazioni di contatto (opzionale)</string>
     <string name="title_setup_permissions_explanation">Le autorizzazioni di contatto sono necessarie per cercare informazioni di contatto e suggerire contatti</string>
-    <string name="title_setup_permissions_notify">Per mostrare le notifiche di nuovi messaggi (opzionale)</string>
+    <string name="title_setup_permissions_notify">Per mostrare le notifiche dei nuovi messaggi (opzionale)</string>
     <string name="title_setup_permissions_notify_explanation">Le autorizzazioni di notifica sono necessarie per mostrare le notifiche per i nuovi messaggi nella barra di stato</string>
     <string name="title_setup_permission_why">Quali autorizzazioni sono necessarie e perché?</string>
     <string name="title_setup_permission_import_contacts">Come posso importare i contatti?</string>
@@ -383,6 +386,7 @@
     <string name="title_advanced_timeout">Timeout di connessione (secondi)</string>
     <string name="title_advanced_prefer_ip4">Preferisce IPv4 su IPv6</string>
     <string name="title_advanced_ssl_harden">Indurisci connessioni SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Richiede TLS 1.3</string>
     <string name="title_advanced_cert_strict">Controllo rigoroso del certificato</string>
     <string name="title_advanced_manage_connectivity">Gestisci la connettività</string>
     <string name="title_advanced_caption_general">Generale</string>
@@ -399,7 +403,7 @@
     <string name="title_advanced_two_col">Usa due colonne</string>
     <string name="title_advanced_min_screen_size">Dimensione minima dello schermo per la sua divisione</string>
     <string name="title_advanced_close_pane">Comprimi riga o colonna chiudendo una conversazione</string>
-    <string name="title_advanced_column_width">Larghezza della colonna del messaggio: %1$s %%</string>
+    <string name="title_advanced_column_width">Larghezza colonna / altezza riga del messaggio: %1$s %%</string>
     <string name="title_advanced_nav_options">Mostra le opzioni del menu di navigazione</string>
     <string name="title_advanced_nav_categories">Mostra le categorie di profili nel menu di navigazione</string>
     <string name="title_advanced_nav_pin">Fissa il menu di navigazione</string>
@@ -474,6 +478,7 @@
     <string name="title_advanced_text_size">Usa le dimensioni del testo</string>
     <string name="title_advanced_text_font">Usa i caratteri</string>
     <string name="title_advanced_text_align">Usa l\'allineamento testo</string>
+    <string name="title_advanced_text_titles">Mostra {HTML titles}</string>
     <string name="title_advanced_text_separators">Usa linee di separazione</string>
     <string name="title_advanced_collapse_quotes">Comprimi il testo citato</string>
     <string name="title_advanced_image_placeholders">Mostra segnaposto dell\'immagine</string>
@@ -484,6 +489,7 @@
     <string name="title_advanced_actionbar_color">Usa il colore del profilo come colore di sfondo per la barra d\'azione della conversazione</string>
     <string name="title_advanced_category_header">Raggruppa per categoria del profilo</string>
     <string name="title_advanced_navbar_colorize">Colora la barra di navigazione di Android</string>
+    <string name="title_advanced_list_count">Mostra il numero di messaggi o conversazioni nella barra d\'azione superiore</string>
     <string name="title_advanced_bundled_fonts">Usa font impacchettati</string>
     <string name="title_advanced_parse_classes">Analizza fogli di stile</string>
     <string name="title_advanced_authentication">Mostra avvisi d\'autenticazione</string>
@@ -492,6 +498,7 @@
     <string name="title_advanced_authentication_none">Nessun\'autenticazione</string>
     <string name="title_advanced_authentication_some">Autenticazione parziale</string>
     <string name="title_advanced_authentication_all">Autenticazione completa</string>
+    <string name="title_advanced_restore_on_launch">Ripristina lo stato dell\'app all\'avvio</string>
     <string name="title_advanced_sync_on_launch">Sincronizza all\'avvio</string>
     <string name="title_advanced_double_back">Doppio \'indietro\' per uscire</string>
     <string name="title_advanced_conversation_actions">Suggerisci azioni (Android 10+)</string>
@@ -534,6 +541,7 @@
     <string name="title_advanced_notify_background">Mostra le notifiche solo quando in background</string>
     <string name="title_advanced_notify_known">Mostra le notifiche solo per i contatti</string>
     <string name="title_advanced_notify_suppress_in_call">Ritarda le notifiche durante una chiamata</string>
+    <string name="title_advanced_notify_suppress_in_car">Ritarda le notifiche mentre Android Auto è connesso</string>
     <string name="title_advanced_notify_summary">Mostra solo le notifiche del riepilogo</string>
     <string name="title_advanced_notify_preview">Mostra l\'anteprima del messaggio nelle notifiche</string>
     <string name="title_advanced_notify_preview_all">Visualizza tutto il testo</string>
@@ -619,6 +627,7 @@
     <string name="title_advanced_class_min_difference">Differenza minima di classe: %1$s %%</string>
     <string name="title_advanced_language">Lingua</string>
     <string name="title_advanced_language_system">Sistema</string>
+    <string name="title_advanced_lt">Integrazione di LanguageTool</string>
     <string name="title_advanced_deepl">Integrazione con DeepL</string>
     <string name="title_advanced_sdcard">Desidero usare una scheda sd</string>
     <string name="title_advanced_watchdog">Verifica periodicamente se FairEmail è ancora attivo</string>
@@ -632,6 +641,7 @@
     <string name="title_advanced_last_cleanup">Ultima pulizia: %1$s</string>
     <string name="title_advanced_app">Impostazioni dell\'app</string>
     <string name="title_advanced_more">Altre opzioni</string>
+    <string name="title_advanced_main_log">Registrazione principale</string>
     <string name="title_advanced_protocol">Registrazione del protocollo</string>
     <string name="title_advanced_log_info">Registrazione di debug</string>
     <string name="title_advanced_debug">Modalità di debug</string>
@@ -659,7 +669,7 @@
     <string name="title_advanced_folder_nav_hint">Questo tornerà sempre all\'elenco delle cartelle del profilo correlato da un elenco di messaggi</string>
     <string name="title_advanced_suggest_names_hint">Se disabilitato, solo gli indirizzi email saranno usati selezionando i contatti</string>
     <string name="title_advanced_suggest_local_hint">In aggiunta ai contatti forniti da Android. I dati di contatto saranno memorizzati per i messaggi appena inviati o ricevuti solo quando abilitato.</string>
-    <string name="title_advanced_auto_identity_hint">Questo selezionerà l\'ultima identità usata per il primo destinatario dei nuovi messaggi</string>
+    <string name="title_advanced_auto_identity_hint">Questo selezionerà l\'ultima identità usata selezionando un destinatario per i nuovi messaggi</string>
     <string name="title_advanced_send_reminders_hint">Mostra un avviso quando il testo o l\'oggetto del messaggio sono vuoti o quando un allegato potrebbe mancare</string>
     <string name="title_advanced_reply_move_hint">Il server email potrebbe ancora aggiungere i messaggi alla cartella dei messaggi inviati</string>
     <string name="title_advanced_usenet_hint">Inserisci \'--\' tra il testo e la firma</string>
@@ -696,6 +706,7 @@
     <string name="title_advanced_inline_hint">Le immagini in linea sono immagini incluse nel messaggio</string>
     <string name="compressed">I contenuti dei file compressi (%1$s) con oltre %2$s file o con file più grandi di %3$s non saranno mostrati</string>
     <string name="title_advanced_parse_classes_hint">Questo visualizzerà più accuratamente i messaggi, ma probabilmente con un ritardo</string>
+    <string name="title_advanced_restore_on_launch_hint">Quando riavviato tramite l\'icona del launcher, ripristina l\'ultimo stato dell\'app entro %1$d minuti</string>
     <string name="title_advanced_language_detection_hint">Il supporto per il rilevamento della lingua dipende dal produttore del dispositivo</string>
     <string name="title_advanced_autoexpand_hint">Apri automaticamente il messaggio quando ce n\'è solo uno o c\'è solo un messaggio non letto in una conversazione</string>
     <string name="title_advanced_expandall_hint">Il pulsante di risposta non sarà mostrato quando sono espansi più messaggi perché non è chiaro a quale messaggio si applichi il tasto</string>
@@ -713,6 +724,7 @@
     <string name="title_advanced_safe_browsing_hint">Il server di Google sa quali indirizzi sono cercati</string>
     <string name="title_advanced_badge_hint">Disponibile solo sui launcher supportati</string>
     <string name="title_advanced_notify_action_hint">Saranno mostrate al massimo tre azioni</string>
+    <string name="title_advanced_notify_car_hint">Connesso significa che qualcosa viene proiettato, come una mappa per la navigazione</string>
     <string name="title_advanced_notify_remove_hint">Le notifiche dei nuovi messaggi saranno sempre rimosse scorrendo via e contrassegnando i messaggi come letti</string>
     <string name="title_advanced_notify_manage_hint">Tocca sul nome del canale per impostare le proprietà del canale</string>
     <string name="title_advanced_notify_manage_default_hint">Per impostare il suono predefinito, etc.</string>
@@ -779,7 +791,7 @@
     <string name="title_custom">Personalizzato</string>
     <string name="title_host">Nome dell\'host</string>
     <string name="title_encryption">Crittografia</string>
-    <string name="title_encryption_none">Nessuno</string>
+    <string name="title_encryption_none">Nessuno (insicuro)</string>
     <string name="title_allow_insecure">Consenti connessioni non sicure</string>
     <string name="title_insecure_remark">Le connessioni non sicure dovrebbero esser consentite solo su reti affidabili e mai sulle reti pubbliche</string>
     <string name="title_notify_remark">Puoi abilitarlo per le notifiche specifiche del profilo</string>
@@ -839,6 +851,7 @@
     <string name="title_account_delete">Eliminare permanentemente questo profilo?</string>
     <string name="title_identity_delete">Eliminare permanentemente quest\'identità?</string>
     <string name="title_edit_html">Modifica come HTML</string>
+    <string name="title_import_file">Importa file</string>
     <string name="title_sign_key">Chiave di firma: %1$s</string>
     <string name="title_last_connected">Ultima connessione: %1$s</string>
     <string name="title_backoff_until">Attesa dopo il fallimento fino a: %1$s</string>
@@ -919,6 +932,7 @@
     <string name="title_search_folder">Cerca per cartella</string>
     <string name="title_apply_to_all">Applica a tutti</string>
     <string name="title_edit_account_name">Modifica nome del profilo</string>
+    <string name="title_edit_account_color">Modifica colore del profilo</string>
     <string name="title_hide_folder">Nascondi cartella</string>
     <string name="title_hide_seen_folder">Nascondi la cartella se tutti i messaggi sono letti</string>
     <string name="title_hide_seen_folder_hint">Solo nell\'elenco delle cartelle mostrato nella schermata iniziale</string>
@@ -1053,7 +1067,7 @@
     <string name="title_archive">Archivia</string>
     <string name="title_reply">Risposta</string>
     <string name="title_reply_to_sender">Rispondi al mittente</string>
-    <string name="title_reply_to_recipient">Respondi al destinatario</string>
+    <string name="title_reply_to_recipient">Rispondi al destinatario</string>
     <string name="title_reply_to_all">Rispondi a tutti</string>
     <string name="title_reply_list">Rispondi all\'elenco</string>
     <string name="title_reply_receipt">Invia conferma di lettura</string>
@@ -1330,6 +1344,10 @@
     <string name="title_search_in">Cerca in</string>
     <string name="title_search_sender">Cerca per mittente</string>
     <string name="title_search_delete">Eliminare la ricerca salvata?</string>
+    <string name="title_save_search">Ricerca salvata</string>
+    <string name="title_save_search_name">Nome</string>
+    <string name="title_save_search_order">Ordine</string>
+    <string name="title_save_search_color">Colore</string>
     <string name="title_sort_on">Ordina per</string>
     <string name="title_sort_on_time">Ora</string>
     <string name="title_sort_on_unread">Non letti</string>
@@ -1537,6 +1555,7 @@
     <string name="title_legend_embedded_image">Segnaposto immagine incorporata</string>
     <string name="title_legend_tracking_pixel">Immagine di monitoraggio</string>
     <string name="title_legend_broken_image">Immagine corrotta</string>
+    <string name="title_legend_open_external">Apri fuori dall\'app</string>
     <string name="title_legend_pick">Seleziona il contatto</string>
     <string name="title_legend_cc">Mostra CC/CCN</string>
     <string name="title_legend_link">Inserisci link</string>
@@ -1620,6 +1639,7 @@
     <string name="title_yes">Sì</string>
     <string name="title_no">No</string>
     <string name="title_later">Più tardi</string>
+    <string name="title_paste_plain">Incolla come testo semplice</string>
     <string name="title_undo">Annulla</string>
     <string name="title_redo">Ripeti</string>
     <string name="title_insert_line">Inserisci riga</string>
@@ -1691,7 +1711,6 @@
     <string name="title_boundary_retry">Riprova</string>
     <string name="title_unexpected_error">Errore imprevisto</string>
     <string name="title_log">Registro</string>
-    <string name="title_auto_scroll">Scorrimento automatico</string>
     <string name="title_log_clear">Cancella</string>
     <string name="title_rules_search_hint">Cerca nome o condizione</string>
     <string name="title_rules_export">Regole di esportazione</string>
@@ -1724,6 +1743,7 @@
     <string name="title_widget_compose">Mostra il pulsante componi nuovo messaggio</string>
     <string name="title_widget_background">Colore di sfondo</string>
     <string name="title_widget_day_night">Applica il tema scuro di sistema</string>
+    <string name="title_compat_dark">Google ha rimosso la modalità scura per le versioni Android prima della versione 10</string>
     <string name="title_accessibility_collapsed">Compresso</string>
     <string name="title_accessibility_expanded">Espanso</string>
     <string name="title_accessibility_seen">Letto</string>
@@ -1762,6 +1782,7 @@
     <string-array name="pollIntervalNames">
         <item>Sempre</item>
         <item>Ogni 5 minuti</item>
+        <item>Ogni 10 minuti</item>
         <item>Ogni 15 minuti</item>
         <item>Ogni 30 minuti</item>
         <item>Ogni ora</item>
@@ -1805,6 +1826,7 @@
         <item>Vai alla conversazione successiva</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Minuscolo</item>
         <item>Molto piccolo</item>
         <item>Piccolo</item>
         <item>Medio</item>
diff --git a/app/src/main/res/values-iw-rIL/strings.xml b/app/src/main/res/values-iw-rIL/strings.xml
index f1f3e605e2..815555c390 100644
--- a/app/src/main/res/values-iw-rIL/strings.xml
+++ b/app/src/main/res/values-iw-rIL/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail הוא יישומון בקוד פתוח שמתמקד בפרטיות ואבטחת מידע. משום כך, חלק מהיכולות כנראה תעבודנה אחרת ממה שהתרגלת.</string>
     <string name="app_limitations">למשל, הודעות מעוצבות מחדש כדי להסיר רכיבים חשודים ולשפר את היכולת לקרוא אותם, נוסף על כך, יש לאשר פתיחת קישורים לשיפור האבטחה. את שני אלו ניתן להשבית במידת הצורך.</string>
     <string name="app_unsupported">תקלות בגירסת ה־Android של המכשיר המסוים הזה גורמות לקריסות</string>
+    <string name="app_data_loss">כל הנתונים עלולים ללכת לאיבוד</string>
     <string name="app_continue">להמשיך בכל זאת</string>
     <string name="app_exit">יש ‚לחזור’ שוב אחורה כדי לצאת</string>
     <string name="app_cake">לא נותר די שטח אחסון</string>
@@ -167,6 +168,7 @@
     <string name="title_setup_quick_smtp">שרת SMTP לשליחת הודעות</string>
     <string name="title_setup_quick_certificates">אישורי שרת</string>
     <string name="title_setup_wizard">אשף</string>
+    <string name="title_setup_wizard_tutorials">מדריכים</string>
     <string name="title_setup_wizard_multiple">אפשר להשתמש באשף מספר פעמים כדי להגדיר מגוון חשבונות</string>
     <string name="title_setup_wizard_new">ארצה כתובת דוא״ל חדשה</string>
     <string name="title_setup_manual">הקמה ידנית ואפשרויות חשבון</string>
@@ -177,6 +179,7 @@
     <string name="title_setup_account_identity_hint">אפשר להגדיר את השם, הצבע ואת פעולות ההחלקה בהגדרות החשבון ולהגדיר חתימה בהגדרות הזהות</string>
     <string name="title_setup_accounts">חשבונות</string>
     <string name="title_setup_identities">זהויות</string>
+    <string name="title_setup_google_sign_in">כניסה עם Google</string>
     <string name="title_setup_other">ספק אחר</string>
     <string name="title_setup_inbound">הודעות נכנסות בלבד (אי אפשר לשלוח הודעה בדוא״ל!)</string>
     <string name="title_setup_pop3">חשבון POP3</string>
@@ -184,7 +187,7 @@
     <string name="title_setup_gmail_support">אימות חשבונות Google יעבוד רק עם גרסה מחנות Play או מ־GitHub כיוון ש־Android בודק את חתימת היישומון</string>
     <string name="title_setup_gmail_rationale">נא להרשות לבחור חשבון ולקרוא את שמך</string>
     <string name="title_setup_gmail_permissions">Google יבקש לקרוא, לכתוב, לשלוח, ולמחוק את כל ההודעות שלך לצמיתות. Fairmail לעולם לא ימחק ללא הסכמתך המפורשת.</string>
-    <string name="title_setup_gmail_drafts">אם אי אפשר לגשת לתיקיית טיוטות דרך IMAP, אפשר לתקן את זה דרך הגדרות התוויות של Gmail</string>
+    <string name="title_setup_gmail_on_device">מדוע עלי לבחור בחשבון שכבר מחובר במכשיר?</string>
     <string name="title_setup_gmail_password">ארצה לאמת חשבון עם סיסמה במקום חשבון פנימי במכשיר</string>
     <string name="title_setup_office_auth">השגיאה ‚AUTHENTICATE נכשל’ עלולה להיגרם עקב IMAP/SMTP שהושבתו על ידי הנהלת המערכת</string>
     <string name="title_setup_oauth_rationale">להרשות גישה לחשבון %1$s שלך</string>
@@ -405,6 +408,7 @@
     <string name="title_advanced_timeout">זמן קצוב לחיבור (בשניות)</string>
     <string name="title_advanced_prefer_ip4">להעדיף IPv4 על פני IPv6</string>
     <string name="title_advanced_ssl_harden">הקשחת חיבורי SSL</string>
+    <string name="title_advanced_ssl_harden_strict">לדרוש TLS‎ 1.3</string>
     <string name="title_advanced_cert_strict">בדיקת אישורים קפדנית</string>
     <string name="title_advanced_manage_connectivity">ניהול קישוריות</string>
     <string name="title_advanced_caption_general">כללי</string>
@@ -421,7 +425,7 @@
     <string name="title_advanced_two_col">להשתמש בשתי עמודות</string>
     <string name="title_advanced_min_screen_size">גודל המסך המזערי לפיצול המסך</string>
     <string name="title_advanced_close_pane">לצמצם שורה או עמודה בעת סגירת דיון</string>
-    <string name="title_advanced_column_width">רוחב עמודת הודעה: %1$s %%</string>
+    <string name="title_advanced_column_width">רוחב עמודה / גובה שורה של הודעה: %1$s %%</string>
     <string name="title_advanced_nav_options">הצגת אפשרויות תפריט הניווט</string>
     <string name="title_advanced_nav_categories">להציג את קטגוריות החשבונות בתפריט הניווט</string>
     <string name="title_advanced_nav_pin">נעיצת תפריט הניווט</string>
@@ -496,6 +500,7 @@
     <string name="title_advanced_text_size">להשתמש בגדלי טקסט</string>
     <string name="title_advanced_text_font">להשתמש בגופנים</string>
     <string name="title_advanced_text_align">להשתמש ביישור טקסט</string>
+    <string name="title_advanced_text_titles">הצגת {HTML titles}</string>
     <string name="title_advanced_text_separators">להשתמש בשורות מפרידות</string>
     <string name="title_advanced_collapse_quotes">צמצום טקסט מצוטט</string>
     <string name="title_advanced_image_placeholders">הצגת ממלאי מקום תמונות</string>
@@ -506,6 +511,7 @@
     <string name="title_advanced_actionbar_color">להשתמש בצבע החשבון כצבע הרקע לסרגל הפעולות של הדיון</string>
     <string name="title_advanced_category_header">קיבוץ לפי קטגוריית חשבון</string>
     <string name="title_advanced_navbar_colorize">לצבוע את סרגל הניווט של Android</string>
+    <string name="title_advanced_list_count">הצגת מספר ההודעות או הדיונים בסרגל הפעולות העליון</string>
     <string name="title_advanced_bundled_fonts">להשתמש בגופנים מאוגדים</string>
     <string name="title_advanced_parse_classes">פענוח גיליונות עיצוב</string>
     <string name="title_advanced_authentication">הצגת אזהרות אימות</string>
@@ -514,6 +520,7 @@
     <string name="title_advanced_authentication_none">אין אימות</string>
     <string name="title_advanced_authentication_some">אימות חלקי</string>
     <string name="title_advanced_authentication_all">אימות מלא</string>
+    <string name="title_advanced_restore_on_launch">שחזור מצב היישומון עם העלייה</string>
     <string name="title_advanced_sync_on_launch">סנכרון בהפעלה</string>
     <string name="title_advanced_double_back">‚חזרה’ פעמיים כדי לצאת</string>
     <string name="title_advanced_conversation_actions">להציע פעולות (Android 10+‎)</string>
@@ -556,6 +563,7 @@
     <string name="title_advanced_notify_background">להציג התראות כאשר במצב רקע בלבד</string>
     <string name="title_advanced_notify_known">הצגת התראות לאנשי קשר בלבד</string>
     <string name="title_advanced_notify_suppress_in_call">להשהות התראות בזמן שיחה</string>
+    <string name="title_advanced_notify_suppress_in_car">השבתת ההתראות כאשר מחובר ל־Android Auto</string>
     <string name="title_advanced_notify_summary">הצגת התראות תקציר בלבד</string>
     <string name="title_advanced_notify_preview">תצוגה מקדימה של ההודעות בהתראות</string>
     <string name="title_advanced_notify_preview_all">תצוגה מקדימה של כל הטקסט</string>
@@ -641,6 +649,7 @@
     <string name="title_advanced_class_min_difference">הפרש מזערי בין מחלקות: %1$s %%</string>
     <string name="title_advanced_language">שפה</string>
     <string name="title_advanced_language_system">מערכת</string>
+    <string name="title_advanced_lt">שילוב מול LanguageTool</string>
     <string name="title_advanced_deepl">שילוב של DeepL</string>
     <string name="title_advanced_sdcard">ארצה להשתמש בכרטיס SD</string>
     <string name="title_advanced_watchdog">לבדוק מדי פעם אם FairEmail עדיין פעיל</string>
@@ -653,6 +662,7 @@
     <string name="title_advanced_cleanup">ניקוי</string>
     <string name="title_advanced_app">הגדרות היישומון</string>
     <string name="title_advanced_more">אפשרויות נוספות</string>
+    <string name="title_advanced_main_log">תיעוד ראשי ביומן</string>
     <string name="title_advanced_protocol">תיעוד פרוטוקול</string>
     <string name="title_advanced_log_info">תיעוד תקלות</string>
     <string name="title_advanced_debug">מצב ניפוי תקלות</string>
@@ -680,7 +690,7 @@
     <string name="title_advanced_folder_nav_hint">פקודה זו תמיד תחזיר את רשימת התיקיות של החשבון הקשור מרשימת הודעות</string>
     <string name="title_advanced_suggest_names_hint">אם מושבת, אפשר יהיה להשתמש רק בכתובות דוא״ל בעת בחירת אנשי קשר</string>
     <string name="title_advanced_suggest_local_hint">בנוסף לאנשי הקשר שמסופקים על ידי Android. פרטי הקשר יאוחסנו להודעות חדשות שנשלחו או התקבלו כשהאפשרות פעילה.</string>
-    <string name="title_advanced_auto_identity_hint">תיבחר הזהות האחרונה ששימשה לנמען הראשון של הודעות חדשות</string>
+    <string name="title_advanced_auto_identity_hint">תיבחר הזהות האחרונה בה נעשה שימוש כאשר נבחר נמען להודעות חדשות</string>
     <string name="title_advanced_send_reminders_hint">להציג אזהרה כאשר טקסט ההודעה או הנושא ריקים או כאשר קובץ לא צורף לכאורה</string>
     <string name="title_advanced_reply_move_hint">שרת הדוא״ל עדיין יכול להוסיף את ההודעות לתיקיית ההודעות שנשלחו</string>
     <string name="title_advanced_usenet_hint">להוסיף ‚--’ בין הטקסט והחתימה</string>
@@ -717,6 +727,7 @@
     <string name="title_advanced_inline_hint">תמונות מובנות הן תמונות שכלולות בהודעה</string>
     <string name="compressed">תוכן קבצים דחוסים (%1$s) עם למעלה מ־%2$s קבצים או עם קבצים שגודלם עולה על %3$s לא יוצגו</string>
     <string name="title_advanced_parse_classes_hint">זה יציג הודעות בצורה יותר מדויקת אך כנראה עם עיכוב מסוים</string>
+    <string name="title_advanced_restore_on_launch_hint">שחזור המצב האחרון של היישומון כאשר הוא מופעל מחדש דרך הסמל במשגר תוך %1$d דקות</string>
     <string name="title_advanced_language_detection_hint">תמיכה בזיהוי שפות תלויה ביצרן המכשיר</string>
     <string name="title_advanced_autoexpand_hint">לפתוח הודעות אוטומטית כשיש רק הודעה אחת או רק הודעה אחת שלא נקראה בדיון</string>
     <string name="title_advanced_expandall_hint">כפתור המענה לא יופיע כאשר מספר הודעות מורחבות כיוון שלא ברור לאיזו הודעה הכפתור מתייחס</string>
@@ -734,6 +745,7 @@
     <string name="title_advanced_safe_browsing_hint">השרת של Google יודע אחר אילו כתובות מחפשים</string>
     <string name="title_advanced_badge_hint">זמין רק במשגרים נתמכים</string>
     <string name="title_advanced_notify_action_hint">תוצגנה שלוש פעולות לכל היותר</string>
+    <string name="title_advanced_notify_car_hint">מחובר כלומר שמשהו מוקרן כגון מפה לניווט</string>
     <string name="title_advanced_notify_remove_hint">התראות על הודעות חשבות תמיד תוסרנה עם החלקה כלפי חוץ ועם סימון הודעות כנקראו</string>
     <string name="title_advanced_notify_manage_hint">יש לגעת בשם הערוץ כדי להגדיר את מאפייניו</string>
     <string name="title_advanced_notify_manage_default_hint">כדי להגדיר את צלילי בררת המחדל וכו׳</string>
@@ -800,7 +812,7 @@
     <string name="title_custom">משלך</string>
     <string name="title_host">שם מארח</string>
     <string name="title_encryption">הצפנה</string>
-    <string name="title_encryption_none">אין</string>
+    <string name="title_encryption_none">ללא (בלתי מאובטח)</string>
     <string name="title_allow_insecure">לאפשר חיבורים מפוקפקים</string>
     <string name="title_insecure_remark">חיבורים בלתי מאובטחים/מפוקפקים יש לאפשר רק ברשתות מהימנות ואף פעם לא ברשתות ציבוריות</string>
     <string name="title_notify_remark">אפשר להפעיל את זה לקבלת התראות לחשבון מסוים</string>
@@ -860,6 +872,7 @@
     <string name="title_account_delete">למחוק את החשבון הזה לצמיתות?</string>
     <string name="title_identity_delete">למחוק את הזהות הזאת לצמיתות?</string>
     <string name="title_edit_html">עריכה כ־HTML</string>
+    <string name="title_import_file">ייבוא קובץ</string>
     <string name="title_sign_key">חתימת מפתח: %1$s</string>
     <string name="title_last_connected">חיבור אחרון: %1$s</string>
     <string name="title_backoff_until">בהמתנה לאחר הכשל עד: %1$s</string>
@@ -940,6 +953,7 @@
     <string name="title_search_folder">חיפוש אחר תיקייה</string>
     <string name="title_apply_to_all">החלה על הכול</string>
     <string name="title_edit_account_name">עריכת שם חשבון</string>
+    <string name="title_edit_account_color">עריכת צבע חשבון</string>
     <string name="title_hide_folder">הסתרת תיקייה</string>
     <string name="title_hide_seen_folder">להסתיר את התיקייה אם כל ההודעות נקראו</string>
     <string name="title_hide_seen_folder_hint">רק ברשימת התיקיות שמופיעה במסך הפתיחה</string>
@@ -1351,6 +1365,10 @@
     <string name="title_search_in">חיפוש בתוך</string>
     <string name="title_search_sender">חיפוש מוען</string>
     <string name="title_search_delete">למחוק את החיפוש השמור?</string>
+    <string name="title_save_search">חיפוש שמור</string>
+    <string name="title_save_search_name">שם</string>
+    <string name="title_save_search_order">סדר</string>
+    <string name="title_save_search_color">צבע</string>
     <string name="title_sort_on">מיון לפי</string>
     <string name="title_sort_on_time">שעה</string>
     <string name="title_sort_on_unread">לא נקרא</string>
@@ -1558,6 +1576,7 @@
     <string name="title_legend_embedded_image">ממלא מקום לתמונה מוטמעת</string>
     <string name="title_legend_tracking_pixel">תמונת מעקב</string>
     <string name="title_legend_broken_image">תמונה פגומה</string>
+    <string name="title_legend_open_external">לפתוח מחוץ ליישומון</string>
     <string name="title_legend_pick">בחירת איש קשר</string>
     <string name="title_legend_cc">הצגת עותק/מוסתר</string>
     <string name="title_legend_link">הוספת קישור</string>
@@ -1641,6 +1660,7 @@
     <string name="title_yes">כן</string>
     <string name="title_no">לא</string>
     <string name="title_later">אחר כך</string>
+    <string name="title_paste_plain">הדבקה כטקסט פשוט</string>
     <string name="title_undo">ביטול</string>
     <string name="title_redo">ביצוע מחדש</string>
     <string name="title_insert_line">הוספת שורה</string>
@@ -1712,7 +1732,6 @@
     <string name="title_boundary_retry">לנסות שוב</string>
     <string name="title_unexpected_error">שגיאה בלתי צפויה</string>
     <string name="title_log">יומן</string>
-    <string name="title_auto_scroll">גלילה אוטומטית</string>
     <string name="title_log_clear">פינוי</string>
     <string name="title_rules_search_hint">חיפוש שם או תנאי</string>
     <string name="title_rules_export">ייצוא כללים</string>
@@ -1745,6 +1764,7 @@
     <string name="title_widget_compose">הצגת כפתור כתיבת הודעה חדשה</string>
     <string name="title_widget_background">צבע הרקע</string>
     <string name="title_widget_day_night">התחקות אחר ערכת העיצוב הכהה של המערכת</string>
+    <string name="title_compat_dark">Google הסירה מצב כהה לגרסאות Android שקדמו ל־10</string>
     <string name="title_accessibility_collapsed">מצומצם</string>
     <string name="title_accessibility_expanded">מורחב</string>
     <string name="title_accessibility_seen">נקראה</string>
@@ -1785,6 +1805,7 @@
     <string-array name="pollIntervalNames">
         <item>תמיד</item>
         <item>כל 5 דקות</item>
+        <item>כל 10 דקות</item>
         <item>כל רבע שעה</item>
         <item>כל חצי שעה</item>
         <item>כל שעה</item>
@@ -1828,6 +1849,7 @@
         <item>מעבר לדיון הבא</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>זעיר</item>
         <item>קטן במיוחד</item>
         <item>קטן</item>
         <item>בינוני</item>
diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml
index 0af45d3c7e..1e1d67fe5a 100644
--- a/app/src/main/res/values-ja-rJP/strings.xml
+++ b/app/src/main/res/values-ja-rJP/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail はプライバシーとセキュリティを重視するオープンソースのメールアプリです。そのため、今までのメールアプリとは異なる動作をする場合があります。</string>
     <string name="app_limitations">例えば、メッセージから安全でない要素を削除し、読みやすくするために再フォーマットしたり、安全のためにリンクを開く前に確認画面を表示したりします。どちらも不要であれば無効にできます。</string>
     <string name="app_unsupported">このデバイスに搭載されている Android バージョンのバグによりクラッシュすることがあります</string>
+    <string name="app_data_loss">すべてのデータが失われる可能性があります</string>
     <string name="app_continue">それでも続行する</string>
     <string name="app_exit">もう一度「戻る」で終了します</string>
     <string name="app_cake">ストレージの空き容量が不足しています</string>
@@ -134,6 +135,7 @@
     <string name="title_setup_quick_smtp">メッセージの送信に使用する SMTP サーバー</string>
     <string name="title_setup_quick_certificates">サーバー証明書</string>
     <string name="title_setup_wizard">ウィザード</string>
+    <string name="title_setup_wizard_tutorials">チュートリアル</string>
     <string name="title_setup_wizard_multiple">ウィザードを繰り返し使用することで、複数のアカウントを設定できます</string>
     <string name="title_setup_wizard_new">新しいメールアドレスを取得する</string>
     <string name="title_setup_manual">手動セットアップとアカウントの設定</string>
@@ -144,6 +146,7 @@
     <string name="title_setup_account_identity_hint">アカウント設定で名前、色、スワイプ操作を設定でき、ID 設定で署名を設定できます。</string>
     <string name="title_setup_accounts">アカウント</string>
     <string name="title_setup_identities">ID</string>
+    <string name="title_setup_google_sign_in">Google でサインイン</string>
     <string name="title_setup_other">その他のプロバイダー (IMAP)</string>
     <string name="title_setup_inbound">メール受信のみ (送信できません!)</string>
     <string name="title_setup_pop3">その他のプロバイダー (POP3)</string>
@@ -151,8 +154,8 @@
     <string name="title_setup_gmail_support">Android がアプリの署名を確認するため、Google アカウントを認証する機能は Play ストア版と GitHub 版でのみ動作します</string>
     <string name="title_setup_gmail_rationale">アカウントを選択してアクセス許可を付与してください</string>
     <string name="title_setup_gmail_permissions">Google はすべてのメールの読み取り、作成、送信、完全削除の許可を求めます。FairEmail が明示的な同意なしにメッセージを削除することはありません</string>
-    <string name="title_setup_gmail_drafts">IMAP で下書きフォルダにアクセスできない場合、Gmail ラベル設定で修正できます</string>
-    <string name="title_setup_gmail_password">デバイスのアカウントの代わりにパスワードで別のアカウントを認証したい</string>
+    <string name="title_setup_gmail_on_device">なぜデバイス上のアカウントを選択するのですか?</string>
+    <string name="title_setup_gmail_password">デバイス上のアカウントの代わりにパスワードで別のアカウントを認証したい</string>
     <string name="title_setup_office_auth">「AUTHENTICATE failed」というエラーは、システム管理者によって IMAP/SMTP が無効にされていることが原因である可能性があります</string>
     <string name="title_setup_oauth_rationale">%1$s アカウントへのアクセスを許可する</string>
     <string name="title_setup_oauth_update">設定済みのアカウントをもう一度認証する (設定されていない場合、新しいアカウントを作成)</string>
@@ -372,6 +375,7 @@
     <string name="title_advanced_timeout">接続タイムアウト (秒)</string>
     <string name="title_advanced_prefer_ip4">IPv6 より IPv4 を優先</string>
     <string name="title_advanced_ssl_harden">より強固な SSL 接続</string>
+    <string name="title_advanced_ssl_harden_strict">TLS 1.3 を要求</string>
     <string name="title_advanced_cert_strict">厳格な証明書確認</string>
     <string name="title_advanced_manage_connectivity">接続を管理</string>
     <string name="title_advanced_caption_general">概要</string>
@@ -388,7 +392,7 @@
     <string name="title_advanced_two_col">2 列に分割</string>
     <string name="title_advanced_min_screen_size">画面を分割するときの最小画面サイズ</string>
     <string name="title_advanced_close_pane">会話を閉じるときに、行または列を閉じる</string>
-    <string name="title_advanced_column_width">本文の横幅: %1$s %%</string>
+    <string name="title_advanced_column_width">本文の列の幅 / 縦の高さ: %1$s %%</string>
     <string name="title_advanced_nav_options">ナビゲーションメニューにオプションを表示</string>
     <string name="title_advanced_nav_categories">ナビゲーションメニューにアカウントのカテゴリーを表示</string>
     <string name="title_advanced_nav_pin">ナビゲーションメニューをピン留め</string>
@@ -463,6 +467,7 @@
     <string name="title_advanced_text_size">テキストのサイズを使用</string>
     <string name="title_advanced_text_font">フォントを使用</string>
     <string name="title_advanced_text_align">テキストの配置を使用</string>
+    <string name="title_advanced_text_titles">{HTML titles} を表示</string>
     <string name="title_advanced_text_separators">区切り線を使用</string>
     <string name="title_advanced_collapse_quotes">引用テキストを折りたたむ</string>
     <string name="title_advanced_image_placeholders">画像のプレースホルダーを表示</string>
@@ -473,6 +478,7 @@
     <string name="title_advanced_actionbar_color">会話アクションバーの背景色としてアカウントの色を使用</string>
     <string name="title_advanced_category_header">アカウントのカテゴリーでグループ化</string>
     <string name="title_advanced_navbar_colorize">Android ナビゲーションバーに色を付ける</string>
+    <string name="title_advanced_list_count">上部アクションバーにメッセージ数または会話数を表示</string>
     <string name="title_advanced_bundled_fonts">バンドルされたフォントを使用</string>
     <string name="title_advanced_parse_classes">スタイルシートを解析</string>
     <string name="title_advanced_authentication">認証警告を表示</string>
@@ -481,6 +487,7 @@
     <string name="title_advanced_authentication_none">認証なし</string>
     <string name="title_advanced_authentication_some">一部の認証を完了</string>
     <string name="title_advanced_authentication_all">認証を完了</string>
+    <string name="title_advanced_restore_on_launch">アプリ起動時に前回の状態を復元</string>
     <string name="title_advanced_sync_on_launch">アプリ起動時に同期</string>
     <string name="title_advanced_double_back">「戻る」をダブルタップして終了</string>
     <string name="title_advanced_conversation_actions">アクションを提案 (Android 10+)</string>
@@ -523,6 +530,7 @@
     <string name="title_advanced_notify_background">バックグラウンドのときのみ通知を表示</string>
     <string name="title_advanced_notify_known">連絡先のみ通知を表示</string>
     <string name="title_advanced_notify_suppress_in_call">通話終了まで通知を遅らせる</string>
+    <string name="title_advanced_notify_suppress_in_car">Android Auto の接続が解除されるまで通知を遅らせる</string>
     <string name="title_advanced_notify_summary">まとめ通知のみ表示</string>
     <string name="title_advanced_notify_preview">通知にメッセージプレビューを表示</string>
     <string name="title_advanced_notify_preview_all">全文をプレビュー</string>
@@ -608,6 +616,7 @@
     <string name="title_advanced_class_min_difference">最小分類差: %1$s %%</string>
     <string name="title_advanced_language">言語</string>
     <string name="title_advanced_language_system">システム</string>
+    <string name="title_advanced_lt">LanguageTool を統合</string>
     <string name="title_advanced_deepl">DeepL を統合</string>
     <string name="title_advanced_sdcard">SD カードを使用できますか?</string>
     <string name="title_advanced_watchdog">FairEmail がアクティブか定期的に確認</string>
@@ -620,6 +629,7 @@
     <string name="title_advanced_cleanup">クリーンアップ</string>
     <string name="title_advanced_app">アプリ設定</string>
     <string name="title_advanced_more">その他のオプション</string>
+    <string name="title_advanced_main_log">メインログ</string>
     <string name="title_advanced_protocol">プロトコルログ</string>
     <string name="title_advanced_log_info">デバッグログ</string>
     <string name="title_advanced_debug">デバッグモード</string>
@@ -647,7 +657,7 @@
     <string name="title_advanced_folder_nav_hint">常にメッセージリストから関連するアカウントのフォルダーリストに戻ります</string>
     <string name="title_advanced_suggest_names_hint">無効にすると、連絡先を選択する際にメールアドレスのみが使用されます</string>
     <string name="title_advanced_suggest_local_hint">Android のローカル連絡先を追加します。有効にすると、新しく送受信されたメッセージの連絡先データが保存されます。</string>
-    <string name="title_advanced_auto_identity_hint">新規メッセージの筆頭の宛先にメールを送信するとき、最後に使用した ID を選択します</string>
+    <string name="title_advanced_auto_identity_hint">新規メッセージにメールを送信するとき、最後に使用した ID を選択します</string>
     <string name="title_advanced_send_reminders_hint">本文または件名が空の場合、またはファイルの添付に失敗した可能性がある場合に警告を表示します</string>
     <string name="title_advanced_reply_move_hint">メールサーバーはこの設定を無視してメッセージを送信済みフォルダーに追加できます</string>
     <string name="title_advanced_usenet_hint">テキストと署名の間に「--」を挿入します</string>
@@ -684,6 +694,7 @@
     <string name="title_advanced_inline_hint">インライン画像はメッセージに含まれる画像のことです</string>
     <string name="compressed">%2$s 件以上のファイルまたは %3$s 以上を含むときは、圧縮ファイル (%1$s) の内容は表示されません</string>
     <string name="title_advanced_parse_classes_hint">メッセージをより正確に表示しますが、遅延が発生する場合があります</string>
+    <string name="title_advanced_restore_on_launch_hint">%1$d 分以内にランチャーアイコンからアプリを再起動したとき、最後の状態を復元します</string>
     <string name="title_advanced_language_detection_hint">言語検出のサポートはデバイスメーカーに依存します</string>
     <string name="title_advanced_autoexpand_hint">会話内のメッセージが 1 つだけ、または未読メッセージが 1 つだけの場合に自動的にメッセージを開きます</string>
     <string name="title_advanced_expandall_hint">複数のメッセージが展開されている場合、ボタンがどのメッセージに適用されるかが明確でないため、返信ボタンは表示されません</string>
@@ -701,6 +712,7 @@
     <string name="title_advanced_safe_browsing_hint">Google のサーバーは、どのアドレスが検索されたか知ることができます</string>
     <string name="title_advanced_badge_hint">サポートしているランチャーでのみ利用できます</string>
     <string name="title_advanced_notify_action_hint">最大 3 つのアクションを表示できます</string>
+    <string name="title_advanced_notify_car_hint">接続とは地図など何かが投影されている状態を意味します</string>
     <string name="title_advanced_notify_remove_hint">新着メッセージ通知はこの設定に関係なく、スワイプしたり、メッセージを既読にすると削除されます</string>
     <string name="title_advanced_notify_manage_hint">チャンネル名をタップして、チャンネルのプロパティを設定します</string>
     <string name="title_advanced_notify_manage_default_hint">デフォルトの音などを設定します</string>
@@ -735,7 +747,9 @@
     <string name="title_advanced_sender_regex">受信メールアドレスのユーザー名を参照する正規表現</string>
     <string name="title_identity_reply_to">返信先 (Reply to)</string>
     <string name="title_identity_internal">内部ドメイン名 (カンマ区切り)</string>
+    <string name="title_identity_unicode">メッセージヘッダーで UTF-8 を許可</string>
     <string name="title_identity_unicode_remark">ほとんどのサーバーはサポートしていません</string>
+    <string name="title_identity_octetmime">8BITMIME を許可</string>
     <string name="title_identity_max_size">最大メッセージサイズ (MB)</string>
     <string name="title_identity_receipt">デフォルトで配信確認・開封確認メッセージを要求</string>
     <string name="title_identity_receipt_legacy">古い形式の確認メッセージ要求ヘッダーを使用</string>
@@ -765,7 +779,7 @@
     <string name="title_custom">カスタム</string>
     <string name="title_host">ホスト名</string>
     <string name="title_encryption">暗号化</string>
-    <string name="title_encryption_none">なし</string>
+    <string name="title_encryption_none">なし (安全でない)</string>
     <string name="title_allow_insecure">保護されていない接続を許可</string>
     <string name="title_insecure_remark">保護されていない接続は信頼されたネットワークでのみ許可し、パブリックネットワークでは許可しないでください</string>
     <string name="title_notify_remark">アカウント別の通知に対して有効にすることができます</string>
@@ -825,6 +839,7 @@
     <string name="title_account_delete">このアカウントを完全に削除しますか?</string>
     <string name="title_identity_delete">この ID を完全に削除しますか?</string>
     <string name="title_edit_html">HTML として編集</string>
+    <string name="title_import_file">ファイルをインポート</string>
     <string name="title_sign_key">電子署名鍵: %1$s</string>
     <string name="title_last_connected">最終接続: %1$s</string>
     <string name="title_backoff_until">失敗後の待機時間: %1$s</string>
@@ -905,6 +920,7 @@
     <string name="title_search_folder">フォルダーを検索</string>
     <string name="title_apply_to_all">すべてに適用</string>
     <string name="title_edit_account_name">アカウント名を編集</string>
+    <string name="title_edit_account_color">アカウントの色を編集</string>
     <string name="title_hide_folder">フォルダーを非表示</string>
     <string name="title_hide_seen_folder">すべてのメッセージが既読のとき、フォルダーを非表示にする</string>
     <string name="title_hide_seen_folder_hint">スタート画面に表示されるフォルダ一覧にのみ表示されます</string>
@@ -1315,6 +1331,9 @@
     <string name="title_search_in">検索場所</string>
     <string name="title_search_sender">差出人を検索</string>
     <string name="title_search_delete">保存した検索を削除しますか?</string>
+    <string name="title_save_search_name">名前</string>
+    <string name="title_save_search_order">順番</string>
+    <string name="title_save_search_color">カラー</string>
     <string name="title_sort_on">並べ替え</string>
     <string name="title_sort_on_time">時間</string>
     <string name="title_sort_on_unread">未読</string>
@@ -1339,7 +1358,7 @@
     <string name="title_padding">余白のサイズ</string>
     <string name="title_select_language">言語を選択</string>
     <string name="title_select_all">すべて選択</string>
-    <string name="title_select_found">見つかったものを選択</string>
+    <string name="title_select_found">検索結果をすべて選択</string>
     <string name="title_mark_all_read">すべて既読にする</string>
     <string name="title_view_thread">会話を見る</string>
     <string name="title_force_sync">強制同期</string>
@@ -1522,6 +1541,7 @@
     <string name="title_legend_embedded_image">埋め込み画像プレースホルダー</string>
     <string name="title_legend_tracking_pixel">トラッキング画像</string>
     <string name="title_legend_broken_image">壊れた画像</string>
+    <string name="title_legend_open_external">外部アプリで開く</string>
     <string name="title_legend_pick">連絡先を選択</string>
     <string name="title_legend_cc">CC/BCC を表示</string>
     <string name="title_legend_link">リンクを挿入</string>
@@ -1605,6 +1625,7 @@
     <string name="title_yes">はい</string>
     <string name="title_no">いいえ</string>
     <string name="title_later">あとで</string>
+    <string name="title_paste_plain">書式なしテキストとして貼り付け</string>
     <string name="title_undo">元に戻す</string>
     <string name="title_redo">やり直す</string>
     <string name="title_insert_line">線を挿入</string>
@@ -1676,7 +1697,6 @@
     <string name="title_boundary_retry">再試行</string>
     <string name="title_unexpected_error">予期しないエラー</string>
     <string name="title_log">ログ</string>
-    <string name="title_auto_scroll">自動スクロール</string>
     <string name="title_log_clear">クリア</string>
     <string name="title_rules_search_hint">名前または条件を検索</string>
     <string name="title_rules_export">ルールをエクスポート</string>
@@ -1709,6 +1729,7 @@
     <string name="title_widget_compose">メッセージ新規作成ボタンを表示</string>
     <string name="title_widget_background">背景色</string>
     <string name="title_widget_day_night">システムのダークテーマに従う</string>
+    <string name="title_compat_dark">Android 10 以前では Google によりダークモードが取り除かれました</string>
     <string name="title_accessibility_collapsed">折りたたみました</string>
     <string name="title_accessibility_expanded">展開しました</string>
     <string name="title_accessibility_seen">既読</string>
@@ -1746,6 +1767,7 @@
     <string-array name="pollIntervalNames">
         <item>常に</item>
         <item>5 分毎</item>
+        <item>10 分毎</item>
         <item>15 分毎</item>
         <item>30 分毎</item>
         <item>1 時間毎</item>
@@ -1789,6 +1811,7 @@
         <item>次の会話に移動</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>極小</item>
         <item>極小</item>
         <item>小</item>
         <item>中</item>
diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml
index a71cb746fe..9ec64f4a0a 100644
--- a/app/src/main/res/values-ko-rKR/strings.xml
+++ b/app/src/main/res/values-ko-rKR/strings.xml
@@ -4,6 +4,7 @@
     <string name="app_changelog">변경 로그</string>
     <string name="app_welcome">FairEmail은 프라이버시와 보안을 위한 오픈 소스 이메일 앱입니다. 그렇기에 몇몇 기능은 당신이 지금까지 써왔던 것과 조금 다르게 작동할 수 있습니다.</string>
     <string name="app_limitations">예를 들어, 안전하지 않은 요소를 제거하고 가독성을 향상시키기 위해 기본적으로 메시지 형식이 다시 지정되며 안전을 위해 링크 열기를 확인해야 합니다. 원하는 경우 둘 다 비활성화할 수 있습니다.</string>
+    <string name="app_data_loss">모든 데이터가 손실됩니다</string>
     <string name="app_continue">그냥 진행하기</string>
     <string name="app_exit">나가려면 뒤로 버튼을 한번 더 누르세요</string>
     <string name="app_cake">저장 공간 부족</string>
@@ -126,6 +127,7 @@
     <string name="title_setup_quick_smtp">메시지를 발신할 SMTP 서버</string>
     <string name="title_setup_quick_certificates">서버 인증서</string>
     <string name="title_setup_wizard">마법사</string>
+    <string name="title_setup_wizard_tutorials">튜토리얼</string>
     <string name="title_setup_wizard_multiple">마법사는 여러 계정을 설정하기 위해 여려번 사용할 수 있습니다.</string>
     <string name="title_setup_wizard_new">새 이메일 주소 받기</string>
     <string name="title_setup_manual">수동 설정 및 계정 설정</string>
@@ -142,7 +144,6 @@
     <string name="title_setup_gmail_support">Android에서는 디지털 앱 서명을 확인하므로 Google 계정 인증은 Play 스토어 및 Github 버전에서만 동작합니다</string>
     <string name="title_setup_gmail_rationale">계정을 설정하고 이름을 읽기 위해 권한을 허용해 주세요</string>
     <string name="title_setup_gmail_permissions">Google은 이메일 읽기, 쓰기, 보내기 및 영구 삭제 권한을 요구합니다. FairEmail은 당신의 허락 없이는 절대로 이메일을 삭제하지 않습니다.</string>
-    <string name="title_setup_gmail_drafts">IMAP으로 임시보관함을 접근할 수 없다면, 이는 Gmail 라벨 설정에서 수정할 수 있습니다.</string>
     <string name="title_setup_oauth_updated">계정 인증이 갱신되었습니다</string>
     <string name="title_setup_oauth_authorize">인증</string>
     <string name="title_setup_select_account">계정 선택</string>
@@ -162,9 +163,11 @@
     <string name="title_setup_doze">배터리 최적화 비활성화</string>
     <string name="title_setup_doze_explanation">앱이 백그라운드에서도 안정적으로 메일을 수신 및 발신하려면 이 앱에 대한 배터리 최적화 기능을 꺼야 합니다</string>
     <string name="title_setup_doze_why">왜 배터리 최적화를 꺼야 하나요?</string>
+    <string name="title_setup_doze_battery">배터리 사용량이 많습니까?</string>
     <string name="title_setup_doze_stopped">동기화가 중단되었습니까?</string>
     <string name="title_setup_doze_device">이 기기에 필요한 작업으로 예상됩니다</string>
     <string name="title_setup_alarm_12">앱이 작동하지 않습니다</string>
+    <string name="title_setup_advanced_options">고급 설정 표시</string>
     <string name="title_setup_inbox">받은편지함으로 이동</string>
     <string name="title_setup_go">시작</string>
     <string name="title_setup_to_do">할 일</string>
@@ -216,6 +219,8 @@
     <string name="title_setup_theme_dark">어둡게</string>
     <string name="title_setup_theme_system">시스템 설정</string>
     <string name="title_setup_theme_black_background">검정 배경</string>
+    <string name="title_setup_theme_html_light">원본 메시지 보기에 밝은 배경색 사용</string>
+    <string name="title_setup_theme_composer_light">메시지 편집기에 밝은 배경색 사용</string>
     <string name="title_setup_theme_you_hint">Material You 색상은 Android 배경화면 및 스타일 설정에서 지정할 수 있습니다</string>
     <string name="title_setup_theme_system_hint">Android가 지원하는 경우 주간/야간 모드에 따라 테마가 밝게/어둡게로 자동 전환됩니다.</string>
     <string name="title_setup_theme_more_colors">다른 색으로 설정하고 싶습니다</string>
@@ -227,6 +232,8 @@
     <string name="title_setup_reset_full">원본 메시지 보기</string>
     <string name="title_setup_reset_images">사진 표시</string>
     <string name="title_setup_reset_links">확인 링크</string>
+    <string name="title_check_gmail_oauth">Gmail 계정이 2022년 5월 30일 이후에도 계속 작동할 예정입니다</string>
+    <string name="title_check_gmail_password">일부 Gmail 계정이 2022년 5월 30일 이후 정지될 수 있습니다</string>
     <string name="title_check_outlook_oauth">Outlook 계정이 2022년 10월 1일 이후에도 계속 작동할 예정입니다</string>
     <string name="title_check_outlook_password">일부 Outlook 계정이 2022년 10월 1일 이후 정지될 수 있습니다</string>
     <string name="title_advanced_hint_title">고급 설정 더보기</string>
@@ -240,8 +247,10 @@
     <string name="title_advanced_section_encryption">암호화</string>
     <string name="title_advanced_section_notifications">알림</string>
     <string name="title_advanced_section_misc">기타</string>
+    <string name="title_advanced_receive">모든 계정의 메시지 수신</string>
     <string name="title_advanced_when">일시</string>
     <string name="title_advanced_optimize">자동으로 최적화</string>
+    <string name="title_advanced_always">이 계정들의 메시지를 항상 수신</string>
     <string name="title_advanced_schedule">일정</string>
     <string name="title_advanced_advanced">고급</string>
     <string name="title_advanced_quick_sync">빠른 동기화</string>
@@ -249,8 +258,10 @@
     <string name="title_advanced_unseen">모든 읽지 않은 메시지</string>
     <string name="title_advanced_flagged">모든 즐겨찾기 메시지</string>
     <string name="title_advanced_delete_unseen">오래된 읽지 않은 메시지 삭제</string>
+    <string name="title_advanced_kept_removed">오래된 메시지가 서버에서 제거되었는지 확인</string>
     <string name="title_advanced_subject_threading">발신자 및 주제로 메시지 묶기</string>
     <string name="title_advanced_sync_folders">동기화 폴더 목록</string>
+    <string name="title_advanced_sync_folders_poll">폴더 목록을 동적으로 동기화</string>
     <string name="title_advanced_sync_shared_folders">동기화 공유 폴더 목록</string>
     <string name="title_advanced_check_authentication">메시지 인증 확인하기</string>
     <string name="title_advanced_use_blocklist_pop3">차단 목록의 도메인에서 온 메시지 건너뛰기 (POP3 전용)</string>
@@ -283,6 +294,7 @@
     <string name="title_advanced_timeout">연결 제한 시간 (초)</string>
     <string name="title_advanced_prefer_ip4">IPv6보다 IPv4 우선</string>
     <string name="title_advanced_ssl_harden">강화된 SSL 연결</string>
+    <string name="title_advanced_ssl_harden_strict">TLS 1.3 필요</string>
     <string name="title_advanced_cert_strict">엄격한 인증서 확인</string>
     <string name="title_advanced_manage_connectivity">연결 관리</string>
     <string name="title_advanced_caption_general">일반</string>
@@ -299,22 +311,27 @@
     <string name="title_advanced_two_col">2열로 표시</string>
     <string name="title_advanced_min_screen_size">화면 분할 시 최소 화면 크기</string>
     <string name="title_advanced_close_pane">대화 상자를 닫을 때 행 또는 열 축소</string>
-    <string name="title_advanced_column_width">메시지 열 너비: %1$s %%</string>
-    <string name="title_advanced_nav_pinned_count">고정된 내비게이션 메뉴에 읽지 않은 메시지 수 표시</string>
+    <string name="title_advanced_nav_options">탐색 메뉴 설정 표시</string>
+    <string name="title_advanced_nav_pin">탐색 메뉴 고정</string>
+    <string name="title_advanced_nav_hide_title">탐색 메뉴 설정을 숨길까요?</string>
+    <string name="title_advanced_nav_pinned_count">고정된 탐색 메뉴에 읽지 않은 메시지 수 표시</string>
     <string name="title_advanced_startup">시작 화면을 표시합니다</string>
     <string name="title_advanced_tabular_dividers">태블릿 스타일 사용 중 구분선 표시</string>
     <string name="title_advanced_date_header">날짜로 묶기</string>
     <string name="title_advanced_date_fixed">상단 헤더에서 수정일 표시</string>
     <string name="title_advanced_date_bold">날짜를 굵게 표시</string>
     <string name="title_advanced_threading">대화 스레딩</string>
+    <string name="title_advanced_avatars">연락처 사진 표시</string>
     <string name="title_advanced_bimi_unverified">확인되지 않은 발신자</string>
     <string name="title_advanced_bimi_verified">확인된 발신자</string>
     <string name="title_advanced_gravatars">그라바타 표시</string>
     <string name="title_advanced_libravatars">리브라바타 표시</string>
     <string name="title_advanced_favicons">파비콘 표시</string>
     <string name="title_advanced_favicons_partial">웹 페이지의 첫 %1$s만 스캔</string>
+    <string name="title_advanced_generated_icons">생성된 아이콘 표시</string>
     <string name="title_advanced_identicons">아이덴티콘 표시</string>
     <string name="title_advanced_circular">둥근 아이콘 표시</string>
+    <string name="title_advanced_color_saturation">채도: %1$s %%</string>
     <string name="title_advanced_color_value">밝기: %1$s %%</string>
     <string name="title_advanced_highlight_subject">제목 강조</string>
     <string name="title_advanced_highlight_color">강조 색</string>
@@ -335,6 +352,7 @@
     <string name="title_advanced_text_size">글씨 크기 사용</string>
     <string name="title_advanced_text_font">글꼴 사용</string>
     <string name="title_advanced_text_align">글자 정렬 사용</string>
+    <string name="title_advanced_text_titles">{HTML titles} 표시</string>
     <string name="title_advanced_text_separators">구분선 사용</string>
     <string name="title_advanced_collapse_quotes">인용한 텍스트 접기</string>
     <string name="title_advanced_image_placeholders">사진 자리표시자 표시</string>
@@ -367,6 +385,7 @@
     <string name="title_advanced_notifications">알림 관리</string>
     <string name="title_advanced_notifications_default">기본 채널</string>
     <string name="title_advanced_notifications_newest_first">새 알림을 먼저 표시</string>
+    <string name="title_advanced_notify_suppress_in_car">Android Auto에 연결되면 알림 미루기</string>
     <string name="title_advanced_notify_actions">알림 동작</string>
     <string name="title_advanced_notify_action_trash">삭제</string>
     <string name="title_advanced_notify_action_delete">제거</string>
@@ -419,6 +438,7 @@
     <string name="title_advanced_preview_issue">2줄 이상인 경우 일부 Android 버전의 버그로 인해 스크롤이 느려질 수 있습니다</string>
     <string name="compressed">파일 %2$s개 또는 %3$s 이상이 포함된 압축 파일(%1$s)의 내용은 표시되지 않습니다</string>
     <string name="title_advanced_notify_action_hint">최대 3개의 동작이 표시됩니다</string>
+    <string name="title_advanced_notify_car_hint">\'연결\'이란 지도나 내비게이션을 표시하는 상태임을 의미합니다</string>
     <string name="title_advanced_never_favorite">즐겨찾기 등록 차단</string>
     <string name="title_advanced_edit_name">이름 수정</string>
     <string name="title_select">&#8230; 선택</string>
@@ -440,7 +460,6 @@
     <string name="title_custom">사용자 지정</string>
     <string name="title_host">호스트명</string>
     <string name="title_encryption">암호화</string>
-    <string name="title_encryption_none">없음</string>
     <string name="title_port">포트 번호</string>
     <string name="title_user">사용자명</string>
     <string name="title_password">비밀번호</string>
@@ -682,6 +701,9 @@
     <string name="title_search_flag_invite">초대</string>
     <string name="title_search_flag_size">크기 &gt; %1$s</string>
     <string name="title_search_in">검색 위치</string>
+    <string name="title_save_search_name">이름</string>
+    <string name="title_save_search_order">정렬</string>
+    <string name="title_save_search_color">색상</string>
     <string name="title_sort_on">정렬 기준</string>
     <string name="title_sort_on_time">시간</string>
     <string name="title_sort_on_unread">읽지 않음</string>
@@ -870,6 +892,7 @@
     <string name="title_yes">네</string>
     <string name="title_no">아니오</string>
     <string name="title_later">나중에</string>
+    <string name="title_paste_plain">일반 텍스트로 붙여넣기</string>
     <string name="title_undo">되돌리기</string>
     <string name="title_redo">재실행</string>
     <string name="title_add">추가</string>
@@ -921,7 +944,6 @@
     <string name="title_boundary_retry">재시도</string>
     <string name="title_unexpected_error">예기치 않은 오류</string>
     <string name="title_log">기록</string>
-    <string name="title_auto_scroll">자동 스크롤</string>
     <string name="title_log_clear">지우기</string>
     <string name="title_rules_export">규칙 내보내기</string>
     <string name="title_rules_import">규칙 불러오기</string>
@@ -941,6 +963,7 @@
     <string name="title_widget_avatars">연락처 아바타 표시</string>
     <string name="title_widget_background">배경 색</string>
     <string name="title_widget_day_night">시스템의 어두운 테마 설정 사용</string>
+    <string name="title_compat_dark">Google은 Android 10 이전 버전에서 다크 모드를 제거했습니다</string>
     <string name="title_accessibility_collapsed">접음</string>
     <string name="title_accessibility_expanded">펼침</string>
     <string name="title_accessibility_seen">읽음</string>
@@ -973,6 +996,7 @@
     <string-array name="pollIntervalNames">
         <item>항상</item>
         <item>매 5분</item>
+        <item>매 10분</item>
         <item>매 15분</item>
         <item>매 30분</item>
         <item>매시간</item>
@@ -1016,6 +1040,7 @@
         <item>Go to next conversation</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>매우 작게</item>
         <item>작게</item>
         <item>보통</item>
diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml
index 7af4a70a27..ff58208834 100644
--- a/app/src/main/res/values-nb-rNO/strings.xml
+++ b/app/src/main/res/values-nb-rNO/strings.xml
@@ -114,7 +114,6 @@
     <string name="title_setup_pop3">POP3-konto</string>
     <string name="title_setup_gmail_rationale">Gi tillatelser til å velge en konto og lese navnet ditt</string>
     <string name="title_setup_gmail_permissions">Google vil be om tillatelser til å lese, komponere, sende og slette all e-postmeldingen din permanent. FairEmail vil aldri slette meldingene dine uten ditt eksplisitte samtykke.</string>
-    <string name="title_setup_gmail_drafts">Hvis utkast mappen ikke er tilgjengelig med IMAP, kan du fikse dette i Gmail-etikettinnstillingene</string>
     <string name="title_setup_office_auth">Feilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratoren</string>
     <string name="title_setup_oauth_rationale">Autoriser tilgang til din %1$s konto</string>
     <string name="title_setup_oauth_updated">Konto autorisasjon ble oppdatert</string>
@@ -500,7 +499,6 @@
     <string name="title_custom">Tilpasset</string>
     <string name="title_host">Vertsnavn</string>
     <string name="title_encryption">Kryptering</string>
-    <string name="title_encryption_none">Ingen</string>
     <string name="title_allow_insecure">Tillat usikre forbindelser</string>
     <string name="title_insecure_remark">Usikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverk</string>
     <string name="title_port">Portnummer</string>
@@ -906,6 +904,9 @@
     <string name="title_search_server">Søk på tjener</string>
     <string name="title_search_in">Søk i</string>
     <string name="title_search_sender">Søk etter avsender</string>
+    <string name="title_save_search_name">Navn</string>
+    <string name="title_save_search_order">Rekkefølge</string>
+    <string name="title_save_search_color">Farge</string>
     <string name="title_sort_on">Sorter på</string>
     <string name="title_sort_on_time">Tid</string>
     <string name="title_sort_on_unread">Ulest</string>
@@ -1205,7 +1206,6 @@
     <string name="title_boundary_retry">Prøv igjen</string>
     <string name="title_unexpected_error">Uventet feil</string>
     <string name="title_log">Logg</string>
-    <string name="title_auto_scroll">Automatisk rulling</string>
     <string name="title_log_clear">Tøm</string>
     <string name="title_rules_search_hint">Søkenavn eller betingelse</string>
     <string name="title_rules_export">Eksporter regler</string>
@@ -1267,6 +1267,7 @@
     <string-array name="pollIntervalNames">
         <item>Alltid</item>
         <item>Hvert 5. minutt</item>
+        <item>Hvert 10. minutt</item>
         <item>Hvert 15. minutt</item>
         <item>Hvert 30. minutt</item>
         <item>Hver time</item>
@@ -1310,6 +1311,7 @@
         <item>Gå til neste samtale</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>Extra small</item>
         <item>Liten</item>
         <item>Medium</item>
diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml
index 1e5703c062..206decc213 100644
--- a/app/src/main/res/values-nl-rNL/strings.xml
+++ b/app/src/main/res/values-nl-rNL/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail is een open source e-mail app gericht op privacy en veiligheid. Om deze reden werken sommige functies mogelijk anders dan u gewend bent.</string>
     <string name="app_limitations">Berichten worden bijvoorbeeld standaard opnieuw opgemaakt om onveilige elementen te verwijderen en de leesbaarheid te verbeteren, en het openen van links moet voor de veiligheid worden bevestigd. Beide kunnen desgewenst uitgeschakeld worden.</string>
     <string name="app_unsupported">Bugs in de Android-versie van dit specifieke apparaat veroorzaken crashes</string>
+    <string name="app_data_loss">Alle gegevens kunnen verloren gaan</string>
     <string name="app_continue">Toch doorgaan</string>
     <string name="app_exit">Ga nogmaals \'terug\' om af te sluiten</string>
     <string name="app_cake">Onvoldoende opslagruimte over</string>
@@ -144,6 +145,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_setup_quick_smtp">SMTP-server om berichten te verzenden</string>
     <string name="title_setup_quick_certificates">Server certificaten</string>
     <string name="title_setup_wizard">Wizard</string>
+    <string name="title_setup_wizard_tutorials">Handleidingen</string>
     <string name="title_setup_wizard_multiple">De wizard kan meerdere keren gebruikt worden om meerdere accounts in te stellen</string>
     <string name="title_setup_wizard_new">Ik heb een nieuw e-mailadres nodig</string>
     <string name="title_setup_manual">Handmatig instellen en account opties</string>
@@ -154,6 +156,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_setup_account_identity_hint">U kunt de naam, kleur en veegacties configureren in de accountinstellingen en een handtekening configureren in de identiteitsinstellingen</string>
     <string name="title_setup_accounts">Accounts</string>
     <string name="title_setup_identities">Identiteiten</string>
+    <string name="title_setup_google_sign_in">Log in met Google</string>
     <string name="title_setup_other">Andere provider</string>
     <string name="title_setup_inbound">Alleen inkomende mail (mail kan niet verzonden worden!)</string>
     <string name="title_setup_pop3">POP3 account</string>
@@ -161,8 +164,8 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_setup_gmail_support">Autoriseren van Google accounts werkt alleen in de Play Store en GitHub versie omdat Android de digitale app handtekening controleert</string>
     <string name="title_setup_gmail_rationale">Geef a.u.b. toestemming om een account te selecteren en uw naam te lezen</string>
     <string name="title_setup_gmail_permissions">Google zal machtigingen vragen om al uw e-mail te lezen, op te stellen, te verzenden en definitief te verwijderen. FairEmail zal uw berichten nooit verwijderen zonder uw expliciete toestemming.</string>
-    <string name="title_setup_gmail_drafts">Als de conceptmap niet toegankelijk is voor IMAP, dan kan dit worden opgelost in de Gmail label instellingen</string>
-    <string name="title_setup_gmail_password">Ik wil een account autoriseren met een wachtwoord in plaats van een on-device account</string>
+    <string name="title_setup_gmail_on_device">Waarom moet ik een account op het apparaat selecteren?</string>
+    <string name="title_setup_gmail_password">Ik wil een account autoriseren met een wachtwoord in plaats van een account op het apparaat</string>
     <string name="title_setup_office_auth">De fout \'AUTHENTICATE failed\' kan worden veroorzaakt doordat IMAP/SMTP door de systeemadministrator is uitgeschakeld</string>
     <string name="title_setup_oauth_rationale">Autoriseer toegang tot uw %1$s account</string>
     <string name="title_setup_oauth_update">Autoriseer een bestaand account opnieuw (anders een nieuwe account aanmaken)</string>
@@ -381,6 +384,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_timeout">Verbinding timeout (seconden)</string>
     <string name="title_advanced_prefer_ip4">Geef de voorkeur aan IPv4 boven IPv6</string>
     <string name="title_advanced_ssl_harden">Verhard SSL-verbindingen</string>
+    <string name="title_advanced_ssl_harden_strict">Vereis TLS 1.3</string>
     <string name="title_advanced_cert_strict">Strenge certificaatcontrole</string>
     <string name="title_advanced_manage_connectivity">Beheer connectiviteit</string>
     <string name="title_advanced_caption_general">Algemeen</string>
@@ -397,7 +401,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_two_col">Gebruik twee kolommen</string>
     <string name="title_advanced_min_screen_size">Minimale schermgrootte voor het splitsen van het scherm</string>
     <string name="title_advanced_close_pane">Rij of kolom samenvouwen bij het sluiten van een gesprek</string>
-    <string name="title_advanced_column_width">Breedte berichtkolom: %1$s %%</string>
+    <string name="title_advanced_column_width">Berichtkolom breedte / rij hoogte: %1$s %%</string>
     <string name="title_advanced_nav_options">Toon navigatiemenu opties</string>
     <string name="title_advanced_nav_categories">Toon account categorieën in het navigatiemenu</string>
     <string name="title_advanced_nav_pin">Navigatiemenu vastzetten</string>
@@ -472,6 +476,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_text_size">Gebruik tekstgrootte</string>
     <string name="title_advanced_text_font">Gebruik lettertypen</string>
     <string name="title_advanced_text_align">Gebruik tekst uitlijning</string>
+    <string name="title_advanced_text_titles">Toon {HTML titles}</string>
     <string name="title_advanced_text_separators">Gebruik scheidingslijnen</string>
     <string name="title_advanced_collapse_quotes">Geciteerde tekst samenvouwen</string>
     <string name="title_advanced_image_placeholders">Plaatsvervangers van afbeelding weergeven</string>
@@ -482,6 +487,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_actionbar_color">Gebruik de accountkleur als achtergrond voor de gespreksactiebalk</string>
     <string name="title_advanced_category_header">Groeperen op account categorie</string>
     <string name="title_advanced_navbar_colorize">Kleur de Android-navigatiebalk in</string>
+    <string name="title_advanced_list_count">Toon het aantal berichten of gesprekken in de bovenste actiebalk</string>
     <string name="title_advanced_bundled_fonts">Gebruik gebundelde lettertypen</string>
     <string name="title_advanced_parse_classes">Stijlbladen parsen</string>
     <string name="title_advanced_authentication">Toon authenticatiewaarschuwingen</string>
@@ -490,6 +496,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_authentication_none">Geen authenticatie</string>
     <string name="title_advanced_authentication_some">Gedeeltelijke authenticatie</string>
     <string name="title_advanced_authentication_all">Volledige authenticatie</string>
+    <string name="title_advanced_restore_on_launch">App-status herstellen bij opstarten</string>
     <string name="title_advanced_sync_on_launch">Synchroniseren bij start</string>
     <string name="title_advanced_double_back">Dubbel \'terug\' om te sluiten</string>
     <string name="title_advanced_conversation_actions">Acties voorstellen (Android 10+)</string>
@@ -532,6 +539,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_notify_background">Toon meldingen alleen wanneer op de achtergrond</string>
     <string name="title_advanced_notify_known">Toon alleen meldingen voor contacten</string>
     <string name="title_advanced_notify_suppress_in_call">Meldingen uitstellen tijdens een gesprek</string>
+    <string name="title_advanced_notify_suppress_in_car">Meldingen uitstellen als Android Auto is verbonden</string>
     <string name="title_advanced_notify_summary">Toon alleen melding met een samenvatting</string>
     <string name="title_advanced_notify_preview">Toon berichtvoorbeeld in meldingen</string>
     <string name="title_advanced_notify_preview_all">Voorbeeld van alle tekst</string>
@@ -616,6 +624,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_class_min_difference">Minimale klasse verschil: %1$s %%</string>
     <string name="title_advanced_language">Taal</string>
     <string name="title_advanced_language_system">Systeem</string>
+    <string name="title_advanced_lt">LanguageTool integratie</string>
     <string name="title_advanced_deepl">DeepL integratie</string>
     <string name="title_advanced_sdcard">Ik wil een SD-kaart gebruiken</string>
     <string name="title_advanced_watchdog">Periodiek controleren of FairEmail nog actief is</string>
@@ -629,6 +638,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_last_cleanup">Laatste schoonmaak: %1$s</string>
     <string name="title_advanced_app">App instellingen</string>
     <string name="title_advanced_more">Meer opties</string>
+    <string name="title_advanced_main_log">Hoofdlog</string>
     <string name="title_advanced_protocol">Protocol logging</string>
     <string name="title_advanced_log_info">Debug logging</string>
     <string name="title_advanced_debug">Foutopsporing modus</string>
@@ -656,7 +666,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_folder_nav_hint">Dit keert altijd terug naar de mappenlijst van het gerelateerde account vanuit een berichtenlijst</string>
     <string name="title_advanced_suggest_names_hint">Indien uitgeschakeld, worden alleen e-mailadressen gebruikt bij het selecteren van contacten</string>
     <string name="title_advanced_suggest_local_hint">Naast contacten die door Android worden geleverd. Contactgegevens worden alleen opgeslagen voor nieuw verzonden of ontvangen berichten wanneer ingeschakeld.</string>
-    <string name="title_advanced_auto_identity_hint">Dit zal de laatste identiteit selecteren die gebruikt werd voor de eerste ontvanger van nieuwe berichten</string>
+    <string name="title_advanced_auto_identity_hint">Dit zal de laatst gebruikte identiteit selecteren bij het selecteren van een ontvanger voor nieuwe berichten</string>
     <string name="title_advanced_send_reminders_hint">Toon een waarschuwing wanneer de berichttekst of het onderwerp leeg is of wanneer een bijlage zou kunnen ontbreken</string>
     <string name="title_advanced_reply_move_hint">De e-mailserver kan de berichten nog steeds toevoegen aan de map met verzonden berichten</string>
     <string name="title_advanced_usenet_hint">Voeg \'-- \' in tussen de tekst en de handtekening</string>
@@ -693,6 +703,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_inline_hint">Inline afbeeldingen zijn afbeeldingen opgenomen in het bericht</string>
     <string name="compressed">De inhoud van gecomprimeerde bestanden (%1$s) met meer dan %2$s bestanden of met bestanden groter dan %3$s zal niet getoond worden</string>
     <string name="title_advanced_parse_classes_hint">Dit zal nauwkeuriger berichten weergeven, maar mogelijk met een vertraging</string>
+    <string name="title_advanced_restore_on_launch_hint">Herstel laatste app-status bij herstart via het launcher-pictogram binnen %1$d minuten</string>
     <string name="title_advanced_language_detection_hint">Ondersteuning van taaldetectie is afhankelijk van de fabrikant van het apparaat</string>
     <string name="title_advanced_autoexpand_hint">Bericht automatisch openen als er slechts één bericht of slechts één ongelezen bericht in een gesprek is</string>
     <string name="title_advanced_expandall_hint">De antwoordknop zal niet worden weergegeven wanneer meerdere berichten worden opengeklapt omdat het dan onduidelijk is op welk bericht de knop van toepassing is</string>
@@ -710,6 +721,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_advanced_safe_browsing_hint">De Google-server weet welke adressen worden opgezocht</string>
     <string name="title_advanced_badge_hint">Alleen beschikbaar op ondersteunde launchers</string>
     <string name="title_advanced_notify_action_hint">Er worden maximaal drie acties getoond</string>
+    <string name="title_advanced_notify_car_hint">Verbonden betekent dat er iets wordt geprojecteerd, zoals een kaart voor navigatie</string>
     <string name="title_advanced_notify_remove_hint">Meldingen van nieuwe berichten worden altijd verwijderd als ze worden weggeveegd en als berichten worden gemarkeerd als gelezen</string>
     <string name="title_advanced_notify_manage_hint">Tik op de kanaalnaam om de kanaaleigenschappen in te stellen</string>
     <string name="title_advanced_notify_manage_default_hint">Om het standaardgeluid, etc in te stellen</string>
@@ -776,7 +788,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_custom">Aangepast</string>
     <string name="title_host">Hostnaam</string>
     <string name="title_encryption">Versleuteling</string>
-    <string name="title_encryption_none">Geen</string>
+    <string name="title_encryption_none">Geen (onveilig)</string>
     <string name="title_allow_insecure">Onveilige verbindingen toestaan</string>
     <string name="title_insecure_remark">Onveilige verbindingen mogen alleen worden toegestaan op vertrouwde netwerken en nooit op openbare netwerken</string>
     <string name="title_notify_remark">U kunt dit inschakelen voor account specifieke meldingen</string>
@@ -836,6 +848,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_account_delete">Verwijder dit account definitief?</string>
     <string name="title_identity_delete">Verwijder deze identiteit definitief?</string>
     <string name="title_edit_html">Bewerk als HTML</string>
+    <string name="title_import_file">Bestand importeren</string>
     <string name="title_sign_key">Tekensleutel: %1$s</string>
     <string name="title_last_connected">Laatst verbonden: %1$s</string>
     <string name="title_backoff_until">Wachten na fout tot: %1$s</string>
@@ -915,6 +928,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_search_folder">Zoeken naar map</string>
     <string name="title_apply_to_all">Toepassen op alle</string>
     <string name="title_edit_account_name">Bewerk accountnaam</string>
+    <string name="title_edit_account_color">Bewerk accountkleur</string>
     <string name="title_hide_folder">Verberg map</string>
     <string name="title_hide_seen_folder">Verberg map als alle berichten gelezen zijn</string>
     <string name="title_hide_seen_folder_hint">Alleen in de mappenlijst die wordt weergegeven op het startscherm</string>
@@ -1321,6 +1335,10 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_search_in">Zoeken in</string>
     <string name="title_search_sender">Zoek naar afzender</string>
     <string name="title_search_delete">Opgeslagen zoekopdracht verwijderen?</string>
+    <string name="title_save_search">Opgeslagen zoekopdracht</string>
+    <string name="title_save_search_name">Naam</string>
+    <string name="title_save_search_order">Volgorde</string>
+    <string name="title_save_search_color">Kleur</string>
     <string name="title_sort_on">Sorteer op</string>
     <string name="title_sort_on_time">Tijd</string>
     <string name="title_sort_on_unread">Ongelezen</string>
@@ -1527,6 +1545,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_legend_embedded_image">Plaatshouder ingesloten afbeelding</string>
     <string name="title_legend_tracking_pixel">Tracking afbeelding</string>
     <string name="title_legend_broken_image">Defecte afbeelding</string>
+    <string name="title_legend_open_external">Open buiten de app</string>
     <string name="title_legend_pick">Kies contact</string>
     <string name="title_legend_cc">Toon CC/BCC</string>
     <string name="title_legend_link">Koppeling invoegen</string>
@@ -1610,6 +1629,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_yes">Ja</string>
     <string name="title_no">Nee</string>
     <string name="title_later">Later</string>
+    <string name="title_paste_plain">Plakken als platte tekst</string>
     <string name="title_undo">Herstel</string>
     <string name="title_redo">Opnieuw</string>
     <string name="title_insert_line">Lijn invoegen</string>
@@ -1679,7 +1699,6 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_boundary_retry">Probeer opnieuw</string>
     <string name="title_unexpected_error">Onverwachte fout</string>
     <string name="title_log">Logboek</string>
-    <string name="title_auto_scroll">Automatisch scrollen</string>
     <string name="title_log_clear">Wissen</string>
     <string name="title_rules_search_hint">Zoek naam of voorwaarde</string>
     <string name="title_rules_export">Exporteer regels</string>
@@ -1712,6 +1731,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string name="title_widget_compose">Toon knop voor het opstellen van een nieuw bericht</string>
     <string name="title_widget_background">Achtergrondkleur</string>
     <string name="title_widget_day_night">Volg donker systeemthema</string>
+    <string name="title_compat_dark">Google heeft de donkere modus verwijderd voor Android-versies vóór versie 10</string>
     <string name="title_accessibility_collapsed">Ingevouwen</string>
     <string name="title_accessibility_expanded">Uitgevouwen</string>
     <string name="title_accessibility_seen">Gelezen</string>
@@ -1750,6 +1770,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
     <string-array name="pollIntervalNames">
         <item>Altijd</item>
         <item>Elke 5 minuten</item>
+        <item>Elke 10 minuten</item>
         <item>Elke 15 minuten</item>
         <item>Elke 30 minuten</item>
         <item>Elk uur</item>
@@ -1793,6 +1814,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
         <item>Ga naar volgende gesprek</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Minuscuul</item>
         <item>Extra klein</item>
         <item>Klein</item>
         <item>Gemiddeld</item>
diff --git a/app/src/main/res/values-nn-rNO/strings.xml b/app/src/main/res/values-nn-rNO/strings.xml
index d83941ee57..de914df3e5 100644
--- a/app/src/main/res/values-nn-rNO/strings.xml
+++ b/app/src/main/res/values-nn-rNO/strings.xml
@@ -114,7 +114,6 @@
     <string name="title_setup_pop3">POP3-konto</string>
     <string name="title_setup_gmail_rationale">Gi tillatelser til å velge en konto og lese navnet ditt</string>
     <string name="title_setup_gmail_permissions">Google vil be om tillatelser til å lese, komponere, sende og slette all e-postmeldingen din permanent. FairEmail vil aldri slette meldingene dine uten ditt eksplisitte samtykke.</string>
-    <string name="title_setup_gmail_drafts">Hvis utkast mappen ikke er tilgjengelig med IMAP, kan du fikse dette i Gmail-etikettinnstillingene</string>
     <string name="title_setup_office_auth">Feilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratoren</string>
     <string name="title_setup_oauth_rationale">Autoriser tilgang til din %1$s konto</string>
     <string name="title_setup_oauth_updated">Konto autorisasjon ble oppdatert</string>
@@ -500,7 +499,6 @@
     <string name="title_custom">Tilpasset</string>
     <string name="title_host">Vertsnavn</string>
     <string name="title_encryption">Kryptering</string>
-    <string name="title_encryption_none">Ingen</string>
     <string name="title_allow_insecure">Tillat usikre forbindelser</string>
     <string name="title_insecure_remark">Usikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverk</string>
     <string name="title_port">Portnummer</string>
@@ -906,6 +904,9 @@
     <string name="title_search_server">Søk på server</string>
     <string name="title_search_in">Søk i</string>
     <string name="title_search_sender">Søk etter avsender</string>
+    <string name="title_save_search_name">Navn</string>
+    <string name="title_save_search_order">Rekkefølge</string>
+    <string name="title_save_search_color">Farge</string>
     <string name="title_sort_on">Sorter på</string>
     <string name="title_sort_on_time">Tid</string>
     <string name="title_sort_on_unread">Ulest</string>
@@ -1205,7 +1206,6 @@
     <string name="title_boundary_retry">Prøv igjen</string>
     <string name="title_unexpected_error">Uventet feil</string>
     <string name="title_log">Logg</string>
-    <string name="title_auto_scroll">Automatisk rulling</string>
     <string name="title_log_clear">Tøm</string>
     <string name="title_rules_search_hint">Søkenavn eller betingelse</string>
     <string name="title_rules_export">Eksporter regler</string>
@@ -1267,6 +1267,7 @@
     <string-array name="pollIntervalNames">
         <item>Alltid</item>
         <item>Hvert 5. minutt</item>
+        <item>Hvert 10. minutt</item>
         <item>Hvert 15. minutt</item>
         <item>Hvert 30. minutt</item>
         <item>Hver time</item>
@@ -1310,6 +1311,7 @@
         <item>Gå til neste samtale</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>Extra small</item>
         <item>Liten</item>
         <item>Middels</item>
diff --git a/app/src/main/res/values-no-rNO/strings.xml b/app/src/main/res/values-no-rNO/strings.xml
index 7af4a70a27..ff58208834 100644
--- a/app/src/main/res/values-no-rNO/strings.xml
+++ b/app/src/main/res/values-no-rNO/strings.xml
@@ -114,7 +114,6 @@
     <string name="title_setup_pop3">POP3-konto</string>
     <string name="title_setup_gmail_rationale">Gi tillatelser til å velge en konto og lese navnet ditt</string>
     <string name="title_setup_gmail_permissions">Google vil be om tillatelser til å lese, komponere, sende og slette all e-postmeldingen din permanent. FairEmail vil aldri slette meldingene dine uten ditt eksplisitte samtykke.</string>
-    <string name="title_setup_gmail_drafts">Hvis utkast mappen ikke er tilgjengelig med IMAP, kan du fikse dette i Gmail-etikettinnstillingene</string>
     <string name="title_setup_office_auth">Feilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratoren</string>
     <string name="title_setup_oauth_rationale">Autoriser tilgang til din %1$s konto</string>
     <string name="title_setup_oauth_updated">Konto autorisasjon ble oppdatert</string>
@@ -500,7 +499,6 @@
     <string name="title_custom">Tilpasset</string>
     <string name="title_host">Vertsnavn</string>
     <string name="title_encryption">Kryptering</string>
-    <string name="title_encryption_none">Ingen</string>
     <string name="title_allow_insecure">Tillat usikre forbindelser</string>
     <string name="title_insecure_remark">Usikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverk</string>
     <string name="title_port">Portnummer</string>
@@ -906,6 +904,9 @@
     <string name="title_search_server">Søk på tjener</string>
     <string name="title_search_in">Søk i</string>
     <string name="title_search_sender">Søk etter avsender</string>
+    <string name="title_save_search_name">Navn</string>
+    <string name="title_save_search_order">Rekkefølge</string>
+    <string name="title_save_search_color">Farge</string>
     <string name="title_sort_on">Sorter på</string>
     <string name="title_sort_on_time">Tid</string>
     <string name="title_sort_on_unread">Ulest</string>
@@ -1205,7 +1206,6 @@
     <string name="title_boundary_retry">Prøv igjen</string>
     <string name="title_unexpected_error">Uventet feil</string>
     <string name="title_log">Logg</string>
-    <string name="title_auto_scroll">Automatisk rulling</string>
     <string name="title_log_clear">Tøm</string>
     <string name="title_rules_search_hint">Søkenavn eller betingelse</string>
     <string name="title_rules_export">Eksporter regler</string>
@@ -1267,6 +1267,7 @@
     <string-array name="pollIntervalNames">
         <item>Alltid</item>
         <item>Hvert 5. minutt</item>
+        <item>Hvert 10. minutt</item>
         <item>Hvert 15. minutt</item>
         <item>Hvert 30. minutt</item>
         <item>Hver time</item>
@@ -1310,6 +1311,7 @@
         <item>Gå til neste samtale</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>Extra small</item>
         <item>Liten</item>
         <item>Medium</item>
diff --git a/app/src/main/res/values-or-rIN/strings.xml b/app/src/main/res/values-or-rIN/strings.xml
index 6752a8bf9c..c462000a00 100644
--- a/app/src/main/res/values-or-rIN/strings.xml
+++ b/app/src/main/res/values-or-rIN/strings.xml
@@ -84,10 +84,13 @@
     <string name="title_setup_identity_remark">ଇମେଲ୍ ପଠାନ୍ତୁ</string>
     <string name="title_setup_accounts">ଆକାଉଣ୍ଟଗୁଡ଼ିକ</string>
     <string name="title_setup_identities">ପରିଚୟଗୁଡ଼ିକ</string>
+    <string name="title_setup_google_sign_in">Google ସହ ସାଇନ୍ ଇନ୍ କରିବେ</string>
     <string name="title_setup_other">ଅନ୍ୟ ପ୍ରଦାନକାରୀ</string>
     <string name="title_setup_pop3">POP3 ଆକାଉଣ୍ଟ୍</string>
     <string name="title_setup_oauth_permission">ଇମେଲ୍ ପ୍ରଦାନକାରୀ କେବଳ Play Store ଏବଂ GitHub ସଂସ୍କରଣ ପାଇଁ OAuth ଅନୁମୋଦନ କରିଛନ୍ତି</string>
     <string name="title_setup_gmail_support">Google ଆକାଉଣ୍ଟଗୁଡ଼ିକର ପ୍ରାଧିକରଣ କେବଳ Play Store ଏବଂ GitHub ସଂସ୍କରଣରେ କାମ କରିବ କାରଣ ଆଣ୍ଡ୍ରଏଡ୍ ଡିଜିଟାଲ୍ ଆପ୍ ସ୍ବାକ୍ଷର ଯାଞ୍ଚ କରେ</string>
+    <string name="title_setup_gmail_on_device">ମୋତେ କାହିଁକି ଗୋଟିଏ ଡିଭାଇସରେ-ଥିବା ଆକାଉଣ୍ଟକୁ ଚୟନ କରିବାକୁ ପଡ଼ିବ?</string>
+    <string name="title_setup_gmail_password">ମୁଁ ଏକ ଡିଭାଇସରେ-ଥିବା ଆକାଉଣ୍ଟ୍ ବଦଳରେ ପାସ୍‍ୱାର୍ଡ଼ ସହିତ ଗୋଟିଏ ଆକାଉଣ୍ଟକୁ ପ୍ରାଧିକରଣ କରିବାକୁ ଚାହୁଁଛି</string>
     <string name="title_setup_oauth_updated">ଆକାଉଣ୍ଟ୍ ପ୍ରାଧିକରଣ ଅଦ୍ୟତନ କରାଯାଇଥିଲା</string>
     <string name="title_setup_oauth_authorize">ପ୍ରାଧିକୃତ କରନ୍ତୁ</string>
     <string name="title_setup_select_account">ଆକାଉଣ୍ଟ୍ ବାଛନ୍ତୁ</string>
@@ -199,7 +202,7 @@
     <string name="title_advanced_landscape">ଲ୍ୟାଣ୍ଡସ୍କେପ୍ ମୋଡ୍</string>
     <string name="title_advanced_min_screen_size">ସ୍କ୍ରିନ୍ ବିଭାଜନ ପାଇଁ ସର୍ବନିମ୍ନ ସ୍କ୍ରିନ୍ ଆକାର</string>
     <string name="title_advanced_close_pane">ବାର୍ତ୍ତାଳାପ ବନ୍ଦ କରିବା ସମୟରେ ଧାଡ଼ି କିମ୍ବା ସ୍ତମ୍ଭକୁ ସଙ୍କୋଚନ କରନ୍ତୁ</string>
-    <string name="title_advanced_column_width">ବାର୍ତ୍ତା ସ୍ତମ୍ଭର ପ୍ରସ୍ଥ: %1$s %%</string>
+    <string name="title_advanced_column_width">ବାର୍ତ୍ତା ସ୍ତମ୍ଭର ପ୍ରସ୍ଥ / ଧାଡ଼ିର ଉଚ୍ଚତା: %1$s %%</string>
     <string name="title_advanced_nav_categories">ନାଭିଗେସନ୍ ମେନୁରେ ଆକାଉଣ୍ଟ୍ ବର୍ଗଗୁଡ଼ିକ ଦେଖାନ୍ତୁ</string>
     <string name="title_advanced_nav_pinned_count">ପିନ୍ ହୋଇଥିବା ନେଭିଗେସନ୍ ମେନୁରେ ପଢ଼ିନଥିବା ବାର୍ତ୍ତାଗୁଡ଼ିକର ସଂଖ୍ୟା ଦେଖାନ୍ତୁ</string>
     <string name="title_advanced_startup">ଷ୍ଟାର୍ଟ ସ୍କ୍ରିନରେ ଦେଖାଅ</string>
@@ -272,6 +275,7 @@
     <string name="title_advanced_crash_reports">ତ୍ରୁଟି ରିପୋର୍ଟ ପଠାନ୍ତୁ</string>
     <string name="title_advanced_app">ଆପ୍ ସେଟିଂସ୍</string>
     <string name="title_advanced_more">ଅଧିକ ବିକଳ୍ପ</string>
+    <string name="title_advanced_main_log">ମୁଖ୍ୟ ଲଗିଂ</string>
     <string name="title_advanced_poll_battery">ଏହା ଅଧିକ ବ୍ୟାଟେରୀ ବ୍ୟବହାର ର କାରଣ ହୋଇପାରେ!</string>
     <string name="title_advanced_subject_threading_hint">କେବଳ %1$d ଘଣ୍ଟା ମଧ୍ୟରେ ପ୍ରାପ୍ତ ହୋଇଥିବା ବାର୍ତ୍ତାଗୁଡ଼ିକ</string>
     <string name="title_advanced_folder_nav_hint">ଏହା ସର୍ବଦା ଗୋଟେ ବାର୍ତ୍ତା ତାଲିକାରୁ ସମ୍ବନ୍ଧୀୟ ଆକାଉଣ୍ଟର ଫୋଲ୍ଡର୍ ତାଲିକାକୁ ଫେରିବ</string>
@@ -312,7 +316,6 @@
     <string name="title_custom">କଷ୍ଟମ୍</string>
     <string name="title_host">ହୋଷ୍ଟ ନାମ</string>
     <string name="title_encryption">ଏନକ୍ରିପ୍ସନ୍</string>
-    <string name="title_encryption_none">କିଛି ନୁହେଁ</string>
     <string name="title_port">ପୋର୍ଟ ନମ୍ଵର୍</string>
     <string name="title_user">ଉପଭୋକ୍ତା ନାମ</string>
     <string name="title_password">ପାସ୍‍ୱାର୍ଡ଼</string>
@@ -490,6 +493,10 @@
     <string name="title_search_flag_notes">ନୋଟଗୁଡ଼ିକ</string>
     <string name="title_search_flag_invite">ଆମନ୍ତ୍ରଣ</string>
     <string name="title_search_flag_size">ଆକାର &gt; %1$s</string>
+    <string name="title_save_search">ସଞ୍ଚିତ ସନ୍ଧାନ</string>
+    <string name="title_save_search_name">ନାମ</string>
+    <string name="title_save_search_order">କ୍ରମ</string>
+    <string name="title_save_search_color">ରଙ୍ଗ</string>
     <string name="title_sort_on_time">ସମୟ</string>
     <string name="title_sort_on_unread">ପଢ଼ି ନାହାଁନ୍ତି</string>
     <string name="title_sort_on_starred">ତାରାଙ୍କିତ</string>
@@ -534,6 +541,7 @@
     <string name="title_rule_delete">ସବୁଦିନ ପାଇଁ ବିଲୋପ କରନ୍ତୁ</string>
     <string name="title_rule_sound">ଧ୍ୱନି ବଜାନ୍ତୁ</string>
     <string name="title_rule_name">ନାମ</string>
+    <string name="title_rule_order">କ୍ରମ</string>
     <string name="title_rule_enabled">ସକ୍ଷମ ହୋଇଛି</string>
     <string name="title_rule_body">ପାଠ୍ୟ ଧାରଣ କରେ</string>
     <string name="title_rule_body_remark">ଏହି ସର୍ତ୍ତ ବ୍ୟବହାର କରିବା ଦ୍ୱାରା ସର୍ବଦା ବାର୍ତ୍ତାର ପାଠ୍ୟ ଡାଉନଲୋଡ୍ ହେବ, ଯାହା ବାର୍ତ୍ତା ତାଲିକାର ସିଙ୍କ୍ରୋନାଇଜେସନ୍ ମନ୍ଥର କରିପାରେ</string>
@@ -566,6 +574,7 @@
     <string name="title_legend_thread">ବାର୍ତ୍ତାଳାପ</string>
     <string name="title_legend_zoom">ପାଠ୍ୟ ଆକାର ବଦଳାନ୍ତୁ</string>
     <string name="title_legend_receipt">ରସିଦ ଅନୁରୋଧ କରାଯାଇଥିଲା</string>
+    <string name="title_legend_open_external">ଆପ୍ ବାହାରେ ଖୋଲନ୍ତୁ</string>
     <string name="title_legend_cc">CC/BCC ଦେଖାଅ</string>
     <string name="title_legend_link">ଲିଙ୍କ୍ ସନ୍ନିବେଶ କର</string>
     <string name="title_legend_photo">ଫଟୋ ଉଠାନ୍ତୁ</string>
@@ -630,6 +639,7 @@
     <string-array name="pollIntervalNames">
         <item>ସର୍ବଦା</item>
         <item>ପ୍ରତି ୫ ମିନିଟରେ</item>
+        <item>Every 10 minutes</item>
         <item>ପ୍ରତି ୧୫ ମିନିଟରେ</item>
         <item>ପ୍ରତି ୩୦ ମିନିଟରେ</item>
         <item>ପ୍ରତି ଘଣ୍ଟାରେ</item>
@@ -673,6 +683,7 @@
         <item>ପରବର୍ତ୍ତୀ ବାର୍ତ୍ତାଳାପକୁ ଯାଅ</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>ସାନ</item>
         <item>ଅତିରିକ୍ତ ଛୋଟ</item>
         <item>ଛୋଟ</item>
         <item>ମଧ୍ୟମ</item>
@@ -716,6 +727,7 @@
         <item>ମଧ୍ୟମ</item>
         <item>ବଡ଼</item>
     </string-array>
+    <string name="title_size_tiny">ସାନ</string>
     <string-array name="receiptNames">
         <item>କେବଳ ପଠନ ରସିଦ</item>
         <item>କେବଳ ବିତରଣ ରସିଦ</item>
diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml
index bad3728abc..07f0c04d9a 100644
--- a/app/src/main/res/values-pl-rPL/strings.xml
+++ b/app/src/main/res/values-pl-rPL/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail to aplikacja e-mail o otwartym kodzie źródłowym, koncentrująca się na prywatności i bezpieczeństwie. Z tego powodu niektóre funkcje mogą działać inaczej niż to, do czego jesteś przyzwyczajony.</string>
     <string name="app_limitations">Przykładowo, wiadomości są domyślnie formatowane tak, aby usunąć niebezpieczne elementy i poprawić czytelność, a otwieranie linków musi zostać potwierdzone ze względów bezpieczeństwa. Obie funkcje mogą zostać wyłączone w opcjach.</string>
     <string name="app_unsupported">Błędy w wersji Androida tego urządzenia powodują awarie</string>
+    <string name="app_data_loss">Wszystkie dane mogą zostać utracone</string>
     <string name="app_continue">Kontynuuj mimo to</string>
     <string name="app_exit">Użyj przycisku \'wstecz\', aby wyjść</string>
     <string name="app_cake">Za mało miejsca w pamięci</string>
@@ -149,7 +150,7 @@
     <string name="title_list_accounts">Konta</string>
     <string name="title_list_identities">Tożsamości</string>
     <string name="title_edit_account">Edytuj konto</string>
-    <string name="title_edit_identity">Edycja tożsamości</string>
+    <string name="title_edit_identity">Edytuj tożsamość</string>
     <string name="title_edit_folder">Edytuj folder</string>
     <string name="title_disable_gmail">Wyłącz aplikację Gmail</string>
     <string name="title_setup">Ustawienia</string>
@@ -167,6 +168,7 @@
     <string name="title_setup_quick_smtp">Serwer SMTP do wysyłania wiadomości</string>
     <string name="title_setup_quick_certificates">Certyfikaty serwera</string>
     <string name="title_setup_wizard">Kreator</string>
+    <string name="title_setup_wizard_tutorials">Poradniki</string>
     <string name="title_setup_wizard_multiple">Kreator może być używany wielokrotnie, aby skonfigurować wiele kont</string>
     <string name="title_setup_wizard_new">Potrzebujesz nowego adresu e-mail?</string>
     <string name="title_setup_manual">Ręczna konfiguracja i opcje konta</string>
@@ -177,6 +179,7 @@
     <string name="title_setup_account_identity_hint">Możesz skonfigurować nazwę, kolor i akcje przesuwania w ustawieniach konta oraz skonfigurować podpis w ustawieniach tożsamości</string>
     <string name="title_setup_accounts">Konta</string>
     <string name="title_setup_identities">Tożsamości</string>
+    <string name="title_setup_google_sign_in">Zaloguj się poprzez Google</string>
     <string name="title_setup_other">Inny dostawca</string>
     <string name="title_setup_inbound">Tylko przychodzące wiadomości e-mail (wiadomości e-mail nie mogą być wysyłane!)</string>
     <string name="title_setup_pop3">Konto POP3</string>
@@ -184,7 +187,7 @@
     <string name="title_setup_gmail_support">Autoryzacja kont Google będzie działać tylko w wersji Sklep Play i GitHub, ponieważ Android sprawdza podpis aplikacji cyfrowej</string>
     <string name="title_setup_gmail_rationale">Przyznaj uprawnienia, aby wybrać konto i odczytać twoje imię</string>
     <string name="title_setup_gmail_permissions">Google poprosi o uprawnienia do odczytu, tworzenia, wysyłania i trwałego usuwania wszystkich wiadomości e-mail. FairEmail nigdy nie usunie twoich wiadomości bez Twojej wyraźnej zgody.</string>
-    <string name="title_setup_gmail_drafts">Jeśli folder wersji roboczych nie jest dostępny przez IMAP, można to naprawić w ustawieniach etykiety Gmail</string>
+    <string name="title_setup_gmail_on_device">Dlaczego muszę wybrać konto na urządzeniu?</string>
     <string name="title_setup_gmail_password">Chcę autoryzować konto za pomocą hasła zamiast konta na urządzeniu</string>
     <string name="title_setup_office_auth">Błąd \"AUTHENTICATE failed\" może być spowodowany wyłączeniem protokołu IMAP/SMTP przez administratora systemu</string>
     <string name="title_setup_oauth_rationale">Autoryzuj dostęp do Twojego konta %1$s</string>
@@ -404,6 +407,7 @@
     <string name="title_advanced_timeout">Limit czasu połączenia (sekundy)</string>
     <string name="title_advanced_prefer_ip4">Preferuj IPv4 nad IPv6</string>
     <string name="title_advanced_ssl_harden">Wzmocnij połączenia SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Wymagaj TLS 1.3</string>
     <string name="title_advanced_cert_strict">Ścisła kontrola certyfikatu</string>
     <string name="title_advanced_manage_connectivity">Zarządzaj połączeniami</string>
     <string name="title_advanced_caption_general">Ogólne</string>
@@ -420,7 +424,7 @@
     <string name="title_advanced_two_col">Dwie kolumny</string>
     <string name="title_advanced_min_screen_size">Minimalny rozmiar ekranu dla podziału ekranu</string>
     <string name="title_advanced_close_pane">Zwiń wiersz lub kolumnę podczas zamykania rozmowy</string>
-    <string name="title_advanced_column_width">Szerokość kolumny wiadomości: %1$s %%</string>
+    <string name="title_advanced_column_width">Szerokość kolumny wiadomości / wysokość wiersza: %1$s %%</string>
     <string name="title_advanced_nav_options">Pokaż opcje menu nawigacji</string>
     <string name="title_advanced_nav_categories">Pokaż kategorie kont w menu nawigacji</string>
     <string name="title_advanced_nav_pin">Przypnij menu nawigacji</string>
@@ -495,6 +499,7 @@
     <string name="title_advanced_text_size">Użyj rozmiarów tekstu</string>
     <string name="title_advanced_text_font">Użyj czcionek</string>
     <string name="title_advanced_text_align">Użyj wyrównania tekstu</string>
+    <string name="title_advanced_text_titles">Pokaż {HTML titles}</string>
     <string name="title_advanced_text_separators">Użyj linii separatora</string>
     <string name="title_advanced_collapse_quotes">Zwiń cytowany tekst</string>
     <string name="title_advanced_image_placeholders">Pokaż symbole zastępcze obrazu</string>
@@ -505,6 +510,7 @@
     <string name="title_advanced_actionbar_color">Użyj koloru konta jako koloru tła dla paska akcji rozmowy</string>
     <string name="title_advanced_category_header">Grupuj według kategorii konta</string>
     <string name="title_advanced_navbar_colorize">Koloruj pasek nawigacji Androida</string>
+    <string name="title_advanced_list_count">Pokaż liczbę wiadomości lub konwersacji na górnym pasku akcji</string>
     <string name="title_advanced_bundled_fonts">Użyj dołączonych czcionek</string>
     <string name="title_advanced_parse_classes">Parsowanie arkuszy stylów</string>
     <string name="title_advanced_authentication">Pokaż ostrzeżenia o uwierzytelnieniu</string>
@@ -513,6 +519,7 @@
     <string name="title_advanced_authentication_none">Brak uwierzytelnienia</string>
     <string name="title_advanced_authentication_some">Uwierzytelnianie częściowe</string>
     <string name="title_advanced_authentication_all">Pełne uwierzytelnienie</string>
+    <string name="title_advanced_restore_on_launch">Przywróć stan aplikacji przy uruchomieniu</string>
     <string name="title_advanced_sync_on_launch">Synchronizuj podczas włączania aplikacji</string>
     <string name="title_advanced_double_back">Podwójne \'wstecz\', aby wyjść</string>
     <string name="title_advanced_conversation_actions">Sugeruj akcje (Android 10+)</string>
@@ -555,6 +562,7 @@
     <string name="title_advanced_notify_background">Pokaż powiadomienia tylko, gdy pracuje w tle</string>
     <string name="title_advanced_notify_known">Pokaż powiadomienia tylko dla kontaktów</string>
     <string name="title_advanced_notify_suppress_in_call">Opóźnij powiadomienia podczas połączenia</string>
+    <string name="title_advanced_notify_suppress_in_car">Opóźnij powiadomienia, gdy Android Auto jest połączony</string>
     <string name="title_advanced_notify_summary">Pokaż tylko podsumowanie</string>
     <string name="title_advanced_notify_preview">Pokaż podgląd wiadomości w powiadomieniach</string>
     <string name="title_advanced_notify_preview_all">Podgląd całego tekstu</string>
@@ -639,6 +647,7 @@
     <string name="title_advanced_class_min_difference">Minimalna różnica klasy: %1$s %%</string>
     <string name="title_advanced_language">Język</string>
     <string name="title_advanced_language_system">Systemowy</string>
+    <string name="title_advanced_lt">Integracja LanguageTool</string>
     <string name="title_advanced_deepl">Integracja z DeepL</string>
     <string name="title_advanced_sdcard">Chcę użyć karty SD</string>
     <string name="title_advanced_watchdog">Okresowo sprawdzaj, czy FairEmail jest nadal aktywny</string>
@@ -652,6 +661,7 @@
     <string name="title_advanced_last_cleanup">Ostatnie czyszczenie: %1$s</string>
     <string name="title_advanced_app">Ustawienia aplikacji</string>
     <string name="title_advanced_more">Więcej opcji</string>
+    <string name="title_advanced_main_log">Logowanie główne</string>
     <string name="title_advanced_protocol">Rejestrowanie protokołów</string>
     <string name="title_advanced_log_info">Rejestrowanie debugowania</string>
     <string name="title_advanced_debug">Debuguj</string>
@@ -679,7 +689,7 @@
     <string name="title_advanced_folder_nav_hint">Spowoduje to zawsze powrót z listy wiadomości do listy folderów powiązanego konta</string>
     <string name="title_advanced_suggest_names_hint">Jeśli wyłączone, tylko adresy e-mail będą używane podczas wybierania kontaktów</string>
     <string name="title_advanced_suggest_local_hint">Oprócz kontaktów dostarczanych przez Androida. Dane kontaktowe będą przechowywane dla nowo wysłanych lub odebranych wiadomości tylko kiedy włączone.</string>
-    <string name="title_advanced_auto_identity_hint">Spowoduje to wybranie ostatniej tożsamości używanej jako pierwszy odbiorca nowych wiadomości</string>
+    <string name="title_advanced_auto_identity_hint">Spowoduje to wybranie ostatnio użytej tożsamości podczas wybierania odbiorcy dla nowych wiadomości</string>
     <string name="title_advanced_send_reminders_hint">Pokaż ostrzeżenie, gdy tekst wiadomości lub temat jest pusty lub gdy może brakować załącznika</string>
     <string name="title_advanced_reply_move_hint">Serwer e-mail może nadal dodawać wiadomości do folderu wysłanych wiadomości</string>
     <string name="title_advanced_usenet_hint">Wstaw \'-- \' między tekstem a podpisem</string>
@@ -716,6 +726,7 @@
     <string name="title_advanced_inline_hint">Obrazy wstawione są obrazami zawartymi w wiadomości</string>
     <string name="compressed">Nie zostanie wyświetlona zawartość plików skompresowanych (%1$s), z więcej niż %2$s plikami lub z plikami większymi niż %3$s</string>
     <string name="title_advanced_parse_classes_hint">Spowoduje to poprawniejsze wyświetlanie wiadomości, ale z możliwym opóźnieniem</string>
+    <string name="title_advanced_restore_on_launch_hint">Przywraca ostatni stan aplikacji po jej ponownym uruchomieniu za pomocą ikony launchera, w ciągu %1$d minut</string>
     <string name="title_advanced_language_detection_hint">Obsługa wykrywania języków zależy od producenta urządzenia</string>
     <string name="title_advanced_autoexpand_hint">Automatycznie otwieraj wiadomość, gdy w rozmowie jest tylko jedna wiadomość lub tylko jedna nieprzeczytana wiadomość</string>
     <string name="title_advanced_expandall_hint">Przycisk odpowiedzi nie będzie wyświetlany, gdy zostanie rozwinięte wiele wiadomości, ponieważ nie jest jasne, do której wiadomości odnosi się przycisk</string>
@@ -733,6 +744,7 @@
     <string name="title_advanced_safe_browsing_hint">Serwer Google wie, które adresy są wyszukiwane</string>
     <string name="title_advanced_badge_hint">Dostępne tylko na wspieranych launcherach</string>
     <string name="title_advanced_notify_action_hint">Wyświetlone zostaną co najwyżej trzy akcje</string>
+    <string name="title_advanced_notify_car_hint">Połączony oznacza, że coś jest wyświetlane, na przykład mapa do nawigacji</string>
     <string name="title_advanced_notify_remove_hint">Powiadomienia o nowych wiadomościach będą zawsze usuwane po przesunięciu i oznaczeniu wiadomości jako przeczytane</string>
     <string name="title_advanced_notify_manage_hint">Dotknij nazwę kanału, aby ustawić właściwości kanału</string>
     <string name="title_advanced_notify_manage_default_hint">Aby ustawić domyślny dźwięk, itp.</string>
@@ -767,6 +779,7 @@
     <string name="title_advanced_sender_regex">Regex, aby dopasować nazwę użytkownika dla przychodzących adresów e-mail</string>
     <string name="title_identity_reply_to">Odpowiedz na adres</string>
     <string name="title_identity_internal">Wewnętrzne nazwy domen (oddzielone przecinkami)</string>
+    <string name="title_identity_unicode">Zezwalaj na UTF-8 w nagłówkach wiadomości</string>
     <string name="title_identity_unicode_remark">Większość serwerów nie wspiera tego</string>
     <string name="title_identity_octetmime">Zezwalaj na 8BITMIME</string>
     <string name="title_identity_max_size">Maksymalny rozmiar wiadomości (MB)</string>
@@ -798,7 +811,7 @@
     <string name="title_custom">Własne</string>
     <string name="title_host">Nazwa hosta</string>
     <string name="title_encryption">Szyfrowanie</string>
-    <string name="title_encryption_none">Żaden</string>
+    <string name="title_encryption_none">Brak (niebezpieczne)</string>
     <string name="title_allow_insecure">Zezwól na niezabezpieczone połączenia</string>
     <string name="title_insecure_remark">Niebezpieczne połączenia powinny być dozwolone tylko w zaufanych sieciach, a nigdy w sieciach publicznych</string>
     <string name="title_notify_remark">Można włączyć tę funkcję dla specyficznych powiadomień danego konta</string>
@@ -858,6 +871,7 @@
     <string name="title_account_delete">Usunąć to konto bezpowrotnie?</string>
     <string name="title_identity_delete">Usunąć tożsamość bezpowrotnie?</string>
     <string name="title_edit_html">Edytuj jako HTML</string>
+    <string name="title_import_file">Importuj plik</string>
     <string name="title_sign_key">Klucz podpisu: %1$s</string>
     <string name="title_last_connected">Ostatnio połączony: %1$s</string>
     <string name="title_backoff_until">Oczekiwanie po niepowodzeniu do: %1$s</string>
@@ -938,6 +952,7 @@
     <string name="title_search_folder">Szukaj folderu</string>
     <string name="title_apply_to_all">Zastosuj dla wszystkich</string>
     <string name="title_edit_account_name">Edytuj nazwę konta</string>
+    <string name="title_edit_account_color">Edytuj kolor konta</string>
     <string name="title_hide_folder">Ukryj folder</string>
     <string name="title_hide_seen_folder">Ukryj folder, jeśli wszystkie wiadomości zostały przeczytane</string>
     <string name="title_hide_seen_folder_hint">Tylko na liście folderów wyświetlanej na ekranie startowym</string>
@@ -1346,6 +1361,10 @@
     <string name="title_search_in">Szukaj w</string>
     <string name="title_search_sender">Szukaj nadawcy</string>
     <string name="title_search_delete">Usunąć zapisane wyszukiwanie?</string>
+    <string name="title_save_search">Zapisane wyszukiwanie</string>
+    <string name="title_save_search_name">Nazwa</string>
+    <string name="title_save_search_order">Kolejność</string>
+    <string name="title_save_search_color">Kolor</string>
     <string name="title_sort_on">Sortuj wg</string>
     <string name="title_sort_on_time">Czas</string>
     <string name="title_sort_on_unread">Nieprzeczytane</string>
@@ -1554,6 +1573,7 @@
     <string name="title_legend_embedded_image">Symbol zastępczy obrazu wstawionego</string>
     <string name="title_legend_tracking_pixel">Obrazek śledzący</string>
     <string name="title_legend_broken_image">Uszkodzony obraz</string>
+    <string name="title_legend_open_external">Otwórz poza aplikacją</string>
     <string name="title_legend_pick">Wybierz kontakt</string>
     <string name="title_legend_cc">Pokaż DW/UDW</string>
     <string name="title_legend_link">Wstaw link</string>
@@ -1637,6 +1657,7 @@
     <string name="title_yes">Tak</string>
     <string name="title_no">Nie</string>
     <string name="title_later">Później</string>
+    <string name="title_paste_plain">Wklej jako zwykły tekst</string>
     <string name="title_undo">Cofnij</string>
     <string name="title_redo">Ponów</string>
     <string name="title_insert_line">Wstaw linię</string>
@@ -1706,7 +1727,6 @@
     <string name="title_boundary_retry">Spróbuj ponownie</string>
     <string name="title_unexpected_error">Nieoczekiwany błąd</string>
     <string name="title_log">Log</string>
-    <string name="title_auto_scroll">Autoprzewijanie</string>
     <string name="title_log_clear">Wyczyść</string>
     <string name="title_rules_search_hint">Szukaj nazwy lub warunku</string>
     <string name="title_rules_export">Eksportuj reguły</string>
@@ -1739,6 +1759,7 @@
     <string name="title_widget_compose">Pokaż przycisk tworzenia nowej wiadomości</string>
     <string name="title_widget_background">Kolor tła</string>
     <string name="title_widget_day_night">Podążaj za ciemnym motywem systemowym</string>
+    <string name="title_compat_dark">Google usunęło tryb ciemny dla Androida przed wersją 10</string>
     <string name="title_accessibility_collapsed">Zwinięta</string>
     <string name="title_accessibility_expanded">Rozwinięta</string>
     <string name="title_accessibility_seen">Przeczytana</string>
@@ -1779,6 +1800,7 @@
     <string-array name="pollIntervalNames">
         <item>Zawsze</item>
         <item>Co 5 minut</item>
+        <item>Co 10 minut</item>
         <item>Co 15 minut</item>
         <item>Co 30 minut</item>
         <item>Co godzinę</item>
@@ -1822,6 +1844,7 @@
         <item>Idź do następnej wiadomości</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Drobna</item>
         <item>Bardzo mały</item>
         <item>Małe</item>
         <item>Średnie</item>
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index a53016109c..3c7e69d06a 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail é um aplicativo de e-mail de código aberto focado em privacidade e segurança. Por esse motivo, alguns recursos podem funcionar de maneira diferente do que você está acostumado.</string>
     <string name="app_limitations">Por exemplo, as mensagens são reformatadas por padrão para remover elementos inseguros e melhorar a legibilidade, e a abertura de links precisa ser confirmada para segurança. Ambos podem ser desativados se desejados.</string>
     <string name="app_unsupported">Bugs na versão Android deste dispositivo em particular causam travamentos</string>
+    <string name="app_data_loss">Todos os dados poderão ser perdidos</string>
     <string name="app_continue">Continuar mesmo assim</string>
     <string name="app_exit">Pressione \'voltar\' novamente para sair</string>
     <string name="app_cake">Espaço de armazenamento insuficiente</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">Servidor SMTP para enviar mensagens</string>
     <string name="title_setup_quick_certificates">Certificados do servidor</string>
     <string name="title_setup_wizard">Assistente</string>
+    <string name="title_setup_wizard_tutorials">Tutoriais</string>
     <string name="title_setup_wizard_multiple">O assistente pode ser usado várias vezes para configurar várias contas</string>
     <string name="title_setup_wizard_new">Preciso de um novo endereço de e-mail</string>
     <string name="title_setup_manual">Opções manuais de configuração e conta</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Você pode configurar nome, cor e swipe actions nas configurações de conta e customizar uma assinatura nas configurações de identidade</string>
     <string name="title_setup_accounts">Contas</string>
     <string name="title_setup_identities">Identidades</string>
+    <string name="title_setup_google_sign_in">Entrar com o Google</string>
     <string name="title_setup_other">Outro provedor</string>
     <string name="title_setup_inbound">Somente e-mails recebidos (e-mail não pode ser enviado!)</string>
     <string name="title_setup_pop3">Conta POP3</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">A autorização de contas Google funcionará apenas nas versões Play Store e GitHub porque o Android verifica a assinatura do aplicativo digital</string>
     <string name="title_setup_gmail_rationale">Por favor, conceda permissão para selecionar uma conta e ler seu nome</string>
     <string name="title_setup_gmail_permissions">Google pedirá permissão para ler, compor, enviar e excluir permanentemente todo seu e-mail. O FairEmail nunca apagará suas mensagens sem o seu consentimento explícito.</string>
-    <string name="title_setup_gmail_drafts">Se a pasta rascunho não estiver acessível pelo IMAP, ela pode ser fixa nas configurações de etiqueta do Gmail</string>
+    <string name="title_setup_gmail_on_device">Por que eu preciso selecionar uma conta no dispositivo?</string>
     <string name="title_setup_gmail_password">Eu quero autorizar uma conta com uma senha ao invés de uma conta no dispositivo</string>
     <string name="title_setup_office_auth">O erro \'Falha de Autenticação\' pode ser causadado por desativação do IMAP/SMTP pelo administrador do sistema</string>
     <string name="title_setup_oauth_rationale">Autorizar acesso à sua conta %1$s</string>
@@ -382,6 +385,7 @@
     <string name="title_advanced_timeout">Conexão expira em (segundos)</string>
     <string name="title_advanced_prefer_ip4">Preferir IPv4 ao invés de IPv6</string>
     <string name="title_advanced_ssl_harden">Reforçar conexões SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Requer TLS 1.3</string>
     <string name="title_advanced_cert_strict">Verificação rigorosa de certificado</string>
     <string name="title_advanced_manage_connectivity">Gerenciar conectividade</string>
     <string name="title_advanced_caption_general">Geral</string>
@@ -398,7 +402,7 @@
     <string name="title_advanced_two_col">Usar duas colunas</string>
     <string name="title_advanced_min_screen_size">Tamanho mínimo da tela para dividir a tela</string>
     <string name="title_advanced_close_pane">Recolher linha ou coluna ao fechar uma conversa</string>
-    <string name="title_advanced_column_width">Largura da coluna da mensagem: %1$s %%</string>
+    <string name="title_advanced_column_width">Largura da coluna da mensagem / altura da linha: %1$s %%</string>
     <string name="title_advanced_nav_options">Mostrar opções de menu de navegação</string>
     <string name="title_advanced_nav_categories">Mostrar categorias de conta no menu de navegação</string>
     <string name="title_advanced_nav_pin">Fixar menu de navegação</string>
@@ -473,6 +477,7 @@
     <string name="title_advanced_text_size">Usar tamanho do texto</string>
     <string name="title_advanced_text_font">Usar fontes</string>
     <string name="title_advanced_text_align">Usar alinhamento de texto</string>
+    <string name="title_advanced_text_titles">Mostrar {HTML titles}</string>
     <string name="title_advanced_text_separators">Usar linhas de separador</string>
     <string name="title_advanced_collapse_quotes">Recolher texto citado</string>
     <string name="title_advanced_image_placeholders">Mostrar espaços reservados da imagem</string>
@@ -483,6 +488,7 @@
     <string name="title_advanced_actionbar_color">Usar cor da conta como cor de fundo para barra de ação de conversa</string>
     <string name="title_advanced_category_header">Agrupar por categoria de conta</string>
     <string name="title_advanced_navbar_colorize">Colorir a barra de navegação do Android</string>
+    <string name="title_advanced_list_count">Mostrar o número de mensagens ou conversas na barra de ação superior</string>
     <string name="title_advanced_bundled_fonts">Usar fontes embutidas</string>
     <string name="title_advanced_parse_classes">Analisar folhas de estilo</string>
     <string name="title_advanced_authentication">Mostrar avisos de autenticação</string>
@@ -491,6 +497,7 @@
     <string name="title_advanced_authentication_none">Sem autenticação</string>
     <string name="title_advanced_authentication_some">Autenticação parcial</string>
     <string name="title_advanced_authentication_all">Concluir autenticação</string>
+    <string name="title_advanced_restore_on_launch">Restaurar estado do app ao iniciar</string>
     <string name="title_advanced_sync_on_launch">Sincronizar ao iniciar app</string>
     <string name="title_advanced_double_back">Pressione duas vezes \"Voltar\" para sair</string>
     <string name="title_advanced_conversation_actions">Sugerir ações (Android 10+)</string>
@@ -533,6 +540,7 @@
     <string name="title_advanced_notify_background">Mostrar notificações apenas em segundo plano</string>
     <string name="title_advanced_notify_known">Mostrar notificações apenas para contatos</string>
     <string name="title_advanced_notify_suppress_in_call">Atrasar notificações durante uma chamada</string>
+    <string name="title_advanced_notify_suppress_in_car">Atrasar notificações enquanto o Android Auto está conectado</string>
     <string name="title_advanced_notify_summary">Mostrar apenas notificação de resumo</string>
     <string name="title_advanced_notify_preview">Mostrar pré-visualização de mensagem nas notificações</string>
     <string name="title_advanced_notify_preview_all">Pré-visualizar todo o texto</string>
@@ -617,6 +625,7 @@
     <string name="title_advanced_class_min_difference">Diferença mínima da classe: %1$s %%</string>
     <string name="title_advanced_language">Idioma</string>
     <string name="title_advanced_language_system">Sistema</string>
+    <string name="title_advanced_lt">Integração com LanguageTool</string>
     <string name="title_advanced_deepl">Integração DeepL</string>
     <string name="title_advanced_sdcard">Eu quero usar um sdcard</string>
     <string name="title_advanced_watchdog">Verifique periodicamente se o FairEmail ainda está ativo</string>
@@ -630,6 +639,7 @@
     <string name="title_advanced_last_cleanup">Última limpeza: %1$s</string>
     <string name="title_advanced_app">Configurações do aplicativo</string>
     <string name="title_advanced_more">Mais opções</string>
+    <string name="title_advanced_main_log">Registro principal</string>
     <string name="title_advanced_protocol">Registro de protocolo</string>
     <string name="title_advanced_log_info">Log de depuração</string>
     <string name="title_advanced_debug">Modo de depuração</string>
@@ -657,7 +667,7 @@
     <string name="title_advanced_folder_nav_hint">Isto sempre irá retornar para lista de pastas da conta relacionada de uma lista de mensagens</string>
     <string name="title_advanced_suggest_names_hint">Se desativado, somente endereços de email serão utilizados ao selecionar contatos</string>
     <string name="title_advanced_suggest_local_hint">Além dos contatos fornecidos pelo Android. Os dados de contato serão armazenados para novas mensagens enviadas ou recebidas somente quando ativados.</string>
-    <string name="title_advanced_auto_identity_hint">Isso selecionará a última identidade usada para o primeiro destinatário de novas mensagens</string>
+    <string name="title_advanced_auto_identity_hint">Isso selecionará a última identidade usada ao selecionar um destinatário para novas mensagens</string>
     <string name="title_advanced_send_reminders_hint">Mostrar um aviso quando o texto da mensagem ou o assunto estiver vazio ou quando um anexo puder estar ausente</string>
     <string name="title_advanced_reply_move_hint">O servidor de e-mail ainda pode adicionar as mensagens à pasta de mensagens enviadas</string>
     <string name="title_advanced_usenet_hint">Inserir \'-- \' entre o texto e a assinatura</string>
@@ -694,6 +704,7 @@
     <string name="title_advanced_inline_hint">Imagens em linha são incluídas na mensagem</string>
     <string name="compressed">O conteúdo de arquivos compactados (%1$s) com mais de %2$s arquivos ou com arquivos maiores que %3$s não serão ser exibidos</string>
     <string name="title_advanced_parse_classes_hint">Isto irá exibir mensagens com mais precisão, mas possivelmente com um atraso</string>
+    <string name="title_advanced_restore_on_launch_hint">Restaurar o último estado do app quando reiniciar via ícone do lançador dentro de %1$d minutos</string>
     <string name="title_advanced_language_detection_hint">O suporte à detecção do idioma depende do fabricante do dispositivo</string>
     <string name="title_advanced_autoexpand_hint">Abrir automaticamente a mensagem quando há apenas uma mensagem ou uma mensagem não-lida em uma conversa</string>
     <string name="title_advanced_expandall_hint">O botão de resposta não será mostrado quando várias mensagens forem expandidas porque não está claro a qual mensagem o botão se aplica</string>
@@ -711,6 +722,7 @@
     <string name="title_advanced_safe_browsing_hint">O servidor do Google reconhece quais endereços estão sendo procurados</string>
     <string name="title_advanced_badge_hint">Disponível somente em lançadores suportados</string>
     <string name="title_advanced_notify_action_hint">No máximo três ações serão mostradas</string>
+    <string name="title_advanced_notify_car_hint">Conectado significa que algo está sendo projetado, como um mapa para navegação</string>
     <string name="title_advanced_notify_remove_hint">Novas notificações de mensagem serão sempre removidas ao serem arrastadas e ao marcar mensagens lidas</string>
     <string name="title_advanced_notify_manage_hint">Toque no nome do canal para definir as propriedades do canal</string>
     <string name="title_advanced_notify_manage_default_hint">Para definir o som padrão, etc</string>
@@ -777,7 +789,7 @@
     <string name="title_custom">Personalizado</string>
     <string name="title_host">Nome do servidor</string>
     <string name="title_encryption">Criptografia</string>
-    <string name="title_encryption_none">Nenhuma</string>
+    <string name="title_encryption_none">Nenhuma (inseguro)</string>
     <string name="title_allow_insecure">Permitir conexões inseguras</string>
     <string name="title_insecure_remark">Conexões inseguras só devem ser permitidas em redes confiáveis e nunca em redes públicas</string>
     <string name="title_notify_remark">Você pode habilitar isso para notificações específicas da conta</string>
@@ -837,6 +849,7 @@
     <string name="title_account_delete">Excluir esta conta permanentemente?</string>
     <string name="title_identity_delete">Excluir esta identidade permanentemente?</string>
     <string name="title_edit_html">Editar como HTML</string>
+    <string name="title_import_file">Importar arquivo</string>
     <string name="title_sign_key">Assinar chave: %1$s</string>
     <string name="title_last_connected">Última vez conectado: %1$s</string>
     <string name="title_backoff_until">Esperando após falha até %1$s</string>
@@ -917,6 +930,7 @@
     <string name="title_search_folder">Pesquisar pasta</string>
     <string name="title_apply_to_all">Aplicar a todos</string>
     <string name="title_edit_account_name">Editar nome da conta</string>
+    <string name="title_edit_account_color">Editar cor da conta</string>
     <string name="title_hide_folder">Ocultar pasta</string>
     <string name="title_hide_seen_folder">Ocultar pasta se todas as mensagens estiverem lidas</string>
     <string name="title_hide_seen_folder_hint">Somente na lista de pastas mostrada na tela inicial</string>
@@ -1326,6 +1340,10 @@
     <string name="title_search_in">Procurar em</string>
     <string name="title_search_sender">Procurar por remetente</string>
     <string name="title_search_delete">Excluir a pesquisa salva?</string>
+    <string name="title_save_search">Pesquisa salva</string>
+    <string name="title_save_search_name">Nome</string>
+    <string name="title_save_search_order">Ordenar</string>
+    <string name="title_save_search_color">Cor</string>
     <string name="title_sort_on">Ordenar por</string>
     <string name="title_sort_on_time">Data</string>
     <string name="title_sort_on_unread">Não lida</string>
@@ -1533,6 +1551,7 @@
     <string name="title_legend_embedded_image">Espaço reservado a uma imagem embutida</string>
     <string name="title_legend_tracking_pixel">Imagem de rastreamento</string>
     <string name="title_legend_broken_image">Imagem com erros</string>
+    <string name="title_legend_open_external">Abrir fora do aplicativo</string>
     <string name="title_legend_pick">Escolher contato</string>
     <string name="title_legend_cc">Mostrar CC/CCO</string>
     <string name="title_legend_link">Inserir link</string>
@@ -1616,6 +1635,7 @@
     <string name="title_yes">Sim</string>
     <string name="title_no">Não</string>
     <string name="title_later">Depois</string>
+    <string name="title_paste_plain">Colar como texto simples</string>
     <string name="title_undo">Desfazer</string>
     <string name="title_redo">Refazer</string>
     <string name="title_insert_line">Inserir linha</string>
@@ -1686,7 +1706,6 @@
     <string name="title_boundary_retry">Desculpe, tente denovo</string>
     <string name="title_unexpected_error">Erro inesperado</string>
     <string name="title_log">Log</string>
-    <string name="title_auto_scroll">Rolagem automática</string>
     <string name="title_log_clear">Limpar</string>
     <string name="title_rules_search_hint">Pesquisar nome ou condição</string>
     <string name="title_rules_export">Exportar regras</string>
@@ -1719,6 +1738,7 @@
     <string name="title_widget_compose">Mostrar botão compor nova mensagem</string>
     <string name="title_widget_background">Cor de fundo</string>
     <string name="title_widget_day_night">Seguir o tema escuro do sistema</string>
+    <string name="title_compat_dark">A Google removeu o modo escuro para versões do Android anteriores a versão 10</string>
     <string name="title_accessibility_collapsed">Desabou</string>
     <string name="title_accessibility_expanded">Expandido</string>
     <string name="title_accessibility_seen">Lido</string>
@@ -1757,6 +1777,7 @@
     <string-array name="pollIntervalNames">
         <item>Sempre</item>
         <item>A cada 5 minutos</item>
+        <item>A cada 10 minutos</item>
         <item>A cada 15 minutos</item>
         <item>A cada 30 minutos</item>
         <item>A cada hora</item>
@@ -1800,6 +1821,7 @@
         <item>Ir para a próxima conversa</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Minúsculo</item>
         <item>Extra pequeno</item>
         <item>Pequeno</item>
         <item>Médio</item>
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index 73edd30ef5..b42593df70 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">O FairEmail é uma aplicação de correio electrónico de código aberto focada na privacidade e na segurança. Por esta razão, algumas funções podem funcionar de forma diferente do que está acostumado.</string>
     <string name="app_limitations">Por exemplo, na configuração padrão as mensagens são reformatadas para remover elementos inseguros e melhorar a legibilidade, como a abertura de hiperligações precisa de ser confirmada por motivos de segurança. Ambas as opções podem ser desactivadas caso pretenda.</string>
     <string name="app_unsupported">Bugs na versão Android deste dispositivo em específico causam encerramentos inesperados</string>
+    <string name="app_data_loss">Poderão perder-se todos os dados</string>
     <string name="app_continue">Continuar mesmo assim</string>
     <string name="app_exit">Pressione novamente \'voltar\' para sair</string>
     <string name="app_cake">Espaço insuficiente</string>
@@ -79,6 +80,10 @@
         O bloqueio de nomes de domínio dos remetentes utiliza regras de filtragem, o que é uma funcionalidade paga.
     </string>
     <string name="title_blocked_senders">Remetentes bloqueados</string>
+    <plurals name="title_ask_block_sender">
+        <item quantity="one">Bloquear o remetente de %1$s mensagem?</item>
+        <item quantity="other">Bloquear o remetente de %1$s mensagens?</item>
+    </plurals>
     <string name="title_junk_filter">Usar filtro de spam local</string>
     <string name="title_junk_filter_hint">Isto pode aumentar o uso de bateria e marcar incorrectamente mensagens como sendo ‘spam’</string>
     <string name="title_junk_blocklist">Usar listas de bloqueio de spam</string>
@@ -138,6 +143,7 @@
     <string name="title_setup_quick_smtp">Servidor SMTP para enviar mensagens</string>
     <string name="title_setup_quick_certificates">Certificados do servidor</string>
     <string name="title_setup_wizard">Assistente</string>
+    <string name="title_setup_wizard_tutorials">Tutoriais</string>
     <string name="title_setup_wizard_multiple">O assistente pode ser usado várias vezes para configurar várias contas</string>
     <string name="title_setup_wizard_new">Preciso de um novo endereço de e-mail</string>
     <string name="title_setup_manual">Configuração manual e opções da conta</string>
@@ -148,13 +154,15 @@
     <string name="title_setup_account_identity_hint">É nas definições de conta que pode definir o nome, a cor e as acções de deslize; e onde configura a assinatura é nas definições de identidade</string>
     <string name="title_setup_accounts">Contas</string>
     <string name="title_setup_identities">Identidades</string>
+    <string name="title_setup_google_sign_in">Iniciar a sessão com conta Google</string>
     <string name="title_setup_other">Outro fornecedor</string>
     <string name="title_setup_pop3">Conta POP3</string>
     <string name="title_setup_oauth_permission">O fornecedor de e-mail aprovou OAuth apenas para a versão da Play Store e do GitHub</string>
     <string name="title_setup_gmail_support">Autorizar contas do Google funcionará na Play Store e na versão GitHub apenas porque o Android verifica a assinatura da aplicação digital</string>
     <string name="title_setup_gmail_rationale">Por favor, conceda permissões para selecionar uma conta e ler o seu nome</string>
     <string name="title_setup_gmail_permissions">O Google pedirá permissões para ler, compor, enviar e eliminar permanentemente todos os seus e-mails. O FairEmail nunca apagará as suas mensagens sem o seu consentimento explícito.</string>
-    <string name="title_setup_gmail_drafts">Se a pasta de rascunhos não estiver acessível pelo IMAP, isso poderá ser corrigido nas configurações de etiquetas do Gmail</string>
+    <string name="title_setup_gmail_on_device">Por que é que preciso selecionar uma conta no dispositivo?</string>
+    <string name="title_setup_gmail_password">Quero autorizar uma conta com a palavra-passe ao invés da conta em utilização no dispositivo</string>
     <string name="title_setup_office_auth">O erro \'AUTHENTICATE falhou\' pode ser causado por IMAP/SMTP estar desativado pelo administrador do sistema</string>
     <string name="title_setup_oauth_rationale">Autorizar o acesso à sua conta %1$s</string>
     <string name="title_setup_oauth_update">Autorizar novamente uma conta existente (caso contrário, criar uma conta)</string>
@@ -180,6 +188,7 @@
     <string name="title_setup_permissions">Conceder permissões</string>
     <string name="title_setup_permissions_remark">Para aceder a informações de contacto (opcional)</string>
     <string name="title_setup_permissions_explanation">As permissões de contacto são necessárias para procurar informações de contacto e sugerir contactos</string>
+    <string name="title_setup_permissions_notify">Para mostrar novas notificações de mensagens (opcional)</string>
     <string name="title_setup_permission_why">Que permissões são necessárias e porquê?</string>
     <string name="title_setup_permission_import_contacts">Como posso importar contactos?</string>
     <string name="title_setup_doze">Desactivar optimização de bateria</string>
@@ -467,6 +476,7 @@
     <string name="title_advanced_actionbar_color">Utilizar cor da conta como cor de fundo para a barra de acção da conversa</string>
     <string name="title_advanced_category_header">Agrupar por categoria de conta</string>
     <string name="title_advanced_navbar_colorize">Colorir a barra de navegação do Android</string>
+    <string name="title_advanced_list_count">Mostrar o número de mensagens ou conversas na barra superior</string>
     <string name="title_advanced_bundled_fonts">Usar tipos de letra embutidos</string>
     <string name="title_advanced_parse_classes">Usar folhas de estilo</string>
     <string name="title_advanced_authentication">Mostrar avisos de autenticação</string>
@@ -475,6 +485,7 @@
     <string name="title_advanced_authentication_none">Sem autenticação</string>
     <string name="title_advanced_authentication_some">Autenticação parcial</string>
     <string name="title_advanced_authentication_all">Autenticação concluída</string>
+    <string name="title_advanced_restore_on_launch">Restaurar o estado da aplicação ao iniciar</string>
     <string name="title_advanced_sync_on_launch">Sincronizar no início</string>
     <string name="title_advanced_double_back">Duplo \'voltar\' para sair</string>
     <string name="title_advanced_conversation_actions">Sugerir ações (Android 10+)</string>
@@ -516,6 +527,8 @@
     <string name="title_advanced_unseen_ignored">Corresponder o número de novas mensagens ao número de notificações</string>
     <string name="title_advanced_notify_background">Mostrar notificações apenas em segundo plano</string>
     <string name="title_advanced_notify_known">Mostrar notificações apenas para contactos</string>
+    <string name="title_advanced_notify_suppress_in_call">Atrasar notificações enquanto está numa chamada</string>
+    <string name="title_advanced_notify_suppress_in_car">Atrasar notificações enquanto o Android Auto está ligado</string>
     <string name="title_advanced_notify_summary">Mostrar apenas resumo na notificação</string>
     <string name="title_advanced_notify_preview">Mostrar pré-visualização de mensagem nas notificações</string>
     <string name="title_advanced_notify_preview_all">Pré-visualizar todo o texto</string>
@@ -601,6 +614,7 @@
     <string name="title_advanced_class_min_difference">Diferença mínima de classe: %1$s %%</string>
     <string name="title_advanced_language">Idioma</string>
     <string name="title_advanced_language_system">Sistema</string>
+    <string name="title_advanced_lt">Integração LanguageTool</string>
     <string name="title_advanced_deepl">Integração DeepL</string>
     <string name="title_advanced_sdcard">Quero utilizar um cartão SD</string>
     <string name="title_advanced_watchdog">Verificar periodicamente se o FairEmail ainda está ativo</string>
@@ -613,6 +627,7 @@
     <string name="title_advanced_cleanup">Limpeza</string>
     <string name="title_advanced_app">Definições da aplicação</string>
     <string name="title_advanced_more">Mais opções</string>
+    <string name="title_advanced_main_log">Principais registos</string>
     <string name="title_advanced_protocol">Registo do protocolo</string>
     <string name="title_advanced_log_info">Registo de depuração</string>
     <string name="title_advanced_debug">Modo de depuração</string>
@@ -638,7 +653,6 @@
     <string name="title_advanced_folder_nav_hint">Isto fará com que, ao pressionar \'voltar\' a partir da lista de mensagens, retorne sempre à lista de pastas da respectiva conta</string>
     <string name="title_advanced_suggest_names_hint">Com a opção desactiva, ao seleccionar um contacto apenas os endereços de e-mail serão utilizados</string>
     <string name="title_advanced_suggest_local_hint">Em complemento aos contactos fornecidos pelo Android. Apenas só será guardada informação de contactos nas mensagens recém-enviadas ou recebidas caso esta função esteja activa.</string>
-    <string name="title_advanced_auto_identity_hint">Isto selecionará a última identidade utilizada para o primeiro destinatário de novas mensagens</string>
     <string name="title_advanced_reply_move_hint">O servidor de correio electrónico ainda pode adicionar as mensagens à pasta de mensagens enviadas</string>
     <string name="title_advanced_usenet_hint">Coloca \'-- \' entre o texto e a assinatura</string>
     <string name="title_advanced_remove_signature_hint">Pode resultar na remoção de pouco ou de demasiado texto</string>
@@ -666,9 +680,12 @@
     <string name="title_advanced_autoclose_hint">Fechar as conversas automaticamente quando todas as mensagens são arquivadas, enviadas ou movidas para o lixo</string>
     <string name="title_advanced_bcc_hint">O endereço não será mostrado, mas será adicionado ao enviar</string>
     <string name="title_advanced_internal_hint">Haverá um aviso quando enviar para outro domínio</string>
+    <string name="title_advanced_e2e_encryption">Opções para \'encriptação ponta-a-ponta\'</string>
     <string name="title_advanced_display_harmful_hint">A desactivação desta opção pode ser lesiva para a sua privacidade</string>
     <string name="title_advanced_display_hidden_hint">Pode resultar em textos mal formatados e em duplicado</string>
     <string name="title_advanced_display_pin_hint">O PIN tem prioridade relativamente à autenticação biométrica</string>
+    <string name="title_advanced_display_autolock_nav_hint">Haverá um tempo de carência de %1$d segundos</string>
+    <string name="title_advanced_user_agent_hint">Alguns servidores não aceitam um texto genérico para o \'user agent\'</string>
     <string name="title_advanced_safe_browsing_hint">O servidor do Google reconhece quais endereços estão a ser visitados</string>
     <string name="title_advanced_notify_action_hint">No máximo serão mostradas três acções</string>
     <string name="title_advanced_notify_remove_hint">Novas notificações de mensagens serão sempre removidas ao serem arrastadas e ao serem marcadas como lidas</string>
@@ -700,6 +717,7 @@
     <string name="title_advanced_sender">Permitir a edição do endereço do remetente</string>
     <string name="title_advanced_sender_name">Utilizar o nome quando o endereço do remetente for editado</string>
     <string name="title_identity_reply_to">Responder para o endereço</string>
+    <string name="title_identity_unicode">Permitir UTF-8 nos cabeçalhos da mensagem</string>
     <string name="title_identity_unicode_remark">A maioria dos servidores não suporta isto</string>
     <string name="title_identity_octetmime">Permitir 8BITMIME</string>
     <string name="title_identity_max_size">Tamanho máximo da mensagem (MB)</string>
@@ -713,6 +731,7 @@
     <string name="title_account_name">Nome da conta</string>
     <string name="title_account_category">Categoria</string>
     <string name="title_account_name_hint">Utilizado para diferenciar pastas</string>
+    <string name="title_account_partial_fetch_hint">Desactivar isto apenas em caso de mensagens vazias ou anexos corrompidos</string>
     <string name="title_color">Cor</string>
     <string name="title_background">Fundo</string>
     <string name="title_transparent">Transparente</string>
@@ -720,6 +739,7 @@
     <string name="title_account_notify">Notificações separadas</string>
     <string name="title_account_left">Deslizar para a esquerda</string>
     <string name="title_account_right">Deslizar para a direita</string>
+    <string name="title_account_move">Por predefinição, mover para</string>
     <string name="title_domain">Nome do domínio</string>
     <string name="title_autoconfig">Obter configurações</string>
     <string name="title_aliases">Pseudónimos</string>
@@ -727,8 +747,9 @@
     <string name="title_custom">Personalizado</string>
     <string name="title_host">Nome do servidor</string>
     <string name="title_encryption">Encriptação</string>
-    <string name="title_encryption_none">Nenhuma</string>
+    <string name="title_encryption_none">Nenhuma (insegura)</string>
     <string name="title_allow_insecure">Permitir ligações inseguras</string>
+    <string name="title_notify_remark">Pode activar isto para ter notificações de uma conta em específico</string>
     <string name="title_port">Número da porta</string>
     <string name="title_user">Nome de utilizador</string>
     <string name="title_password">Palavra-passe</string>
@@ -776,6 +797,7 @@
     <string name="title_account_delete">Eliminar esta conta permanentemente?</string>
     <string name="title_identity_delete">Eliminar esta identidade permanentemente?</string>
     <string name="title_edit_html">Editar como HTML</string>
+    <string name="title_import_file">Importar ficheiro</string>
     <string name="title_sign_key">Chave de assinatura: %1$s</string>
     <string name="title_last_connected">Última ligação: %1$s</string>
     <string name="title_pop_support">O protocolo POP3 só pode descarregar e eliminar mensagens da caixa de entrada. Não é possível marcar as mensagens como lidas, denunciar spam, mover mensagens, etc. Considere a utilização do protocolo IMAP sempre que possível.</string>
@@ -1181,6 +1203,7 @@
     <string name="title_encrypt">Cifrar</string>
     <string name="title_decrypt">Decifrar</string>
     <string name="title_resync">Ressincronizar</string>
+    <string name="title_charset_auto">Automático</string>
     <string name="title_alternative_text">Mostrar texto simples</string>
     <string name="title_alternative_html">Mostrar HTML</string>
     <string name="title_no_openpgp">OpenKeychain não encontrado</string>
@@ -1248,6 +1271,10 @@
     <string name="title_search_in">Pesquisar em</string>
     <string name="title_search_sender">Pesquisar por remetente</string>
     <string name="title_search_delete">Eliminar a pesquisa guardada?</string>
+    <string name="title_save_search">Pesquisa guardada</string>
+    <string name="title_save_search_name">Nome</string>
+    <string name="title_save_search_order">Ordenar</string>
+    <string name="title_save_search_color">Cor</string>
     <string name="title_sort_on">Ordenar por</string>
     <string name="title_sort_on_time">Data</string>
     <string name="title_sort_on_unread">Não lida</string>
@@ -1453,6 +1480,7 @@
     <string name="title_legend_embedded_image">Espaço reservado para inserção de imagem</string>
     <string name="title_legend_tracking_pixel">Imagem de rastreamento</string>
     <string name="title_legend_broken_image">Imagem quebrada</string>
+    <string name="title_legend_open_external">Será aberto numa aplicação externa</string>
     <string name="title_legend_pick">Escolher contacto</string>
     <string name="title_legend_cc">Mostrar CC/BCC</string>
     <string name="title_legend_link">Inserir hiperligação</string>
@@ -1501,6 +1529,7 @@
     <string name="title_hint_folder_actions">Toque prolongadamente numa pasta para aceder às opções, como adicionar uma pasta ao menu de navegação para um acesso rápido</string>
     <string name="title_hint_folder_sync">Para limitar o uso de bateria e rede, por predefinição, nem todas as pastas e mensagens serão sincronizadas</string>
     <string name="title_hint_airplane">O modo de avião está ligado</string>
+    <string name="title_hint_notification">As notificações estão desactivadas</string>
     <string name="title_hint_support">Se tiver alguma questão ou um problema, por favor utilize o menu de suporte para obter ajuda</string>
     <string name="title_hint_message_actions">Deslize para a esquerda para o lixo; Deslize para a direita para o arquivo (se disponível); As acções de deslizar pode ser configuradas nas definições de conta</string>
     <string name="title_hint_message_selection">Seleccione mensagens ao tocar prolongadamente numa mensagem; Para seleccionar várias mensagens de seguida, toque sem soltar numa mensagem e deslize para cima ou para baixo</string>
@@ -1535,6 +1564,7 @@
     <string name="title_yes">Sim</string>
     <string name="title_no">Não</string>
     <string name="title_later">Mais tarde</string>
+    <string name="title_paste_plain">Colar como texto simples</string>
     <string name="title_undo">Anular</string>
     <string name="title_redo">Refazer</string>
     <string name="title_insert_line">Inserir linha</string>
@@ -1606,7 +1636,6 @@
     <string name="title_boundary_retry">Tente novamente</string>
     <string name="title_unexpected_error">Erro inesperado</string>
     <string name="title_log">Registo</string>
-    <string name="title_auto_scroll">Deslocar automaticamente</string>
     <string name="title_log_clear">Limpar</string>
     <string name="title_rules_search_hint">Pesquisar nome ou condição</string>
     <string name="title_rules_export">Exportar regras</string>
@@ -1638,6 +1667,8 @@
     <string name="title_widget_refresh">Mostrar botão para atualizar mensagens</string>
     <string name="title_widget_compose">Mostrar botão para compor nova mensagem</string>
     <string name="title_widget_background">Cor do fundo</string>
+    <string name="title_widget_day_night">Adoptar o tema escuro do sistema</string>
+    <string name="title_compat_dark">A Google removeu o modo escuro para versões do Android antes da versão 10</string>
     <string name="title_accessibility_collapsed">Ocultado</string>
     <string name="title_accessibility_expanded">Expandido</string>
     <string name="title_accessibility_seen">Lida</string>
@@ -1676,6 +1707,7 @@
     <string-array name="pollIntervalNames">
         <item>Sempre</item>
         <item>A cada 5 minutos</item>
+        <item>A cada 10 minutos</item>
         <item>A cada 15 minutos</item>
         <item>A cada 30 minutos</item>
         <item>A cada hora</item>
@@ -1719,6 +1751,7 @@
         <item>Ir para a próxima conversa</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Muito pequeno</item>
         <item>Muito pequeno</item>
         <item>Pequeno</item>
         <item>Médio</item>
diff --git a/app/src/main/res/values-ro-rRO/strings.xml b/app/src/main/res/values-ro-rRO/strings.xml
index 8b0aac6e9d..018875e226 100644
--- a/app/src/main/res/values-ro-rRO/strings.xml
+++ b/app/src/main/res/values-ro-rRO/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail este o aplicație pentru e-mail, cu sursă deschisă, ce se concentrează pe confidențialitate și securitate. Din acest motiv se poate ca unele caracteristici să funcționeze diferit de cum erați obișnuiți.</string>
     <string name="app_limitations">De exemplu, mesajele sunt reformatate în mod implicit pentru a elimina elemente nesigure și pentru a îmbunătăți lizibilitatea, iar deschiderea de adrese trebuie confirmată pentru siguranță. Ambele pot fi dezactivate dacă nu se doreşte asta.</string>
     <string name="app_unsupported">Bug-uri în versiunea Android a acestui dispozitiv special cauzează blocaje</string>
+    <string name="app_data_loss">Toate datele pot fi pierdute</string>
     <string name="app_continue">Continuă oricum</string>
     <string name="app_exit">Apăsați din nou \'Înapoi\' pentru a ieși</string>
     <string name="app_cake">Spațiu de stocare insuficient rămas</string>
@@ -156,6 +157,7 @@
     <string name="title_setup_quick_smtp">Server SMTP pentru trimitere mesaje</string>
     <string name="title_setup_quick_certificates">Certificate de server</string>
     <string name="title_setup_wizard">Asistent</string>
+    <string name="title_setup_wizard_tutorials">Tutoriale</string>
     <string name="title_setup_wizard_multiple">Asistentul poate fi folosit de mai multe ori pentru a configura conturi multiple</string>
     <string name="title_setup_wizard_new">Am nevoie de o nouă adresă de e-mail</string>
     <string name="title_setup_manual">Setări manuale și opțiuni cont</string>
@@ -166,6 +168,7 @@
     <string name="title_setup_account_identity_hint">Puteți configura numele, culoarea și acțiunile de glisare în setările contului și puteți configura o semnătură în setările de identitate</string>
     <string name="title_setup_accounts">Conturi</string>
     <string name="title_setup_identities">Identități</string>
+    <string name="title_setup_google_sign_in">Autentificare cu Google</string>
     <string name="title_setup_other">Alt furnizor</string>
     <string name="title_setup_inbound">Doar e-mail de intrare (e-mailul nu poate fi trimis!)</string>
     <string name="title_setup_pop3">Cont POP3</string>
@@ -173,7 +176,7 @@
     <string name="title_setup_gmail_support">Autorizarea conturilor Google va funcționa în versiunea Play Store și GitHub doar pentru că Android verifică semnătura digitală a aplicației</string>
     <string name="title_setup_gmail_rationale">Vă rugăm să acordați permisiunea de a selecta un cont și a vă citi numele</string>
     <string name="title_setup_gmail_permissions">Google va cere permisiunea de a citi, compune, trimite și șterge în mod permanent mesajele dumneavoastră. de email. FairEmail nu vă va șterge niciodată mesajele fără consimțământul dumneavoastră explicit.</string>
-    <string name="title_setup_gmail_drafts">Dacă dosarul de ciorne nu este accesibil IMAP, se poate soluționa în setările de etichete Gmail</string>
+    <string name="title_setup_gmail_on_device">De ce trebuie să selectez un cont pe dispozitiv?</string>
     <string name="title_setup_gmail_password">Vreau să autorizez un cont cu o parolă în loc de un cont pe dispozitiv</string>
     <string name="title_setup_office_auth">Eroarea \'Autentificare eșuată\' poate fi cauzată de dezactivarea administrativă a IMAP/SMTP</string>
     <string name="title_setup_oauth_rationale">Autorizare acces la contul %1$s</string>
@@ -393,6 +396,7 @@
     <string name="title_advanced_timeout">Expirarea conexiunii (secunde)</string>
     <string name="title_advanced_prefer_ip4">Preferă IPv4 înaintea IPv6</string>
     <string name="title_advanced_ssl_harden">Întârire conexiuni SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Necesită TLS 1.3</string>
     <string name="title_advanced_cert_strict">Verificarea strictă a certificatelor</string>
     <string name="title_advanced_manage_connectivity">Gestionare conexiuni</string>
     <string name="title_advanced_caption_general">Generale</string>
@@ -409,7 +413,7 @@
     <string name="title_advanced_two_col">Utilizați două coloane</string>
     <string name="title_advanced_min_screen_size">Dimensiunea minimă a ecranului pentru împărțirea ecranului</string>
     <string name="title_advanced_close_pane">Restrângerea unui rând sau a unei coloane la închiderea unei conversații</string>
-    <string name="title_advanced_column_width">Lățimea coloanei de mesaje: %1$s %%</string>
+    <string name="title_advanced_column_width">Lățimea coloanei mesajului / înălțimea rândului: %1$s %%</string>
     <string name="title_advanced_nav_options">Afișați opțiunile din meniul de navigare</string>
     <string name="title_advanced_nav_categories">Afișați categoriile de conturi în meniul de navigare</string>
     <string name="title_advanced_nav_pin">Meniul de navigare Pin</string>
@@ -484,6 +488,7 @@
     <string name="title_advanced_text_size">Folosește mărimi text</string>
     <string name="title_advanced_text_font">Folosește fonturi</string>
     <string name="title_advanced_text_align">Folosește alinierea textului</string>
+    <string name="title_advanced_text_titles">Arată {HTML titles}</string>
     <string name="title_advanced_text_separators">Folosește linii separatoare</string>
     <string name="title_advanced_collapse_quotes">Restrânge textul citat</string>
     <string name="title_advanced_image_placeholders">Afișați înlocuitorul imaginii</string>
@@ -494,6 +499,7 @@
     <string name="title_advanced_actionbar_color">Folosește culoarea contului pentru culoarea de fundal a barei de acțiuni a conversației</string>
     <string name="title_advanced_category_header">Gruparea pe categorii de conturi</string>
     <string name="title_advanced_navbar_colorize">Colorează bara de navigație Android</string>
+    <string name="title_advanced_list_count">Arată numărul de mesaje sau conversații în bara de acțiuni de sus</string>
     <string name="title_advanced_bundled_fonts">Utilizați fonturi incluse în pachet</string>
     <string name="title_advanced_parse_classes">Utilizează foile de stil</string>
     <string name="title_advanced_authentication">Afișați avertismentele de autentificare</string>
@@ -502,6 +508,7 @@
     <string name="title_advanced_authentication_none">Fără autentificare</string>
     <string name="title_advanced_authentication_some">Autentificare parțială</string>
     <string name="title_advanced_authentication_all">Autentificare completă</string>
+    <string name="title_advanced_restore_on_launch">Restabilește starea aplicației la pornire</string>
     <string name="title_advanced_sync_on_launch">Sincronizare la pornire</string>
     <string name="title_advanced_double_back">Apăsați de două ori \'înapoi\' pentru a ieși</string>
     <string name="title_advanced_conversation_actions">Sugerare acțiuni (Android 10+)</string>
@@ -544,6 +551,7 @@
     <string name="title_advanced_notify_background">Arată notificări doar când e în fundal</string>
     <string name="title_advanced_notify_known">Arată notificări numai pentru contacte</string>
     <string name="title_advanced_notify_suppress_in_call">Amânare notificări în timpul unui apel</string>
+    <string name="title_advanced_notify_suppress_in_car">Întârziere notificări în timp ce Android Auto este conectat</string>
     <string name="title_advanced_notify_summary">Arată doar sumarul în notificare</string>
     <string name="title_advanced_notify_preview">Arată previzualizare mesaj în notificare</string>
     <string name="title_advanced_notify_preview_all">Previzualizează tot textul</string>
@@ -628,6 +636,7 @@
     <string name="title_advanced_class_min_difference">Diferenţa minimă a clasei: %1$s %%</string>
     <string name="title_advanced_language">Limba</string>
     <string name="title_advanced_language_system">Sistem</string>
+    <string name="title_advanced_lt">Integrare cu LanguageTool</string>
     <string name="title_advanced_deepl">Integrare DeepL</string>
     <string name="title_advanced_sdcard">Vreau să folosesc un sdcard</string>
     <string name="title_advanced_watchdog">Verifică periodic dacă FairEmail este încă activ</string>
@@ -641,6 +650,7 @@
     <string name="title_advanced_last_cleanup">Ultima curățare: %1$s</string>
     <string name="title_advanced_app">Setări aplicație</string>
     <string name="title_advanced_more">Mai multe opțiuni</string>
+    <string name="title_advanced_main_log">Jurnal principal de depanare</string>
     <string name="title_advanced_protocol">Jurnalizare protocol</string>
     <string name="title_advanced_log_info">Jurnal depanare</string>
     <string name="title_advanced_debug">Depanare</string>
@@ -668,7 +678,7 @@
     <string name="title_advanced_folder_nav_hint">Se va reveni întotdeauna la lista de dosare a contului asociat dintr-o listă de mesaje</string>
     <string name="title_advanced_suggest_names_hint">Dacă este dezactivată, numai adresele de e-mail vor fi folosite la selectarea contactelor</string>
     <string name="title_advanced_suggest_local_hint">Pe lângă contactele furnizate de Android. Datele contactelor vor fi memorate pentru mesajele nou trimise sau primite doar când este activată.</string>
-    <string name="title_advanced_auto_identity_hint">Aceasta va selecta ultima identitate utilizată pentru primul destinatar al mesajelor noi</string>
+    <string name="title_advanced_auto_identity_hint">Aceasta va selecta ultima identitate folosită la selectarea unui destinatar pentru mesaje noi</string>
     <string name="title_advanced_send_reminders_hint">Arată o avertizare atunci când textul mesajului sau subiectul e gol sau când atașamentul s-ar putea să lipsească</string>
     <string name="title_advanced_reply_move_hint">Serverul de e-mail ar putea adăuga mesajele la folderul de mesaje trimise</string>
     <string name="title_advanced_usenet_hint">Inserează \'-- \' între text și semnătură</string>
@@ -705,6 +715,7 @@
     <string name="title_advanced_inline_hint">Imaginile integrate sunt cele include în mesaj</string>
     <string name="compressed">Conținutul fișierelor comprimate (%1$s) cu mai mult de %2$s fișiere sau cu fișiere mai mari de %3$s nu va fi afișat</string>
     <string name="title_advanced_parse_classes_hint">Acest lucru va afișa cu mai multă precizie mesajele, dar posibil cu o întârziere</string>
+    <string name="title_advanced_restore_on_launch_hint">Restaurează ultima stare a aplicației la repornirea prin pictograma lansator în %1$d minute</string>
     <string name="title_advanced_language_detection_hint">Detectarea limbii depinde de producătorul dispozitivului</string>
     <string name="title_advanced_autoexpand_hint">Atunci când este doar un mesaj sau doar un mesaj necitit într-o conversație</string>
     <string name="title_advanced_expandall_hint">Butonul de răspuns nu va fi afișat atunci când sunt extinse mai multe mesaje, deoarece nu este clar la ce mesaj se aplică butonul</string>
@@ -722,6 +733,7 @@
     <string name="title_advanced_safe_browsing_hint">Serverul Google știe ce adrese sunt căutate</string>
     <string name="title_advanced_badge_hint">Disponibil doar pe lansatoarele suportate</string>
     <string name="title_advanced_notify_action_hint">Maxim trei acțiuni vor fi afișate</string>
+    <string name="title_advanced_notify_car_hint">Conectat înseamnă că se proiectează ceva, cum ar fi o hartă pentru navigare</string>
     <string name="title_advanced_notify_remove_hint">Notificările de mesaj nou vor fi mereu eliminate dacă sunt glisate la o parte sau când mesajele sunt marcate drept citite</string>
     <string name="title_advanced_notify_manage_hint">Atingeți numele canalului pentru a-l configura</string>
     <string name="title_advanced_notify_manage_default_hint">Pentru a configura sunetul implicit etc</string>
@@ -756,7 +768,9 @@
     <string name="title_advanced_sender_regex">Regex pentru a potrivi numele de utilizator al adreselor de e-mail primite</string>
     <string name="title_identity_reply_to">Răspuns la adresa</string>
     <string name="title_identity_internal">Nume de domenii interne (separate prin virgulă)</string>
+    <string name="title_identity_unicode">Permite UTF-8 în antetul mesajelor</string>
     <string name="title_identity_unicode_remark">Majoritatea serverelor nu acceptă acest lucru</string>
+    <string name="title_identity_octetmime">Permite 8BITMIMIME</string>
     <string name="title_identity_max_size">Dimensiunea maximă a mesajului (MB)</string>
     <string name="title_identity_receipt">Solicită implicit confirmare la livrare/citire</string>
     <string name="title_identity_receipt_legacy">Utilizați antetele de cerere de primire vechi</string>
@@ -786,7 +800,7 @@
     <string name="title_custom">Personalizat</string>
     <string name="title_host">Nume gazdă</string>
     <string name="title_encryption">Criptare</string>
-    <string name="title_encryption_none">Fără</string>
+    <string name="title_encryption_none">Nimic (nesigur)</string>
     <string name="title_allow_insecure">Permite conexiunea nesecurizate</string>
     <string name="title_insecure_remark">Conexiunile nesigure trebuie permise numai pe rețele de încredere și niciodată pe cele publice</string>
     <string name="title_notify_remark">Puteți activa aceasta pentru notificări specifice contului</string>
@@ -846,6 +860,7 @@
     <string name="title_account_delete">Ștergeți definitiv acest cont?</string>
     <string name="title_identity_delete">Ștergeți definitiv această identitate?</string>
     <string name="title_edit_html">Editează ca HTML</string>
+    <string name="title_import_file">Importă fișier</string>
     <string name="title_sign_key">Cheie semnatură: %1$s</string>
     <string name="title_last_connected">Ultima conectare: %1$s</string>
     <string name="title_backoff_until">Aşteptare după eşec până la: %1$s</string>
@@ -926,6 +941,7 @@
     <string name="title_search_folder">Căutare folder</string>
     <string name="title_apply_to_all">Aplică la toate</string>
     <string name="title_edit_account_name">Editează numele contului</string>
+    <string name="title_edit_account_color">Editare culoare cont</string>
     <string name="title_hide_folder">Ascunde dosar</string>
     <string name="title_hide_seen_folder">Ascundeți folderul dacă toate mesajele sunt citite</string>
     <string name="title_hide_seen_folder_hint">Numai în lista de dosare afișată pe ecranul de pornire</string>
@@ -1334,6 +1350,10 @@
     <string name="title_search_in">Căutare în</string>
     <string name="title_search_sender">Căutare expeditor</string>
     <string name="title_search_delete">Ștergeți căutarea salvată?</string>
+    <string name="title_save_search">Căutare salvată</string>
+    <string name="title_save_search_name">Nume</string>
+    <string name="title_save_search_order">Ordine</string>
+    <string name="title_save_search_color">Culoare</string>
     <string name="title_sort_on">Sortare</string>
     <string name="title_sort_on_time">Dată</string>
     <string name="title_sort_on_unread">Necitit</string>
@@ -1541,6 +1561,7 @@
     <string name="title_legend_embedded_image">Înlocuitor imagine incorporată</string>
     <string name="title_legend_tracking_pixel">Imagine folosită la urmărire</string>
     <string name="title_legend_broken_image">Imagine coruptă</string>
+    <string name="title_legend_open_external">Deschide în afara aplicației</string>
     <string name="title_legend_pick">Alege contact</string>
     <string name="title_legend_cc">Arată CC/BCC</string>
     <string name="title_legend_link">Inserare legătură</string>
@@ -1624,6 +1645,7 @@
     <string name="title_yes">Da</string>
     <string name="title_no">Nu</string>
     <string name="title_later">Mai târziu</string>
+    <string name="title_paste_plain">Inserați ca text simplu</string>
     <string name="title_undo">Anulează</string>
     <string name="title_redo">Refacere</string>
     <string name="title_insert_line">Inserați linia</string>
@@ -1694,7 +1716,6 @@
     <string name="title_boundary_retry">Reîncearcă</string>
     <string name="title_unexpected_error">Eroare neașteptată</string>
     <string name="title_log">Raport</string>
-    <string name="title_auto_scroll">Auto derulare</string>
     <string name="title_log_clear">Curăță</string>
     <string name="title_rules_search_hint">Căutare nume sau condiție</string>
     <string name="title_rules_export">Exportă regulile</string>
@@ -1727,6 +1748,7 @@
     <string name="title_widget_compose">Afișați butonul de redactare a unui mesaj nou</string>
     <string name="title_widget_background">Culoare fundal</string>
     <string name="title_widget_day_night">Urmați tema sistemului întunecat</string>
+    <string name="title_compat_dark">Google a eliminat modul întunecat pentru versiunile de Android anterioare versiunii 10</string>
     <string name="title_accessibility_collapsed">Restrâns</string>
     <string name="title_accessibility_expanded">Extins</string>
     <string name="title_accessibility_seen">Citit</string>
@@ -1766,6 +1788,7 @@
     <string-array name="pollIntervalNames">
         <item>Permanent</item>
         <item>La fiecare 5 minute</item>
+        <item>La fiecare 10 minute</item>
         <item>La fiecare 15 minute</item>
         <item>La fiecare 30 de minute</item>
         <item>La fiecare oră</item>
@@ -1809,6 +1832,7 @@
         <item>Mergi la conversația următoare</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Mic</item>
         <item>Extra mic</item>
         <item>Mic</item>
         <item>Mediu</item>
diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml
index 460fc1f0bb..c3d52a8f7d 100644
--- a/app/src/main/res/values-ru-rRU/strings.xml
+++ b/app/src/main/res/values-ru-rRU/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail — это почтовое приложение с открытым исходным кодом, ориентированное на конфиденциальность и безопасность. По этой причине некоторые функции могут работать не так, как вы привыкли.</string>
     <string name="app_limitations">Например, по умолчанию сообщения переформатируются, так чтобы удалять небезопасные элементы и улучшать читаемость, а открытие ссылок нужно в целях безопасности подтверждать. Обе функции можно отключить.</string>
     <string name="app_unsupported">Ошибки в версии Android этого конкретного устройства вызывают сбои</string>
+    <string name="app_data_loss">Все данные могут быть потеряны</string>
     <string name="app_continue">Всё равно продолжить</string>
     <string name="app_exit">Для выхода снова перейдите \"назад\"</string>
     <string name="app_cake">Недостаточно места</string>
@@ -167,6 +168,7 @@
     <string name="title_setup_quick_smtp">SMTP-сервер для отправки сообщений</string>
     <string name="title_setup_quick_certificates">Сертификаты сервера</string>
     <string name="title_setup_wizard">Мастер</string>
+    <string name="title_setup_wizard_tutorials">Обучение</string>
     <string name="title_setup_wizard_multiple">Мастер может быть использован неоднократно для настройки разных учётных записей</string>
     <string name="title_setup_wizard_new">Мне нужен новый адрес электронной почты</string>
     <string name="title_setup_manual">Ручная настройка и параметры учётной записи</string>
@@ -177,6 +179,7 @@
     <string name="title_setup_account_identity_hint">Вы можете настроить имя, цвет и жесты в настройках учётной записи, а также настроить подпись в настройках идентификатора</string>
     <string name="title_setup_accounts">Учётные записи</string>
     <string name="title_setup_identities">Идентификаторы</string>
+    <string name="title_setup_google_sign_in">Войти с помощью Google</string>
     <string name="title_setup_other">Другой провайдер</string>
     <string name="title_setup_inbound">Только входящая почта (отправка письма невозможна!)</string>
     <string name="title_setup_pop3">Учётная запись POP3</string>
@@ -184,7 +187,7 @@
     <string name="title_setup_gmail_support">Авторизация учётных записей Google будет работать только в официальных версиях из Play Store и GitHub, так как Android проверяет подпись приложения</string>
     <string name="title_setup_gmail_rationale">Пожалуйста, предоставьте разрешения для выбора учётной записи и чтения вашего имени</string>
     <string name="title_setup_gmail_permissions">Google запросит разрешения на чтение, создание, отправку и безвозвратное удаление всех ваших сообщений. FairEmail никогда не будет удалять ваши сообщения без вашего явного согласия.</string>
-    <string name="title_setup_gmail_drafts">Если папка черновиков недоступна по IMAP, это может быть исправлено в настройках ярлыка Gmail</string>
+    <string name="title_setup_gmail_on_device">Зачем выбирать учётную запись на устройстве?</string>
     <string name="title_setup_gmail_password">Я хочу авторизовать учётную запись паролем вместо учётной записи на устройстве</string>
     <string name="title_setup_office_auth">Ошибка \"AUTHENTICATE failed\" может быть вызвана отключением IMAP/SMTP системным администратором</string>
     <string name="title_setup_oauth_rationale">Авторизовать доступ к вашей учётной записи %1$s</string>
@@ -404,6 +407,7 @@
     <string name="title_advanced_timeout">Время ожидания подключения (сек.)</string>
     <string name="title_advanced_prefer_ip4">Предпочитать IPv4</string>
     <string name="title_advanced_ssl_harden">Усиленные SSL-подключения</string>
+    <string name="title_advanced_ssl_harden_strict">Требовать TLS 1.3</string>
     <string name="title_advanced_cert_strict">Строгая проверка сертификатов</string>
     <string name="title_advanced_manage_connectivity">Управление подключением</string>
     <string name="title_advanced_caption_general">По умолчанию</string>
@@ -420,7 +424,7 @@
     <string name="title_advanced_two_col">Использовать две колонки</string>
     <string name="title_advanced_min_screen_size">Минимальный размер экрана для его разделения</string>
     <string name="title_advanced_close_pane">Свернуть строку или колонку при закрытии диалога</string>
-    <string name="title_advanced_column_width">Ширина колонки сообщения: %1$s %%</string>
+    <string name="title_advanced_column_width">Ширина колонки / высота строки: %1$s %%</string>
     <string name="title_advanced_nav_options">Показывать панель меню навигации</string>
     <string name="title_advanced_nav_categories">Показывать категории учётных записей в меню навигации</string>
     <string name="title_advanced_nav_pin">Закрепить меню навигации</string>
@@ -495,6 +499,7 @@
     <string name="title_advanced_text_size">Использовать размер текста</string>
     <string name="title_advanced_text_font">Использовать шрифты</string>
     <string name="title_advanced_text_align">Использовать выравнивание текста</string>
+    <string name="title_advanced_text_titles">Показывать {HTML titles}</string>
     <string name="title_advanced_text_separators">Использовать разделитель строк</string>
     <string name="title_advanced_collapse_quotes">Сворачивать цитируемый текст</string>
     <string name="title_advanced_image_placeholders">Показывать места расположения изображений</string>
@@ -505,6 +510,7 @@
     <string name="title_advanced_actionbar_color">Использовать цвет учётной записи в качестве фонового для панели действий в диалоге</string>
     <string name="title_advanced_category_header">Группировать по категориям учётных записей</string>
     <string name="title_advanced_navbar_colorize">Раскрашивать панель навигации Android</string>
+    <string name="title_advanced_list_count">Показывать количество сообщений или диалогов в верхней панели действий</string>
     <string name="title_advanced_bundled_fonts">Использовать встроенные шрифты</string>
     <string name="title_advanced_parse_classes">Анализировать таблицы стилей</string>
     <string name="title_advanced_authentication">Показывать предупреждения аутентификации</string>
@@ -513,6 +519,7 @@
     <string name="title_advanced_authentication_none">Без аутентификации</string>
     <string name="title_advanced_authentication_some">Частичная аутентификация</string>
     <string name="title_advanced_authentication_all">Полная аутентификация</string>
+    <string name="title_advanced_restore_on_launch">Восстанавливать состояние приложения при запуске</string>
     <string name="title_advanced_sync_on_launch">Синхронизация при запуске</string>
     <string name="title_advanced_double_back">Двойное нажатие \"Назад\" для выхода</string>
     <string name="title_advanced_conversation_actions">Предлагать действия (Android 10+)</string>
@@ -555,6 +562,7 @@
     <string name="title_advanced_notify_background">Показывать уведомления только в фоновом режиме</string>
     <string name="title_advanced_notify_known">Показывать уведомления только для контактов</string>
     <string name="title_advanced_notify_suppress_in_call">Откладывать уведомления во время вызова</string>
+    <string name="title_advanced_notify_suppress_in_car">Откладывать уведомления при подключении Android Auto</string>
     <string name="title_advanced_notify_summary">Показывать только сводное уведомление</string>
     <string name="title_advanced_notify_preview">Предпросмотр сообщений в уведомлениях</string>
     <string name="title_advanced_notify_preview_all">Предпросмотр всего текста</string>
@@ -640,6 +648,7 @@
     <string name="title_advanced_class_min_difference">Минимальная разница между классами: %1$s %%</string>
     <string name="title_advanced_language">Язык</string>
     <string name="title_advanced_language_system">Системный</string>
+    <string name="title_advanced_lt">Интеграция с LanguageTool</string>
     <string name="title_advanced_deepl">Интеграция с DeepL</string>
     <string name="title_advanced_sdcard">Я хочу использовать SD-карту</string>
     <string name="title_advanced_watchdog">Регулярно проверять, активен ли FairEmail</string>
@@ -653,6 +662,7 @@
     <string name="title_advanced_last_cleanup">Последняя очистка: %1$s</string>
     <string name="title_advanced_app">Настройки приложения</string>
     <string name="title_advanced_more">Другие возможности</string>
+    <string name="title_advanced_main_log">Основной журнал</string>
     <string name="title_advanced_protocol">Журнал протокола</string>
     <string name="title_advanced_log_info">Журнал отладки</string>
     <string name="title_advanced_debug">Режим отладки</string>
@@ -680,7 +690,7 @@
     <string name="title_advanced_folder_nav_hint">Всегда возвращаться к списку папок связанной учётной записи из списка сообщений</string>
     <string name="title_advanced_suggest_names_hint">Если отключено, при выборе контактов будут использоваться только адреса электронной почты</string>
     <string name="title_advanced_suggest_local_hint">В дополнение к контактам, предоставляемым Android. Контактные данные будут сохранены только для вновь отправленных или полученных сообщений при включении этой функции.</string>
-    <string name="title_advanced_auto_identity_hint">Будет выбран последний идентификатор, используемый для первого получателя новых сообщений</string>
+    <string name="title_advanced_auto_identity_hint">Будет выбран последний идентификатор, использовавшийся для получателя новых сообщений</string>
     <string name="title_advanced_send_reminders_hint">Показывать предупреждение, если отсутствует текст сообщения, тема или, возможно, отсутствует вложение</string>
     <string name="title_advanced_reply_move_hint">Сервер электронной почты всё ещё может добавлять сообщения в папку отправленных</string>
     <string name="title_advanced_usenet_hint">Вставлять \"-- \" между текстом и подписью</string>
@@ -717,6 +727,7 @@
     <string name="title_advanced_inline_hint">Встроенные изображения – это изображения, включённые в сообщение</string>
     <string name="compressed">Содержимое сжатых файлов (%1$s) с более чем %2$s файлами или файлами размером более %3$s не будет показано</string>
     <string name="title_advanced_parse_classes_hint">Позволит более точно отображать сообщения, но, возможно, с задержкой</string>
+    <string name="title_advanced_restore_on_launch_hint">Восстановить последнее состояние приложения при перезапуске через значок на рабочем в течение %1$d мин.</string>
     <string name="title_advanced_language_detection_hint">Поддержка определения языка зависит от производителя устройства</string>
     <string name="title_advanced_autoexpand_hint">Автоматически открывать сообщение, когда оно только одно или только одно непрочитанное сообщение в диалоге</string>
     <string name="title_advanced_expandall_hint">Кнопка ответа не будет отображаться, если развёрнуто несколько сообщений, поскольку будет неясно, к какому сообщению она относится</string>
@@ -734,6 +745,7 @@
     <string name="title_advanced_safe_browsing_hint">Сервер Google знает, какие адреса запрашиваются</string>
     <string name="title_advanced_badge_hint">Доступно только на поддерживаемых рабочих столах</string>
     <string name="title_advanced_notify_action_hint">Будут показаны максимум три действия</string>
+    <string name="title_advanced_notify_car_hint">Подключение означает отображение чего-либо, например, навигационной карты</string>
     <string name="title_advanced_notify_remove_hint">Уведомления о новых о сообщениях всегда будут удаляться при смахивании сообщения и пометке о прочтении</string>
     <string name="title_advanced_notify_manage_hint">Нажмите на название канала, чтобы установить его свойства</string>
     <string name="title_advanced_notify_manage_default_hint">Для установки звука по умолчанию и т.д.</string>
@@ -800,7 +812,7 @@
     <string name="title_custom">Пользовательское</string>
     <string name="title_host">Имя хоста</string>
     <string name="title_encryption">Шифрование</string>
-    <string name="title_encryption_none">Нет</string>
+    <string name="title_encryption_none">Нет (небезопасно)</string>
     <string name="title_allow_insecure">Разрешить небезопасные подключения</string>
     <string name="title_insecure_remark">Небезопасные соединения могут быть разрешены только в доверенных сетях и никогда в публичных сетях</string>
     <string name="title_notify_remark">Вы можете включить это для уведомлений конкретной учётной записи</string>
@@ -860,6 +872,7 @@
     <string name="title_account_delete">Удалить эту учётную запись навсегда?</string>
     <string name="title_identity_delete">Удалить этот идентификатор навсегда?</string>
     <string name="title_edit_html">Редактировать как HTML</string>
+    <string name="title_import_file">Импорт файла</string>
     <string name="title_sign_key">Ключ подписи: %1$s</string>
     <string name="title_last_connected">Последнее подключение: %1$s</string>
     <string name="title_backoff_until">Ожидание после ошибки до: %1$s</string>
@@ -940,6 +953,7 @@
     <string name="title_search_folder">Поиск в названии папки</string>
     <string name="title_apply_to_all">Применить ко всем</string>
     <string name="title_edit_account_name">Изменить название учётной записи</string>
+    <string name="title_edit_account_color">Изменить цвет учётной записи</string>
     <string name="title_hide_folder">Скрыть папку</string>
     <string name="title_hide_seen_folder">Скрывать папку, если все сообщения прочитаны</string>
     <string name="title_hide_seen_folder_hint">Только в списке папок, отображаемом на начальном экране</string>
@@ -1350,6 +1364,10 @@
     <string name="title_search_in">Поиск в</string>
     <string name="title_search_sender">Поиск отправителя</string>
     <string name="title_search_delete">Удалить сохранённый поиск?</string>
+    <string name="title_save_search">Сохранённый поиск</string>
+    <string name="title_save_search_name">Название</string>
+    <string name="title_save_search_order">Порядок</string>
+    <string name="title_save_search_color">Цвет</string>
     <string name="title_sort_on">Сортировка</string>
     <string name="title_sort_on_time">Время</string>
     <string name="title_sort_on_unread">Не прочитано</string>
@@ -1557,6 +1575,7 @@
     <string name="title_legend_embedded_image">Встроенное изображение</string>
     <string name="title_legend_tracking_pixel">Отслеживающее изображение</string>
     <string name="title_legend_broken_image">Повреждённое изображение</string>
+    <string name="title_legend_open_external">Открыть вне приложения</string>
     <string name="title_legend_pick">Выбрать контакт</string>
     <string name="title_legend_cc">Показать копию/скрытую копию</string>
     <string name="title_legend_link">Вставить ссылку</string>
@@ -1640,6 +1659,7 @@
     <string name="title_yes">Да</string>
     <string name="title_no">Нет</string>
     <string name="title_later">Позже</string>
+    <string name="title_paste_plain">Вставить как обычный текст</string>
     <string name="title_undo">Отменить</string>
     <string name="title_redo">Восстановить</string>
     <string name="title_insert_line">Вставить строку</string>
@@ -1711,7 +1731,6 @@
     <string name="title_boundary_retry">Повторить</string>
     <string name="title_unexpected_error">Непредвиденная ошибка</string>
     <string name="title_log">Журнал</string>
-    <string name="title_auto_scroll">Автопрокрутка</string>
     <string name="title_log_clear">Очистить</string>
     <string name="title_rules_search_hint">Поиск имени или условия</string>
     <string name="title_rules_export">Экспорт правил</string>
@@ -1744,6 +1763,7 @@
     <string name="title_widget_compose">Показать кнопку создания нового сообщения</string>
     <string name="title_widget_background">Цвет фона</string>
     <string name="title_widget_day_night">Использовать системную тёмную тему</string>
+    <string name="title_compat_dark">Google удалил тёмный режим для версий Android младше 10 версии</string>
     <string name="title_accessibility_collapsed">Свёрнуто</string>
     <string name="title_accessibility_expanded">Развёрнуто</string>
     <string name="title_accessibility_seen">Прочитано</string>
@@ -1784,6 +1804,7 @@
     <string-array name="pollIntervalNames">
         <item>Непрерывно</item>
         <item>Каждые 5 минут</item>
+        <item>Каждые 10 минут</item>
         <item>Каждые 15 минут</item>
         <item>Каждые 30 минут</item>
         <item>Каждый час</item>
@@ -1827,6 +1848,7 @@
         <item>Перейти к следующему диалогу</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Минимальный</item>
         <item>Очень маленький</item>
         <item>Маленький</item>
         <item>Средний</item>
diff --git a/app/src/main/res/values-sat-rIN/strings.xml b/app/src/main/res/values-sat-rIN/strings.xml
index 20ac9ef93a..64b90d3263 100644
--- a/app/src/main/res/values-sat-rIN/strings.xml
+++ b/app/src/main/res/values-sat-rIN/strings.xml
@@ -3,9 +3,13 @@
     <string name="app_search">ᱯᱷᱮᱭᱟᱨ ᱤᱢᱮᱞ ᱛᱮ ᱯᱟᱸᱛᱮᱭ ᱢᱮ</string>
     <string name="app_changelog">ᱵᱚᱫᱚᱞ ᱞᱟᱸᱜᱽ</string>
     <string name="app_welcome">Fair Email ᱫᱚ ᱦᱩᱭᱩᱜ ᱠᱟᱱᱟ ᱢᱤᱫ ᱨᱟᱲᱟ ᱥᱚᱨᱥ ᱤᱢᱮᱞ ᱮᱯ ᱡᱟᱦᱟᱸ ᱫᱚ ᱯᱨᱟᱤᱵᱷᱮᱥᱤ ᱟᱨ ᱥᱤᱠᱭᱩᱨᱤᱴᱤ ᱪᱚᱴᱨᱮ ᱫᱷᱮᱭᱟᱱ ᱮ ᱮᱢᱟ ᱾ ᱱᱚᱣᱟ ᱠᱷᱟᱹᱛᱤᱨ ᱛᱮ ᱛᱤᱱᱟᱹᱜ ᱯᱷᱤᱪᱚᱨ ᱟᱢ ᱵᱮᱵᱷᱨᱟᱜ ᱠᱷᱚᱱ ᱮᱴᱟᱜ ᱞᱮᱠᱟᱭ ᱠᱟᱹᱢᱤᱭᱟ ᱾</string>
+    <string name="app_data_loss">ᱯᱟᱞᱮ ᱡᱷᱚᱛᱚ ᱰᱮᱴᱟ ᱟᱫ ᱮᱱᱟ</string>
+    <string name="app_continue">ᱡᱟᱦᱟᱸ ᱞᱮᱠᱟᱛᱮ ᱞᱮᱛᱟᱲ ᱢᱮ</string>
     <string name="app_exit">ᱵᱟᱦᱨᱮ ᱛᱮ ᱚᱰᱚᱠᱚᱜ ᱞᱟᱹᱜᱤᱫ \'ᱨᱩᱭᱟᱹᱲ\' ᱨᱮ ᱚᱛᱟᱭ ᱢᱮ</string>
     <string name="app_cake">ᱵᱟᱝ ᱠᱩᱲᱟᱹᱣᱜᱟᱱ ᱥᱴᱚᱨᱮᱡᱽ ᱴᱷᱟᱶ</string>
     <string name="app_updated">ᱢᱩᱪᱟᱹᱫ ᱚᱯᱰᱮᱴ: %1$s</string>
+    <string name="app_download">ᱠᱷᱚᱱ ᱰᱟᱭᱩᱱᱞᱚᱰ ᱟᱠᱟᱱᱟ: %1$s</string>
+    <string name="channel_service">ᱪᱟᱪᱞᱟᱣ</string>
     <string name="channel_send">ᱠᱩᱞ ᱢᱮ</string>
     <string name="channel_notification">ᱤᱢᱮᱞ</string>
     <string name="channel_progress">ᱞᱟᱦᱟᱱᱛᱤ</string>
@@ -48,6 +52,7 @@
     </plurals>
     <string name="title_block">ᱵᱞᱚᱠᱮ ᱢᱮ %1$s</string>
     <string name="title_block_sender">ᱵᱞᱚᱠ ᱠᱩᱠᱩᱞᱤᱭᱟᱹ</string>
+    <string name="title_block_sender_domain">ᱵᱠᱞᱚᱠ ᱰᱚᱢᱮᱱ %1$s</string>
     <string name="title_junk_clear">ᱯᱷᱟᱨᱪᱟᱭ ᱢᱮ</string>
     <string name="title_notification_sending">ᱢᱮᱥᱮᱡᱽ ᱠᱩᱞᱚᱜ ᱠᱟᱱᱟ</string>
     <string name="title_notification_waiting">ᱫᱩᱞᱟ.ᱲ ᱡᱚᱲᱟᱣ ᱞᱟᱹᱜᱤᱫ ᱛᱟᱹᱝᱜᱤᱭ ᱢᱮ</string>
@@ -144,13 +149,14 @@
     <!-- Thunderbird -->
     <string-array name="pollIntervalNames">
         <item>Always</item>
-        <item>Every 5 minutes</item>
-        <item>Every 15 minutes</item>
-        <item>Every 30 minutes</item>
-        <item>Every hour</item>
-        <item>Every 2 hours</item>
-        <item>Every 4 hours</item>
-        <item>Every 8 hours</item>
+        <item>ᱥᱟᱱᱟᱢ 5 ᱢᱤᱱᱤᱴᱥ</item>
+        <item>ᱥᱟᱱᱟᱢ 10 ᱢᱤᱱᱤᱴᱥ</item>
+        <item>ᱥᱟᱱᱟᱢ 15 ᱢᱤᱱᱤᱴᱥ</item>
+        <item>ᱥᱟᱱᱟᱢ 30 ᱢᱤᱱᱤᱴᱥ</item>
+        <item>ᱥᱟᱱᱟᱢ ᱴᱟᱬᱟᱝ</item>
+        <item>ᱥᱟᱱᱟᱢ 2 ᱴᱟᱬᱟᱝ</item>
+        <item>ᱥᱟᱱᱟᱢ 4 ᱴᱟᱬᱟᱝ</item>
+        <item>ᱥᱟᱱᱟᱢ 8 ᱴᱟᱬᱟᱝ</item>
         <item>ᱫᱤᱱ ᱜᱮ</item>
     </string-array>
     <string-array name="startupNames">
diff --git a/app/src/main/res/values-sk-rSK/strings.xml b/app/src/main/res/values-sk-rSK/strings.xml
index a31e4d3579..77ac0f930b 100644
--- a/app/src/main/res/values-sk-rSK/strings.xml
+++ b/app/src/main/res/values-sk-rSK/strings.xml
@@ -176,7 +176,6 @@
     <string name="title_setup_gmail_support">Autorizácia účtov Google funguje len vo verziách z obchodu Play a Github, pretože systém Android kontroluje podpis aplikácií</string>
     <string name="title_setup_gmail_rationale">Prosím o udelenie povolenia na výberr účtu a načítanie Vášho mena</string>
     <string name="title_setup_gmail_permissions">Google sa opýta na povolenia pre čítanie, písanie, odosielanie a trvalé vymazanie všetkých vašich e-mailov. FairEmail nikdy nevymaže vaše správy bez vášho vysloveného súhlasu.</string>
-    <string name="title_setup_gmail_drafts">Ak nie je priečinok s konceptami dostupný cez protokol IMAP, môžete to vyriešiť v nastaveniach štítkov Gmail</string>
     <string name="title_setup_office_auth">Chyba \"OVERENIE zlyhalo\" môže byť zapríčinená zakázanými IMAP/SMTP správcom systému</string>
     <string name="title_setup_oauth_rationale">Autorizovať prístup do vášho %1$s účtu</string>
     <string name="title_setup_oauth_update">Opätovne autorizovať existujúci účet (ak neexistuje, bude vytvorený nový)</string>
@@ -408,7 +407,6 @@
     <string name="title_advanced_two_col">Použiť dva stĺpce</string>
     <string name="title_advanced_min_screen_size">Minimálna veľkosť obrazovky pre funkciu rozdelenie obrazovky</string>
     <string name="title_advanced_close_pane">Zbaliť riadok alebo stĺpec pri zatvorení konverzácie</string>
-    <string name="title_advanced_column_width">Šírka stĺpca správy: %1$s %%</string>
     <string name="title_advanced_nav_options">Zobrazovať možnosti navigačnej ponuky</string>
     <string name="title_advanced_nav_categories">Zobrazovať kategórie účtov v navigačnej ponuke</string>
     <string name="title_advanced_nav_pin">Pripnúť navigačnú ponuku</string>
@@ -664,7 +662,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.</string>
     <string name="title_advanced_folder_nav_hint">Týmto vždy prejdete zo zoznamu správ do zoznamu priečinkov pridruženého účtu</string>
     <string name="title_advanced_suggest_names_hint">Ak je to zakázané, pri výbere kontaktov sa budú používať len emailové adresy</string>
     <string name="title_advanced_suggest_local_hint">Okrem kontaktov poskytnutých systémom. Zaznamenané budú kontaktné údaje z prijatých a odoslaných správ, len ak je to povolené.</string>
-    <string name="title_advanced_auto_identity_hint">Týmto nastavíte naposledy použitú totožnosť podľa prvého príjemcu nových správ</string>
     <string name="title_advanced_send_reminders_hint">Zobraziť varovanie, ak je text správy alebo predmet prázdny alebo môže chýbať príloha</string>
     <string name="title_advanced_reply_move_hint">Poštový server môže stále umiestniť správy v priečinku s odoslanou poštou</string>
     <string name="title_advanced_usenet_hint">Oddeliť podpis od textu správy znakmi \'-- \'</string>
@@ -780,7 +777,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.</string>
     <string name="title_custom">Vlastný</string>
     <string name="title_host">Názov hostiteľa</string>
     <string name="title_encryption">Šifrovanie</string>
-    <string name="title_encryption_none">Nič</string>
     <string name="title_allow_insecure">Povoliť nezabezpečené spojenia</string>
     <string name="title_insecure_remark">Nezabezpečené spojenia by ste mali povoliť len v dôveryhodných sieťach a nie na verejnom internete</string>
     <string name="title_port">Číslo portu</string>
@@ -1318,6 +1314,9 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.</string>
     <string name="title_search_in">Hľadať v</string>
     <string name="title_search_sender">Hľadať odosielateľa</string>
     <string name="title_search_delete">Vymazať uložené hľadanie?</string>
+    <string name="title_save_search_name">Názov</string>
+    <string name="title_save_search_order">Poradie</string>
+    <string name="title_save_search_color">Farba</string>
     <string name="title_sort_on">Zotriediť</string>
     <string name="title_sort_on_time">Čas</string>
     <string name="title_sort_on_unread">Neprečítané</string>
@@ -1677,7 +1676,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.</string>
     <string name="title_boundary_retry">Skúsiť znovu</string>
     <string name="title_unexpected_error">Neočakávaná chyba</string>
     <string name="title_log">Záznam</string>
-    <string name="title_auto_scroll">Automatické posúvanie</string>
     <string name="title_log_clear">Vymazať</string>
     <string name="title_rules_search_hint">Hľadať názov alebo podmienku</string>
     <string name="title_rules_export">Exportovať pravidlá</string>
@@ -1750,6 +1748,7 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.</string>
     <string-array name="pollIntervalNames">
         <item>Vždy</item>
         <item>Každých 5 minút</item>
+        <item>Každých 10 minút</item>
         <item>Každých 15 minút</item>
         <item>Každých 30 minút</item>
         <item>Každú hodinu</item>
@@ -1793,6 +1792,7 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.</string>
         <item>Prejsť na nasledujúcu konverzáciu</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Veľmi malé</item>
         <item>Veľmi malá</item>
         <item>Malá</item>
         <item>Stredná</item>
diff --git a/app/src/main/res/values-sl-rSI/strings.xml b/app/src/main/res/values-sl-rSI/strings.xml
index 0a43152145..68107fd05d 100644
--- a/app/src/main/res/values-sl-rSI/strings.xml
+++ b/app/src/main/res/values-sl-rSI/strings.xml
@@ -3,13 +3,27 @@
     <string name="app_search">Iskanje FairEmail</string>
     <string name="app_changelog">Dnevnik sprememb</string>
     <string name="app_welcome">FairEmail je odprtokodni program za e-pošto, ki se osredotoča na zasebnost in varnost.  Zaradi tega lahko nekatere značilnosti delujejo drugače, kot ste navajeni.</string>
+    <string name="app_limitations">Na primer sporočila so privzeto preoblikovana, da se odstranijo vprašljivi elementi in izboljša berljivost, odpiranje povezav pa je treba zaradi varnosti potrditi.  Po želji lahko oboje onemogočite.</string>
+    <string name="app_unsupported">Hrošči v različici Androida te naprave povzročajo sesutja.</string>
+    <string name="app_data_loss">Vsi podatki so lahko izgubljeni.</string>
+    <string name="app_continue">Vseeno nadaljuj</string>
     <string name="app_exit">Za izhod še enkrat pritisnite \'Nazaj\'.</string>
+    <string name="app_cake">Premalo prostora za shranjevanje.</string>
+    <string name="app_updated">Zadnja posodobitev: %1$s</string>
+    <string name="app_download">Preneseno iz: %1$s</string>
+    <string name="channel_service">Nadzor</string>
     <string name="channel_send">Pošlji</string>
+    <string name="channel_notification">E-pošta</string>
+    <string name="channel_progress">Napredek</string>
     <string name="channel_update">Posodobitve</string>
     <string name="channel_warning">Opozorila</string>
     <string name="channel_error">Napake</string>
     <string name="channel_alert">Opozorila strežnika</string>
     <string name="channel_group_contacts">Stiki</string>
+    <string name="channel_service_description">Sinhronizacija in nadzor računov</string>
+    <string name="channel_send_description">Pošiljanje sporočil</string>
+    <string name="channel_notification_description">Obvestila o novih sporočilih</string>
+    <string name="channel_progress_description">Obvestila o napredku daljše izvajajočih se dejavnosti</string>
     <plurals name="page_conversation">
         <item quantity="one">Pogovor</item>
         <item quantity="two">Pogovora</item>
@@ -59,6 +73,12 @@
         <item quantity="few">%1$d nova</item>
         <item quantity="other">%1$d novih</item>
     </plurals>
+    <plurals name="title_moving_messages">
+        <item quantity="one">Premakni %1$d sporočilo?</item>
+        <item quantity="two">Premakni %1$d sporočili?</item>
+        <item quantity="few">Premakni %1$d sporočila?</item>
+        <item quantity="other">Premakni %1$d sporočil?</item>
+    </plurals>
     <plurals name="title_deleting_messages">
         <item quantity="one">Trajno izbriši %1$d sporočilo?</item>
         <item quantity="two">Trajno izbriši %1$d sporočili?</item>
@@ -72,15 +92,40 @@
         <item quantity="other">Obravnavaj %1$d sporočil kot vsiljenih?</item>
     </plurals>
     <string name="title_ask_spam_who">Obravnavaj sporočilo od %1$s kot vsiljeno?</string>
+    <string name="title_junk_hint">Za filtriranje vsiljenih sporočil je odgovoren vaš e-poštni ponudnik.  E-poštni program nima vseh podatkov, ki so zahtevani za zanesljivo filtrrianje.</string>
+    <string name="title_junk_pop_hint">        Sporočila od blokiranih pošiljateljev ne bodo prejeta.
+        Če \"Pusti poročila na strežniku\" ni omogočeno, bodo ta sporočila trajno izgubljena!
+    </string>
     <string name="title_block">Blokiraj %1$s</string>
     <string name="title_block_sender">Blokiraj pošiljatelja</string>
+    <string name="title_block_sender_domain">Blokiraj domeno \'%1$s\'</string>
+    <string name="title_block_sender_hint">        Blokiranje pošiljatelja je brezplačna značilnost.
+        Blokiranje domene pošiljatelja uporablja pravila filtriranja, ki je značilnot Pro.
+    </string>
+    <string name="title_blocked_senders">Blokirani pošiljatelji</string>
+    <plurals name="title_ask_block_sender">
+        <item quantity="one">Blokiraj pošiljatelja %1$s-ega sporočila?</item>
+        <item quantity="two">Blokiraj pošiljatelja %1$s-h sporočil?</item>
+        <item quantity="few">Blokiraj pošiljatelja %1$s-h sporočil?</item>
+        <item quantity="other">Blokiraj pošiljatelja %1$s-h sporočil?</item>
+    </plurals>
+    <string name="title_junk_filter">Uporabi krajevni filter proti vsil. pošti</string>
+    <string name="title_junk_filter_hint">To lahko poveča porabo energije in nepravilno označi sporočila kot vsiljena.</string>
+    <string name="title_junk_blocklist">Uporabi sezname za blok. vsil. pošte</string>
     <string name="title_junk_clear">Počisti</string>
+    <string name="title_junk_clear_hint">To bo izbrisalo vsa pravila za blokiranje pošiljateljev.</string>
     <string name="title_notification_sending">Pošiljanje sporočil</string>
     <string name="title_notification_waiting">Čakanje na primerno povezavo</string>
     <string name="title_notification_idle">Nedejavno</string>
     <string name="title_notification_failed">\'%1$s\' je spodletelo.</string>
+    <string name="title_notification_alert">Opozorilo strežnika: \'%1$s\'</string>
+    <string name="title_notification_sending_left">Preostalih poizkusov: %1$d</string>
+    <string name="title_notification_sending_retry">Pošiljanje so bo poizkusilo ponovno izvesti ob spremembi internetne povezave ali če povlečete dol v oknu izhodne pošte.</string>
+    <string name="title_notification_sending_failed">Pošiljanje za %1$s je spodletelo.</string>
+    <string name="title_notification_redacted">Skrito: overitev z biometričnimi podatki ali PIN-om je omogočena.</string>
     <string name="title_factor_minutes">%1$d minut</string>
     <string name="menu_answers">Predloge</string>
+    <string name="menu_rules">Pravila</string>
     <string name="menu_operations">Opravila</string>
     <string name="menu_contacts">Krajevni stiki</string>
     <string name="menu_setup">Nastavitve</string>
@@ -96,48 +141,116 @@
     <string name="menu_rate">Oceni ta program</string>
     <string name="title_welcome">Dobrodošli</string>
     <string name="title_eula">Licenčna pogodba s končnim uporabnikom</string>
+    <string name="title_license">Odprtokodna licenca</string>
+    <string name="title_contributors">Prispevali so</string>
     <string name="title_agree">Strinjam se</string>
     <string name="title_disagree">Ne strinjam se</string>
     <string name="title_version">Različica %1$s</string>
+    <string name="title_privacy_policy">Pravilnik o zasebnosti</string>
     <string name="title_list_accounts">Računi</string>
     <string name="title_list_identities">Identitete</string>
     <string name="title_edit_account">Uredi račun</string>
     <string name="title_edit_identity">Uredi identiteto</string>
     <string name="title_edit_folder">Uredi mapo</string>
+    <string name="title_disable_gmail">Onemogoči program Gmail</string>
     <string name="title_setup">Nastavitve</string>
     <string name="title_setup_help">Pomoč</string>
     <string name="title_setup_quick">Hitra nastavitev</string>
+    <string name="title_setup_intro">Nastavitev računa vsebuje samo tri korake, nakar boste lahko prejemali in pošiljali sporočila.</string>
+    <string name="title_setup_simple">Ni potrebe po spreminjanju drugih možnosti.</string>
+    <string name="title_setup_issue">FairMail je bil razvit, da vam pomaga zaščititi svojo zasebnost in predstavlja praktično na tisoče ur dela.  Če imate težave, prosim najprej navežite stik z mano, preden pustite slabo oceno.  Z veseljem vam bom pomagal!</string>
+    <string name="title_setup_analytics">FairMail ne prikazuje oglasov in vam ne sledi ali preučuje vašega vedenja.  Za poročevanje o napakah se uporablja Bugsnag in je privzeto onemogočen.</string>
+    <string name="title_setup_quick_accounts">Dodajte ali odstranite račune</string>
+    <string name="title_setup_quick_support">Nekateri ponudniki otežujejo dodajanje računa.  Prosim, ne krivite za to FairMaila, ampak prosite za podproro.</string>
+    <string name="title_setup_quick_hint">Vneseni e-poštni naslov se uporablja za povpraševanje po e-poštnem strežniku in naslovu autoconfig.thunderbird.net za podatke o nastavitvi.</string>
+    <string name="title_setup_quick_patience">Prosim, bodite potrpežljivi &#8230;</string>
     <string name="title_setup_quick_imap">Strežnik IMAP za prejemanje sporočil</string>
     <string name="title_setup_quick_smtp">Strežnik SMTP za pošiljanje sporočil</string>
+    <string name="title_setup_quick_certificates">Potrdila strežnika</string>
     <string name="title_setup_wizard">Čarovnik</string>
-    <string name="title_setup_accounts">Računi</string>
+    <string name="title_setup_wizard_tutorials">Vodniki</string>
+    <string name="title_setup_wizard_multiple">Čarovnika lahko večkrat uporabite za nastavitev več računov.</string>
+    <string name="title_setup_wizard_new">Potrebujem nov e-poštni nsalov</string>
+    <string name="title_setup_manual">Ročna nastavitev in možnosti računa</string>
+    <string name="title_setup_classic">Klasična nastavitev</string>
+    <string name="title_setup_documentation">Za pravilno nastavitev e-poštnih strežnikov si prosim oglejte dokumentacijo svojega e-poštnega ponudnka.</string>
+    <string name="title_setup_account_remark">Prejemanje e-pošte</string>
+    <string name="title_setup_identity_remark">Pošiljanje e-pošte</string>
+    <string name="title_setup_account_identity_hint">Ime, barvo in dejanja potegov lahko nastavite v nastavitvah računa, podpis pa lahko nastavite v nastavitvah identitete.</string>
+    <string name="title_setup_accounts">račune</string>
     <string name="title_setup_identities">Identitete</string>
+    <string name="title_setup_google_sign_in">Prijavi se z Googlom</string>
     <string name="title_setup_other">Drug ponudnik</string>
+    <string name="title_setup_inbound">Samo dohodna pošta (pošte ni mogoče pošiljati)</string>
+    <string name="title_setup_pop3">Račun POP3</string>
+    <string name="title_setup_oauth_permission">E-poštni ponudnik je OAuth odobril samo za različico iz Trgovine Play in GitHuba.</string>
+    <string name="title_setup_gmail_support">Overjanje računov Google bo delovalo samo v različici iz Trgovine Play in GitHuba, ker Android preveri digitalni podpis programa.</string>
     <string name="title_setup_gmail_rationale">Odobrite dovoljenja za izbiro računa in branje vašega imena.</string>
     <string name="title_setup_gmail_permissions">Google vas bo vprašal za dovoljenje za branje, sestavljanje, pošiljanje in trajno brisanje vaše e-pošte.  FairEmail brez vašega izrecnega dovoljenja ne bo nikoli izbrisal sporočil.</string>
-    <string name="title_setup_gmail_drafts">Če IMAP nima dostopa do mape z osnutki, lahko to popravite v Gmailovih nastavitvah oznak.</string>
+    <string name="title_setup_gmail_on_device">Zakaj moram izbrati sistemski račun?</string>
+    <string name="title_setup_gmail_password">Račun želim odobriti z geslom namesto z računom v napravi.</string>
+    <string name="title_setup_office_auth">Napaka \'OVERITEV je spodletela\' se lahko pojavi, če je skrbnik sistema onemogočil IMAP/SMTP.</string>
     <string name="title_setup_oauth_rationale">Odobrite dostop do računa %1$s.</string>
+    <string name="title_setup_oauth_update">Ponovno odobri obstoječi račun (drugače ustvari novega)</string>
+    <string name="title_setup_oauth_updated">Odobritev računa je bila posodobljena.</string>
     <string name="title_setup_oauth_authorize">Odobri</string>
     <string name="title_setup_select_account">Izberite račun.</string>
     <string name="title_setup_instructions">Navodila za nastavitev</string>
     <string name="title_setup_no_settings">Nastavitev za domeno \'%1$s\' ni bilo mogoče najti.</string>
+    <string name="title_setup_no_settings_hint">Račun poizkusite ročno nastaviti z nastavitvami od vašega e-poštnega ponudnika.</string>
     <string name="title_setup_no_auth_hint">Preverite e-poštni naslov in geslo in se prepričajte, da je za vaš račun omogočen zunanji dostop (IMAP/SMTP).</string>
+    <string name="title_setup_app_password_hint">Ta ponudnik namesto gesla računa zahteva geslo programa.  Oglejte si navodila vašega ponudnika.</string>
     <string name="title_setup_no_inbox">Mapa \'Prejeto\' ni bila najdena.</string>
+    <string name="title_setup_advanced_protection">Ko ste prijavljeni v program napreden zaščite, programov tretjih oseb ni mogoče uporabljati.  To je omejitev, ki jo je določil Google.</string>
+    <string name="title_setup_quick_success">Račun je bil uspešno dodan.</string>
+    <string name="title_setup_quick_no_sent">Mapa za poslano pošto ni bila izbrana.  Poslana sporočila morda ne bodo shranjena.</string>
+    <string name="title_setup_quick_configure">Za urejanje imena, barve, dejanj potegov itd.</string>
     <string name="title_setup_manage">Upravljaj</string>
     <string name="title_setup_grant">Odobri</string>
     <string name="title_setup_grant_again">Odobri zahtevana dovoljenja</string>
+    <string name="title_setup_exchange_support">Ali je podprt Microsoft Exchange?</string>
+    <string name="title_setup_identity_what">Kaj je identiteta?</string>
+    <string name="title_setup_free">Ali je ta program brezplačen?</string>
     <string name="title_setup_permissions">Odobrite dovoljenja</string>
     <string name="title_setup_permissions_remark">Za dostop do podatkov o stikih (izbirno).</string>
+    <string name="title_setup_permissions_explanation">Deovoljenje za dostop do stikov je zahtevano za iskanje podatkov o stikih in za predlaganje stikov.</string>
+    <string name="title_setup_permissions_notify">Za prikaz obvestil o novih sporočilih (izbirno).</string>
+    <string name="title_setup_permissions_notify_explanation">Dovoljenje za obvestila je zahtevano za prikaz obvestil o novih sporočilih v vrstici stanja.</string>
+    <string name="title_setup_permission_why">Katera dovoljenja so potrebna in zakaj?</string>
+    <string name="title_setup_permission_import_contacts">Kako lahko uvozim stike?</string>
+    <string name="title_setup_doze">Onemogočite optimizacijo baterije</string>
+    <string name="title_setup_doze_remark">Za zanesljivo pošiljanje in prejemanje e-pošte v ozadju.</string>
+    <string name="title_setup_doze_explanation">Za program bi morala biti optimizacija baterije onemogočena, da se zagotovi zanesljivo pošiljanje in prejemanje sporočil v ozadju.</string>
+    <string name="title_setup_doze_hint">Čeprav se sliši protislovno, bo izklop optimizacije baterije za ta program zmanjšal porabo energije.</string>
+    <string name="title_setup_doze_why">Zakaj bi morala biti optimizacija baterije onemogočena?</string>
+    <string name="title_setup_doze_instructions">V naslednjem pogovornem oknu \"Ni optimizirano\" spremenite v \"Vsi programi\", izberite ta program in izberite \"Brez optimizacije\".</string>
     <string name="title_setup_doze_battery">Visoka poraba energije?</string>
     <string name="title_setup_doze_stopped">Se je sinhronizacija ustavila?</string>
+    <string name="title_setup_doze_device">To je verjetno zahtevano za to napravo.</string>
+    <string name="title_setup_alarm_12">Program ne bo deloval.</string>
+    <string name="title_setup_inexact">Budilke in opomniki so onemogočeni.</string>
+    <string name="title_setup_background">Omejitve v ozadju so omogočene.</string>
     <string name="title_setup_data">Ohranjevalnik podatkov je omogočen.</string>
+    <string name="title_setup_advanced_options">Prikaži napredne možnosti</string>
+    <string name="title_setup_inbox">Pojdi v mapo Prejeto</string>
     <string name="title_setup_go">Pojdi</string>
     <string name="title_setup_to_do">Za narediti</string>
     <string name="title_setup_done">Končano</string>
     <string name="title_setup_still">Še vedno za narediti</string>
     <string name="title_setup_error">Napaka</string>
+    <string name="title_setup_pop">Uporabi POP3 (ni priporočljivo)</string>
+    <string name="title_setup_recent">Uporabi \'recent\' za več e-poštnih odjemalcev</string>
+    <string name="title_setup_configuring">Nastavljanje računa &#8230;</string>
+    <string name="title_setup_app_password">Mogoče boste morali uporabiti geslo programa</string>
+    <string name="title_setup_extra">Dodatno</string>
+    <string name="title_setup_delete_account_hint">To bo samo odstranilo račune iz programa.</string>
+    <string name="title_setup_close">Zapri nastavitve</string>
     <string name="title_setup_export">Izvozi nastavitve</string>
     <string name="title_setup_import">Uvozi nastavitve</string>
+    <string name="title_setup_export_remark">        Ker datoteka z nastavitvami vsebuje vse nastavitve in podatke o računu, se ta šifrira z geslom.
+        Za uvoz nastavitev je ponovno treba vnesti geslo, zato ga ne izgubite!
+    </string>
+    <string name="title_setup_export_do">Izvozna datoteka vsebuje vse nastavitve in podatke, vendar nobenega sporočila ali slike za podpis.</string>
     <string name="title_setup_import_do">Uvoženi računi bodo dodani, ne da bi prepisali obstoječe.</string>
     <string name="title_setup_password">Geslo</string>
     <string name="title_setup_password_chars">Geslo vsebuje krmilne znake ali presledke.</string>
@@ -145,9 +258,19 @@
     <string name="title_setup_password_missing">Manjka geslo.</string>
     <string name="title_setup_password_different">Gesli se ne ujemata.</string>
     <string name="title_setup_password_invalid">Geslo je neveljavno.</string>
+    <string name="title_setup_import_accounts">Uvozi račune in identitete</string>
+    <string name="title_setup_import_delete">Najprej izbriši obstoječe račune</string>
+    <string name="title_setup_import_rules">Uvozi pravila filtriranja</string>
+    <string name="title_setup_import_contacts">Uvozite krajevne stike</string>
+    <string name="title_setup_import_answers">Uvozi predloge za odgovor</string>
+    <string name="title_setup_import_settings">Uvozi možnosti</string>
     <string name="title_setup_exported">Nastavitve so bile izvožene.</string>
     <string name="title_setup_imported">Nastavitve so bile uvožene.</string>
     <string name="title_setup_import_invalid">Neveljavna datoteka z nastavitvami.</string>
+    <string name="title_importing_account">Račun %1$s </string>
+    <string name="title_importing_identity">Identiteta %1$s</string>
+    <string name="title_importing_exists">Preskočeno: že obstaja.</string>
+    <string name="title_importing_wizard">Zaženite čarovnika za ponovno odobritev.</string>
     <string name="title_setup_reorder_accounts">Razvrsti račune</string>
     <string name="title_setup_reorder_folders">Razvrsti mape</string>
     <string name="title_reset_order">Ponastavi vrstni red</string>
@@ -162,19 +285,38 @@
     <string name="title_setup_theme_red_green">Rdeča/Zelena</string>
     <string name="title_setup_theme_grey">Siva</string>
     <string name="title_setup_theme_black">Črna</string>
+    <string name="title_setup_theme_white">Bela</string>
+    <string name="title_setup_theme_black_or_white">Črna ali bela</string>
+    <string name="title_setup_theme_black_and_white">Črno-bela</string>
     <string name="title_setup_theme_reverse">Obrni barve</string>
-    <string name="title_setup_theme_dark">Temno</string>
+    <string name="title_setup_theme_light">Svetla</string>
+    <string name="title_setup_theme_dark">Temna</string>
     <string name="title_setup_theme_system">Sledi sistemu</string>
     <string name="title_setup_theme_black_background">Črno ozadje</string>
+    <string name="title_setup_theme_html_light">Svetlo ozadje za pogled izvirnega sporočila</string>
+    <string name="title_setup_theme_composer_light">Svetlo ozadje za urejevalnik sporočil</string>
+    <string name="title_setup_theme_you_hint">Barve Material You lahko nastavite v nastavitvah sloga in ozadja za Android.</string>
     <string name="title_setup_theme_system_hint">\'Sledi sistemu\' bo samodejno preklopilo med svetlo/temno temo podnevi/ponoči, če to podpira Android.</string>
+    <string name="title_setup_theme_more_colors">Želim več barv</string>
     <string name="title_setup_advanced">Napredno</string>
     <string name="title_setup_options">Možnosti</string>
     <string name="title_setup_defaults">Obnovi privzeto</string>
     <string name="title_setup_reset_questions">Ponastavi vprašanja</string>
+    <string name="title_setup_reset_general">Splošna vprašanja</string>
+    <string name="title_setup_reset_full">Prikaži izvirna sporočila</string>
     <string name="title_setup_reset_images">Prikaži slike</string>
+    <string name="title_setup_reset_links">Potrdi povezave</string>
+    <string name="title_check_gmail_oauth">Vaši računi Gmail bodo še naprej delovali po 30. maju 2022.</string>
+    <string name="title_check_gmail_password">Nekateri od vaših računov Gmail bodo morda prenehali delovati po 30. maju 2022.</string>
+    <string name="title_check_outlook_oauth">Vaši računi Outlook bodo še naprej delovali po 1. okrobru 2022.</string>
+    <string name="title_check_outlook_password">Nekateri od vaših računov Outlook bodo morda prenehali delovati po 1. oktobru 2022.</string>
     <string name="title_advanced_hint_title">Več naprednih nastavitev</string>
     <string name="title_advanced_hint_message">        You are navigating to the more advanced options.        All options have commonly used standard values, which you do not need to change unless you have a different preference.
     </string>
+    <string name="title_advanced_hint_remark">        Možnosti so razvrščene po zavihkih, razdeljene v odseke, organizirane po videzu ali uporabi in lahko jih iščete.
+    </string>
+    <string name="title_advanced_hint_setup">Račun lahko nastavite z dotikom gumba za čarovnika na zaslonu za glavne nastavitve.</string>
+    <string name="title_advanced_section_main">Glavno</string>
     <string name="title_advanced_section_synchronize">Prejemanje</string>
     <string name="title_advanced_section_send">Pošiljanje</string>
     <string name="title_advanced_section_connection">Povezava</string>
@@ -184,85 +326,204 @@
     <string name="title_advanced_section_encryption">Šifriranje</string>
     <string name="title_advanced_section_notifications">Obvestila</string>
     <string name="title_advanced_section_misc">Razno</string>
+    <string name="title_advanced_default">Vse možnosti imajo pogosto uporabljene običajne vrednosti, ki jih za uporabo programa ni treba spreminjati.</string>
+    <string name="title_advanced_receive">Prejmi sporočila za vse račune</string>
     <string name="title_advanced_when">Kdaj</string>
+    <string name="title_advanced_optimize">Samodejno optimiziraj</string>
+    <string name="title_advanced_always">Vedno prejmi sporoila za te račune</string>
     <string name="title_advanced_schedule">Urnik</string>
     <string name="title_advanced_advanced">Napredno</string>
+    <string name="title_advanced_quick_sync">Hitra sinhronizacija</string>
     <string name="title_advanced_no_date">Sporočila brez datuma</string>
     <string name="title_advanced_unseen">Vsa neprebrana sporočila</string>
     <string name="title_advanced_flagged">Vsa sporočila z zvezdico</string>
     <string name="title_advanced_delete_unseen">Izbriši stara neprebrana sporočila</string>
     <string name="title_advanced_kept_removed">Preveri, ali so bila stara sporočila odstranjena s strežnika</string>
     <string name="title_advanced_gmail_thread">Slog združevanja sporočil za račune Gmail</string>
+    <string name="title_advanced_subject_threading">Združi sporočila po pošiljatelju in zadevi</string>
     <string name="title_advanced_sync_folders">Sinhroniziraj seznam map</string>
+    <string name="title_advanced_sync_folders_poll">Dejavno sinhroniziraj seznam map</string>
+    <string name="title_advanced_sync_shared_folders">Sinhroniziraj seznam map v souporabi</string>
     <string name="title_advanced_subscriptions">Upravljaj z naročninami na mape</string>
+    <string name="title_advanced_check_authentication">Preveri overitev sporočila</string>
+    <string name="title_advanced_check_tls">Preveri varnost prenosnega sloja (TLS)</string>
+    <string name="title_advanced_check_reply_domain">Preveri naslove za odgovor ob sinhronizaciji sporočil</string>
     <string name="title_advanced_check_mx">Preveri pošiljateljeve e-poštne naslove ob sinhronizaciji sporočil</string>
+    <string name="title_advanced_check_blocklist">Preveri, ali je ime domene pošiljatelja na seznamu za blokiranje vsiljene pošte</string>
+    <string name="title_advanced_use_blocklist">Premakni sporočila iz domen, ki so na seznamu blokiranih, v mapo z vsiljeno pošto</string>
+    <string name="title_advanced_use_blocklist_pop3">Preskoči sporočila iz domen, ki so na seznamu blokiranih (samo POP3)</string>
+    <string name="title_advanced_tune_keep_alive">Samodejno uglasi razmik med osvežitvami</string>
     <string name="title_advanced_keyboard">Privzeto prikaži tipkovnico</string>
+    <string name="title_advanced_keyboard_no_fullscreen">Prepreči celozaslonsko tipkovnico</string>
+    <string name="title_advanced_suggest_names">Uporabi imena in e-poštne naslove</string>
     <string name="title_advanced_suggest_local">Predlagaj krajevno shranjene stike</string>
     <string name="title_advanced_suggest_sent">Predlagaj naslove, najdene v poslanih sporočilih</string>
     <string name="title_advanced_suggest_received">Predlagaj naslove, najdene v prejetih sporočilih</string>
     <string name="title_advanced_suggest_frequently">Razvrsti predlagane naslove po pogostosti uporabe</string>
+    <string name="title_advanced_alt_re_fwd">Nadomestna predpona za odgovor/posredovanje</string>
+    <string name="title_advanced_send_chips">Prikaži mehurčke za naslove</string>
     <string name="title_advanced_send_reminders">Prikaži opomnike</string>
     <string name="title_advanced_send_delayed">Odloži pošiljanje sporočil</string>
+    <string name="title_advanced_attach_new">Dodaj datoteke v souporabi k novemu osnutku</string>
+    <string name="title_advanced_answer_action">Dolg pritisk na gumb za odgovor bo:</string>
+    <string name="title_advanced_send_pending">Prikaži nevsiljivo ikono zakasnelega pošiljanja</string>
+    <string name="title_advanced_auto_save_paragraph">Samodejno shrani osnutek po vsakem odstavku</string>
+    <string name="title_advanced_auto_save_dot">Samodejno shrani osnutek po vsakem stavku</string>
+    <string name="title_advanced_compose_font">Privzeta pisava</string>
+    <string name="title_advanced_auto_identity">Samodejno izberi identitete za nova sporočila</string>
     <string name="title_advanced_prefix_once">V odgovorih ali posredovanih sporočilih zadevi dodaj predpono samo enkrat</string>
+    <string name="title_advanced_prefix_count">Dodaj število k predponi za odgovor</string>
+    <string name="title_advanced_separate_reply">Vstavi vodoravno črto pred glavo za odgovor/posredovanje</string>
     <string name="title_advanced_extended_reply">V odgovorih/posredovanih sporočilih uporabi razširjeno glavo</string>
+    <string name="title_advanced_write_above">Piši nad besedilom pošiljatelja</string>
+    <string name="title_advanced_write_below">Piši pod besedilom pošiljatelja</string>
     <string name="title_advanced_quote_reply">Navedi besedilo, na katerega odgovarjam</string>
+    <string name="title_advanced_limit_reply">Omeji število ugnezdenih navedkov</string>
     <string name="title_advanced_resize_reply">V navedenem besedilu prilagodi velikost slik</string>
     <string name="title_advanced_signature_location">Položaj podpisa</string>
+    <string name="title_advanced_signature_new">Uporabi podpis za nova sporočila</string>
+    <string name="title_advanced_signature_reply">Uporabi podpis za odgovor</string>
+    <string name="title_advanced_signature_reply_once">Samo za prvi odgovor</string>
+    <string name="title_advanced_signature_forward">Uporabi podpis za posredovano sporočilo</string>
     <string name="title_advanced_discard_delete">Trajno izbriši osnutek ob opustitvi osnutka</string>
+    <string name="title_advanced_reply_move">Ob odgovoru na sporočilo shrani odgovor v isto mapo</string>
+    <string name="title_advanced_auto_link">Samodejno ustvari povezave</string>
     <string name="title_advanced_plain_only">Privzeto pošlji samo golo besedilo</string>
     <string name="title_advanced_flow">\'Tekoča oblika\' za golo besedilo</string>
     <string name="title_advanced_usenet_signature">Dogovor za podpis Usenet</string>
     <string name="title_advanced_remove_signatures">Odstrani prepoznane podpise</string>
     <string name="title_advanced_receipt">Kadar zahtevam potrdilo</string>
+    <string name="title_advanced_forward_new">Začni nov pogovor ob posredovanju</string>
     <string name="title_advanced_lookup_mx">Pred pošiljanjem preveri prejemnikove e-poštne naslove</string>
     <string name="title_advanced_metered">Uporabi merjene povezave</string>
     <string name="title_advanced_download">Samodejno prejmi sporočila in priloge ob merjeni povezavi do</string>
     <string name="title_advanced_roaming">Prejmi sporočila in priloge med gostovanjem</string>
     <string name="title_advanced_rlah">Gostuj kot doma</string>
+    <string name="title_advanced_download_headers">Prejmi vse glave sporočila</string>
+    <string name="title_advanced_download_eml">Prejmi datoteke surovega sporočila</string>
+    <string name="title_advanced_download_plain">Privzeto prejmi samo dele z golim besedilom (če je na voljo)</string>
+    <string name="title_advanced_validated">Zahtevaj preverjeno povezavo</string>
+    <string name="title_advanced_vpn_only">Poveži se samo preko VPN-a</string>
     <string name="title_advanced_timeout">Časovna omejitev povezave (v sekundah)</string>
+    <string name="title_advanced_prefer_ip4">Prednost ima IPv4 pred IPv6</string>
     <string name="title_advanced_ssl_harden">Utrdi povezave SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Zahtevaj TLS 3.1</string>
+    <string name="title_advanced_cert_strict">Strogo preverjanje potrdil</string>
     <string name="title_advanced_manage_connectivity">Upravljaj s povezljivostjo</string>
     <string name="title_advanced_caption_general">Splošno</string>
+    <string name="title_advanced_caption_navigation">Krmarjenje</string>
+    <string name="title_advanced_caption_checks">Preverjanja</string>
     <string name="title_advanced_caption_list">Seznam</string>
     <string name="title_advanced_caption_conversation">Pogovor</string>
     <string name="title_advanced_caption_message">Sporočilo</string>
     <string name="title_advanced_caption_message_header">Glava sporočila</string>
     <string name="title_advanced_caption_message_body">Telo sporočila</string>
-    <string name="title_advanced_startup">Prikaži ob zagonu</string>
+    <string name="title_advanced_portrait">Pokončni način</string>
+    <string name="title_advanced_landscape">Ležeči način</string>
+    <string name="title_advanced_two_row">Uporabi dve vrstici</string>
+    <string name="title_advanced_two_col">Uporabi dva stolpca</string>
+    <string name="title_advanced_min_screen_size">Najmanjša velikost za razdelitev zaslona</string>
+    <string name="title_advanced_close_pane">Strni vrstico ali stolpec ob zapiranju pogovora</string>
+    <string name="title_advanced_column_width">Širina stolpcev/višina vrstic sporočil: %1$s %%</string>
+    <string name="title_advanced_nav_options">Prikaži možnosti menija za krmarjenje</string>
+    <string name="title_advanced_nav_categories">Prikaži kategorije računov v meniju za krmarjenje</string>
+    <string name="title_advanced_nav_pin">Pripni meni za krmarjenje</string>
+    <string name="title_advanced_nav_hide_title">Skrij možnosti menija za krmarjenje?</string>
+    <string name="title_advanced_nav_hide_message">Možnosti lahko ponovno omogočite v nastavitvah prikaza.</string>
+    <string name="title_advanced_nav_message_count">Prikaži število krajevno shranjenih sporočil v meniju za krmarjenje</string>
+    <string name="title_advanced_nav_unseen_drafts">Prikaži število neprebranih osnutkov v meniju za krmarjenje</string>
+    <string name="title_advanced_nav_pinned_count">Prikaži število neprebranih sporočil v pripetem meniju za krmarjenje</string>
+    <string name="title_advanced_startup">Ob zagonu prikaži</string>
     <string name="title_advanced_cards">Uporabi kartice namesto seznama</string>
+    <string name="title_advanced_cards_beige">Uporabi sivo-rjavo ozadje ob uporabi kartičnega sloga (samo svetle teme)</string>
+    <string name="title_advanced_tabular_background">Uporabi barvo kartic kot ozadje ob uporabi sloga z zavihki</string>
+    <string name="title_advanced_cards_shadow">Uporabi senčenje za neprebrana sporočila ob uporabi kartičnega sloga</string>
+    <string name="title_advanced_cards_shadow_highlight">Uporabi barvo poudarkov namesto barve odtenka</string>
+    <string name="title_advanced_tabular_dividers">Uporabi ločilne črte ob uporabi sloga z zavihki</string>
     <string name="title_advanced_date_header">Združi po datumu</string>
+    <string name="title_advanced_date_fixed">Prikaži glavo s fiksnim datumom na vrhu</string>
+    <string name="title_advanced_date_bold">Prikaži datum v krepkem</string>
     <string name="title_advanced_threading">Niti pogovorov</string>
+    <string name="title_advanced_threading_unread">Prikaži število neprebranih sporočil v pogovorih</string>
     <string name="title_advanced_indentation">V pogovorih zamakni prejeta/poslana sporočila levo/desno</string>
     <string name="title_advanced_highlight_unread">Poudari neprebrana sporočila</string>
     <string name="title_advanced_color_stripe">Prikaži barvno črto</string>
+    <string name="title_advanced_color_stripe_wide">Uporabi široko barvno črto</string>
     <string name="title_advanced_avatars">Prikaži slike stikov</string>
+    <string name="title_advanced_bimi_unverified">Nepreverjen pošiljatelj</string>
+    <string name="title_advanced_bimi_verified">Preverjen pošiljatelj</string>
     <string name="title_advanced_gravatars">Prikaži splošne podobe</string>
+    <string name="title_advanced_libravatars">Prikaži pod. iz stor. Libravatar</string>
+    <string name="title_advanced_favicons">Prikaži ikone zaznamkov</string>
+    <string name="title_advanced_favicons_partial">Prikaži samo prvih %1$s spletne strani</string>
     <string name="title_advanced_generated_icons">Prikaži ustvarjene ikone</string>
     <string name="title_advanced_identicons">Prikaži identitetne ikone</string>
     <string name="title_advanced_circular">Prikaži okrogle ikone</string>
+    <string name="title_advanced_color_saturation">Nasičenost: %1$s %%</string>
+    <string name="title_advanced_color_value">Svetlost: %1$s %%</string>
+    <string name="title_advanced_color_threshold">Prag barve črk: %1$s %%</string>
     <string name="title_advanced_name_email">Prikaži imena in e-poštne naslove</string>
     <string name="title_advanced_replace_name">Prednost ima ime stika pred poslanim imenom</string>
+    <string name="title_advanced_only_name">Prikaži samo imena stikov</string>
     <string name="title_advanced_distinguish_contacts">Podčrtaj pošiljatelja, ko je ta poznan kot krajevni stik \'Za\'</string>
+    <string name="title_advanced_show_recipients">Prikaži prejemnike v glavi sporočila</string>
+    <string name="title_advanced_font_size_sender">Velikost besedila - pošiljatelj</string>
+    <string name="title_advanced_sender_ellipsize">Skrajšaj pošiljatelja, če je treba</string>
     <string name="title_advanced_subject_top">Prikaži zadevo nad pošiljateljem</string>
     <string name="title_advanced_subject_italic">Prikaže zadevo v ležeči pisavi</string>
     <string name="title_advanced_highlight_subject">Poudari zadevo</string>
+    <string name="title_advanced_font_size_subject">Velikost besedila - zadeva</string>
+    <string name="title_advanced_subject_ellipsize">Skrajšaj zadevo, če je treba</string>
+    <string name="title_advanced_compact_mode_remark">Samo strnjen način</string>
+    <string name="title_advanced_highlight_color">Barva poudarka</string>
     <string name="title_advanced_keywords">V glavi sporočila prikaži ključne besede</string>
+    <string name="title_advanced_labels">Prikaži oznake Gmail v glavi sporočila</string>
     <string name="title_advanced_flags">Prikaži zvezdice</string>
     <string name="title_advanced_flags_background">Prikaži obarvano ozadje namesto obarvanih zvezdic</string>
     <string name="title_advanced_preview">Prikaži predogled sporočila</string>
     <string name="title_advanced_preview_italic">Prikaži predogled sporočila v ležeči pisavi</string>
     <string name="title_advanced_preview_lines">Število vrstic predogleda</string>
     <string name="title_advanced_addresses">Privzeto prikaži podrobnosti naslova</string>
+    <string name="title_advanced_unzip">Prikaži vsebino stisnjenih prilog</string>
     <string name="title_advanced_attachments_alt">Prikaži priloge pod besedilom sporočila</string>
+    <string name="title_advanced_thumbnails">Prikaži sličice za besedilom sporočila</string>
+    <string name="title_advanced_message_text_zoom2">Privzeta povečava besedila sporočila: %1$s %%</string>
+    <string name="title_advanced_overview_mode">Povečaj/pomanjšaj izvirna sporočila, da se prilegajo zaslonu</string>
+    <string name="title_advanced_override_width">Onemogoči stalne širine v izvirnih sporočilih</string>
+    <string name="title_advanced_hyphenation">Uporabi samodejno dodajanje vezajev</string>
     <string name="title_advanced_contrast">Uporabi visoki kontrast za besedilo sporočila</string>
+    <string name="title_advanced_monospaced">Privzeto uporabi pisavo s stalno širino za besedilo sporočila</string>
+    <string name="title_advanced_monospaced_pre">Uporabi pisavo s stalno širino za predoblikovano besedilo</string>
+    <string name="title_advanced_background_color">Uporabi barve ozadja</string>
+    <string name="title_advanced_text_color">Uporabi barve besedila</string>
+    <string name="title_advanced_text_size">Uporabi velikosti besedila</string>
+    <string name="title_advanced_text_font">Uporabi pisave</string>
+    <string name="title_advanced_text_align">Uporabi poravnavo besedila</string>
+    <string name="title_advanced_text_titles">Prikaži {HTML titles}</string>
+    <string name="title_advanced_text_separators">Uporabi ločilne črte</string>
     <string name="title_advanced_collapse_quotes">Strni navedeno besedilo</string>
+    <string name="title_advanced_image_placeholders">Prikaži ograde slik</string>
     <string name="title_advanced_images_inline">Samodejno prikaži slike v besedilu</string>
+    <string name="title_advanced_button_extra">Prikaži dodatne gumbe na dnu sporočila</string>
     <string name="title_advanced_seekbar">Prikaži relativni položaj pogovora s piko</string>
     <string name="title_advanced_actionbar">Prikaži vrstico z dejanji pogovorov</string>
     <string name="title_advanced_actionbar_color">Za barvo ozadja vrstice z dejanji pogovorov uporabi barvo računa</string>
+    <string name="title_advanced_category_header">Združi po kategorijah računa</string>
     <string name="title_advanced_navbar_colorize">Obarvaj Androidovo vrstico za krmarjenje</string>
+    <string name="title_advanced_list_count">Prikaži število sporočil ali pogovorov v vrhnji vrstici dejanj</string>
+    <string name="title_advanced_bundled_fonts">Uporabi svežnje pisav</string>
     <string name="title_advanced_parse_classes">Razčleni slogovne predloge</string>
+    <string name="title_advanced_authentication">Prikaži opozorila o overitvah</string>
+    <string name="title_advanced_authentication_hint">S tem povezana preverjanja lahko nastavite v nastavivah za prejemanje.</string>
+    <string name="title_advanced_authentication_indicator">Prikaži kazalnik stanja overitve</string>
+    <string name="title_advanced_authentication_none">Brez overitve</string>
+    <string name="title_advanced_authentication_some">Delna overitev</string>
+    <string name="title_advanced_authentication_all">Popolna overitev</string>
+    <string name="title_advanced_restore_on_launch">Obnovi stanje programa ob zagonu</string>
+    <string name="title_advanced_sync_on_launch">Sinhroniziraj ob zagonu</string>
     <string name="title_advanced_double_back">Dvojni \'Nazaj\' za izhod</string>
+    <string name="title_advanced_conversation_actions">Predlagaj dejanja (Android 10+)</string>
+    <string name="title_advanced_conversation_actions_replies">Predlagaj besedila za odgovor (Android 10+)</string>
     <string name="title_advanced_language_detection">Zaznaj jezik besedila sporočila</string>
     <string name="title_advanced_pull_refresh">Povleci dol za osvežitev</string>
     <string name="title_advanced_autoscroll">Ob prejemanju novih sporočil se pomakni na vrh</string>
@@ -270,26 +531,42 @@
     <string name="title_advanced_swipenav">Povleci levo/desno za pomik na naslednje/prejšnje sporočilo</string>
     <string name="title_advanced_volumenav">Glasnost gor/dol za pomik na naslednje/prejšnje sporočilo</string>
     <string name="title_advanced_reversed">Obrni smer krmarjenja</string>
+    <string name="title_advanced_swipe_close">Potegni dol za zapiranje pogovora</string>
+    <string name="title_advanced_swipe_move">Potegni gor za premik pogovora</string>
     <string name="title_advanced_autoexpand">Samodejno razširi sporočila</string>
+    <string name="title_advanced_expand_first">Samodejno razširi prvo sporočilo, ko preberem pogovor</string>
     <string name="title_advanced_expand_all">Samodejno razširi vsa prebrana sporočila</string>
     <string name="title_advanced_expand_one">Razširi samo eno sporočilo naenkrat</string>
     <string name="title_advanced_collapse_multiple">Ob pritisku na \'Nazaj\' strni sporočila v pogovoru z več sporočili</string>
     <string name="title_advanced_autoclose">Samodejno zapri pogovore</string>
     <string name="title_advanced_onclose">Ob zapiranju pogovora</string>
+    <string name="title_advanced_autoclose_unread">Zapri pogovor, ko so sporočila označena kot prebrana</string>
+    <string name="title_advanced_collapse_marked">Strni sporočila, ki so ročno označena kot prebrana ali neprebrana</string>
+    <string name="title_advanced_undo">Omejitev razveljavitve</string>
     <string name="title_advanced_quick_filter">Prikaži nevsiljive ikone hitrega filtra</string>
     <string name="title_advanced_quick_scroll">Prikaži nevsiljive ikone hitrega pomika</string>
+    <string name="title_advanced_folder_nav">Vedno se vrni na seznam map s seznama sporoil</string>
     <string name="title_advanced_autoread">Ob premikanju sporočil samodejno označi sporočila kot prebrana</string>
     <string name="title_advanced_star_snoozed">Ob dremežu sporočil samodejno dodaj zvezdico</string>
     <string name="title_advanced_autounstar">Ob premikanju sporočil samodejno odstrani zvezdice</string>
     <string name="title_advanced_auto_important">Samodejno naredi sporočila, označena z zvezdico, pomembna</string>
     <string name="title_advanced_reset_importance">Ponastavi pomembnost ob premikanju sporočil</string>
+    <string name="title_advanced_swipe_reply">Potegni razširjena sporočila desno za odgovor</string>
+    <string name="title_advanced_default_snooze">Privzeti čas dremeža/zakasnitve</string>
     <string name="title_advanced_notifications">Upravljaj z obvestili</string>
     <string name="title_advanced_notifications_default">Privzeti kanal</string>
+    <string name="title_advanced_notifications_service">Nazdorni kanal</string>
+    <string name="title_advanced_notifications_newest_first">Najprej prikaži novejša obvestila</string>
     <string name="title_advanced_badge">Ikono zaganjalnika prikaži s številom novih sporočil</string>
     <string name="title_advanced_unseen_ignored">Število novih sporočil naj se ujema s številom obvestil</string>
+    <string name="title_advanced_notify_background">Prikaži obvestila samo, ko se program izvaja v ozadju</string>
+    <string name="title_advanced_notify_known">Prikaži obvestila samo za stike</string>
+    <string name="title_advanced_notify_suppress_in_call">Zakasni obvestila med klicem</string>
+    <string name="title_advanced_notify_suppress_in_car">Zakasni obvestila, ko je priklopljen Android Auto</string>
     <string name="title_advanced_notify_summary">Prikaži samo obvestilo s povzetkom</string>
     <string name="title_advanced_notify_preview">V obvestilih prikaži predogled sporočila</string>
     <string name="title_advanced_notify_preview_all">Predogled vsega besedila</string>
+    <string name="title_advanced_notify_preview_only">Prikaži obvestila samo s predogledom besedila</string>
     <string name="title_advanced_notify_actions">Dejanja obvestil</string>
     <string name="title_advanced_notify_action_trash">Smeti</string>
     <string name="title_advanced_notify_action_delete">Izbriši</string>
@@ -304,57 +581,127 @@
     <string name="title_advanced_notify_action_snooze">Dremež</string>
     <string name="title_advanced_notify_remove">Ob dotiku obvestila odstrani obvestilo o novem sporočilu</string>
     <string name="title_advanced_notify_clear">Ob ogledu seznama sporočil odstrani obvestilo o novem sporočilu</string>
+    <string name="title_advanced_notify_subtext">Prikaži ime računa ali mape kot podbesedilo</string>
     <string name="title_advanced_wearable_preview">V nosljive naprave pošlji samo obvestila s predogledom sporočila</string>
+    <string name="title_advanced_notify_messaging">Uporabi Androidovo obliko obvestil \'sporočilni slog\'</string>
     <string name="title_advanced_biometrics_notify">Ob uporabi biometrične overitve prikaži vsebino obvestila</string>
     <string name="title_advanced_light">Uporabi lučko za obvestila</string>
     <string name="title_advanced_sound">Izberi zvok obvestila</string>
+    <string name="title_advanced_notify_screen_on">Na kratko vklopi zaslon za obvestila o novih sporočilih</string>
+    <string name="title_advanced_notifications_background">Za sinhronizacjo sporočil uporabi storitev v ozadju</string>
+    <string name="title_advanced_notifications_background_hint">Storitev v ozadju lahko Android kadarkoli ustavi, vendar ne zahteva obvestila v vrstici stanja.</string>
     <string name="title_advanced_confirm_links">Potrdi odpiranje povezav</string>
+    <string name="title_advanced_check_links_dbl">Za sumljive povezave preveri sezname za blokiranje domen</string>
+    <string name="title_advanced_confirm_images">Privzeto ne prikazuj slik</string>
     <string name="title_advanced_ask_images">Potrdi prikaz slik</string>
     <string name="title_advanced_confirm_html">Privzeto prikaži preoblikovana sporočila</string>
+    <string name="title_advanced_ask_html">Potrdi prikaz izvirnih sporočil</string>
+    <string name="title_advanced_tracking">Poizkusi prepoznati in onemogočiti sledilne slike</string>
     <string name="title_advanced_hide_timezone">Pošiljaj sporočila brez podatkov o časovnem pasu</string>
+    <string name="title_advanced_client_id">Pošlji ime programa in različico e-poštnemu strežniku</string>
     <string name="title_advanced_display_hidden">Prikaži skrita besedila v sporočilu</string>
+    <string name="title_advanced_incognito_keyboard">Uporabi zasebno tipovnico (Android 8+)</string>
     <string name="title_advanced_secure">Skrij z zaslona nedavnih programov in prepreči zaslonske slike</string>
     <string name="title_advanced_pin">PIN</string>
     <string name="title_advanced_biometrics_timeout">Časovna omejitev biometrične overitve</string>
+    <string name="title_advanced_autolock">Zakleni ob izklopu zaslona</string>
+    <string name="title_advanced_autolock_nav">Zakleni ob zapustitivi programa</string>
+    <string name="title_advanced_generic_user_agent">Uporabi splošnega uporabniškega posrednika v brskalniku</string>
+    <string name="title_advanced_load_emoji">Naloži posodobljene izrazne ikone iz Storitev Google Play</string>
+    <string name="title_advanced_disconnect_auto_update">Samodejno tedensko posodobi sezname</string>
+    <string name="title_advanced_disconnect_links">Uporabi sezname za opozorilo o sledilnih povezavah</string>
+    <string name="title_advanced_disconnect_images">Uporabi sezname za prepoznavanje sledilnih slik</string>
+    <string name="title_advanced_mnemonic">Oddaljeno izbriši podatke</string>
+    <string name="title_advanced_mnemonic_hint">Če bodo prejeta sporočila v zadevi vsebovala spodnje besede, se bodo podatki programa samodejno in takoj izbrisali.</string>
+    <string name="title_advanced_clear_all">Izbriši podatke programa</string>
+    <string name="title_advanced_clear_all_remark">Podatki programa bodo neobnovljivo izbrisani!</string>
     <string name="title_advanced_sign_default">Privzeto podpiši</string>
     <string name="title_advanced_encrypt_default">Privzeto šifriraj</string>
     <string name="title_advanced_auto_decrypt">Samodejno odšifriraj sporočila</string>
+    <string name="title_advanced_auto_undo_decrypt">Razveljavi šifriranje ob zapiranju programa</string>
     <string name="title_advanced_openpgp">Ponudnik OpenPGP</string>
     <string name="title_advanced_autocrypt">Uporabi Autocrypt</string>
     <string name="title_advanced_autocrypt_mutual">Vzajemni način Autocrypt</string>
+    <string name="title_advanced_encrypt_subject">Šifriraj zadevo</string>
+    <string name="title_advanced_import_pgp">Uvozi ključ</string>
+    <string name="title_advanced_sign_algo">Algoritem podpisa</string>
+    <string name="title_advanced_encrypt_algo">Šifrirni algoritem</string>
+    <string name="title_advanced_remark_algo">        Upoštevajte, da vsi e-poštni programi ne podpirajo vseh algoritmov.
+        Privzeta algoritma SHA256 in AES128 sta pogosto podprta.
+    </string>
+    <string name="title_advanced_check_certificate">Preveri javni ključ ob pošiljanju</string>
     <string name="title_advanced_manage_certificates">Upravljaj z javnimi ključi</string>
     <string name="title_advanced_import_key">Uvozi zasebni ključ</string>
     <string name="title_advanced_manage_keys">Upravljaj z zasebnimi ključi</string>
+    <string name="title_advanced_ca">Nameščena potrdila overiteljev</string>
     <string name="title_advanced_manage_keys_hint">        This will open to the Android security settings.        Keys and certificates can generally be found under Advanced - Encryption and credentials.
     </string>
+    <string name="title_advanced_power_menu">Dodaj dejanja v Androidov meni za izklop</string>
     <string name="title_advanced_external_search">Dovoli drugim programom iskati v sporočilih</string>
+    <string name="title_advanced_sort_answers">Razvrsti predloge za odgovor po pogostosti uporabe</string>
     <string name="title_advanced_shortcuts">V Androidovem meniju za deljenje prikaži pogosto uporabljene stike</string>
     <string name="title_advanced_fts">Zgradi iskalno kazalo</string>
     <string name="title_advanced_fts_indexed">V kazalo je bilo dodanih %1$d/%2$d sporočil (%3$s)</string>
+    <string name="title_advanced_classification">Razvrsti sporočila</string>
+    <string name="title_advanced_class_min_chance">Najmanjša verjetnost razreda: %1$s %%</string>
+    <string name="title_advanced_class_min_difference">Najmanjša razlika med razredi: %1$s %%</string>
     <string name="title_advanced_language">Jezik</string>
     <string name="title_advanced_language_system">Sistem</string>
+    <string name="title_advanced_lt">Povezava z LanguageToolom</string>
+    <string name="title_advanced_deepl">Povezava z DeepL-om</string>
+    <string name="title_advanced_sdcard">Želim uporabiti kartico SD</string>
     <string name="title_advanced_watchdog">Občasno preveri, ali je FairEmail še vedno dejaven</string>
+    <string name="title_advanced_updates">Preveri za posodobitve GitHub</string>
+    <string name="title_advanced_check_weekly">Preveri tedensko namesto dnevno</string>
+    <string name="title_advanced_changelog">Prikaži dnevnik sprememb po posodobitvi</string>
     <string name="title_advanced_experiments">Preizkusne značilnosti</string>
     <string name="title_advanced_crash_reports">Pošiljaj poročila o napakah</string>
     <string name="title_advanced_cleanup_attachments">Izbriši priloge starih sporočil</string>
     <string name="title_advanced_cleanup">Počisti</string>
+    <string name="title_advanced_app">Nastavitve programa</string>
     <string name="title_advanced_more">Več možnosti</string>
+    <string name="title_advanced_main_log">Glavno beleženje</string>
+    <string name="title_advanced_protocol">Beleženje protokolov</string>
+    <string name="title_advanced_log_info">Razhroščevalno beleženje</string>
     <string name="title_advanced_debug">Razhroščevalni način</string>
+    <string name="title_advanced_manual_hint">Če je prejemanje sporočil onemogočeno, jih lahko še vedno ročno prejemate s potegom navzdol po seznamu sporočil.</string>
+    <string name="title_advanced_poll_battery">To lahko povzroči visoko porabo energije!</string>
+    <string name="title_advanced_poll_hint">Občasno preverjanje za nova sporočila bo vsakič primerjalo krajevna in oddaljena sporočila, kar je potratno opravilo, ki lahko porabi dodatno energijo, posebno pri velikem številu sporočil.  Če prejemate vedno, se boste temu izognili, ker pri tem program stalno preverja samo za spremembe.</string>
+    <string name="title_advanced_optimize_hint">To lahko spremeni pogostost sinhronizacije zaradi varčevanja z energijo, odvisno od zmogljivosti in vedenja e-poštnih strežnikov.</string>
     <string name="title_advanced_schedule_hint">Dotaknite se časa, da ga nastavite.</string>
+    <string name="title_advanced_schedule_ignore">Urnik lahko onemogočite v naprednih nastavitvah računa.</string>
+    <string name="title_advanced_quick_sync_hint">To zmanjša porabo podatkov, vendar lahko zgrešite nova sporočila, če e-poštni strežnik ne sledi standardom.</string>
     <string name="title_advanced_no_date_hint">Nekateri ponudniki shranjujejo sporočila z neznanim, neveljavnim ali prihodnjim datumom kot sporočila brez datuma.</string>
     <string name="title_advanced_unseen_hint">Nekateri ponudniki tega ne podpirajo ustrezno, kar lahko privede do sinhronizacije vseh ali nobenega sporočila.</string>
+    <string name="title_advanced_data_usage">To lahko povzroči visoko porabo podatkov!</string>
     <string name="title_advanced_deleted_unseen">Ko je onemogočeno, se bodo neprebrana sporočila ohranila na napravi za nedoločen čas.</string>
     <string name="title_advanced_sync_kept_hint">To bo preneslo dodatne podatke in porabilo dodatno energijo, še posebej, če imate na napravi veliko sporočil.</string>
+    <string name="title_advanced_gmail_thread_hint">To velja samo za na novo prejeta sporočila in lahko pokvari obstoječe skupine.</string>
+    <string name="title_advanced_subject_threading_hint">Samo sporočila, prejeta v zadnjih %1$d urah</string>
     <string name="title_advanced_sync_folders_hint">Onemogočanje tega bo nekoliko zmanjšalo porabo podatkov in energije, vendar bo obenem tudi onemogočilo posodabljanje seznama map.</string>
+    <string name="title_advanced_poll_folders_hint">Občasno sinhroniziraj seznam map poleg sinhronizacije po povezavi z računom.</string>
+    <string name="title_advanced_check_authentication_hint">To bo preverilo rezultate overitve DKIM, SPF in DMARC, ki jih opravi e-poštni strežnik.</string>
+    <string name="title_advanced_check_tls_hint">To bo prikazalo zeleni ščit samo, če so sporočilo varno poslali vsi strežniki.</string>
+    <string name="title_advanced_check_reply_hint">To bo preverilo, ali sta ime domene pošiljatelja in naslov za odgovor enaka.</string>
     <string name="title_advanced_lookup_mx_hint">To bo preverilo, ali obstajajo zapisi DNS MX.</string>
     <string name="title_advanced_sync_delay_hint">To bo upočasnilo sinhronizacijo sporočil.</string>
+    <string name="title_advanced_folder_nav_hint">To se bo s seznama sporočil vedno vrnilo na seznam map povezanega računa.</string>
+    <string name="title_advanced_suggest_names_hint">Če je onemogočeno, se bodo ob izbiri stikov uporabili samo e-poštni naslovi.</string>
     <string name="title_advanced_suggest_local_hint">Poleg stikov iz Androida.  Podatki o stikih bodo shranjeni za na novo poslana ali prejeta sporočila samo, ko je omogočeno.</string>
+    <string name="title_advanced_auto_identity_hint">To bo ob izbiri prejemnika za nova sporočila izbralo zadnje uporabljeno identiteto.</string>
     <string name="title_advanced_send_reminders_hint">Prikaži opozorilo, kadar je besedilo ali zadeva sporočila prazna, ali ko morda manjka priloga.</string>
+    <string name="title_advanced_reply_move_hint">E-poštni strežnik lahko še vedno doda sporočila v mapo s poslano pošto.</string>
     <string name="title_advanced_usenet_hint">Vstavi \'-- \' med besedilo in podpis.</string>
+    <string name="title_advanced_remove_signature_hint">To se lahko povzroči premalo ali preveč odstranjenega besedila.</string>
     <string name="title_advanced_metered_hint">Merjene povezave so v splošnem mobilne povezave ali plačljive dostopne točke Wi-Fi.</string>
     <string name="title_advanced_metered_warning">Onemogočanje te možnosti bo onemogočilo prejemanje in pošiljanje sporočil pri mobilnih internetnih povezavah.</string>
     <string name="title_advanced_rlah_hint">Program predvideva, da v EU-ju ni gostovanja.</string>
+    <string name="title_advanced_usage_hint">To bo povečalo porabo energije, podatkov in prostora za shranjevanje.</string>
+    <string name="title_advanced_plain_hint">Omogočanje tega bo omejilo porabo podatkov, vendar bodo sporočila prikazana brez slogov.</string>
+    <string name="title_advanced_tcp_keep_alive_hint">Omogočanje tega lahko na nekaterih napravah povzroči težave s povezavo in lahko poveča porabo energije.</string>
+    <string name="title_advanced_validate_hint">To lahko povzroči, da se sporočila ne sinhronizirajo, na primer ob uporabi VPN-a in tudi v drugih primerih.</string>
     <string name="title_advanced_timeout_hint">Časovna omejitev za branje/pisanje bo nastavljena na dvakratno vrednost časovne omejitve povezave.  Višje vrednosti bodo povzročile večjo porabo energije.</string>
+    <string name="title_advanced_cert_strict_hint">Onemogočanje tega bo razbremenilo preverjanje potrdil strežnika.</string>
     <string name="title_advanced_ssl_harden_hint">Omogočanje tega bo onemogočilo šibke protokole SSL in šifre, kar lahko povzroči težave pri povezavi.</string>
     <string name="title_advanced_roaming_hint">Med gostovanjem bodo glave sporočil vedno prenesene.  Za onemogočanje interneta med gostovanjem lahko uporabite nastavitve naprave za gostovanje.</string>
     <string name="title_advanced_browse_hint">Ob pomikanju navzdol prenesi več sporočil</string>
@@ -362,55 +709,94 @@
     <string name="title_advanced_startup_hint">Dolg pritisk na katerokoli mapo na seznamu map bo dodal ali odstranil mapo s seznama poenotenih map.</string>
     <string name="title_advanced_date_hint">Sporočila bodo združena po datumu samo, če so razvrščena po času.</string>
     <string name="title_advanced_navbar_colorize_hint">Delovanje tega je odvisno od različice in izvedbe Androida.</string>
+    <string name="title_advanced_split_hint">To bo zaslon razdelilo na dva dela.</string>
+    <string name="title_advanced_split_min_hint">To je stanje, namenjeno prepogljivim napravam.</string>
     <string name="title_advanced_threading_hint">Združi sporočila, ki so med seboj povezana.</string>
     <string name="title_advanced_highlight_hint">Odtenek barve teme se bo uporabil za poudarjanje.</string>
     <string name="title_advanced_privacy_risk">Vklop te možnosti lahko ogrozi zasebnost.</string>
+    <string name="title_advanced_name_email_hint">Imena bodo prikazana samo, če so na voljo.</string>
     <string name="title_advanced_preview_hint">Na voljo samo, če je bilo besedilo sporočila prejeto.</string>
+    <string name="title_advanced_preview_lines_hint">Skupaj največ %s znakov.</string>
     <string name="title_advanced_preview_issue">Pomikanje je lahko počasno zaradi hrošča v nekaterih različicah Androida, kadar je število vrstic večje od ena.</string>
+    <string name="title_advanced_overview_mode_hint">To se lahko povzroči majhne pisave.</string>
+    <string name="title_advanced_override_width_hint">To lahko zoža sporočila, kar je lahko videti čudno.</string>
+    <string name="title_advanced_monospaced_pre_hint">Sporočila v golem besedilo se bodo smatrala kot predoblikovana.</string>
+    <string name="title_advanced_placeholders_hint">To velja samo za predoblikovana sporočila.</string>
     <string name="title_advanced_inline_hint">Slike v besedilu so vključene v sporočilo.</string>
+    <string name="compressed">Vsebina stisnjenih datotek (%1$s) z več kot %2$s-imi datotekami ali z datotekami, večjimi kot %3$s ne bo prikazana.</string>
     <string name="title_advanced_parse_classes_hint">To bo natančneje prikazalo sporočila, vendar morda z zakasnitvijo.</string>
+    <string name="title_advanced_restore_on_launch_hint">Obnovi zadnje stanje programa, ko je ponovno zagnan z ikono zaganjalnika v %1$d-h minutah.</string>
+    <string name="title_advanced_language_detection_hint">Podpora za zaznavanje jezika je odvisna od izdelovalca naprave.</string>
     <string name="title_advanced_autoexpand_hint">Samodejno odpri sporočilo, ko je v pogovoru samo eno sporočilo ali eno neprebrano sporočilo.</string>
+    <string name="title_advanced_expandall_hint">Gumb za odgovor ne bo prikazan, kadar je razširjenih več sporočil, ker potem ni jasno, za katero sporočilo to velja.</string>
+    <string name="title_advanced_autoseen_hint">Samodejno označevanje sporočil kot prebranih ob razširitvi lahko onemogočite v naprednih nastavitvah za posamezni račun.</string>
     <string name="title_advanced_autoclose_hint">Samodejno zapri pogovore, ko so vsa sporočila arhivirana, poslana ali premaknjena v smeti.</string>
     <string name="title_advanced_sender_hint">Večina ponudnikov ne dovoli spreminjanja naslovov pošiljatelja.</string>
     <string name="title_advanced_bcc_hint">Naslov ne bo prikazan, ampak bo dodan ob pošiljanju.</string>
+    <string name="title_advanced_internal_hint">Ob pošiljanju v drugo someno se bo prikazalo opozorilo.</string>
+    <string name="title_advanced_e2e_encryption">Možnosti šifriranja</string>
     <string name="title_advanced_display_harmful_hint">Onemogočanje te možnosti lahko škoduje vaši zasebnosti.</string>
     <string name="title_advanced_display_hidden_hint">To lahko povzroči čuden videz besedila ali dvojno besedilo.</string>
     <string name="title_advanced_display_pin_hint">PIN ima prednost pred biometrično overitvijo.</string>
+    <string name="title_advanced_display_autolock_nav_hint">Zakasnitveni čas bo %1$d s.</string>
+    <string name="title_advanced_user_agent_hint">Nekater strežniki ne sprejemajo splošnega niza za uporabnišega posrednika.</string>
+    <string name="title_advanced_safe_browsing_hint">Googlov strežnik ve, kateri naslovi se iščejo.</string>
     <string name="title_advanced_badge_hint">Na voljo samo v podprtih zaganjalnikih.</string>
     <string name="title_advanced_notify_action_hint">Prikazana bodo največ tri dejanja.</string>
+    <string name="title_advanced_notify_car_hint">Povezano pomeni, da se nekaj projicira, npr. zemljevid za navigacijo.</string>
     <string name="title_advanced_notify_remove_hint">Obvestila o novih sporočilih bodo vedno odstranjena, ko jih povlečete stran ali označite kot prebrana.</string>
     <string name="title_advanced_notify_manage_hint">Dotaknite se imena kanala, da nastavite lastnosti kanala.</string>
     <string name="title_advanced_notify_manage_default_hint">Za nastavitev privzetega zvoka itd.</string>
+    <string name="title_advanced_notify_manage_service_hint">Za onemogočanje \'nadzornega\' obvestila.</string>
+    <string name="title_advanced_notify_separate_hint">Kako nastavim obvestila za račune, mape in pošiljatelje?</string>
     <string name="title_advanced_notify_preview_all_hint">Za nosljive naprave, ki lahko prikažejo polno besedilo (do 5000 znakov).</string>
+    <string name="title_advanced_notify_preview_only_hint">To zakasni prikaz obvestil, dokler se besedilo sporočila ne prejme.</string>
     <string name="title_advanced_wearable_hint">Obvestila se lahko pošljejo v nosljivo napravo samo, ko je bilo prejeto besedilo sporočila.</string>
+    <string name="title_advanced_messaging_hint">To je zahteva za podporo Android Auto.</string>
     <string name="title_advanced_move_hint">Ciljno mapo lahko nastavite v nastavitvah računa.</string>
     <string name="title_advanced_notify_no_grouping">Ta različica Androida ne podpira združevanje obvestil.</string>
     <string name="title_advanced_notify_no_channels">Ta različica Androida ne podpira kanalov obvestil.</string>
     <string name="title_advanced_fts_hint">Omogočanje tega izboljša zmogljivost iskanja, vendar poveča tudi porabo energije in prostora za shranjevanje.</string>
     <string name="title_advanced_english_hint">To bo ponovno zagnalo program.</string>
     <string name="title_advanced_experiments_hint">Seznam trenutno preizkusnih značilnosti.</string>
+    <string name="title_advanced_protocol_hint">To bo znatno povečalo porabo energije in prosotra za shranjevanje!</string>
+    <string name="title_advanced_debug_hint">To bo na raznih mestih prikazalo grde podatke o razhroščevanju.</string>
     <string name="title_advanced_cleanup_attachments_hint">To bo odstranilo priloge iz sporočil, ki se ne sinhronizirajo več ob ročnem čiščenju.</string>
     <string name="title_advanced_cleanup_hint">To bo izbrisalo vse začasne datoteke.</string>
     <string name="title_advanced_never_favorite">Nikoli ne dodaj med priljub.</string>
+    <string name="title_advanced_edit_name">Uredi ime</string>
     <string name="title_advanced_swipe_actions">Nastavi dejanja vlečenja</string>
     <string name="title_advanced_swipe_actions_hint">To bo nastavilo dejanje vlečenja v levo in desno za vse račune IMAP.</string>
+    <string name="title_advanced_swipe_sensitivity">Občutljivost levega/desnega potega</string>
     <string name="title_select">Izberi &#8230;</string>
     <string name="title_identity_name">Vaše ime</string>
     <string name="title_identity_email">Vaš e-poštni naslov</string>
+    <string name="title_identity_tenant_hint">To polje v večini prmerov pustite prazno.</string>
     <string name="title_identity_color_hint">Barve identitet imajo prednost pred barvami map in računov.</string>
     <string name="title_advanced_sender">Omogoči urejanje pošiljateljevega naslova</string>
+    <string name="title_advanced_sender_name">Uporabi ime, kadar je bil naslov pošiljatelja urejen.</string>
     <string name="title_advanced_sender_regex">Reg. izraz za ujemanje z uporabniškim imenom dohodnega e-poštnega naslova.</string>
     <string name="title_identity_reply_to">Naslov za odgovor</string>
+    <string name="title_identity_internal">Notranja imena domen (ločena z vejico)</string>
+    <string name="title_identity_unicode">Dovoli UTF-8 v glavah sporočil</string>
+    <string name="title_identity_unicode_remark">Večina strežnikov tega ne podpira.</string>
+    <string name="title_identity_octetmime">Dovoli 8BITMIME</string>
+    <string name="title_identity_max_size">Največja velikost sporočila (MB)</string>
     <string name="title_identity_receipt">Privzeto zahtevaj potrdilo o dostavi/branju</string>
+    <string name="title_identity_receipt_legacy">Uporabi starejše glave zahtev za potrdilo</string>
     <string name="title_identity_use_ip_hint">V primeru \'Neveljaven pozdrav\', \'Zahteva veljaven naslov\' ali podobne napake poizkusite spremeniti to nastavitev.</string>
+    <string name="title_identity_self_hint">Prepreči tudi odgovarjanje samemu sebi</string>
     <string name="title_optional">Izbirno</string>
     <string name="title_recommended">Priporočljivo</string>
     <string name="title_account_linked">Povezan račun</string>
     <string name="title_account_name">Ime računa</string>
+    <string name="title_account_category">Kategorija</string>
     <string name="title_account_name_hint">Uporablja se za razlikovanje map.</string>
     <string name="title_account_interval_hint">Pogostost osveževanja povezave za potisna sporočila ali preverjanja za nova sporočila.</string>
     <string name="title_account_partial_fetch_hint">Onemogočite to samo v primeru praznih sporočil ali okvarjenih prilog.</string>
     <string name="title_color">Barva</string>
+    <string name="title_background">Ozadje</string>
+    <string name="title_transparent">Prosojno</string>
     <string name="title_account_ondemand">Sinhroniziraj ročno</string>
     <string name="title_account_notify">Loči obvestila</string>
     <string name="title_account_left">Povleci levo</string>
@@ -424,12 +810,15 @@
     <string name="title_custom">Po meri</string>
     <string name="title_host">Ime gostitelja</string>
     <string name="title_encryption">Šifriranje</string>
-    <string name="title_encryption_none">Brez</string>
+    <string name="title_encryption_none">Brez (ni varno)</string>
     <string name="title_allow_insecure">Dovoli nezanesljive povezave</string>
     <string name="title_insecure_remark">Nezanesljive povezave dovolite samo v zaupanja vrednih omrežjih ni ne v javnih omrežjih.</string>
+    <string name="title_notify_remark">To lahko omogočite za obvestila za posamezne račune.</string>
     <string name="title_port">Število vrat</string>
     <string name="title_user">Uporabniško ime</string>
     <string name="title_password">Geslo</string>
+    <string name="title_password_storage">Kako so gesla shranjena?</string>
+    <string name="title_case_sensitive">Uporabniška in imena in gesla so običajno občutljiva na velikost črk.</string>
     <string name="title_client_certificate">Potrdilo odjemalca</string>
     <string name="title_realm">Področje</string>
     <string name="title_use_ip">Uporabi krajevni naslov IP namesto imena gostitelja</string>
@@ -437,79 +826,155 @@
     <string name="title_primary">Glavni</string>
     <string name="title_primary_account">Glavni (privzeti račun)</string>
     <string name="title_primary_identity">Glavna (privzeti identiteta)</string>
+    <string name="title_self_identity">Odstrani e-poštni naslov ob odgovoru</string>
     <string name="title_leave_on_server">Pusti sporočila na strežniku</string>
     <string name="title_leave_deleted">Pusti izbrisana sporočila na strežniku</string>
     <string name="title_leave_on_device">Pusti sporočila na napravi</string>
     <string name="title_max_messages">Največje število prejetih sporočil (prazno za vse)</string>
+    <string name="title_keep_poll_interval">Razmik med poizvedbami (min.)</string>
+    <string name="title_keep_alive_interval">Razmik med osvežitvami (min.)</string>
+    <string name="title_server_time">Uporabi čas prejema (strežnik)</string>
+    <string name="title_received_header">Uporabi glavo \'Prejeto\'</string>
+    <string name="title_date_header">Uporabi glavo \'Datum\' (datum pošiljanja)</string>
+    <string name="title_date_remark">Spremembe bodo veljale samo za nova sporočila</string>
+    <string name="title_unmetered_only">Poveži se samo preko nemerjenih omrežij</string>
+    <string name="title_ignore_schedule">Sinhroniziraj tudi izven urnika</string>
+    <string name="title_related_identity">Dodaj povezano identiteto (strežnik SMTP)</string>
     <string name="title_check">Preveri</string>
     <string name="title_trust">Zaupaj potrdilu strežnika s prstnim odtisom %1$s</string>
     <string name="title_no_name">Manjka ime.</string>
     <string name="title_no_email">Manjka e-poštni naslov.</string>
     <string name="title_email_invalid">E-poštni naslov je neveljaven: \'%1$s\'.</string>
+    <string name="title_address_duplicate">Naslov \'%1$s\' je podvojen.</string>
     <string name="title_address_parse_error">Naslov \'%1$s\' je neveljaven: %2$s.</string>
     <string name="title_no_account">Manjka račun.</string>
     <string name="title_no_host">Manjka ime gostitelja.</string>
     <string name="title_no_user">Manjka uporabniško ime.</string>
     <string name="title_no_password">Manjka geslo.</string>
     <string name="title_no_inbox">Mapa \'Prejeto\' ni bila najdena.</string>
+    <string name="title_no_drafts">Brez mape za osnutke</string>
+    <string name="title_no_junk_folder">Za ta račun ni izbrana mapa za vsiljeno pošto.</string>
+    <string name="title_default_composable">Privzeti e-poštni naslov določi glavna identiteta glavnega računa.</string>
+    <string name="title_no_composable">Pošiljanje e-pošte zahteva nastavljeno identiteto in izbiro mape za osnutke v nastavitvah računa.</string>
     <string name="title_no_standard">Ta ponudnik uporablja lastniški e-poštni protokol, zato ni mogoče uporabljati odjemalcev tretjih oseb.</string>
     <string name="title_no_idle">Ta ponudnik ne podpira potisnih sporočil.  To bo odložilo prejem novih sporočil in povečalo porabo energije.</string>
     <string name="title_no_utf8">Ta ponudnik ne podpira kodiranja UTF-8.</string>
     <string name="title_no_sync">Napake sinhronizacije od %1$s</string>
     <string name="title_reply_domain">Pošiljatelj (%1$s) in domena za odgovor (%2$s) se razlikujeta.</string>
+    <string name="title_identity_required">Za pošiljanje e-pošte je zahtevana identiteta.</string>
+    <string name="title_drafts_required">Za pošiljanje e-pošte je zahtevana mapa z osnutki.</string>
+    <string name="title_drafts_select">Pošiljanje e-pošte zahteva izbiro mape za osnutke v nastavitvah računa.</string>
+    <string name="title_account_auth_update">Posodobi overitev</string>
+    <string name="title_account_auth_password">Preklopi na overitev z geslom</string>
+    <string name="title_delete_account">Izbriši račun</string>
     <string name="title_account_delete">Trajno izbriši ta račun?</string>
     <string name="title_identity_delete">Trajno izbriši to identiteto?</string>
     <string name="title_edit_html">Uredi kot HTML</string>
+    <string name="title_import_file">Uvozi datoteko</string>
     <string name="title_sign_key">Podpisni ključ: %1$s</string>
     <string name="title_last_connected">Nazadnje povezano: %1$s</string>
+    <string name="title_backoff_until">Čakanje po napaki do: %1$s</string>
     <string name="title_storage_quota">Poraba prostora na strežniku: %1$s/%2$s</string>
+    <string name="title_pop_support">Protokol POP3 lahko samo prejema in briše sporočila iz mape Prejeto.  Ni mogoče označevati sporočil kot prebranih, prijavljati vsiljene pošte, premikati sporočil itd.  Če je mogoče, razmislite o uporabi protokola IMAP.</string>
+    <string name="title_pop_sent">Če izgubite napravo ali je ukradena, boste morda izgubili poslana sporočila.</string>
+    <string name="title_pop_warning">Če strežnik POP3 ne podpira ukaza UIDL, bo poraba podatkov morda visoka.  Ustrezno prilagodite pogostost poizvedovanja.</string>
+    <string name="title_pop_folders">Protokol POP3 ne podpira ustvarjanje map.</string>
     <string name="title_oauth_support">OAuth ni podprt.</string>
     <string name="title_review">Pregled</string>
+    <string name="title_hint_accounts">Dolg pritisk na račun bo prikazal možnosti, na primer za onemogočanje ali izbris računa.</string>
     <string name="title_hint_alias">Dolg pritisk za možnosti, kot je kopiranje za ustvaritev identitet za vzdevke.</string>
+    <string name="title_service_auth">E-poštni strežnik je sporočil: \'%1$s\'</string>
     <string name="title_service_vpn">To lahko povzroča VPN, ki ga uporabljate.</string>
+    <string name="title_service_token">Upravitelja računov Android lahko blokira VPN, požarni zid, blokator oglasov itd., tako da ne more pridobiti žetona za dostop.</string>
     <string name="title_service_port">Preverite število vrat.</string>
+    <string name="title_service_protocol">Prosim, še enkrat preverite protokol (SSL/TLS ali STARTTLS)</string>
     <string name="title_advanced_browse">Brskaj za sporočila na strežniku</string>
     <string name="title_advanced_expand_read">Označi sporočila kot prebrana ob razširitvi</string>
     <string name="title_synchronize_now">Sinhroniziraj zdaj</string>
+    <string name="title_synchronize_subfolders">Podmape</string>
+    <string name="title_synchronize_more">Pridobi več sporočil</string>
+    <string name="title_synchronize_more_hint">To bo enkrat prejelo stara sporočila, tako da se vsakodnevna poraba energije ne bo povečala.</string>
+    <string name="title_synchronize_more_hint2">        Sporočila bodo pridobljena, kakor hitro jih lahko e-poštni strežnik dostavi in shranjena, kakor hitro jih lahko naprava shrani in za njih sestavi kazalo.
+        Omejitveni dejavnik je običajno hitrost notranjega prostora za shranjevanje.
+    </string>
+    <string name="title_synchronize_more_hint3">Upoštevajte, da lahko shranjevanje velikega števila sporočil (dest tisoč ali več) na napravi povzroči zakasnitve, ker notranji prostor za shranjevanje ni neskončno hiter.</string>
     <string name="title_synchronize_enabled">Sinhroniziraj</string>
+    <string name="title_synchronize_batch_enable">Omogoči sinhronizacijo</string>
+    <string name="title_synchronize_batch_disable">Onemogoči sinhronizacijo</string>
+    <string name="title_notify_batch_enable">Omogoči obvestila o novih sporočilih</string>
+    <string name="title_notify_batch_disable">Onemogoči obvestila o novih sporočilih</string>
     <string name="title_delete_local">Izbriši krajevna sporočila</string>
     <string name="title_delete_browsed">Izbriši prebrskana/iskana sporočila</string>
+    <string name="title_expunge">Trajno izbriši</string>
+    <string name="title_expunge_remark">To bo trajno izbrisalo vsa sporočila, ki so označena za izbris.</string>
     <string name="title_empty_trash">Izprazni smeti</string>
     <string name="title_empty_spam">Izprazni vsil. pošto</string>
     <string name="title_edit_properties">Uredi lastnosti</string>
     <string name="title_edit_rules">Uredi pravila</string>
+    <string name="title_execute_rules">Izvedi pravila</string>
+    <string name="title_export_messages">Izvozi sporočila</string>
     <string name="title_create_channel">Ustvari kanal za obvestila</string>
     <string name="title_edit_channel">Uredi kanal za obvestila</string>
     <string name="title_delete_channel">Izbriši kanal za obvestila</string>
     <string name="title_insert_contact">Dodaj stik</string>
     <string name="title_edit_contact">Uredi stik</string>
+    <string name="title_contact_email">E-pošta</string>
     <string name="title_contact_name">Ime</string>
+    <string name="title_contact_group">Skupina</string>
+    <string name="title_import_contacts">Uvozi vizitke vCard</string>
+    <string name="title_export_contacts">Izvozi vizitke vCard</string>
     <string name="title_create_sub_folder">Ustvari podmapo</string>
     <string name="title_empty_trash_ask">Trajno izbriši sporočila iz smeti?</string>
     <string name="title_empty_spam_ask">Trajno izbriši vsiljena sporočila?</string>
     <string name="title_empty_trash_all_ask">Trajno izbriši sporočila iz smeti iz vseh računov?</string>
     <string name="title_empty_spam_all_ask">Trajno izbriši vsiljena sporočila iz vseh računov?</string>
+    <string name="title_empty_all">To bo izbrisalo vsa sporočila tako iz naprave kot iz strežnika.</string>
+    <string name="title_delete_operation_title">Izbriši opravila</string>
+    <string name="title_delete_operation_error">S sporočilom o napaki</string>
+    <string name="title_delete_operation_fetch">Opravila pridobivanja</string>
+    <string name="title_delete_operation_move">Opravila premikanja</string>
+    <string name="title_delete_operation_flag">Opravila označevanja</string>
+    <string name="title_delete_operation_delete">Opravila brisanja</string>
+    <string name="title_delete_operation_deleted">Izbrisanih je bilo %1$d opravil.</string>
+    <string name="title_delete_contacts">Izbriši vidne krajevne stike?</string>
     <string name="title_no_operations">Ni opravil na čakanju.</string>
+    <string name="title_check_operations">Preverjanje za opravila</string>
     <string name="title_hint_operations">Izbris opravil lahko povzroči izginjanje sporočil in težave s sinhronizacijo.</string>
+    <string name="title_op_title_headers">Prejemanje glav</string>
+    <string name="title_op_title_raw">Prejemanje surovega sporočila</string>
     <string name="title_folder_name">Ime mape</string>
     <string name="title_display_name">Prikazano ime</string>
     <string name="title_show_folders">Prikaži skrite mape</string>
+    <string name="title_show_flagged">Prikaži število sporočil, označenih z zvezdico</string>
     <string name="title_subscribed_only">Samo naročene</string>
+    <string name="title_sort_unread_atop">Postavi neprebrana na vrh</string>
+    <string name="title_search_folder">Poišči mapo</string>
+    <string name="title_apply_to_all">Uporabi za vse</string>
+    <string name="title_edit_account_name">Uredi ime računa</string>
+    <string name="title_edit_account_color">Uredi barvo računa</string>
     <string name="title_hide_folder">Skrij mapo</string>
+    <string name="title_hide_seen_folder">Skrij mapo, če so vsa sporočila prebrana</string>
+    <string name="title_hide_seen_folder_hint">Samo na seznamu map začetnega zaslona</string>
     <string name="title_unified_folder">Prikaži v poenoteni mapi \'Prejeto\'</string>
     <string name="title_navigation_folder">Prikaži v meniju za krmarjenje</string>
     <string name="title_synchronize_folder">Sinhroniziraj (prejmi sporočila)</string>
     <string name="title_poll_folder">Preveri občasno namesto neprestane sinhronizacije</string>
+    <string name="title_poll_folder_remark">Večina e-poštnih strežnikov dovoli potisna sporočila samo za peščico map!</string>
     <string name="title_download_folder">Samodejno prejmi besedilo sporočil in priloge</string>
     <string name="title_notify_folder">Obvesti o novih sporočilih</string>
+    <string name="title_auto_classify_source">Razvrsti nova sporočila v tej mapi</string>
+    <string name="title_auto_classify_target">Samodejno premakni razvrščena sporočila v to mapo</string>
     <string name="title_sync_days">Sinhroniziraj sporočila (dni)</string>
     <string name="title_sync_days_remark">Povečanje te vrednosti bo povečalo porabo energije in podatkov.</string>
     <string name="title_keep_days">Obdrži sporočila (dni)</string>
     <string name="title_keep_days_remark">Stara sporočila bodo odstranjena z naprave, toda ostala bodo na strežniku.</string>
     <string name="title_keep_all">Obdrži vsa sporočila</string>
+    <string name="title_poll_system">Nastavi sistemske mape na občasno preverjanje za nova sporočila</string>
+    <string name="title_poll_user">Nastavi uporabniške mape na občasno preverjanje za nova sporočila</string>
     <string name="title_auto_trash">Samodejno premakni stara sporočila v smeti</string>
     <string name="title_auto_delete">Samodejno trajno izbriši stara sporočila</string>
     <string name="title_auto_delete_hint">Stara sporočila so sporočila, ki se ne hranijo več na napravi.</string>
+    <string name="title_auto_delete_archive_hint">E-poštni strežnik ne dovoli vedno izbrisa iz arhivske mape.</string>
     <string name="title_inbox_root_hint">        Some providers require new folders to be created below the inbox.        In this case, you can long press the inbox in the folder list and select \'Create sub folder\'.
     </string>
     <string name="title_folder_name_missing">Manjka ime mape.</string>
@@ -530,18 +995,22 @@
     <string name="title_folder_user_only">Samo uporabniške mape</string>
     <string name="title_folder_primary">Mape glavnega računa</string>
     <string name="title_folders_unified">Poenotene mape \'Prejeto\'</string>
+    <string name="title_folder_local_drafts">Krajevni osnutki</string>
     <string name="title_no_folders">Ni map</string>
     <string name="title_no_messages">Ni sporočil</string>
     <string name="title_filters_active">Eden ali več filtrov je dejavnih.</string>
     <string name="title_duplicate_in">Podvoji sporočilo v %1$s</string>
+    <string name="title_trashed_from">Zavrženo sporočilo iz %1$s</string>
     <string name="title_subject_reply">Odg.: %1$s</string>
     <string name="title_subject_forward">Posr.: %1$s</string>
     <string name="title_subject_reply_alt">Odg.: %1$s</string>
     <string name="title_subject_forward_alt">Posr.: %1$s</string>
     <string name="title_seen">Označi kot prebrano</string>
     <string name="title_unseen">Označi kot neprebrano</string>
+    <string name="title_toggle_seen">Neprebrano/Prebrano</string>
     <string name="title_hide">Skrij</string>
     <string name="title_unhide">Prikaži</string>
+    <string name="title_toggle_hide">Preklopi vidnost</string>
     <string name="title_flag">Dodaj zvezdico</string>
     <string name="title_flag_color">Obarvana zvezdica &#8230;</string>
     <string name="title_unflag">Odstrani zvezdico</string>
@@ -550,33 +1019,62 @@
     <string name="title_importance_normal">Običajna</string>
     <string name="title_importance_high">Visoka</string>
     <string name="title_search_in_text">Išči v besedilu &#8230;</string>
-    <string name="title_forward">Naprej</string>
+    <string name="title_forward">posredoval</string>
+    <string name="title_resend">znova poslal</string>
+    <string name="title_fetching_headers">Prejemanje glav sporočil &#8230;</string>
     <string name="title_new_message">Novo sporočilo</string>
-    <string name="title_editasnew">Uredi kot novo</string>
+    <string name="title_editasnew">uredil kot novo</string>
+    <string name="title_edit_notes">Uredi krajevne zapiske</string>
     <string name="title_create_rule">Ustvari pravilo &#8230;</string>
+    <string name="title_force_light">Vsili svetlo temo</string>
     <string name="title_share">Deli</string>
+    <string name="title_event">Dodaj v koledar</string>
     <string name="title_pin">Dodaj bližnjico</string>
     <string name="title_print">Natisni</string>
+    <string name="title_print_header">Natisni glavo</string>
+    <string name="title_print_images">Natisni slike</string>
+    <string name="title_print_images_remark">Prejem slik lahko traja nekaj časa</string>
     <string name="title_show_headers">Prikaži glave</string>
+    <string name="title_share_as_html">Deli kot HTML</string>
     <string name="title_raw_save">Shrani izvorno sporočilo</string>
     <string name="title_raw_send">Shrani kot prilogo</string>
     <string name="title_raw_send_message">Sporočilo</string>
     <string name="title_raw_send_thread">Pogovor</string>
     <string name="title_manage_keywords">Upravljaj s ključnimi besedami</string>
+    <string name="title_manage_labels">Upravljaj z oznakami Gmail</string>
     <string name="title_add_keyword">Dodaj ključno besedo</string>
     <string name="title_show_inline">Prikaži priloge v besedilu</string>
     <string name="title_download_all">Prejmi vse</string>
     <string name="title_save_all">Shrani vse</string>
     <string name="title_save_eml">Shrani datoteko izvornega sporočila</string>
+    <string name="title_eml_remark">Za posredovanje sporočil morajo biti surova (izvirna) sporočila prejeta z e-poštnega strežnika.  To zahteva internetno povezavo in sporočila morajo še vedno biti shranjena na strežniku.</string>
+    <string name="title_eml_option">To lahko preprečite z omogočanjem stalnega prejemanja datotek surovih sporočil v nastavitvah povezave.</string>
+    <string name="title_eml_downloaded">Prejeta surova sporočila:</string>
+    <string name="title_auto_confirm">Samodejno potrdi po nekaj sekundah</string>
+    <string name="title_buttons">Izberite gumbe</string>
+    <string name="title_buttons_hint">Dejanska razpoložljivost gumbov je odvisna od vrste računa in nastavitev.</string>
+    <string name="title_button_search">Išči v sporočilih</string>
+    <string name="title_button_search_text">Išči v besedilu sporočil</string>
+    <string name="title_configure_buttons">Nastavi gumbe &#8230;</string>
+    <string name="title_quick_actions">Izberite dejanja</string>
+    <string name="title_quick_actions_hint">Prikazanih bo do %1$d dejanj.</string>
+    <string name="title_quick_actions_low">Nizka pomembnost</string>
+    <string name="title_quick_actions_high">Visoka pomembnost</string>
     <string name="title_quick_actions_snooze">Dremež</string>
     <string name="title_trash">Smeti</string>
     <string name="title_copy">Kopiraj &#8230;</string>
     <string name="title_copy_to">Kopiraj v &#8230;</string>
     <string name="title_subscribe">Naroči se</string>
     <string name="title_delete">Izbriši</string>
+    <string name="title_delete_all">Izbriši vse</string>
     <string name="title_more">Več</string>
+    <string name="title_less">Manj</string>
     <string name="title_spam">Vsiljeno</string>
     <string name="title_move">Premakni</string>
+    <string name="title_copy_btn">Kopiraj</string>
+    <string name="title_keywords_btn">Ključne besede</string>
+    <string name="title_unsubscribe">Prekliči naročnino</string>
+    <string name="title_message_rule">Ustvari pravilo</string>
     <string name="title_no_junk">Ni vsiljeno</string>
     <string name="title_move_to">Premakni v &#8230;</string>
     <string name="title_move_to_folder">Premakni v &#8230;</string>
@@ -586,18 +1084,29 @@
     <string name="title_snooze">Dremež &#8230;</string>
     <string name="title_archive">Arhiviraj</string>
     <string name="title_reply">Odgovori</string>
-    <string name="title_reply_to_sender">Odgovori pošiljatelju</string>
-    <string name="title_reply_to_all">Odgovori vsem</string>
-    <string name="title_reply_list">Odgovori seznamu</string>
+    <string name="title_reply_to_sender">odgovoril pošiljatelju</string>
+    <string name="title_reply_to_recipient">Odgovori prejemniku</string>
+    <string name="title_reply_to_all">odgovoril vsem</string>
+    <string name="title_reply_list">odgovoril seznamu</string>
     <string name="title_reply_receipt">Pošlji potrdilo o branju</string>
+    <string name="title_reply_hard_bounce">Pošlji trdi odboj</string>
     <string name="title_reply_template">Odgovori s predlogo</string>
+    <string name="title_move_undo">Premikanje v %1$s (%2$d)</string>
     <string name="title_authentication_failed">Overitev %1$s je spodletela.</string>
+    <string name="title_on_blocklist">Na seznamu za blokiranje vsil. pošte</string>
     <string name="title_receipt_subject">Potrdilo o branju: %1$s</string>
     <string name="title_receipt_text">To potrdilo o branju potrjuje samo, da je bilo sporočilo prikazano.  Ni nobenega zagotovila, da je prejemnik prebral vsebino sporočila.</string>
     <string name="title_no_answers">Nobena predloga za odgovor ni določena.</string>
+    <string name="title_no_viewer_caption">Pregledovalnik ni na voljo</string>
+    <string name="title_no_viewer_name">Ime stka</string>
+    <string name="title_no_viewer_type">Vrsta vsebine</string>
+    <string name="title_no_viewer_search">Program za Iskanje</string>
     <string name="title_no_recorder">Primerni program za snemanje zvoka ni na voljo.</string>
     <string name="title_no_camera">Primerni program za fotoaparat ni na voljo.</string>
     <string name="title_no_saf">Ogrodje za dostop do pomnilniške naprave ni na voljo.</string>
+    <string name="title_no_stream">FairMail nima dovoljenja za neposredno branje te datoteke.</string>
+    <string name="title_no_stream_help">To lahko rešite tako, da datoteko izberete z bolj sodobnim programom za upravljanje datotek ali da odobrite dovoljenje za branje datotek.</string>
+    <string name="title_no_permissions">Program za izbiro datoteke ni odobril dovoljenja za branje.</string>
     <string name="title_no_internet">Ni primerne internetne povezave.</string>
     <string name="title_no_connection">Povezovanje na enega ali več računov &#8230;</string>
     <string name="title_no_folder">Mapa ne obstaja</string>
@@ -605,24 +1114,33 @@
     <string name="title_no_search">Iskanje na strežniku za ta račun ni na voljo.</string>
     <string name="title_too_large">Sporočilo je preveliko za popolno preoblikovanje.</string>
     <string name="title_truncated">Sporočilo je preveliko za popoln prikaz.</string>
+    <string name="title_insufficient_memory">Sporočilo je preveliko za razpoložljiv pomnilnik (%1$d).</string>
     <string name="title_show_full">Prikaži celotno sporočilo</string>
     <string name="title_fullscreen">Prikaži celozaslonsko</string>
+    <string name="title_fit_width">Prilagodi širino</string>
+    <string name="title_disable_widths">Onemogoči širine</string>
+    <string name="title_monospaced_pre">S stalno širino &lt;pre&gt;</string>
     <string name="title_unused_inline">Neuporabljene slike v besedilu bodo ob pošiljanju odstranjene.</string>
     <string name="title_accross_remark">Sporočila, premaknjena med računi, bodo ponovno prejeta, kar bo povzročilo dodatno porabo podatkov.</string>
     <string name="title_raw_saved">Izv. sporočilo je bilo shranjeno.</string>
+    <string name="title_attachment_eml">Priloženo sporočilo</string>
     <string name="title_attachment_saved">Priloga je bila shranjena.</string>
     <string name="title_attachments_saved">Priloge so bile shranjene.</string>
     <string name="title_attachments_incomplete">Nekatere predloge ali slike niso bile prejete in jih ni bilo mogoče dodati.</string>
     <string name="title_ask_save">Shrani spremembe?</string>
     <string name="title_ask_delete">Trajno izbriši sporočilo?</string>
+    <string name="title_ask_delete_accept">Razumem, da je trajen izbris sporočil nepovratno.</string>
     <string name="title_ask_delete_answer">Trajno izbriši predlogo za odgovor?</string>
     <string name="title_ask_delete_rule">Trajno izbriši pravilo?</string>
+    <string name="title_ask_delete_attachments">Odstrani vse priloge?</string>
     <string name="title_ask_discard">Zavrzi osnutek?</string>
     <string name="title_ask_show_html">Prikaz izvirnega sporočila lahko razkrije občutljive zasebne podatke.</string>
     <string name="title_ask_show_html_remark">Izvirnega sporočila ni mogoče prikazati s temnim ozadjem, ker lahko povzroči nevidna temna besedila in slike.</string>
     <string name="title_ask_show_html_images">Vedno prikaži slike ob prikazu izvirnih sporočil</string>
     <string name="title_ask_show_image">Prikaz slik lahko razkrije občutljive zasebne podatke.</string>
     <string name="title_ask_show_image_hint">Slike, ki so bile prepoznane kot sledilne, ne bodo prikazane.</string>
+    <string name="title_ask_show_amp">Prikaži sporočilo v različici AMB?</string>
+    <string name="title_ask_show_amp_hint">Sporočila AMB so dinamično oblikovana in so povezana z internetom, in vam zato lahko sledijo.</string>
     <string name="title_ask_delete_local">Izbriši krajevna sporočila?  Sporočila bodo ostala na oddaljenem strežniku.</string>
     <string name="title_ask_help">Pomagajte izboljšati FairEmail</string>
     <string name="title_ask_reporting">Pošiljaj poročila o napakah?</string>
@@ -630,9 +1148,15 @@
     <string name="title_ask_review">Prosimo, ocenite FairEmail.</string>
     <string name="title_ask_review_rationale">        You have been using FairEmail for a while.        It would be appreciated if you could rate FairEmail in the Play Store.
     </string>
+    <string name="title_need_help">Potrebujem pomoč</string>
+    <string name="title_ask_once">To sporočilo se bo prikazalo samo enkrat, razen če izberete \'Kasneje\'.</string>
     <string name="title_third_party">Uporabljate različico tretje osebe.</string>
     <string name="title_expand_warning">Razširitev tega sporočila bo prejela %1$s.</string>
     <string name="title_download_message">Prejemanje &#8230;</string>
+    <string name="title_reformatted">        To je pogled preoblikovanega sporočila.
+        Lahko se dotaknete ikone &#x26F6; za ogled izvirnega sporočila in da skrijete to sporočilo.
+        Preoblikovanje sporočila traja nekaj časa, odvisno od velikosti sporočila in hitrosti naprave.
+    </string>
     <string name="title_compose">Sestavi</string>
     <string name="title_submitter">Poslal:</string>
     <string name="title_delivered_to">Dostavljeno za:</string>
@@ -641,23 +1165,31 @@
     <string name="title_reply_to">Odgovori za:</string>
     <string name="title_cc">Kp:</string>
     <string name="title_bcc">Skp:</string>
+    <string name="title_recipients">%1$d prejemnikov</string>
     <string name="title_via_identity">Preko:</string>
     <string name="title_sent">Poslano:</string>
     <string name="title_received">Prejeto:</string>
+    <string name="title_date">Datum:</string>
+    <string name="title_stored">Shranjeno:</string>
     <string name="title_size">Velikost:</string>
     <string name="title_language">Jezik:</string>
     <string name="title_subject">Zadeva:</string>
     <string name="title_attachment">Priloga:</string>
     <string name="title_body_hint">Vaše sporočilo</string>
+    <string name="title_body_hint_style">Besedilo lahko izberete, da ga oblikujete.</string>
     <string name="title_discard">Zavrzi</string>
     <string name="title_save">Shrani</string>
     <string name="title_send">Pošlji</string>
+    <string name="title_sending">Pošiljanje &#8230;</string>
     <string name="title_send_now">Pošlji zdaj</string>
     <string name="title_send_via">Pošlji preko</string>
     <string name="title_send_at">Pošlji ob &#8230;</string>
+    <string name="title_send_auto_archive">Arhiviraj odgovor na sporočilo</string>
     <string name="title_send_encryption">Šifriranje</string>
     <string name="title_send_priority">Prednost</string>
+    <string name="title_send_sensitivity">Občutljivost</string>
     <string name="title_no_server">Na \'%1$s\' ni bilo mogoče najti strežnika.</string>
+    <string name="title_style">Slog</string>
     <string name="title_style_bold">Krepko</string>
     <string name="title_style_italic">Ležeče</string>
     <string name="title_style_underline">Podčrtaj</string>
@@ -665,14 +1197,33 @@
     <string name="title_style_size_small">Majhna</string>
     <string name="title_style_size_medium">Srednja</string>
     <string name="title_style_size_large">Velika</string>
+    <string name="title_style_align">Poravnaj</string>
+    <string name="title_style_align_start">Začetek</string>
+    <string name="title_style_align_center">Sredina</string>
+    <string name="title_style_align_end">Konec</string>
     <string name="title_style_list">Seznam</string>
+    <string name="title_style_list_bullets">Sez. točke</string>
+    <string name="title_style_list_numbered">Oštev. seznam</string>
+    <string name="title_style_list_level_increase">Povečaj zamik</string>
+    <string name="title_style_list_level_decrease">Zmanjšaj zamik</string>
+    <string name="title_style_font">Pisava</string>
     <string name="title_style_font_default">Privzeta</string>
+    <string name="title_style_blockquote">Odstavčni navedek</string>
+    <string name="title_style_indentation">Zamik</string>
+    <string name="title_style_mark">Poudari</string>
+    <string name="title_style_strikethrough">Prečrtaj</string>
     <string name="title_style_clear">Počisti oblikovanje</string>
     <string name="title_style_link">Vstavi povezavo</string>
+    <string name="title_style_link_address">Naslov</string>
+    <string name="title_style_link_title">Naziv</string>
+    <string name="title_style_link_metadata">Pridobi naziv</string>
+    <string name="title_style_link_metadata_remark">To bo pridobilo naziv na mestu vnesenega naslova.</string>
     <string name="title_add_image">Dodaj sliko</string>
     <string name="title_add_image_inline">Vstavi</string>
     <string name="title_add_image_attach">Priloži</string>
     <string name="title_add_image_resize">Spremeni velikost</string>
+    <string name="title_add_image_privacy">Odstrani občutljive zasebne podatke</string>
+    <string name="title_add_image_privacy_remark">Zemljepisni položaj, serijske številke, imena datotek itd.</string>
     <string name="title_add_resize_pixels">&lt; %1$d sl. točk</string>
     <string name="title_add_image_select">Izberi datoteko</string>
     <string name="title_add_attachment">Dodaj prilogo</string>
@@ -680,11 +1231,26 @@
     <string name="title_attachment_photo">Posnemi fotografijo</string>
     <string name="title_attachment_audio">Posnemi zvok</string>
     <string name="title_show_addresses">Prikaži Kp/Skp</string>
+    <string name="title_save_drafts">Shrani osnutke na strežnik</string>
     <string name="title_send_dialog">Prikaži možnosti pošiljanja</string>
     <string name="title_image_dialog">Prikaži možnosti za slike</string>
     <string name="title_media_toolbar">Orodna vrstica predst.</string>
+    <string name="title_manage_local_contacts">Upravljaj s krajevnimi stiki</string>
     <string name="title_insert_contact_group">Vstavi skupno stikov</string>
     <string name="title_insert_template">Vstavi predlogo</string>
+    <string name="title_create_template">Ustvari predlogo</string>
+    <string name="title_translate">Prevedi</string>
+    <string name="title_translate_configure">Nastavi &#8230;</string>
+    <string name="title_translate_key">Vnesite ključ</string>
+    <string name="title_translating">Prevajanje &#8230;</string>
+    <string name="title_translate_formal">Uporabi uradno obliko</string>
+    <string name="title_translate_small">Uporabi majhno pisavo za izvorno besedilo</string>
+    <string name="title_translate_html">Ohrani oblikovanje</string>
+    <string name="title_translate_html_hint">To bo porabilo več znakov.</string>
+    <string name="title_translate_usage">Poraba: %1$s/%2$s (%3$d %%)</string>
+    <string name="title_translate_tap">Dotaknite se besedila, ki naj se prevede</string>
+    <string name="title_suggestions_check">Preverjanje &#8230;</string>
+    <string name="title_suggestions_none">Ni predlogov</string>
     <string name="title_edit_plain_text">Uredi kot golo besedilo</string>
     <string name="title_edit_formatted_text">Uredi kot preoblikovano besedilo</string>
     <string name="title_select_certificate">Izberi javni ključ</string>
@@ -693,17 +1259,26 @@
     <string name="title_no_key">Ni zasebnega ključa.</string>
     <string name="title_invalid_key">Neveljaven zasebni ključ.</string>
     <string name="title_unknown_key">Zasebni ključ se ne ujema z nobenim šifrirnim ključem.</string>
+    <string name="title_key_missing">Ni ključa za %1$s.</string>
+    <string name="title_send_reminder_remark">Opomnika lahko znova omogočite v nastavitvah za pošiljanje.</string>
     <string name="title_send_plain_text">Samo golo besedilo</string>
+    <string name="title_send_dsn">Poročilo o stanju</string>
     <string name="title_send_receipt">Zahtevaj potrdilo</string>
     <string name="title_send_receipt_remark">Večina ponudnikov in e-poštnih odjemalcev prezre zahteve za potrdilo.</string>
     <string name="title_from_missing">Manjka pošiljatelj.</string>
     <string name="title_pgp_reminder">Ključi PGP so na voljo.</string>
+    <string name="title_smime_reminder">Ključu S/MIME so na voljo.</string>
     <string name="title_to_missing">Manjka prejemnik.</string>
     <string name="title_extra_missing">Manjka uporabniško ime.</string>
+    <string name="title_noreply_reminder">Pošiljanje na naslov \'brez-odgovora\'</string>
+    <string name="title_external_reminder">Pošiljanje na zunanji naslov</string>
     <string name="title_subject_reminder">Zadeva je prazna.</string>
     <string name="title_text_reminder">Sporočilo je prazno.</string>
     <string name="title_attachment_keywords">priložena,priloženo,priložen,pripeta,pripeto,pripet,priloga,prilogi,priloge,priponka,priponki,priponke</string>
     <string name="title_attachment_reminder">Ali ste nameravali dodati prilogo?</string>
+    <string name="title_plain_reminder">Vse oblikovanje bo izgubljeno</string>
+    <string name="title_dsn_reminder">Trdi odboji škodujejo ugledu izvirnega pošiljatelja!</string>
+    <string name="title_size_reminder">Sporočilo (%1$s) je večje od omejitev strežnika (%2$s).</string>
     <string name="title_attachments_missing">Vse priloge niso bile prejete.</string>
     <string name="title_dialog_hint">To pogovorno okno lahko ponovno omogočite v meniju s tremi pikami v zgornji vrstici z dejanji.</string>
     <string name="title_draft_deleted">Osnutek je bil zavržen.</string>
@@ -712,11 +1287,17 @@
     <string name="title_queued">Pošiljanje sporočila</string>
     <string name="title_queued_at">Sporočilo bo poslano okoli %1$s.</string>
     <string name="title_sign">Podpiši</string>
+    <string name="title_verify">Preveri</string>
     <string name="title_encrypt">Šifriraj</string>
     <string name="title_decrypt">Odšifriraj</string>
     <string name="title_resync">Pon. sinhr.</string>
+    <string name="title_charset">Kodiranje</string>
+    <string name="title_charset_auto">Samodejno</string>
+    <string name="title_alternative_text">Prikaži golo besedilo</string>
+    <string name="title_alternative_html">Prikaži HTML</string>
     <string name="title_no_openpgp">OpenKeychain ni bil najden.</string>
     <string name="title_user_interaction">Prenašanje v OpenKeychain</string>
+    <string name="title_padlock">Uporabi ključavnico za odšifriranje besedila</string>
     <string name="title_signed_data">Preveri podpis za prikaz besedila sporočila.</string>
     <string name="title_not_encrypted">Sporočilo ni podpisano ali šifrirano.</string>
     <string name="title_no_sign_key">Podpisni ključ ni bil izbran.</string>
@@ -733,12 +1314,20 @@
     <string name="title_signature_sender">Pošiljateljev naslov</string>
     <string name="title_signature_email">Naslov podpisa</string>
     <string name="title_signature_mismatch">E-poštni naslov pošiljatelja in podpisa se ne ujemata.</string>
+    <string name="title_signature_algorithm">Algoritem</string>
     <string name="title_signature_subject">Zadeva</string>
     <string name="title_signature_validity">Veljavnost</string>
     <string name="title_signature_outdated">Ta javni ključ trenutno ni veljaven.</string>
     <string name="title_signature_store">Shramba</string>
     <string name="title_search">Išči</string>
     <string name="title_search_for_hint">Vnesite besedilo</string>
+    <string name="title_search_hint">        Na začetku se iskanje opravi na napravi.
+        Za iskanje na strežniku se znova dotaknite gumba \'Išči znova\'.
+    </string>
+    <string name="title_search_index_hint">Iskanje preko iskalnega kazala je hitro, vendar najde samo cele besede.</string>
+    <string name="title_search_text_hint">Pri velikih količinah sporočil iskanje besedila v sporočilih morda na nekaterih strežnikih ne bo delovalo.</string>
+    <string name="title_search_text_unsupported">\'%s\' pomeni, da e-poštni strežnik ne podpira iskanja v besedilu sporočila.</string>
+    <string name="title_search_size_hint">Pri velikih količinah sporočil iskanje sporočil po velikosti morda na nekaterih strežnikih ne bo delovalo.</string>
     <string name="title_search_more">Več možnosti</string>
     <string name="title_search_use_index">Uporabi iskalno kazalo</string>
     <string name="title_search_in_senders">Med pošiljatelji (Od)</string>
@@ -746,23 +1335,36 @@
     <string name="title_search_in_subject">Med zadevami</string>
     <string name="title_search_in_keywords">Med ključnimi besedami (če je podprto)</string>
     <string name="title_search_in_message">V besedilu sporočil</string>
+    <string name="title_search_in_notes">V krajevnih zapiskih</string>
     <string name="title_search_with">Omeji iskanje na</string>
     <string name="title_search_with_unseen">Neprebrana</string>
     <string name="title_search_with_flagged">Z zvezdico</string>
     <string name="title_search_with_hidden">Skrita (samo na napravi)</string>
     <string name="title_search_with_encrypted">Šifrirana (samo na napravi)</string>
     <string name="title_search_with_attachments">S prilogami (samo na napravi)</string>
+    <string name="title_search_with_size">Velikost sporočila je večja od</string>
+    <string name="title_search_in_trash">V smetnjaku</string>
+    <string name="title_search_in_junk">Med vsil. pošto</string>
     <string name="title_search_with_before">Pred</string>
     <string name="title_search_with_after">Po</string>
+    <string name="title_search_device_first">Najprej išči na napravi</string>
     <string name="title_search_flag_unseen">neprebrano</string>
     <string name="title_search_flag_flagged">z zvezdico</string>
     <string name="title_search_flag_hidden">skrito</string>
     <string name="title_search_flag_encrypted">šifrirano</string>
     <string name="title_search_flag_attachments">priloge</string>
+    <string name="title_search_flag_notes">zapiski</string>
+    <string name="title_search_flag_invite">povabilo</string>
+    <string name="title_search_flag_size">velikost &gt; %1$s</string>
     <string name="title_search_device">Išči na napravi</string>
     <string name="title_search_server">Išči na strežniku</string>
     <string name="title_search_in">Išči v</string>
     <string name="title_search_sender">Išči pošiljatelja</string>
+    <string name="title_search_delete">Izbriši shranjeno iskanje?</string>
+    <string name="title_save_search">Shranjeno iskanje</string>
+    <string name="title_save_search_name">Ime</string>
+    <string name="title_save_search_order">Vrstni red</string>
+    <string name="title_save_search_color">Barva</string>
     <string name="title_sort_on">Razvrsti po</string>
     <string name="title_sort_on_time">Času</string>
     <string name="title_sort_on_unread">Neprebrano</string>
@@ -779,26 +1381,44 @@
     <string name="title_filter_unflagged">Brez zvezdice</string>
     <string name="title_filter_unknown">Z neznanimi pošiljatelji</string>
     <string name="title_filter_hidden">Skrita</string>
+    <string name="title_filter_deleted">Izbrisano</string>
     <string name="title_filter_duplicates">Dvojnike</string>
+    <string name="title_filter_trash">Smeti</string>
     <string name="title_compact">Strnjen pogled</string>
     <string name="title_zoom">Velikost besedila</string>
+    <string name="title_padding">Velikost blazinjenja</string>
     <string name="title_select_language">Izberite jezik</string>
     <string name="title_select_all">Izberi vse</string>
     <string name="title_select_found">Izberi najdene</string>
+    <string name="title_mark_all_read">Označi vse kot prebrano</string>
+    <string name="title_view_thread">Pokaži pogovor</string>
     <string name="title_force_sync">Vsili sinhronizacijo</string>
+    <string name="title_force_send">Vsili pošiljanje</string>
     <string name="title_language_all">Vsi</string>
     <string name="title_previous">Nazaj</string>
     <string name="title_next">Naprej</string>
     <string name="title_edit_signature">Uredi podpis</string>
+    <string name="title_edit_signature_remark">Čeprav Android ne more prikazati vsega HTML-a, bo podpis poslan tak kot je.</string>
     <string name="title_edit_signature_text">Besedilo podpisa</string>
     <string name="title_edit_signature_image">Vstavi sliko</string>
+    <string name="title_edit_signature_image_hint">        Med pošiljanjem sporočila se slika kopira v sporočilo z izbranega mesta..
+        Ne izbrišite datoteke slike!
+    </string>
     <string name="title_answer_caption">Uredi predlogo</string>
     <string name="title_answer_reply">Predloga za odgovor</string>
     <string name="title_answer_name">Ime predloge</string>
+    <string name="title_answer_group">Skupina predlog (izbirno)</string>
     <string name="title_answer_standard">Privzeta</string>
     <string name="title_answer_favorite">Priljubljeno</string>
+    <string name="title_answer_snippet">Izrezek</string>
+    <string name="title_answer_receipt">Uporabi kot potrdilo o branju</string>
     <string name="title_answer_hide">Skrij v menijih</string>
     <string name="title_answer_text">Besedilo predloge</string>
+    <string name="title_answer_placeholder">Ograda</string>
+    <string name="title_answer_placeholder_name">Polno ime pošiljatelja</string>
+    <string name="title_answer_placeholder_email">Pošiljateljev e-poštni naslov</string>
+    <string name="title_answer_placeholder_firstname">Pošiljateljevo ime</string>
+    <string name="title_answer_placeholder_lastname">Pošiljateljev priimek</string>
     <string name="title_rule_noop">Brez dejanja</string>
     <string name="title_rule_seen">Označi kot prebrano</string>
     <string name="title_rule_unseen">Označi kot neprebrano</string>
@@ -810,8 +1430,11 @@
     <string name="title_rule_keyword">Dodaj ključno besedo</string>
     <string name="title_rule_move">Premakni</string>
     <string name="title_rule_copy">Kopiraj (oznako)</string>
+    <string name="title_rule_answer">Odgovori/Posreduj</string>
+    <string name="title_rule_tts">Pretvorba besedila v govor</string>
     <string name="title_rule_automation">Samodejne dejavnosti</string>
     <string name="title_rule_delete">Trajno izbriši</string>
+    <string name="title_rule_sound">Predvajaj zvok</string>
     <string name="title_rule_caption">Uredi pravilo</string>
     <string name="title_rule_title">Pravilo velja za</string>
     <string name="title_rule_name">Ime</string>
@@ -824,6 +1447,13 @@
     <string name="title_rule_subject">Zadeva vsebuje</string>
     <string name="title_rule_attachments">Vsebuje priloge</string>
     <string name="title_rule_header">Glava vsebuje</string>
+    <string name="title_rule_body">Besedilo vsebuje</string>
+    <string name="title_rule_skip_quotes">Preskoči navedeno besedilo</string>
+    <string name="title_rule_body_remark">Uporaba tega pogoja bo vedno prejela besedilo sporočila, kar lahko upočasni sinhronizacijo seznama sporočil.</string>
+    <string name="title_rule_time_abs">Absolutni (prejeti) čas med</string>
+    <string name="title_rule_time_after">Prejeto po</string>
+    <string name="title_rule_time_before">Prejeto pred</string>
+    <string name="title_rule_time_rel">Relativni (prejeti) čas med</string>
     <string name="title_rule_regex">Reg. izraz</string>
     <string name="title_rule_and">IN</string>
     <string name="title_rule_action">Dejanje</string>
@@ -834,32 +1464,58 @@
     <string name="title_rule_thread">Vsa sporočila v istem pogovoru in mapi</string>
     <string name="title_rule_identity">Identiteta</string>
     <string name="title_rule_template">Predloga za odgovor</string>
+    <string name="title_rule_answer_subject">Uporabi ime predloge kot zadevo</string>
+    <string name="title_rule_original_text">Vključi izvirno besedilo sporočila</string>
+    <string name="title_rule_forward_to">Posreduj za</string>
+    <string name="title_rule_resend">Znova pošlji</string>
+    <string name="title_rule_attached">Priloži surovo datoteko sporočila</string>
     <string name="title_rule_cc">Naslovi Kp za odgovor</string>
+    <string name="title_rule_with_attachments">S prilogami</string>
+    <string name="title_rule_answer_remark">Za pogovor bo poslan samo en odgovor v izogib zankam odgovorov.</string>
     <string name="title_rule_name_missing">Manjka ime pravila.</string>
     <string name="title_rule_condition_missing">Manjka pogoj.</string>
+    <string name="title_rule_folder_missing">Manjka mapa</string>
+    <string name="title_rule_identity_missing">Manjka identiteta</string>
+    <string name="title_rule_answer_missing">Manjka predloga</string>
+    <string name="title_rule_keyword_missing">Manjka ključna beseda</string>
     <string name="title_rule_automation_hint">To bo poslalo namen \'%1$s\' z dodatki \'%2$s\'.</string>
+    <string name="title_rule_delete_hint">Trajnega izbrisa se ne da povrniti, tako da se prepričajte, da so pogoji pravilni!</string>
     <string name="title_rule_execute">Izvedi zdaj</string>
     <string name="title_rule_applied">Sporočila, na katera to vpliva: %1$d</string>
     <string name="title_rule_check">Preveri</string>
     <string name="title_rule_no_headers">Pogojev za glave ni mogoče preveriti.</string>
+    <string name="title_rule_no_body">Besedilo sporočila ni na voljo</string>
     <string name="title_rule_matched">Ujemajoča se sporočila</string>
     <string name="title_rule_no_matches">Ni ujemajočih se sporočil.</string>
+    <string name="title_rule_tts_ok">Nastavitev je v redu</string>
+    <string name="title_rule_tts_setup">Preveri nastavitev</string>
+    <string name="title_rule_tts_data">Namesti glasovne podatke</string>
     <string name="title_rule_tts_prefix">Novo sporočilo</string>
     <string name="title_rule_tts_from">Od</string>
     <string name="title_rule_tts_subject">Zadevi</string>
+    <string name="title_rule_tts_content">Besedilo</string>
+    <string name="title_rule_select_sound">Izberite zvok</string>
+    <string name="title_rule_use_as_alarm">Uporabi kot budilko</string>
+    <string name="title_rule_alarm_hint">To bo prezrlo pravila \'Ne moti\'</string>
+    <string name="title_rule_alarm_duration">Najdaljše trajanje budilke (s)</string>
     <string name="title_legend_section_synchronize">Sinhroniziraj</string>
     <string name="title_legend_section_folders">Mape</string>
     <string name="title_legend_section_messages">Sporočila</string>
     <string name="title_legend_section_compose">Sestavi</string>
     <string name="title_legend_section_keyboard">Tipkovnica</string>
     <string name="title_legend_oauth">Overitev OAuth</string>
+    <string name="title_legend_folder_connected">Mapa je povezana</string>
+    <string name="title_legend_folder_disconnected">Mapa ni povezana</string>
     <string name="title_legend_download_on">Samodejno prejmi vsebino sporočila</string>
     <string name="title_legend_download_off">Vsebino sporočila prejmi na zahtevo</string>
     <string name="title_legend_synchronize_on">Sinhronizacija je vklopljena</string>
     <string name="title_legend_synchronize_off">Sinhronizacija je izklopljena</string>
+    <string name="title_legend_synchronize_poll">Občasno sinhroniziraj</string>
     <string name="title_legend_disconnected">Povezava je prekinjena</string>
     <string name="title_legend_connecting">Povezovanje</string>
     <string name="title_legend_connected">Povezano</string>
+    <string name="title_legend_backoff">Čakanje na napako</string>
+    <string name="title_legend_quota">Poštni predal je skoraj poln.</string>
     <string name="title_legend_executing">Izvajanje opravil</string>
     <string name="title_legend_synchronizing">Sinhroniziranje</string>
     <string name="title_legend_downloading">Prejemanje</string>
@@ -881,21 +1537,28 @@
     <string name="title_legend_download_fetch">Št. prejetih sporočil/pridobljenih glav</string>
     <string name="title_legend_stop">Ustavi izvajanje pravil</string>
     <string name="title_legend_thread">Pogovor</string>
+    <string name="title_legend_bookmark">Nazadnje odprt pogovor</string>
     <string name="title_legend_zoom">Spremeni velikost pisave</string>
     <string name="title_legend_draft">Ima osnutek</string>
     <string name="title_legend_priority">Ima visoko prednost</string>
     <string name="title_legend_priority_low">Ima nizko prednost</string>
+    <string name="title_legend_sensitivity_personal">Je osebno</string>
+    <string name="title_legend_sensitivity_private">Je zasebno</string>
+    <string name="title_legend_sensitivity_confidential">Je zaupno</string>
     <string name="title_legend_importance">Je pomembno</string>
     <string name="title_legend_importance_low">Ni pomembno</string>
     <string name="title_legend_signed">Je podpisano</string>
     <string name="title_legend_encrypted">Je šifrirano</string>
     <string name="title_legend_auth">Overitev je spodletela</string>
     <string name="title_legend_found">Je bilo najdeno</string>
+    <string name="title_legend_classified">Je bilo samodeno razvrščeno</string>
     <string name="title_legend_snoozed">Je v dremežu</string>
     <string name="title_legend_browsed">Je prebrskano ali iskano</string>
     <string name="title_legend_answered">Je bilo odgovorjeno</string>
+    <string name="title_legend_forwarded">Je bilo posredovano</string>
     <string name="title_legend_plain_only">Je samo v golem besedilu</string>
     <string name="title_legend_receipt">Zahtevano je bilo potrdilo</string>
+    <string name="title_legend_auto_submitted">Je bilo samodejno poslano</string>
     <string name="title_legend_attachment">Vsebuje priloge</string>
     <string name="title_legend_flagged">Je priljubljeno</string>
     <string name="title_legend_contacts">Upravljaj s stiki</string>
@@ -903,10 +1566,13 @@
     <string name="title_legend_view">Pokaži vsebino</string>
     <string name="title_legend_hide">Skrij vsebino</string>
     <string name="title_legend_download">Prejmi vsebino</string>
+    <string name="title_legend_original">Pokaži izvirno sporočilo</string>
+    <string name="title_legend_reformatted">Pokaži preoblikovano sporočilo</string>
     <string name="title_legend_external_image">Ograda za zunanjo sliko</string>
     <string name="title_legend_embedded_image">Ograda za vdelano sliko</string>
     <string name="title_legend_tracking_pixel">Sledilna slika</string>
     <string name="title_legend_broken_image">Okvarjena slika</string>
+    <string name="title_legend_open_external">Odpri izven programa</string>
     <string name="title_legend_pick">Izberi stik</string>
     <string name="title_legend_cc">Prikaži Kp/Skp</string>
     <string name="title_legend_link">Vstavi povezavo</string>
@@ -917,6 +1583,7 @@
     <string name="title_legend_bold">Naredi besedilo krepko</string>
     <string name="title_legend_italic">Naredi besedilo ležeče</string>
     <string name="title_legend_underline">Podčrtaj besedilo</string>
+    <string name="title_legend_text_style">Nastavi slog besedila</string>
     <string name="title_legend_metered">Povezava je merjena</string>
     <string name="title_legend_unmetered">Povezava ni merjena.</string>
     <string name="title_legend_roaming">Gostovanje</string>
@@ -924,8 +1591,13 @@
     <string name="title_legend_avatar">Podoba</string>
     <string name="title_legend_show_quotes">Prikaži navedke</string>
     <string name="title_legend_show_junk">Obravnavaj kot vsiljeno</string>
+    <string name="title_legend_create_rule">Ustvari pravilo</string>
     <string name="title_legend_show_unsubscribe">Odjavi se s seznama</string>
     <string name="title_legend_show_images">Prikaži slike</string>
+    <string name="title_legend_hide_images">Skrij slike</string>
+    <string name="title_legend_show_amp">Prikaži različico AMP</string>
+    <string name="title_legend_show_full">Prikaži izvirno sporočilo</string>
+    <string name="title_legend_show_reformatted">Prikaži preoblikovano sporočilo</string>
     <string name="title_legend_edit">Uredi</string>
     <string name="title_legend_default_color">Privzeta barva</string>
     <string name="title_legend_close_hint">Zapri namig</string>
@@ -948,17 +1620,27 @@
     <string name="title_legend_t">Osred. se na bes.</string>
     <string name="title_hint_folder_actions">Dolg pritisk na mapo prikaže možnosti, kot so dodajanje mape v meni za krmarjenje za hitri dostop.</string>
     <string name="title_hint_folder_sync">Zaradi omejitve porabe energije in podatkov privzeto vse mape in sporočila ne bodo sinhronizirana.</string>
+    <string name="title_hint_airplane">Način za letalo je vklopljen</string>
+    <string name="title_hint_notification">Obvestila so onemogočena</string>
     <string name="title_hint_support">Če imate vprašanje ali težavo, uporabite meni za podporo, da pridobite pomoč.</string>
     <string name="title_hint_message_actions">Povlecite levo za premik v smeti; povlecite desno za arhiviranje (če je na voljo).  Dejanja vlečenja lahko nastavite v nastavitvah računa.</string>
     <string name="title_hint_message_selection">Dolg pritisk na sporočilo omogoča izbiro več sporočil; držite in povlecite gor in dol za izbiro več sporočil.</string>
+    <string name="title_hint_message_junk">Ta sporočila so v mapi z vsiljeno pošto e-poštnega strežnika.  Očitno program ne more preprečiti pošiljanja vsiljene pošte.</string>
     <string name="title_hint_important">Pomembno</string>
     <string name="title_hint_sync">Prejemanje sporočil lahko traja nekaj časa, odvisno od hitrosti ponudnika, internetne povezave, naprave in števila sporočil.  Med prejemanjem sporočil se lahko program počasneje odziva.</string>
+    <string name="title_hint_sync_note">Privzeto vsa sporočila ne bodo prejeta zaradi omejitve porabe prostora, energije in podatkov.  To lahko spremenite z dolgim pritiskom na mapo na seznamu map in pritiskom na \'Sinhroniziraj več\'.</string>
     <string name="title_hint_battery">Ker FairEmail privzeto vedno prejema sporočila, ga bo Android obravnaval kot vedno dejavnega.  Zato je lahko videti, da FairEmail vedno porablja energijo, kar pa seveda ni res.</string>
     <string name="title_hint_reformat">Privzeto FairEmail preoblikuje sporočila zaradi zaščite zasebnosti in varnosti.  Za ogled izvirnega sporočila se dotaknite ikone \'Celoten zaslon\' nad besedilom sporočila.</string>
+    <string name="title_hint_design">Oblika namerno ni moteča in je zelo funkcionalna.  Ostaja veliko možnosti za prilagajanje videza, vendar je treba razumeti, da je nemogoče ustreči vsem.</string>
+    <string name="title_hint_junk">Vsiljeno pošto bi moral filtrirati strežnik in je ni mogoče zanesljivo filtrirati na napravi z omejeno zmogljivostjo, ki jo napaja baterija.</string>
+    <string name="title_hint_junk_learn">S premikanjem sporočil v in iz mape z vsiljeno pošto se e-poštni strežnik nauči, kaj je vsiljena pošta.</string>
     <string name="title_hint_contact_actions">Dolg pritisk za možnosti</string>
     <string name="title_hint_eml">To je povzetek vsebine datoteke izvornega sporočila.  Shranite izvorno sporočilo z ikono za shranjevanje v vrstici dejanj za ogled celotne vsebine.</string>
     <string name="title_open_link">Odpri povezavo</string>
+    <string name="title_image_link">Povezava do slike</string>
     <string name="title_different_link">Naziv in naslov povezave se razlikujeta.</string>
+    <string name="title_tracking_link">Ta spletna stran vam bo morda sledila.</string>
+    <string name="title_suspicious_link">To je sumljiva povezava.</string>
     <string name="title_link_http">Promet ne bo šifriran.</string>
     <string name="title_link_https">Promet bo šifriran.</string>
     <string name="title_sanitize_link">Odstrani sledilne parametre</string>
@@ -966,24 +1648,32 @@
     <string name="title_check_owner">Preveri lastnika</string>
     <string name="title_remark_owner">Podatki bodo pridobljeni iz <a href="https://ipinfo.io/">ipinfo.io</a>.</string>
     <string name="title_ip_owner">Lastnikov naslov IP</string>
+    <string name="title_default_apps">Privzeti programi</string>
+    <string name="title_reset_open">Nastavi ali počisti privzete programe.</string>
     <string name="title_select_app">Izberite program</string>
+    <string name="title_updated">Na voljo je posodobitev na različico %1$s.</string>
     <string name="title_issue">Ali imate vprašanje ali težavo?</string>
     <string name="title_yes">Da</string>
     <string name="title_no">Ne</string>
     <string name="title_later">Kasneje</string>
+    <string name="title_paste_plain">Prilepi kot golo besedilo</string>
     <string name="title_undo">Razveljavi</string>
     <string name="title_redo">Uveljavi</string>
+    <string name="title_insert_line">Vstavi črto</string>
     <string name="title_add">Dodaj</string>
     <string name="title_browse">Odpri s/z</string>
     <string name="title_info">Infor.</string>
+    <string name="title_download">Prejmi</string>
     <string name="title_report">Poročilo</string>
     <string name="title_fix">Popravi</string>
     <string name="title_show">Prikaži</string>
     <string name="title_enable">Omogoči</string>
     <string name="title_enabled">Omogočeno</string>
     <string name="title_disable">Onemogoči</string>
+    <string name="title_keep_current">Obdrži trenutno</string>
     <string name="title_executing">Izvajanje</string>
     <string name="title_completed">Dokončano</string>
+    <string name="title_default_changed">Privzeto je bilo spremenjeno.</string>
     <string name="title_clipboard_copy">Kopiraj na odložišče</string>
     <string name="title_clipboard_copied">Kopirano na odložišče</string>
     <string name="title_ask_what">Vprašaj, kaj storiti</string>
@@ -1004,6 +1694,7 @@
     <string name="title_snooze_now">Dremež</string>
     <string name="title_loading">Nalaganje &#8230;</string>
     <string name="title_fetching_again">Ponovno pridobivanje sporočil s strežnika</string>
+    <string name="title_go_back">Pojdi nazaj</string>
     <string name="title_conversation_actions">Dejanja</string>
     <string name="title_conversation_action_reply">Odgovori s/z: \'%1$s\'</string>
     <string name="title_conversation_action_copy">Kopiraj: \'%1$s\'</string>
@@ -1014,26 +1705,46 @@
     <string name="title_pro_feature">To je značilnost Pro.</string>
     <string name="title_pro_list">Seznam značilnosti Pro</string>
     <string name="title_pro_purchase">Kupi</string>
-    <string name="title_pro_info">        Developing FairEmail took literally thousands of hours and, despite that, most of the features are free to use.        FairEmail takes your privacy seriously and doesn\'t show ads and doesn\'t use tracking or analytics to earn money.
-        To maintain and support FairEmail in the long run, some convenience and advanced features are not free to use.
-        FairEmail shows a small message to remind you of this, which will be removed if you purchase the pro features.
+    <string name="title_pro_one_time">%1$s (enkratni nakup)</string>
+    <string name="title_pro_no_play">Trgovine Play ni bilo mogoče najti.</string>
+    <string name="title_pro_info">        Razvoj FairMaila je trajal na tisoče ur, poleg tega pa je večina značilnosti še vedno brezplačnih.
+        FairEmail resno jemlje vašo zasebnost, ne dovoli oglasov in vam ne sledi ali uporablja analitike, da si prisluži denar.
+        Za vzdrževanje in podporo FairMaila na dolgi rok nekatere priročne in napredne značilnosti niso brezplačne.
+        FairEmail za ta namen prikazuje majhno sporočilo, ki se bo odstranilo, če kupite značilnosti Pro.
     </string>
+    <string name="title_pro_whichever">Ne glede na to, katere značilnosti so izbrane kot Pro, se vedno najde nekdo, ki se pritožuje, da bi mogla biti določena značilnost brezplačna.  Prosim, ne bodite ta oseba.</string>
+    <string name="title_pro_google">FairMail začne nakup preko Trgovine Play, vendar na koncu postopek nakupa upravlja Google.  Ne krivite programa, če se pojavijo težave!</string>
+    <string name="title_pro_hide">Skrij majhno sporočil za %1$d tednov</string>
     <string name="title_pro_hint">Nakup značilnosti Pro bo omogočil uporabo vseh trenutnih in prihodnjih značilnosti, vzdrževanje in podporo tega programa.</string>
+    <string name="title_pro_price">Zakaj so značilnosti Pro tako drage?</string>
+    <string name="title_pro_family">Ali lahko uporabim Družinsko knjižnico Google Play?</string>
+    <string name="title_pro_restore">Kako lahko obnovim nakup (na drugi napravi)?</string>
     <string name="title_pro_pending">Nakup je na čakanju.</string>
     <string name="title_pro_activated">Vse značilnosti Pro so aktivirane.</string>
     <string name="title_pro_valid">Vse značilnosti Pro so aktivirane.</string>
     <string name="title_pro_invalid">Neveljaven odziv.</string>
+    <string name="title_pro_support">FarMail potrebuje vašo pomoč.  Dotaknite se za nakup značilnosti Pro, da projekt ohranite pri življenju ali da izklopite to sporočilo.</string>
     <string name="title_boundary_error">Napaka pri prejemanju sporočil s poštnega strežnika.</string>
     <string name="title_boundary_retry">Poizkusi znova</string>
     <string name="title_unexpected_error">Nepričakovana napaka</string>
     <string name="title_log">Dnevnik</string>
-    <string name="title_auto_scroll">Samodejni pomik</string>
     <string name="title_log_clear">Počisti</string>
+    <string name="title_rules_search_hint">Išči ime ali pogoj</string>
+    <string name="title_rules_export">Izvozi pravila</string>
+    <string name="title_rules_import">Uvozi pravila</string>
+    <string name="title_rules_delete_all">Izbriši vsa pravila</string>
+    <string name="title_rules_delete_all_confirm">Izbriši vsa pravila?</string>
     <string name="title_debug_info">Podatki o razhrošč.</string>
     <string name="title_debug_info_remark">Opišite težavo in označite čas težave:</string>
     <string name="title_crash_info_remark">Opišite, kaj ste počeli, ko se je program sesul:</string>
+    <string name="title_unexpected_info_remark">Opišite, kaj ste počeli, ko ste dobili napako:</string>
     <string name="title_widget_title_count">Število novih sporočil</string>
     <string name="title_widget_title_list">Seznam sporočil</string>
+    <string name="title_widget_title_sync">Vkl./Izkl. sinhr.</string>
+    <string name="title_power_menu_sync">Sinhronizacija</string>
+    <string name="title_power_menu_on">Vklopi</string>
+    <string name="title_power_menu_off">Izklopi</string>
+    <string name="title_power_menu_on_off">Vkl./Izkl.</string>
     <string name="title_widget_account">Račun</string>
     <string name="title_widget_account_all">Vsi</string>
     <string name="title_widget_folder">Mapa</string>
@@ -1041,7 +1752,15 @@
     <string name="title_widget_unseen">Samo neprebrana sporočila</string>
     <string name="title_widget_flagged">Samo sporočila z zvezdico</string>
     <string name="title_widget_font_size">Velikost besedila</string>
+    <string name="title_widget_padding">Velikost blazinjenja</string>
+    <string name="title_widget_separator_lines">Prikaži ločilne črte</string>
     <string name="title_widget_semi_transparent">Polprosojno ozadje</string>
+    <string name="title_widget_avatars">Prikaži podobe stikov</string>
+    <string name="title_widget_refresh">Prikaži gumb za osvežitev sporočila</string>
+    <string name="title_widget_compose">Prikaži gumb za novo sporočilo</string>
+    <string name="title_widget_background">Barva ozadja</string>
+    <string name="title_widget_day_night">Sledi temni temi sistema</string>
+    <string name="title_compat_dark">Google je odstranil temni način za Androidove različice pred razl. 10.</string>
     <string name="title_accessibility_collapsed">Strnjeno</string>
     <string name="title_accessibility_expanded">Razširjeno</string>
     <string name="title_accessibility_seen">Prebrano</string>
@@ -1082,6 +1801,7 @@
     <string-array name="pollIntervalNames">
         <item>Vedno</item>
         <item>Vsakih 5 minut</item>
+        <item>Vsakih 10 minut</item>
         <item>Vsakih 15 minut</item>
         <item>Vsakih 30 minut</item>
         <item>Vsako uro</item>
@@ -1100,9 +1820,9 @@
         <item>10 minut</item>
     </string-array>
     <string-array name="startupNames">
-        <item>Poenotena mapa \'Prejeto\'</item>
-        <item>Poenotene mape</item>
-        <item>Mape glavnega računa</item>
+        <item>poenoteno mapo \'Prejeto\'</item>
+        <item>poenotene mape</item>
+        <item>mape glavnega računa</item>
         <item>Računi</item>
     </string-array>
     <string-array name="downloadNames">
@@ -1120,12 +1840,13 @@
         <item>∞</item>
     </string-array>
     <string-array name="onCloseNames">
-        <item>Ne naredi ničesar</item>
-        <item>Pojdi na prejšnji pogovor</item>
-        <item>Pojdi na naslednji pogovor</item>
+        <item>ne naredi ničesar</item>
+        <item>pojdi na prejšnji pogovor</item>
+        <item>pojdi na naslednji pogovor</item>
     </string-array>
     <string-array name="resizeNames">
-        <item>Extra small</item>
+        <item>Drobna</item>
+        <item>Zelo majhna</item>
         <item>Majhna</item>
         <item>Srednja</item>
         <item>Velika</item>
@@ -1149,7 +1870,7 @@
         <item>Na začetku</item>
         <item>Na sredini</item>
         <item>Na koncu</item>
-        <item>Show untruncated</item>
+        <item>Prikaži neprirezano</item>
     </string-array>
     <string-array name="priorityNames">
         <item>Nizka</item>
@@ -1159,8 +1880,8 @@
     <string-array name="sensitivityNames">
         <item>Običajna</item>
         <item>Osebno</item>
-        <item>Private</item>
-        <item>Confidential</item>
+        <item>Zasebno</item>
+        <item>Zaupno</item>
     </string-array>
     <string-array name="linesNames">
         <item>1</item>
@@ -1175,6 +1896,7 @@
         <item>Srednja</item>
         <item>Velika</item>
     </string-array>
+    <string name="title_size_tiny">Drobna</string>
     <string-array name="receiptNames">
         <item>Samo potrdilo o branju</item>
         <item>Samo potrdilo o dostavi</item>
@@ -1204,14 +1926,26 @@
         <item>50 MB</item>
     </string-array>
     <string-array name="undoNames">
-        <item>Off</item>
+        <item>Izklopi</item>
         <item>2,5 s</item>
         <item>5 s</item>
         <item>7,5 s</item>
         <item>10 s</item>
         <item>15 s</item>
     </string-array>
+    <string-array name="fontNameNames">
+        <item>Cursive</item>
+        <item>Serif</item>
+        <item>Sans-serif</item>
+        <item>S stalno širino</item>
+        <item>Domišljija</item>
+    </string-array>
     <!-- https://www.w3.org/TR/css-fonts-4/#generic-font-families -->
+    <string-array name="addressFormatNames">
+        <item>Samo ime</item>
+        <item>Samo naslov</item>
+        <item>Ime in naslov</item>
+    </string-array>
     <!-- https://www.bouncycastle.org/specifications.html -->
     <!-- https://datatracker.ietf.org/doc/html/rfc5751#page-29 -->
     <!-- https://datatracker.ietf.org/doc/html/rfc5751#section-2.7 -->
@@ -1225,13 +1959,13 @@
         <item>Prejemnik</item>
         <item>Pošiljatelju</item>
         <item>Blokirano</item>
-        <item>Not blocked</item>
+        <item>Ni blokirano</item>
     </string-array>
     <string-array name="contactGroupTypes">
-        <item>Any</item>
-        <item>Home</item>
+        <item>Vse</item>
+        <item>Domači</item>
         <item>Služba</item>
         <item>Drugo</item>
-        <item>Mobile</item>
+        <item>Prenosni</item>
     </string-array>
 </resources>
diff --git a/app/src/main/res/values-sr-rSP/strings.xml b/app/src/main/res/values-sr-rSP/strings.xml
index e94a48be75..0768cf4ba4 100644
--- a/app/src/main/res/values-sr-rSP/strings.xml
+++ b/app/src/main/res/values-sr-rSP/strings.xml
@@ -2,7 +2,8 @@
 <resources>
     <string name="app_search">FairEmail претрага</string>
     <string name="app_changelog">Дневник измена</string>
-    <string name="app_welcome">FairEmail е-мејл апликација отвореног кода са фокусом на приватност и безбедност. Могуће је да ће из ових разлога неке функционалности бити другачије него што сте навикли.</string>
+    <string name="app_welcome">FairEmail је е-мејл апликација отвореног кода са фокусом на приватност и безбедност. Могуће је да ће из ових разлога неке функционалности бити другачије него што сте навикли.</string>
+    <string name="app_continue">Ипак наставити</string>
     <string name="app_exit">За излаз још једном притисните „назад“</string>
     <string name="channel_send">Пошаљи</string>
     <string name="channel_update">Ажурирања</string>
@@ -10,6 +11,7 @@
     <string name="channel_error">Грешке</string>
     <string name="channel_alert">Упозорења са сервера</string>
     <string name="channel_group_contacts">Контакти</string>
+    <string name="channel_send_description">Слање порука</string>
     <plurals name="page_conversation">
         <item quantity="one">Разговор</item>
         <item quantity="few">Разговори</item>
@@ -63,11 +65,16 @@
         <item quantity="other">Означи %1$d порука као нежељене?</item>
     </plurals>
     <string name="title_ask_spam_who">Означи поруке од %1$s као нежељене?</string>
+    <string name="title_block">Блокирати %1$s</string>
+    <string name="title_block_sender">Блокирати пошиљаоца</string>
+    <string name="title_block_sender_domain">Блокирати домен \'%1$s\'</string>
+    <string name="title_blocked_senders">Блокирани пошиљаоци</string>
     <string name="title_junk_clear">Очисти</string>
     <string name="title_notification_sending">Слање порука</string>
     <string name="title_notification_waiting">Чекам на погодну конекцију</string>
     <string name="title_notification_failed">%1$s неуспело</string>
     <string name="menu_answers">Шаблони</string>
+    <string name="menu_rules">Правила</string>
     <string name="menu_operations">Операције</string>
     <string name="menu_contacts">Локални контакти</string>
     <string name="menu_setup">Поставке</string>
@@ -102,7 +109,6 @@
     <string name="title_setup_other">Остали провајдери</string>
     <string name="title_setup_gmail_rationale">Одобрите дозволе да се одабере налог и чита Ваше име</string>
     <string name="title_setup_gmail_permissions">Гугл ће питати за дозволе за читање, састављае, слање и трајно брисање свих Ваших мејлова. FairEmail никад неће обрисати Ваше поруке без Вашег експлицитног одобрења.</string>
-    <string name="title_setup_gmail_drafts">Фасцикла нацрта није доступна преко IMAP-а, ово се решава у Gmail поставкама ознака</string>
     <string name="title_setup_select_account">Изабери налог</string>
     <string name="title_setup_instructions">Упутства за поставку</string>
     <string name="title_setup_no_settings">Нису нађене поставке за домен ’%1$s’</string>
@@ -147,9 +153,11 @@
     <string name="title_setup_defaults">Врати на подразумевано</string>
     <string name="title_setup_reset_questions">Ресетуј питања</string>
     <string name="title_setup_reset_images">Прикажи слике</string>
+    <string name="title_setup_reset_links">Потврдити линкове</string>
     <string name="title_advanced_hint_title">Више напредних опција</string>
     <string name="title_advanced_hint_message">        You are navigating to the more advanced options.        All options have commonly used standard values, which you do not need to change unless you have a different preference.
     </string>
+    <string name="title_advanced_section_main">Главно</string>
     <string name="title_advanced_section_synchronize">Примање</string>
     <string name="title_advanced_section_send">Слање</string>
     <string name="title_advanced_section_connection">Конекција</string>
@@ -255,6 +263,7 @@
     <string name="title_advanced_biometrics_notify">Прикажи садржај обавештења када се користи биометријска провера идентитета</string>
     <string name="title_advanced_light">Користи светло обавештења</string>
     <string name="title_advanced_sound">Одаберите звук обавештења</string>
+    <string name="title_advanced_confirm_links">Потврдити отварање линкова</string>
     <string name="title_advanced_display_hidden">Прикажи сакривене текстове порука</string>
     <string name="title_advanced_secure">Сакриј са екрана скорашњих апликација и онемогући узимање снимака екрана</string>
     <string name="title_advanced_pin">ПИН</string>
@@ -340,7 +349,6 @@
     <string name="title_custom">Прилагођено</string>
     <string name="title_host">Назив домаћина</string>
     <string name="title_encryption">Шифровање</string>
-    <string name="title_encryption_none">Ниједно</string>
     <string name="title_allow_insecure">Дозволи небезбедне конекције</string>
     <string name="title_insecure_remark">Небезбедне везе треба да буду дозвољене само на мрежама од поверења и никад на јавним мрежама</string>
     <string name="title_port">Број порта</string>
@@ -376,6 +384,9 @@
     <string name="title_advanced_browse">Прегледај поруке на серверу</string>
     <string name="title_advanced_expand_read">Означи поруке прочитаним на проширивање</string>
     <string name="title_synchronize_now">Синхронизуј сада</string>
+    <string name="title_synchronize_more">Дохвати још порука</string>
+    <string name="title_synchronize_more_hint2">Поруке ће бити дохваћене онолико брзо колико то сервер може да подржи и биће снимљене онолико брзо колико уређај може да их сними и индексира.
+Ограничавајући фактор је обично брзина интерног простора за снимање уређаја.    </string>
     <string name="title_synchronize_enabled">Синхронизуј</string>
     <string name="title_delete_local">Избриши локалне поруке</string>
     <string name="title_delete_browsed">Избриши прегледане/претражене</string>
@@ -392,6 +403,7 @@
     <string name="title_create_sub_folder">Направи подфасциклу</string>
     <string name="title_empty_trash_ask">Заувек обрисати све поруке из отпада?</string>
     <string name="title_empty_spam_ask">Обрисати све нежељене поруке заувек?</string>
+    <string name="title_empty_trash_all_ask">Трајно обрисати све поруке свих налога из отпада?</string>
     <string name="title_no_operations">Нема операција на чекању</string>
     <string name="title_hint_operations">Операције брисања могу довести до порука које нестају и синхронизационих проблема</string>
     <string name="title_folder_name">Име фасцикле</string>
@@ -527,6 +539,7 @@
     <string name="title_expand_warning">Проширивањем ове поруке ће бити преузет %1$s</string>
     <string name="title_download_message">Преузимам &#8230;</string>
     <string name="title_compose">Састави</string>
+    <string name="title_delivered_to">Испоручено за:</string>
     <string name="title_from">Од:</string>
     <string name="title_to">За:</string>
     <string name="title_reply_to">Одговори за:</string>
@@ -621,6 +634,7 @@
     <string name="title_search_in_message">У тексту поруке</string>
     <string name="title_search_with_unseen">Непрочитано</string>
     <string name="title_search_with_flagged">Озвездано</string>
+    <string name="title_search_in_trash">У отпаду</string>
     <string name="title_search_with_before">Пре</string>
     <string name="title_search_with_after">После</string>
     <string name="title_search_flag_unseen">непрочитано</string>
@@ -632,6 +646,9 @@
     <string name="title_search_server">Претражи на серверу</string>
     <string name="title_search_in">Претражи у</string>
     <string name="title_search_sender">Претражи пошиљаоца</string>
+    <string name="title_save_search_name">Име</string>
+    <string name="title_save_search_order">Редослед</string>
+    <string name="title_save_search_color">Боја</string>
     <string name="title_sort_on">Сортирај по</string>
     <string name="title_sort_on_time">Времену</string>
     <string name="title_sort_on_unread">Непрочитаним</string>
@@ -649,8 +666,10 @@
     <string name="title_filter_unknown">Непознати пошиљаоци</string>
     <string name="title_filter_hidden">Сакривеним</string>
     <string name="title_filter_duplicates">Дупликатима</string>
+    <string name="title_filter_trash">У отпаду</string>
     <string name="title_compact">Компактан изглед</string>
     <string name="title_zoom">Величина текста</string>
+    <string name="title_padding">Величина размака</string>
     <string name="title_select_language">Изабери језик</string>
     <string name="title_select_all">Изабери све</string>
     <string name="title_select_found">Означи нађене</string>
@@ -810,6 +829,7 @@
     <string name="title_legend_enter">Отвори</string>
     <string name="title_legend_a">Архивирај</string>
     <string name="title_legend_c">Састави</string>
+    <string name="title_legend_d">Отпад (обрисати)</string>
     <string name="title_legend_n">Следеће</string>
     <string name="title_legend_p">Претходно</string>
     <string name="title_legend_r">Одговори</string>
@@ -885,8 +905,9 @@
     <string name="title_boundary_retry">Покушај поново</string>
     <string name="title_unexpected_error">Неочекивана грешка</string>
     <string name="title_log">Дневник</string>
-    <string name="title_auto_scroll">Аутоматско померање</string>
     <string name="title_log_clear">Очисти</string>
+    <string name="title_rules_delete_all">Избрисати сва правила</string>
+    <string name="title_rules_delete_all_confirm">Избрисати сва правила?</string>
     <string name="title_debug_info">Отклањање грешака</string>
     <string name="title_debug_info_remark">Опишите проблем и назначите време када се десио проблем:</string>
     <string name="title_crash_info_remark">Опишите шта сте радили када се апликација срушила:</string>
@@ -899,6 +920,7 @@
     <string name="title_widget_unseen">Само непрочитане поруке</string>
     <string name="title_widget_flagged">Само озвездане поруке</string>
     <string name="title_widget_font_size">Величина текста</string>
+    <string name="title_widget_padding">Величина размака</string>
     <string name="title_accessibility_collapsed">Смањи</string>
     <string name="title_accessibility_expanded">Прошири</string>
     <string name="title_accessibility_seen">Прочитано</string>
@@ -930,6 +952,7 @@
     <string-array name="pollIntervalNames">
         <item>Увек</item>
         <item>Сваких 5 минута</item>
+        <item>Сваких 10 минута</item>
         <item>Сваких 15 минута</item>
         <item>Сваких 30 минута</item>
         <item>На сваких сат времена</item>
@@ -973,6 +996,7 @@
         <item>Иди на следећи разговор</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Сићушно</item>
         <item>Extra small</item>
         <item>Мала</item>
         <item>Средња</item>
@@ -1023,6 +1047,7 @@
         <item>Средња</item>
         <item>Велика</item>
     </string-array>
+    <string name="title_size_tiny">Сићушно</string>
     <string-array name="signatureNames">
         <item>Изнад текста</item>
         <item>Испод текста</item>
diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml
index 19b7c57fc6..72c5a0eaae 100644
--- a/app/src/main/res/values-sv-rSE/strings.xml
+++ b/app/src/main/res/values-sv-rSE/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail är en e-postapp baserad på öppen källkod som fokuserar på integritet och säkerhet. Av denna anledning kan vissa funktioner fungera annorlunda än vad du är van vid.</string>
     <string name="app_limitations">Till exempel omformas meddelanden som standard för att ta bort osäkra element och för att förbättra läsbarheten. Länkar måste även bekräftas innan de öppnas. Båda funktionerna kan inaktiveras om så önskas.</string>
     <string name="app_unsupported">Buggar i Android-versionen på denna enhet orsakar krascher</string>
+    <string name="app_data_loss">All data kan gå förlorad</string>
     <string name="app_continue">Fortsätt ändå</string>
     <string name="app_exit">Tryck \"tillbaka\" igen för att avsluta</string>
     <string name="app_cake">Otillräckligt lagringsutrymme kvar</string>
@@ -145,6 +146,7 @@
     <string name="title_setup_quick_smtp">SMTP-server för att skicka meddelanden</string>
     <string name="title_setup_quick_certificates">Servercertifikat</string>
     <string name="title_setup_wizard">Guide</string>
+    <string name="title_setup_wizard_tutorials">Guider</string>
     <string name="title_setup_wizard_multiple">Installationsguiden kan användas flera gånger om för att lägga till fler konton</string>
     <string name="title_setup_wizard_new">Jag behöver en ny e-postadress</string>
     <string name="title_setup_manual">Manuell installation och kontoalternativ</string>
@@ -155,6 +157,7 @@
     <string name="title_setup_account_identity_hint">Du kan konfigurera namn, färg och svepåtgärder i kontoinställningarna, samt konfigurera din signatur i identitetsinställningarna</string>
     <string name="title_setup_accounts">Konton</string>
     <string name="title_setup_identities">Identiteter</string>
+    <string name="title_setup_google_sign_in">Logga in med Google</string>
     <string name="title_setup_other">Annan leverantör</string>
     <string name="title_setup_inbound">Endast inkommande e-post (e-post kan inte skickas!)</string>
     <string name="title_setup_pop3">POP3-konto</string>
@@ -162,7 +165,7 @@
     <string name="title_setup_gmail_support">Auktorisera Google-konton kommer endast att fungera i Play Store- och GitHub-versionen eftersom Android kontrollerar den digitala app-signaturen</string>
     <string name="title_setup_gmail_rationale">Vänligen bevilja behörigheter för att välja ett konto och läsa ditt namn</string>
     <string name="title_setup_gmail_permissions">Google kommer att be om behörighet att läsa, komponera, skicka och permanent ta bort all din e-post. FairEmail kommer aldrig att ta bort dina meddelanden utan ditt uttryckliga medgivande.</string>
-    <string name="title_setup_gmail_drafts">Om mappen för utkast inte är åtkomlig för IMAP kan detta lösas under inställningarna för Gmail-etiketten</string>
+    <string name="title_setup_gmail_on_device">Varför måste jag välja ett lokalt konto på enheten?</string>
     <string name="title_setup_gmail_password">Jag vill auktorisera ett konto med ett lösenord istället för ett konto på enheten</string>
     <string name="title_setup_office_auth">Felet \"AUTHENTICATE failed\" kan orsakas av att IMAP/SMTP inaktiveras av systemadministratören</string>
     <string name="title_setup_oauth_rationale">Auktorisera åtkomst till ditt %1$s konto</string>
@@ -379,6 +382,7 @@
     <string name="title_advanced_timeout">Timeout för anslutning (sekunder)</string>
     <string name="title_advanced_prefer_ip4">Föredra IPv4 över IPv6</string>
     <string name="title_advanced_ssl_harden">Strikta SSL-anslutningar</string>
+    <string name="title_advanced_ssl_harden_strict">Kräv TLS 1.3</string>
     <string name="title_advanced_cert_strict">Strikt certifikatkontroll</string>
     <string name="title_advanced_manage_connectivity">Hantera anslutning</string>
     <string name="title_advanced_caption_general">Allmänt</string>
@@ -395,7 +399,6 @@
     <string name="title_advanced_two_col">Använd två kolumner</string>
     <string name="title_advanced_min_screen_size">Minsta skärmstorlek för uppdelning av skärmen</string>
     <string name="title_advanced_close_pane">Kollapsa rad eller kolumn när en konversation stängs</string>
-    <string name="title_advanced_column_width">Kolumnbredd för meddelande: %1$s %%</string>
     <string name="title_advanced_nav_options">Visa alternativ för navigeringsmeny</string>
     <string name="title_advanced_nav_categories">Visa kontokategorier i navigeringsmenyn</string>
     <string name="title_advanced_nav_pin">Fäst navigeringsmenyn</string>
@@ -470,6 +473,7 @@
     <string name="title_advanced_text_size">Använd textstorlekar</string>
     <string name="title_advanced_text_font">Använd typsnitt</string>
     <string name="title_advanced_text_align">Använd textjustering</string>
+    <string name="title_advanced_text_titles">Visa {HTML titles}</string>
     <string name="title_advanced_text_separators">Använd separata linjer</string>
     <string name="title_advanced_collapse_quotes">Kollapsa citerad text</string>
     <string name="title_advanced_image_placeholders">Visa bildplatshållare</string>
@@ -480,6 +484,7 @@
     <string name="title_advanced_actionbar_color">Använd kontofärg som bakgrundsfärg för konversationsfältet</string>
     <string name="title_advanced_category_header">Gruppera efter kontokategori</string>
     <string name="title_advanced_navbar_colorize">Färglägg navigeringsfältet för Android</string>
+    <string name="title_advanced_list_count">Visa antalet meddelanden eller konversationer i det översta åtgärdsfältet</string>
     <string name="title_advanced_bundled_fonts">Använd medföljande typsnitt</string>
     <string name="title_advanced_parse_classes">Tolka stilmallar</string>
     <string name="title_advanced_authentication">Visa autentiseringsvarningar</string>
@@ -488,6 +493,7 @@
     <string name="title_advanced_authentication_none">Ingen autentisering</string>
     <string name="title_advanced_authentication_some">Partiell autentisering</string>
     <string name="title_advanced_authentication_all">Fullständig autentisering</string>
+    <string name="title_advanced_restore_on_launch">Återställ appstatus vid start</string>
     <string name="title_advanced_sync_on_launch">Synkronisera vid start</string>
     <string name="title_advanced_double_back">Dubbel \"tillbaka\" för att avsluta</string>
     <string name="title_advanced_conversation_actions">Föreslå åtgärder (Android 10+)</string>
@@ -530,6 +536,7 @@
     <string name="title_advanced_notify_background">Visa aviseringar endast i bakgrunden</string>
     <string name="title_advanced_notify_known">Visa endast aviseringar för kontakter</string>
     <string name="title_advanced_notify_suppress_in_call">Inaktivera aviseringar under pågående telefonsamtal</string>
+    <string name="title_advanced_notify_suppress_in_car">Fördröj aviseringar medan Android Auto är ansluten</string>
     <string name="title_advanced_notify_summary">Visa enbart en sammanställning av aviseringar</string>
     <string name="title_advanced_notify_preview">Visa meddelandeförhandsvisning i aviseringar</string>
     <string name="title_advanced_notify_preview_all">Förhandsgranska all text</string>
@@ -614,6 +621,7 @@
     <string name="title_advanced_class_min_difference">Minsta klasskillnad: %1$s %%</string>
     <string name="title_advanced_language">Språk</string>
     <string name="title_advanced_language_system">System</string>
+    <string name="title_advanced_lt">Språkintegration för verktyg</string>
     <string name="title_advanced_deepl">DeepL integration</string>
     <string name="title_advanced_sdcard">Jag vill använda ett SD-kort</string>
     <string name="title_advanced_watchdog">Kontrollera regelbundet om FairEmail fortfarande är aktiv</string>
@@ -627,6 +635,7 @@
     <string name="title_advanced_last_cleanup">Senaste rensning: %1$s</string>
     <string name="title_advanced_app">App-inställningar</string>
     <string name="title_advanced_more">Fler alternativ</string>
+    <string name="title_advanced_main_log">Primär loggning</string>
     <string name="title_advanced_protocol">Loggar för protokoll</string>
     <string name="title_advanced_log_info">Debug Logging</string>
     <string name="title_advanced_debug">Felsökningsläge</string>
@@ -654,7 +663,7 @@
     <string name="title_advanced_folder_nav_hint">Detta kommer alltid att återgå till mapplistan över det relaterade kontot från en meddelandelista</string>
     <string name="title_advanced_suggest_names_hint">Om inaktiverad, kommer endast e-postadresser att användas vid val av kontakter</string>
     <string name="title_advanced_suggest_local_hint">Förutom kontakter som tillhandahålls av Android. Kontaktdata lagras endast för nyligen skickade eller mottagna meddelanden när det aktiverat.</string>
-    <string name="title_advanced_auto_identity_hint">Detta kommer att välja den sista identiteten som används för den första mottagaren av nya meddelanden</string>
+    <string name="title_advanced_auto_identity_hint">Detta kommer att välja den senaste identiteten som använts när du väljer en mottagare för nya meddelanden</string>
     <string name="title_advanced_send_reminders_hint">Visa en varning när meddelandetexten eller ämnet är tomt eller när en bilaga kanske saknas</string>
     <string name="title_advanced_reply_move_hint">E-postservern kan fortfarande lägga till meddelanden till skickade mail mappen</string>
     <string name="title_advanced_usenet_hint">Infoga \'-- \' mellan texten och signaturen</string>
@@ -691,6 +700,7 @@
     <string name="title_advanced_inline_hint">Infogade bilder är bilder som ingår i meddelandet</string>
     <string name="compressed">Innehållet i komprimerade filer (%1$s) med mer än %2$s filer eller med filer större än %3$s kommer inte att visas</string>
     <string name="title_advanced_parse_classes_hint">Detta kommer att visa meddelanden mer korrekt, men möjligen med en fördröjning</string>
+    <string name="title_advanced_restore_on_launch_hint">Återställ senaste app-status när den startas om via ikonen för launcher inom %1$d minuter</string>
     <string name="title_advanced_language_detection_hint">Stöd för språkdetektering beror på enhetstillverkaren</string>
     <string name="title_advanced_autoexpand_hint">Öppna automatiskt meddelandet när det bara finns ett meddelande eller bara ett oläst meddelande i en konversation</string>
     <string name="title_advanced_expandall_hint">Svarsknappen kommer inte att visas när flera meddelanden visas i utökat läge eftersom det är oklart vilket meddelande knappen gäller</string>
@@ -708,6 +718,7 @@
     <string name="title_advanced_safe_browsing_hint">Googles server vet vilka adresser som det görs uppslag för</string>
     <string name="title_advanced_badge_hint">Endast tillgänglig på programstartare som stöds</string>
     <string name="title_advanced_notify_action_hint">Högst tre åtgärder kommer att visas</string>
+    <string name="title_advanced_notify_car_hint">Ansluten innebär att något projekteras, till exempel en karta för navigering</string>
     <string name="title_advanced_notify_remove_hint">Nya meddelandeaviseringar kommer alltid att tas bort när de sveps bort och när meddelanden markeras som lästa</string>
     <string name="title_advanced_notify_manage_hint">Tryck på kanalens namn för att ange kanalens egenskaper</string>
     <string name="title_advanced_notify_manage_default_hint">För att ställa in standardljudet, etc</string>
@@ -742,7 +753,9 @@
     <string name="title_advanced_sender_regex">Regex för att matcha användarnamn för inkommande e-postadresser</string>
     <string name="title_identity_reply_to">Svara till adress</string>
     <string name="title_identity_internal">Interna domännamn (kommaseparerade)</string>
+    <string name="title_identity_unicode">Tillåt UTF-8 i meddelandehuvuden</string>
     <string name="title_identity_unicode_remark">De flesta servrar stöder inte detta</string>
+    <string name="title_identity_octetmime">Tillåt 8BITMIME</string>
     <string name="title_identity_max_size">Maximal meddelandestorlek (MB)</string>
     <string name="title_identity_receipt">Begär leverans/läs kvitto som standard</string>
     <string name="title_identity_receipt_legacy">Använd den äldre typen av kvittoförfrågningsrubriker</string>
@@ -772,7 +785,7 @@
     <string name="title_custom">Anpassad</string>
     <string name="title_host">Värdnamn</string>
     <string name="title_encryption">Kryptering</string>
-    <string name="title_encryption_none">Ingen</string>
+    <string name="title_encryption_none">Ingen (osäker)</string>
     <string name="title_allow_insecure">Tillåt osäkra anslutningar</string>
     <string name="title_insecure_remark">Osäkra anslutningar bör endast tillåtas på betrodda nätverk och aldrig på offentliga nätverk</string>
     <string name="title_notify_remark">Du kan aktivera det här för kontospecifika aviseringar</string>
@@ -832,6 +845,7 @@
     <string name="title_account_delete">Ta bort detta konto permanent?</string>
     <string name="title_identity_delete">Ta bort denna identitet permanent?</string>
     <string name="title_edit_html">Redigera som HTML</string>
+    <string name="title_import_file">Importera fil</string>
     <string name="title_sign_key">Signeringsnyckel: %1$s</string>
     <string name="title_last_connected">Senast ansluten: %1$s</string>
     <string name="title_backoff_until">Väntar efter misslyckande till: %1$s</string>
@@ -912,6 +926,7 @@
     <string name="title_search_folder">Sök efter mapp</string>
     <string name="title_apply_to_all">Tillämpa för alla</string>
     <string name="title_edit_account_name">Redigera kontonamn</string>
+    <string name="title_edit_account_color">Redigera kontofärg</string>
     <string name="title_hide_folder">Dölj mapp</string>
     <string name="title_hide_seen_folder">Dölj mapp om alla meddelanden har lästs</string>
     <string name="title_hide_seen_folder_hint">Endast i mapplistan som visas på startskärmen</string>
@@ -1256,7 +1271,7 @@
     <string name="title_alternative_html">Visa HTML</string>
     <string name="title_no_openpgp">OpenKeychain hittades inte</string>
     <string name="title_user_interaction">Överför till OpenKeychain</string>
-    <string name="title_padlock">Använd hänglåset för att avkryptera meddelandet</string>
+    <string name="title_padlock">Använd hänglåset för att dekryptera meddelandet</string>
     <string name="title_signed_data">Verifiera signaturen för att visa meddelandetexten</string>
     <string name="title_not_encrypted">Meddelandet är inte signerat eller krypterat</string>
     <string name="title_no_sign_key">Ingen signeringsnyckel vald</string>
@@ -1320,6 +1335,9 @@
     <string name="title_search_in">Sök i</string>
     <string name="title_search_sender">Sök efter avsändare</string>
     <string name="title_search_delete">Ta bort sparad sökning?</string>
+    <string name="title_save_search_name">Namn</string>
+    <string name="title_save_search_order">Ordning</string>
+    <string name="title_save_search_color">Färg</string>
     <string name="title_sort_on">Sortera på</string>
     <string name="title_sort_on_time">Tid</string>
     <string name="title_sort_on_unread">Olästa</string>
@@ -1527,6 +1545,7 @@
     <string name="title_legend_embedded_image">Inbäddad bildplatshållare</string>
     <string name="title_legend_tracking_pixel">Spårningsbild</string>
     <string name="title_legend_broken_image">Trasig bild</string>
+    <string name="title_legend_open_external">Öppna utanför appen</string>
     <string name="title_legend_pick">Välj kontakt</string>
     <string name="title_legend_cc">Visa kopia/dold kopia</string>
     <string name="title_legend_link">Infoga länk</string>
@@ -1610,6 +1629,7 @@
     <string name="title_yes">Ja</string>
     <string name="title_no">Nej</string>
     <string name="title_later">Senare</string>
+    <string name="title_paste_plain">Klistra in som oformaterad text</string>
     <string name="title_undo">Ångra</string>
     <string name="title_redo">Gör om</string>
     <string name="title_insert_line">Infoga rad</string>
@@ -1680,7 +1700,6 @@
     <string name="title_boundary_retry">Försök igen</string>
     <string name="title_unexpected_error">Oväntat fel</string>
     <string name="title_log">Logg</string>
-    <string name="title_auto_scroll">Automatisk rullning</string>
     <string name="title_log_clear">Rensa</string>
     <string name="title_rules_search_hint">Sök namn eller villkor</string>
     <string name="title_rules_export">Exportera regler</string>
@@ -1713,6 +1732,7 @@
     <string name="title_widget_compose">Visa knapp för nytt meddelande</string>
     <string name="title_widget_background">Bakgrundsfärg</string>
     <string name="title_widget_day_night">Följ mörkt systemtema</string>
+    <string name="title_compat_dark">Google tog bort mörkt läge för Android före version 10</string>
     <string name="title_accessibility_collapsed">Ihopfälld</string>
     <string name="title_accessibility_expanded">Expanderad</string>
     <string name="title_accessibility_seen">Läst</string>
@@ -1751,6 +1771,7 @@
     <string-array name="pollIntervalNames">
         <item>Kontinuerligt</item>
         <item>Var 5:e minut</item>
+        <item>Var 10:e minut</item>
         <item>Var 15:e minut</item>
         <item>Var 30:e minut</item>
         <item>Varje timme</item>
@@ -1794,6 +1815,7 @@
         <item>Gå till nästa konversation</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Mycket liten</item>
         <item>Extra liten</item>
         <item>Liten</item>
         <item>Mellan</item>
diff --git a/app/src/main/res/values-szl-rPL/strings.xml b/app/src/main/res/values-szl-rPL/strings.xml
index bad3728abc..07f0c04d9a 100644
--- a/app/src/main/res/values-szl-rPL/strings.xml
+++ b/app/src/main/res/values-szl-rPL/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail to aplikacja e-mail o otwartym kodzie źródłowym, koncentrująca się na prywatności i bezpieczeństwie. Z tego powodu niektóre funkcje mogą działać inaczej niż to, do czego jesteś przyzwyczajony.</string>
     <string name="app_limitations">Przykładowo, wiadomości są domyślnie formatowane tak, aby usunąć niebezpieczne elementy i poprawić czytelność, a otwieranie linków musi zostać potwierdzone ze względów bezpieczeństwa. Obie funkcje mogą zostać wyłączone w opcjach.</string>
     <string name="app_unsupported">Błędy w wersji Androida tego urządzenia powodują awarie</string>
+    <string name="app_data_loss">Wszystkie dane mogą zostać utracone</string>
     <string name="app_continue">Kontynuuj mimo to</string>
     <string name="app_exit">Użyj przycisku \'wstecz\', aby wyjść</string>
     <string name="app_cake">Za mało miejsca w pamięci</string>
@@ -149,7 +150,7 @@
     <string name="title_list_accounts">Konta</string>
     <string name="title_list_identities">Tożsamości</string>
     <string name="title_edit_account">Edytuj konto</string>
-    <string name="title_edit_identity">Edycja tożsamości</string>
+    <string name="title_edit_identity">Edytuj tożsamość</string>
     <string name="title_edit_folder">Edytuj folder</string>
     <string name="title_disable_gmail">Wyłącz aplikację Gmail</string>
     <string name="title_setup">Ustawienia</string>
@@ -167,6 +168,7 @@
     <string name="title_setup_quick_smtp">Serwer SMTP do wysyłania wiadomości</string>
     <string name="title_setup_quick_certificates">Certyfikaty serwera</string>
     <string name="title_setup_wizard">Kreator</string>
+    <string name="title_setup_wizard_tutorials">Poradniki</string>
     <string name="title_setup_wizard_multiple">Kreator może być używany wielokrotnie, aby skonfigurować wiele kont</string>
     <string name="title_setup_wizard_new">Potrzebujesz nowego adresu e-mail?</string>
     <string name="title_setup_manual">Ręczna konfiguracja i opcje konta</string>
@@ -177,6 +179,7 @@
     <string name="title_setup_account_identity_hint">Możesz skonfigurować nazwę, kolor i akcje przesuwania w ustawieniach konta oraz skonfigurować podpis w ustawieniach tożsamości</string>
     <string name="title_setup_accounts">Konta</string>
     <string name="title_setup_identities">Tożsamości</string>
+    <string name="title_setup_google_sign_in">Zaloguj się poprzez Google</string>
     <string name="title_setup_other">Inny dostawca</string>
     <string name="title_setup_inbound">Tylko przychodzące wiadomości e-mail (wiadomości e-mail nie mogą być wysyłane!)</string>
     <string name="title_setup_pop3">Konto POP3</string>
@@ -184,7 +187,7 @@
     <string name="title_setup_gmail_support">Autoryzacja kont Google będzie działać tylko w wersji Sklep Play i GitHub, ponieważ Android sprawdza podpis aplikacji cyfrowej</string>
     <string name="title_setup_gmail_rationale">Przyznaj uprawnienia, aby wybrać konto i odczytać twoje imię</string>
     <string name="title_setup_gmail_permissions">Google poprosi o uprawnienia do odczytu, tworzenia, wysyłania i trwałego usuwania wszystkich wiadomości e-mail. FairEmail nigdy nie usunie twoich wiadomości bez Twojej wyraźnej zgody.</string>
-    <string name="title_setup_gmail_drafts">Jeśli folder wersji roboczych nie jest dostępny przez IMAP, można to naprawić w ustawieniach etykiety Gmail</string>
+    <string name="title_setup_gmail_on_device">Dlaczego muszę wybrać konto na urządzeniu?</string>
     <string name="title_setup_gmail_password">Chcę autoryzować konto za pomocą hasła zamiast konta na urządzeniu</string>
     <string name="title_setup_office_auth">Błąd \"AUTHENTICATE failed\" może być spowodowany wyłączeniem protokołu IMAP/SMTP przez administratora systemu</string>
     <string name="title_setup_oauth_rationale">Autoryzuj dostęp do Twojego konta %1$s</string>
@@ -404,6 +407,7 @@
     <string name="title_advanced_timeout">Limit czasu połączenia (sekundy)</string>
     <string name="title_advanced_prefer_ip4">Preferuj IPv4 nad IPv6</string>
     <string name="title_advanced_ssl_harden">Wzmocnij połączenia SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Wymagaj TLS 1.3</string>
     <string name="title_advanced_cert_strict">Ścisła kontrola certyfikatu</string>
     <string name="title_advanced_manage_connectivity">Zarządzaj połączeniami</string>
     <string name="title_advanced_caption_general">Ogólne</string>
@@ -420,7 +424,7 @@
     <string name="title_advanced_two_col">Dwie kolumny</string>
     <string name="title_advanced_min_screen_size">Minimalny rozmiar ekranu dla podziału ekranu</string>
     <string name="title_advanced_close_pane">Zwiń wiersz lub kolumnę podczas zamykania rozmowy</string>
-    <string name="title_advanced_column_width">Szerokość kolumny wiadomości: %1$s %%</string>
+    <string name="title_advanced_column_width">Szerokość kolumny wiadomości / wysokość wiersza: %1$s %%</string>
     <string name="title_advanced_nav_options">Pokaż opcje menu nawigacji</string>
     <string name="title_advanced_nav_categories">Pokaż kategorie kont w menu nawigacji</string>
     <string name="title_advanced_nav_pin">Przypnij menu nawigacji</string>
@@ -495,6 +499,7 @@
     <string name="title_advanced_text_size">Użyj rozmiarów tekstu</string>
     <string name="title_advanced_text_font">Użyj czcionek</string>
     <string name="title_advanced_text_align">Użyj wyrównania tekstu</string>
+    <string name="title_advanced_text_titles">Pokaż {HTML titles}</string>
     <string name="title_advanced_text_separators">Użyj linii separatora</string>
     <string name="title_advanced_collapse_quotes">Zwiń cytowany tekst</string>
     <string name="title_advanced_image_placeholders">Pokaż symbole zastępcze obrazu</string>
@@ -505,6 +510,7 @@
     <string name="title_advanced_actionbar_color">Użyj koloru konta jako koloru tła dla paska akcji rozmowy</string>
     <string name="title_advanced_category_header">Grupuj według kategorii konta</string>
     <string name="title_advanced_navbar_colorize">Koloruj pasek nawigacji Androida</string>
+    <string name="title_advanced_list_count">Pokaż liczbę wiadomości lub konwersacji na górnym pasku akcji</string>
     <string name="title_advanced_bundled_fonts">Użyj dołączonych czcionek</string>
     <string name="title_advanced_parse_classes">Parsowanie arkuszy stylów</string>
     <string name="title_advanced_authentication">Pokaż ostrzeżenia o uwierzytelnieniu</string>
@@ -513,6 +519,7 @@
     <string name="title_advanced_authentication_none">Brak uwierzytelnienia</string>
     <string name="title_advanced_authentication_some">Uwierzytelnianie częściowe</string>
     <string name="title_advanced_authentication_all">Pełne uwierzytelnienie</string>
+    <string name="title_advanced_restore_on_launch">Przywróć stan aplikacji przy uruchomieniu</string>
     <string name="title_advanced_sync_on_launch">Synchronizuj podczas włączania aplikacji</string>
     <string name="title_advanced_double_back">Podwójne \'wstecz\', aby wyjść</string>
     <string name="title_advanced_conversation_actions">Sugeruj akcje (Android 10+)</string>
@@ -555,6 +562,7 @@
     <string name="title_advanced_notify_background">Pokaż powiadomienia tylko, gdy pracuje w tle</string>
     <string name="title_advanced_notify_known">Pokaż powiadomienia tylko dla kontaktów</string>
     <string name="title_advanced_notify_suppress_in_call">Opóźnij powiadomienia podczas połączenia</string>
+    <string name="title_advanced_notify_suppress_in_car">Opóźnij powiadomienia, gdy Android Auto jest połączony</string>
     <string name="title_advanced_notify_summary">Pokaż tylko podsumowanie</string>
     <string name="title_advanced_notify_preview">Pokaż podgląd wiadomości w powiadomieniach</string>
     <string name="title_advanced_notify_preview_all">Podgląd całego tekstu</string>
@@ -639,6 +647,7 @@
     <string name="title_advanced_class_min_difference">Minimalna różnica klasy: %1$s %%</string>
     <string name="title_advanced_language">Język</string>
     <string name="title_advanced_language_system">Systemowy</string>
+    <string name="title_advanced_lt">Integracja LanguageTool</string>
     <string name="title_advanced_deepl">Integracja z DeepL</string>
     <string name="title_advanced_sdcard">Chcę użyć karty SD</string>
     <string name="title_advanced_watchdog">Okresowo sprawdzaj, czy FairEmail jest nadal aktywny</string>
@@ -652,6 +661,7 @@
     <string name="title_advanced_last_cleanup">Ostatnie czyszczenie: %1$s</string>
     <string name="title_advanced_app">Ustawienia aplikacji</string>
     <string name="title_advanced_more">Więcej opcji</string>
+    <string name="title_advanced_main_log">Logowanie główne</string>
     <string name="title_advanced_protocol">Rejestrowanie protokołów</string>
     <string name="title_advanced_log_info">Rejestrowanie debugowania</string>
     <string name="title_advanced_debug">Debuguj</string>
@@ -679,7 +689,7 @@
     <string name="title_advanced_folder_nav_hint">Spowoduje to zawsze powrót z listy wiadomości do listy folderów powiązanego konta</string>
     <string name="title_advanced_suggest_names_hint">Jeśli wyłączone, tylko adresy e-mail będą używane podczas wybierania kontaktów</string>
     <string name="title_advanced_suggest_local_hint">Oprócz kontaktów dostarczanych przez Androida. Dane kontaktowe będą przechowywane dla nowo wysłanych lub odebranych wiadomości tylko kiedy włączone.</string>
-    <string name="title_advanced_auto_identity_hint">Spowoduje to wybranie ostatniej tożsamości używanej jako pierwszy odbiorca nowych wiadomości</string>
+    <string name="title_advanced_auto_identity_hint">Spowoduje to wybranie ostatnio użytej tożsamości podczas wybierania odbiorcy dla nowych wiadomości</string>
     <string name="title_advanced_send_reminders_hint">Pokaż ostrzeżenie, gdy tekst wiadomości lub temat jest pusty lub gdy może brakować załącznika</string>
     <string name="title_advanced_reply_move_hint">Serwer e-mail może nadal dodawać wiadomości do folderu wysłanych wiadomości</string>
     <string name="title_advanced_usenet_hint">Wstaw \'-- \' między tekstem a podpisem</string>
@@ -716,6 +726,7 @@
     <string name="title_advanced_inline_hint">Obrazy wstawione są obrazami zawartymi w wiadomości</string>
     <string name="compressed">Nie zostanie wyświetlona zawartość plików skompresowanych (%1$s), z więcej niż %2$s plikami lub z plikami większymi niż %3$s</string>
     <string name="title_advanced_parse_classes_hint">Spowoduje to poprawniejsze wyświetlanie wiadomości, ale z możliwym opóźnieniem</string>
+    <string name="title_advanced_restore_on_launch_hint">Przywraca ostatni stan aplikacji po jej ponownym uruchomieniu za pomocą ikony launchera, w ciągu %1$d minut</string>
     <string name="title_advanced_language_detection_hint">Obsługa wykrywania języków zależy od producenta urządzenia</string>
     <string name="title_advanced_autoexpand_hint">Automatycznie otwieraj wiadomość, gdy w rozmowie jest tylko jedna wiadomość lub tylko jedna nieprzeczytana wiadomość</string>
     <string name="title_advanced_expandall_hint">Przycisk odpowiedzi nie będzie wyświetlany, gdy zostanie rozwinięte wiele wiadomości, ponieważ nie jest jasne, do której wiadomości odnosi się przycisk</string>
@@ -733,6 +744,7 @@
     <string name="title_advanced_safe_browsing_hint">Serwer Google wie, które adresy są wyszukiwane</string>
     <string name="title_advanced_badge_hint">Dostępne tylko na wspieranych launcherach</string>
     <string name="title_advanced_notify_action_hint">Wyświetlone zostaną co najwyżej trzy akcje</string>
+    <string name="title_advanced_notify_car_hint">Połączony oznacza, że coś jest wyświetlane, na przykład mapa do nawigacji</string>
     <string name="title_advanced_notify_remove_hint">Powiadomienia o nowych wiadomościach będą zawsze usuwane po przesunięciu i oznaczeniu wiadomości jako przeczytane</string>
     <string name="title_advanced_notify_manage_hint">Dotknij nazwę kanału, aby ustawić właściwości kanału</string>
     <string name="title_advanced_notify_manage_default_hint">Aby ustawić domyślny dźwięk, itp.</string>
@@ -767,6 +779,7 @@
     <string name="title_advanced_sender_regex">Regex, aby dopasować nazwę użytkownika dla przychodzących adresów e-mail</string>
     <string name="title_identity_reply_to">Odpowiedz na adres</string>
     <string name="title_identity_internal">Wewnętrzne nazwy domen (oddzielone przecinkami)</string>
+    <string name="title_identity_unicode">Zezwalaj na UTF-8 w nagłówkach wiadomości</string>
     <string name="title_identity_unicode_remark">Większość serwerów nie wspiera tego</string>
     <string name="title_identity_octetmime">Zezwalaj na 8BITMIME</string>
     <string name="title_identity_max_size">Maksymalny rozmiar wiadomości (MB)</string>
@@ -798,7 +811,7 @@
     <string name="title_custom">Własne</string>
     <string name="title_host">Nazwa hosta</string>
     <string name="title_encryption">Szyfrowanie</string>
-    <string name="title_encryption_none">Żaden</string>
+    <string name="title_encryption_none">Brak (niebezpieczne)</string>
     <string name="title_allow_insecure">Zezwól na niezabezpieczone połączenia</string>
     <string name="title_insecure_remark">Niebezpieczne połączenia powinny być dozwolone tylko w zaufanych sieciach, a nigdy w sieciach publicznych</string>
     <string name="title_notify_remark">Można włączyć tę funkcję dla specyficznych powiadomień danego konta</string>
@@ -858,6 +871,7 @@
     <string name="title_account_delete">Usunąć to konto bezpowrotnie?</string>
     <string name="title_identity_delete">Usunąć tożsamość bezpowrotnie?</string>
     <string name="title_edit_html">Edytuj jako HTML</string>
+    <string name="title_import_file">Importuj plik</string>
     <string name="title_sign_key">Klucz podpisu: %1$s</string>
     <string name="title_last_connected">Ostatnio połączony: %1$s</string>
     <string name="title_backoff_until">Oczekiwanie po niepowodzeniu do: %1$s</string>
@@ -938,6 +952,7 @@
     <string name="title_search_folder">Szukaj folderu</string>
     <string name="title_apply_to_all">Zastosuj dla wszystkich</string>
     <string name="title_edit_account_name">Edytuj nazwę konta</string>
+    <string name="title_edit_account_color">Edytuj kolor konta</string>
     <string name="title_hide_folder">Ukryj folder</string>
     <string name="title_hide_seen_folder">Ukryj folder, jeśli wszystkie wiadomości zostały przeczytane</string>
     <string name="title_hide_seen_folder_hint">Tylko na liście folderów wyświetlanej na ekranie startowym</string>
@@ -1346,6 +1361,10 @@
     <string name="title_search_in">Szukaj w</string>
     <string name="title_search_sender">Szukaj nadawcy</string>
     <string name="title_search_delete">Usunąć zapisane wyszukiwanie?</string>
+    <string name="title_save_search">Zapisane wyszukiwanie</string>
+    <string name="title_save_search_name">Nazwa</string>
+    <string name="title_save_search_order">Kolejność</string>
+    <string name="title_save_search_color">Kolor</string>
     <string name="title_sort_on">Sortuj wg</string>
     <string name="title_sort_on_time">Czas</string>
     <string name="title_sort_on_unread">Nieprzeczytane</string>
@@ -1554,6 +1573,7 @@
     <string name="title_legend_embedded_image">Symbol zastępczy obrazu wstawionego</string>
     <string name="title_legend_tracking_pixel">Obrazek śledzący</string>
     <string name="title_legend_broken_image">Uszkodzony obraz</string>
+    <string name="title_legend_open_external">Otwórz poza aplikacją</string>
     <string name="title_legend_pick">Wybierz kontakt</string>
     <string name="title_legend_cc">Pokaż DW/UDW</string>
     <string name="title_legend_link">Wstaw link</string>
@@ -1637,6 +1657,7 @@
     <string name="title_yes">Tak</string>
     <string name="title_no">Nie</string>
     <string name="title_later">Później</string>
+    <string name="title_paste_plain">Wklej jako zwykły tekst</string>
     <string name="title_undo">Cofnij</string>
     <string name="title_redo">Ponów</string>
     <string name="title_insert_line">Wstaw linię</string>
@@ -1706,7 +1727,6 @@
     <string name="title_boundary_retry">Spróbuj ponownie</string>
     <string name="title_unexpected_error">Nieoczekiwany błąd</string>
     <string name="title_log">Log</string>
-    <string name="title_auto_scroll">Autoprzewijanie</string>
     <string name="title_log_clear">Wyczyść</string>
     <string name="title_rules_search_hint">Szukaj nazwy lub warunku</string>
     <string name="title_rules_export">Eksportuj reguły</string>
@@ -1739,6 +1759,7 @@
     <string name="title_widget_compose">Pokaż przycisk tworzenia nowej wiadomości</string>
     <string name="title_widget_background">Kolor tła</string>
     <string name="title_widget_day_night">Podążaj za ciemnym motywem systemowym</string>
+    <string name="title_compat_dark">Google usunęło tryb ciemny dla Androida przed wersją 10</string>
     <string name="title_accessibility_collapsed">Zwinięta</string>
     <string name="title_accessibility_expanded">Rozwinięta</string>
     <string name="title_accessibility_seen">Przeczytana</string>
@@ -1779,6 +1800,7 @@
     <string-array name="pollIntervalNames">
         <item>Zawsze</item>
         <item>Co 5 minut</item>
+        <item>Co 10 minut</item>
         <item>Co 15 minut</item>
         <item>Co 30 minut</item>
         <item>Co godzinę</item>
@@ -1822,6 +1844,7 @@
         <item>Idź do następnej wiadomości</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Drobna</item>
         <item>Bardzo mały</item>
         <item>Małe</item>
         <item>Średnie</item>
diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml
index e8d19fdc77..c814668816 100644
--- a/app/src/main/res/values-tr-rTR/strings.xml
+++ b/app/src/main/res/values-tr-rTR/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail gizlilik ve güvenlik odaklı açık kaynaklı bir e-posta uygulamasıdır. Bu nedenle, bazı özellikler alışkın olduğunuzdan farklı şekilde çalışabilir.</string>
     <string name="app_limitations">Örneğin, güvenli olmayan öğeleri kaldırmak ve okunabilirliği artırmak için mesajlar varsayılan olarak yeniden biçimlendirilir ve güvenlik için bağlantıların açılması onaylanmalıdır. İstenirse ikisi de devre dışı bırakılabilir.</string>
     <string name="app_unsupported">Bu cihazın Android sürümündeki hatalar çökmelere neden oluyor</string>
+    <string name="app_data_loss">Tüm veriler kaybolabilir</string>
     <string name="app_continue">Yine de devam et</string>
     <string name="app_exit">Çıkmak için tekrar \'Geri\'yi tıklayın</string>
     <string name="app_cake">Yeterli depolama alanı kalmadı</string>
@@ -144,6 +145,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_setup_quick_smtp">İleti göndermek için SMTP sunucusu</string>
     <string name="title_setup_quick_certificates">Sunucu sertifikaları</string>
     <string name="title_setup_wizard">Yardımcı</string>
+    <string name="title_setup_wizard_tutorials">Rehberler</string>
     <string name="title_setup_wizard_multiple">Kurulum sihirbazı, birden fazla hesabı ayarlamak için birden çok kez kullanılabilir</string>
     <string name="title_setup_wizard_new">Yeni bir e-posta adresi istiyorum</string>
     <string name="title_setup_manual">Elle kurulum ve hesap ayarları</string>
@@ -154,6 +156,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_setup_account_identity_hint">Hesap ayarlarında adı, rengi ve kaydırma eylemlerini yapılandırabilir ve kimlik ayarlarında bir imza yapılandırabilirsiniz</string>
     <string name="title_setup_accounts">Hesaplar</string>
     <string name="title_setup_identities">Kimlikler</string>
+    <string name="title_setup_google_sign_in">Google ile giriş yap</string>
     <string name="title_setup_other">Diğer sağlayıcı</string>
     <string name="title_setup_inbound">Yalnızca gelen e-posta (e-posta gönderilemez!)</string>
     <string name="title_setup_pop3">POP3 hesabı</string>
@@ -161,7 +164,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_setup_gmail_support">Google hesaplarını yetkilendirmek Android dijital uygulama imzasını kontrol ettiğinden, yalnızca Play Store ve GitHub sürümünde çalışır</string>
     <string name="title_setup_gmail_rationale">Lütfen bir hesap seçmek ve isminizi okumak için izin verin</string>
     <string name="title_setup_gmail_permissions">Google, tüm e-postalarınızı okumak, oluşturmak, göndermek ve kalıcı olarak silmek için izin isteyecektir. FairEmail, açık onayınız olmadan mesajlarınızı asla silmeyecektir.</string>
-    <string name="title_setup_gmail_drafts">Taslaklar klasörüne IMAP tarafından erişilemiyorsa, bu Gmail etiket ayarlarında düzeltilebilir</string>
+    <string name="title_setup_gmail_on_device">Neden bir cihaz hesabı seçmem gerekiyor?</string>
     <string name="title_setup_gmail_password">Cihazdaki bir hesap yerine şifreli bir hesabı yetkilendirmek istiyorum</string>
     <string name="title_setup_office_auth">\'AUTHENTICATE failed\' hatası, sistem yöneticinizin IMAP/SMTP protokollerini engellemesinden kaynaklanıyor olabilir</string>
     <string name="title_setup_oauth_rationale">%1$s hesabınıza erişim için yetkilendirin</string>
@@ -381,6 +384,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_timeout">Bağlantı zaman aşımı (saniye)</string>
     <string name="title_advanced_prefer_ip4">IPv6 yerine IPv4\'ü tercih edin</string>
     <string name="title_advanced_ssl_harden">SSL bağlantılarını sağlamlaştır</string>
+    <string name="title_advanced_ssl_harden_strict">TLS 1.3 gerektir</string>
     <string name="title_advanced_cert_strict">Katı sertifika kontrolü</string>
     <string name="title_advanced_manage_connectivity">Bağlanabilirliği yönet</string>
     <string name="title_advanced_caption_general">Genel</string>
@@ -397,7 +401,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_two_col">İki sütun kullan</string>
     <string name="title_advanced_min_screen_size">Ekranı bölmek için minimum ekran boyutu</string>
     <string name="title_advanced_close_pane">Bir konuşmayı kapatırken satırı veya sütunu daralt</string>
-    <string name="title_advanced_column_width">Mesaj sütunu genişliği: %1$s %%</string>
+    <string name="title_advanced_column_width">Mesaj sütun genişliği / satır yüksekliği: %1$s %%</string>
     <string name="title_advanced_nav_options">Gezinme menüsü seçeneklerini göster</string>
     <string name="title_advanced_nav_categories">Gezinme menüsünde hesap kategorilerini göster</string>
     <string name="title_advanced_nav_pin">Gezinme menüsünü sabitle</string>
@@ -472,6 +476,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_text_size">Metin boyutunu kullan</string>
     <string name="title_advanced_text_font">Yazı tiplerini kullan</string>
     <string name="title_advanced_text_align">Metin hizalamasını kullan</string>
+    <string name="title_advanced_text_titles">Göster {HTML titles}</string>
     <string name="title_advanced_text_separators">Ayırıcı çizgiler kullanın</string>
     <string name="title_advanced_collapse_quotes">Alıntılanan metni daralt</string>
     <string name="title_advanced_image_placeholders">Görüntü yer tutucularını göster</string>
@@ -482,6 +487,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_actionbar_color">Hesap rengini konuşma eylem çubuğu için arka plan rengi olarak kullan</string>
     <string name="title_advanced_category_header">Hesap kategorisine göre grupla</string>
     <string name="title_advanced_navbar_colorize">Android gezinme çubuğunu renklendirin</string>
+    <string name="title_advanced_list_count">Eylem çubuğunda mesaj veya sohbet sayısını göster</string>
     <string name="title_advanced_bundled_fonts">Birlikte verilen yazı tiplerini kullan</string>
     <string name="title_advanced_parse_classes">CSS\'i çözümle</string>
     <string name="title_advanced_authentication">Kimlik doğrulama uyarılarını göster</string>
@@ -490,6 +496,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_authentication_none">Kimlik doğrulama yok</string>
     <string name="title_advanced_authentication_some">Kısmi kimlik doğrulama</string>
     <string name="title_advanced_authentication_all">Tam kimlik doğrulama</string>
+    <string name="title_advanced_restore_on_launch">Başlangıçta uygulama durumunu geri yükle</string>
     <string name="title_advanced_sync_on_launch">Uygulama açıldığında eşitle</string>
     <string name="title_advanced_double_back">Çıkmak için geri tuşuna 2 defa basın</string>
     <string name="title_advanced_conversation_actions">Eylem öner (Android 10+)</string>
@@ -532,6 +539,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_notify_background">Bildirimleri sadece arka plandayken göster</string>
     <string name="title_advanced_notify_known">Sadece kişilerimden gelen bildirimleri göster</string>
     <string name="title_advanced_notify_suppress_in_call">Görüşme sırasında bildirimleri geciktir</string>
+    <string name="title_advanced_notify_suppress_in_car">Android Oto bağlıyken bildirimleri ertele</string>
     <string name="title_advanced_notify_summary">Sadece özet bildirimini göster</string>
     <string name="title_advanced_notify_preview">Bildirimlerde ileti önizlemesini göster</string>
     <string name="title_advanced_notify_preview_all">Tüm metni ön izle</string>
@@ -616,6 +624,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_class_min_difference">En düşük sınıflandırma farkı: %1$s %%</string>
     <string name="title_advanced_language">Dil</string>
     <string name="title_advanced_language_system">Sistem</string>
+    <string name="title_advanced_lt">Dil Aracı entegrasyonu</string>
     <string name="title_advanced_deepl">DeepL entegrasyonu</string>
     <string name="title_advanced_sdcard">SD kart kullanmak istiyorum</string>
     <string name="title_advanced_watchdog">Düzenli aralıklarla FairEmail hala etkin mi diye kontrol et</string>
@@ -629,6 +638,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_last_cleanup">Son temizleme: %1$s</string>
     <string name="title_advanced_app">Uygulama ayarları</string>
     <string name="title_advanced_more">Daha fazla seçenek</string>
+    <string name="title_advanced_main_log">Ana günlük kaydı</string>
     <string name="title_advanced_protocol">Protokol günlüğü</string>
     <string name="title_advanced_log_info">Hata ayıklama günlüğü</string>
     <string name="title_advanced_debug">Hata ayıklama</string>
@@ -656,7 +666,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_folder_nav_hint">Bu, her zaman bir mesaj listesinden ilgili hesabın klasör listesine dönecektir</string>
     <string name="title_advanced_suggest_names_hint">Devre dışı bırakılırsa, kişileri seçerken yalnızca e-posta adresleri kullanılacaktır</string>
     <string name="title_advanced_suggest_local_hint">Android tarafından sağlanan kişilere ek olarak. Kişi verileri yeni gönderilen veya alınan mesajlar için yalnızca etkin olduğunda saklanacaktır.</string>
-    <string name="title_advanced_auto_identity_hint">Bu, yeni mesajların ilk alıcısı için kullanılan son kimliği seçecektir</string>
+    <string name="title_advanced_auto_identity_hint">Bu, yeni mesajlar için bir alıcı seçerken kullanılan son kimliği seçecektir</string>
     <string name="title_advanced_send_reminders_hint">Mesaj metni veya konu boş olduğunda veya bir ek eksik olduğunda bir uyarı göster</string>
     <string name="title_advanced_reply_move_hint">E-posta sunucusu, iletileri gönderilen ileti klasörüne eklemeye devam edebilir</string>
     <string name="title_advanced_usenet_hint">Metin ve imza arasına \'-- \' ekle</string>
@@ -693,6 +703,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_inline_hint">Satıriçi resimler mesajın içine eklenen resimlerdir</string>
     <string name="compressed">%2$s\'den fazla dosya içeren veya %3$s\'den büyük dosyalar içeren sıkıştırılmış dosyaların (%1$s) içerikleri gösterilmeyecek</string>
     <string name="title_advanced_parse_classes_hint">Bu, mesajları daha doğru bir şekilde gösterecektir, ancak muhtemelen bir gecikme ile</string>
+    <string name="title_advanced_restore_on_launch_hint">%1$d dakika içinde başlatıcı simgesi aracılığıyla yeniden başlatıldığında son uygulama durumunu geri yükle</string>
     <string name="title_advanced_language_detection_hint">Dil algılama desteği, cihaz üreticisine bağlıdır</string>
     <string name="title_advanced_autoexpand_hint">Bir sohbette yalnızca bir ileti veya yalnızca bir okunmamış ileti olduğunda iletiyi otomatik olarak aç</string>
     <string name="title_advanced_expandall_hint">Düğmenin hangi mesaja uygulanacağı belirsiz olduğundan, birden fazla mesaj genişletildiğinde cevap düğmesi gösterilmeyecektir</string>
@@ -710,6 +721,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_safe_browsing_hint">Google sunucusu hangi adreslerin arandığını bilir</string>
     <string name="title_advanced_badge_hint">Yalnızca desteklenen launcherlar üzerinde kullanılabilir</string>
     <string name="title_advanced_notify_action_hint">En fazla üç eylem gösterilecek</string>
+    <string name="title_advanced_notify_car_hint">Bağlandı, bir şeyin yansıtıldığı anlamına gelir, navigasyon için bir harita gibi</string>
     <string name="title_advanced_notify_remove_hint">Kaydırıldığında ya da mesajlar okundu olarak işaretlendiğinde yeni mesaj bildirimleri her zaman kaldırılacaktır</string>
     <string name="title_advanced_notify_manage_hint">Kanal özelliklerini ayarlamak için kanal adına dokunun</string>
     <string name="title_advanced_notify_manage_default_hint">Varsayılan sesi ayarlamak için, vs</string>
@@ -744,7 +756,9 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_advanced_sender_regex">Gelen e-posta adreslerinin kullanıcı adı bölümünü eşleştirmek için düzenli ifade</string>
     <string name="title_identity_reply_to">Yanıtlama adresi</string>
     <string name="title_identity_internal">Dahili alan adları (virgülle ayrılmış)</string>
+    <string name="title_identity_unicode">Mesaj başlıklarında UTF-8\'e izin ver</string>
     <string name="title_identity_unicode_remark">Çoğu sunucu bunu desteklemiyor</string>
+    <string name="title_identity_octetmime">8BITMIME\'e izin ver</string>
     <string name="title_identity_max_size">Maksimum mesaj boyutu (MB)</string>
     <string name="title_identity_receipt">Varsayılan olarak iletildi/okundu bilgisi iste</string>
     <string name="title_identity_receipt_legacy">Eski alındı isteği başlıklarını kullan</string>
@@ -774,7 +788,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_custom">Özel</string>
     <string name="title_host">Sunucu adı</string>
     <string name="title_encryption">Şifreleme açık</string>
-    <string name="title_encryption_none">Şifreleme kapalı</string>
+    <string name="title_encryption_none">Yok (güvenliksiz)</string>
     <string name="title_allow_insecure">Güvensiz bağlantılara izin ver</string>
     <string name="title_insecure_remark">Güvensiz bağlantılara sadece güvenilen ağlarda izin verilmelidir ve halka açık ağlarda asla izin verilmemelidir</string>
     <string name="title_notify_remark">Bunu hesaba özel bildirimler için etkinleştirebilirsiniz</string>
@@ -834,6 +848,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_account_delete">Bu hesap kalıcı olarak silinsin mi?</string>
     <string name="title_identity_delete">Bu kimlik kalıcı olarak silinsin mi?</string>
     <string name="title_edit_html">HTML olarak düzenle</string>
+    <string name="title_import_file">Dosyayı İçe Aktar</string>
     <string name="title_sign_key">İmzalama anahtarı: %1$s</string>
     <string name="title_last_connected">Son bağlantı: %1$s</string>
     <string name="title_backoff_until">Hatadan sonra şu tarihe kadar bekleniyor: %1$s</string>
@@ -914,6 +929,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_search_folder">Klasörleri ara</string>
     <string name="title_apply_to_all">Tümüne uygula</string>
     <string name="title_edit_account_name">Hesap adını düzenle</string>
+    <string name="title_edit_account_color">Hesap rengini düzenle</string>
     <string name="title_hide_folder">Klasörü gizle</string>
     <string name="title_hide_seen_folder">Tüm mesajlar okunduysa klasörü gizle</string>
     <string name="title_hide_seen_folder_hint">Yalnızca başlangıç ​​ekranında gösterilen klasör listesinde</string>
@@ -1046,6 +1062,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_archive">Arşivle</string>
     <string name="title_reply">Yanıtla</string>
     <string name="title_reply_to_sender">Gönderene cevap ver</string>
+    <string name="title_reply_to_recipient">Alıcıya yanıt ver</string>
     <string name="title_reply_to_all">Tümünü yanıtla</string>
     <string name="title_reply_list">Listeyi yanıtla</string>
     <string name="title_reply_receipt">Okundu bilgisi gönder</string>
@@ -1320,6 +1337,10 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_search_in">İçinde ara</string>
     <string name="title_search_sender">Göndereni ara</string>
     <string name="title_search_delete">Kayıtlı arama silinsin mi?</string>
+    <string name="title_save_search">Kaydedilmiş arama</string>
+    <string name="title_save_search_name">Ad</string>
+    <string name="title_save_search_order">Sıralama</string>
+    <string name="title_save_search_color">Renk</string>
     <string name="title_sort_on">Sırala</string>
     <string name="title_sort_on_time">Zaman</string>
     <string name="title_sort_on_unread">Okunmadı</string>
@@ -1527,6 +1548,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_legend_embedded_image">İliştirilmiş resim vekili</string>
     <string name="title_legend_tracking_pixel">İzleme görseli</string>
     <string name="title_legend_broken_image">Bozuk görüntü</string>
+    <string name="title_legend_open_external">Uygulamanın dışında aç</string>
     <string name="title_legend_pick">Kişi seçip al</string>
     <string name="title_legend_cc">CC/BCC\'yi göster</string>
     <string name="title_legend_link">Bağlantı ekle</string>
@@ -1610,6 +1632,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_yes">Evet</string>
     <string name="title_no">Hayır</string>
     <string name="title_later">Daha sonra</string>
+    <string name="title_paste_plain">Düz metin olarak yapıştır</string>
     <string name="title_undo">Geri Al</string>
     <string name="title_redo">Yinele</string>
     <string name="title_insert_line">Satır ekle</string>
@@ -1680,7 +1703,6 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_boundary_retry">Tekrar deneyiniz</string>
     <string name="title_unexpected_error">Beklenmedik hata</string>
     <string name="title_log">Kayıt defteri</string>
-    <string name="title_auto_scroll">Otomatik kaydırma</string>
     <string name="title_log_clear">Temizle</string>
     <string name="title_rules_search_hint">Arama adı veya durumu</string>
     <string name="title_rules_export">Dışa aktarma kuralları</string>
@@ -1713,6 +1735,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string name="title_widget_compose">Yeni mesaj oluştur düğmesini göster</string>
     <string name="title_widget_background">Arka plan rengi</string>
     <string name="title_widget_day_night">Karanlık sistem temasına uyum sağla</string>
+    <string name="title_compat_dark">Google Android 10 öncesi sürümler için karanlık modu kaldırdı</string>
     <string name="title_accessibility_collapsed">Daraltılan</string>
     <string name="title_accessibility_expanded">Genişletilen</string>
     <string name="title_accessibility_seen">Okunan</string>
@@ -1751,6 +1774,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
     <string-array name="pollIntervalNames">
         <item>Her Zaman</item>
         <item>Her 5 dakikada</item>
+        <item>Her 10 dakikada</item>
         <item>Her 15 dakikada</item>
         <item>Her 30 dakikada</item>
         <item>Her Saat</item>
@@ -1794,6 +1818,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
         <item>Sonraki konuşmaya git</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Küçücük</item>
         <item>Çok küçük</item>
         <item>Küçük</item>
         <item>Orta</item>
diff --git a/app/src/main/res/values-tt-rRU/strings.xml b/app/src/main/res/values-tt-rRU/strings.xml
index b6ea68c0a4..66f122d871 100644
--- a/app/src/main/res/values-tt-rRU/strings.xml
+++ b/app/src/main/res/values-tt-rRU/strings.xml
@@ -58,6 +58,7 @@
     <string name="title_send">Җибәрү</string>
     <string name="title_send_encryption">Шифрлау</string>
     <string name="title_style_list">Исемлек</string>
+    <string name="title_save_search_color">Төс</string>
     <string name="title_language_all">Бөтенесе</string>
     <string name="title_rule_move">Күчермәләү</string>
     <string name="title_rule_folder">Папка</string>
diff --git a/app/src/main/res/values-uk-rUA/strings.xml b/app/src/main/res/values-uk-rUA/strings.xml
index c84c8aac01..246eb40237 100644
--- a/app/src/main/res/values-uk-rUA/strings.xml
+++ b/app/src/main/res/values-uk-rUA/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail - це додаток з відкритим вихідним кодом, орієнтований на конфіденційність та безпеку. Тому деякі функції можуть відрізнятися від того, що ви використовуєте.</string>
     <string name="app_limitations">Наприклад, щоб видалити небезпечні елементи та покращити читання, і для додавання підтвердження відкриття посилань з метою безпеки - повідомлення переформатуються за замовчуванням. За бажанням, ці дії можуть бути відключені.</string>
     <string name="app_unsupported">Помилка в версії Android для конкретного пристрою викликають аварійне завершення роботи</string>
+    <string name="app_data_loss">Всі дані можуть бути втрачені</string>
     <string name="app_continue">Все одно продовжити</string>
     <string name="app_exit">Натисніть \"Назад\" знову, щоб вийти</string>
     <string name="app_cake">Залишилося недостатньо вільного місця для зберігання</string>
@@ -162,6 +163,7 @@
     <string name="title_setup_quick_smtp">Сервер SMTP для надсилання повідомлень</string>
     <string name="title_setup_quick_certificates">Сертифікати сервера</string>
     <string name="title_setup_wizard">Майстер встановлення</string>
+    <string name="title_setup_wizard_tutorials">Навчальні матеріали</string>
     <string name="title_setup_wizard_multiple">Майстер можна використати кілька разів, щоб налаштувати кілька облікових записів</string>
     <string name="title_setup_wizard_new">Вкажіть нову електронну адресу</string>
     <string name="title_setup_manual">Налаштування вручну та параметри облікового запису</string>
@@ -172,13 +174,16 @@
     <string name="title_setup_account_identity_hint">Ви можете налаштувати ім\'я, колір і свайп дії в налаштуваннях облікового запису та налаштувати підпис в налаштуваннях ідентифікації</string>
     <string name="title_setup_accounts">Облікові записи</string>
     <string name="title_setup_identities">Особисті дані</string>
+    <string name="title_setup_google_sign_in">Увійти за допомогою Google</string>
     <string name="title_setup_other">Інші постачальники</string>
+    <string name="title_setup_inbound">Тільки вхідний лист (адреса електронної пошти не може бути надіслана!)</string>
     <string name="title_setup_pop3">Обліковий запис POP3</string>
     <string name="title_setup_oauth_permission">Постачальник електронної пошти схвалив OAuth тільки для версій з Play Store та GitHub</string>
     <string name="title_setup_gmail_support">Авторизація облікових записів Google працюватиме тільки в версії з Play Store та GitHub, тому що Android перевіряє підпис цифрового додатку</string>
     <string name="title_setup_gmail_rationale">Будь ласка, надайте дозвіл для вибору облікового запису та читання вашого імені</string>
     <string name="title_setup_gmail_permissions">Google буде запитувати про дозволи на читання, створення, надсилання і остаточне видаляння всієї Вашої електронної пошти. FairEmail ніколи не буде видаляти ваші повідомлення без вашої явної згоди.</string>
-    <string name="title_setup_gmail_drafts">Якщо тека чернеток недоступна для IMAP, то її можна виправити в налаштуваннях Gmail</string>
+    <string name="title_setup_gmail_on_device">Навіщо мені обрати обліковий запис на пристрої?</string>
+    <string name="title_setup_gmail_password">Я хочу авторизувати обліковий запис за допомогою пароля замість облікового запису на пристрої</string>
     <string name="title_setup_office_auth">Помилка \'Автентифікація не вдалася\' викликана помилкою IMAP/SMTP можливо вимкненою системним адміністратором</string>
     <string name="title_setup_oauth_rationale">Авторизувати доступ до вашого облікового запису %1$s</string>
     <string name="title_setup_oauth_update">Авторизувати наявний обліковий запис знову (інакше створіть новий обліковий запис)</string>
@@ -204,6 +209,8 @@
     <string name="title_setup_permissions">Надати дозволи</string>
     <string name="title_setup_permissions_remark">Доступ до контактної інформації (необов\'язково)</string>
     <string name="title_setup_permissions_explanation">Щоб переглянути контактні дані й запропонувати контакти</string>
+    <string name="title_setup_permissions_notify">Для показу нових сповіщень (необов\'язково)</string>
+    <string name="title_setup_permissions_notify_explanation">Потрібні дозволи для показу сповіщень для нових повідомлень в рядку стану</string>
     <string name="title_setup_permission_why">Які дозволи необхідні й чому?</string>
     <string name="title_setup_permission_import_contacts">Як можна імпортувати контакти?</string>
     <string name="title_setup_doze">Вимкнути оптимізацію використання батареї</string>
@@ -227,6 +234,7 @@
     <string name="title_setup_still">Все ще</string>
     <string name="title_setup_error">Помилка</string>
     <string name="title_setup_pop">Використовувати POP3 (не рекомендовано)</string>
+    <string name="title_setup_recent">Використовувати \"recent\" для декількох клієнтів електронної пошти</string>
     <string name="title_setup_configuring">Налаштування облікового запису &#8230;</string>
     <string name="title_setup_app_password">Можливо, Ви повинні використовувати пароль для додатку</string>
     <string name="title_setup_extra">Додатково</string>
@@ -394,6 +402,7 @@
     <string name="title_advanced_timeout">Час очікування зв\'язку (секунди)</string>
     <string name="title_advanced_prefer_ip4">Віддавати перевагу IPv4 над IPv6</string>
     <string name="title_advanced_ssl_harden">Посилене SSL з\'єднання</string>
+    <string name="title_advanced_ssl_harden_strict">Вимагати TLS 1.3</string>
     <string name="title_advanced_cert_strict">Сувора перевірка сертифікату</string>
     <string name="title_advanced_manage_connectivity">Керувати підключенням</string>
     <string name="title_advanced_caption_general">Загальні налаштування</string>
@@ -410,7 +419,6 @@
     <string name="title_advanced_two_col">Використовувати два стовпчики</string>
     <string name="title_advanced_min_screen_size">Мінімальний розмір екрану для його розділення</string>
     <string name="title_advanced_close_pane">Згорнути рядок або стовпець при закритті розмови</string>
-    <string name="title_advanced_column_width">Ширина стовпця повідомлення: %1$s %%</string>
     <string name="title_advanced_nav_options">Показати параметри меню навігації</string>
     <string name="title_advanced_nav_categories">Показувати категорії облікових записів у навігаційному меню</string>
     <string name="title_advanced_nav_pin">Прикріпити меню навігації</string>
@@ -476,6 +484,7 @@
     <string name="title_advanced_message_text_zoom2">Масштаб тексту за замовчуванням: %1$s %%</string>
     <string name="title_advanced_overview_mode">Автоматичне масштабування оригінальних повідомлень</string>
     <string name="title_advanced_override_width">Відключити фіксовані ширини в оригінальних повідомленнях</string>
+    <string name="title_advanced_hyphenation">Використовувати автоматичну дефісацію</string>
     <string name="title_advanced_contrast">Використовувати високо-контрастний текст для повідомленнь</string>
     <string name="title_advanced_monospaced">Використовувати моноширинний шрифт для тексту повідомлень за замовчуванням</string>
     <string name="title_advanced_monospaced_pre">Використовувати моноширинний шрифт для попередньо форматуванного тексту</string>
@@ -484,6 +493,7 @@
     <string name="title_advanced_text_size">Використовувати розмір тексту</string>
     <string name="title_advanced_text_font">Використовувати шрифти</string>
     <string name="title_advanced_text_align">Використовувати вирівнювання тексту</string>
+    <string name="title_advanced_text_titles">Показати {HTML titles}</string>
     <string name="title_advanced_text_separators">Використовувати розділюючі лінії</string>
     <string name="title_advanced_collapse_quotes">Згорнути цитований текст</string>
     <string name="title_advanced_image_placeholders">Показати заповнювачі для зображень</string>
@@ -494,6 +504,7 @@
     <string name="title_advanced_actionbar_color">Використовувати колір аккаунта як тло у панелі дій для розмови</string>
     <string name="title_advanced_category_header">Групувати за категорією облікового запису</string>
     <string name="title_advanced_navbar_colorize">Розфарбувати панель навігації Android</string>
+    <string name="title_advanced_list_count">Показати кількість повідомлень або розмов у верхній панелі дій</string>
     <string name="title_advanced_bundled_fonts">Використовувати вбудовані шрифти</string>
     <string name="title_advanced_parse_classes">Аналіз таблиці стилів</string>
     <string name="title_advanced_authentication">Показати попередження про авторизацію</string>
@@ -543,6 +554,8 @@
     <string name="title_advanced_unseen_ignored">Дозволити так щоб кількість нових повідомлень співпадала з кількістю сповіщень</string>
     <string name="title_advanced_notify_background">Показувати сповіщення, лише у фоновому режимі</string>
     <string name="title_advanced_notify_known">Показувати сповіщення лише для контактів</string>
+    <string name="title_advanced_notify_suppress_in_call">Затримка сповіщень під час дзвінка</string>
+    <string name="title_advanced_notify_suppress_in_car">Затримка сповіщень при підключенні Android Авто</string>
     <string name="title_advanced_notify_summary">Показати сповіщення лише про підсумок</string>
     <string name="title_advanced_notify_preview">Показувати попередній перегляд повідомлення у сповіщеннях</string>
     <string name="title_advanced_notify_preview_all">Попередній перегляд всього тексту</string>
@@ -627,6 +640,7 @@
     <string name="title_advanced_class_min_difference">Мінімальна різниця у класі: %1$s %%</string>
     <string name="title_advanced_language">Мова</string>
     <string name="title_advanced_language_system">Системи</string>
+    <string name="title_advanced_lt">Інтеграція з LanguageTool</string>
     <string name="title_advanced_deepl">Інтеграція з DeepL</string>
     <string name="title_advanced_sdcard">Я хочу використовувати SD-карту</string>
     <string name="title_advanced_watchdog">Періодично перевіряти, чи ще активнний додатк FairEmail</string>
@@ -639,6 +653,7 @@
     <string name="title_advanced_cleanup">Очищення</string>
     <string name="title_advanced_app">Налаштування додатка</string>
     <string name="title_advanced_more">Інші параметри</string>
+    <string name="title_advanced_main_log">Основне журналювання</string>
     <string name="title_advanced_protocol">Журналювання протоколів</string>
     <string name="title_advanced_log_info">Журнал налагодження</string>
     <string name="title_advanced_debug">Режим зневадження</string>
@@ -666,7 +681,6 @@
     <string name="title_advanced_folder_nav_hint">Це завжди буде повертати до переліку тек що пов\'язані до облікового запису зі списку повідомлень</string>
     <string name="title_advanced_suggest_names_hint">Якщо вимкнено, використовуватимуться лише адреси електронної пошти при виборі контактів</string>
     <string name="title_advanced_suggest_local_hint">На додаток до контактів, що надаються Android. Будуть зберігатися дані про контакт для щойно надісланих або отриманих повідомлень лише тоді, коли увімкнено.</string>
-    <string name="title_advanced_auto_identity_hint">Це може обрати останню ідентифікацію, яка використовувалася для першого одержувача нового повідомлення</string>
     <string name="title_advanced_send_reminders_hint">Показувати попередження, коли відсутній текст повідомлення або тема пуста або якщо вкладення може бути відсутнє</string>
     <string name="title_advanced_reply_move_hint">Сервер електронної пошти може все ще додати повідомлення до теки надісланих повідомлень</string>
     <string name="title_advanced_usenet_hint">Вставити \'-- \' між текстом і підписом</string>
@@ -716,9 +730,11 @@
     <string name="title_advanced_display_hidden_hint">Це може призвести до дивного вигляду та подвійних текстів</string>
     <string name="title_advanced_display_pin_hint">PIN-код має пріоритет над біометричною аутентифікацією</string>
     <string name="title_advanced_display_autolock_nav_hint">Затримка до виконання на %1$d секунд</string>
+    <string name="title_advanced_user_agent_hint">Деякі сервери не приймають рядок user agent</string>
     <string name="title_advanced_safe_browsing_hint">Сервер Google знає, на які адреси звертаються</string>
     <string name="title_advanced_badge_hint">Доступно лише для підтримуваних лаунчерів</string>
     <string name="title_advanced_notify_action_hint">Не більше трьох дій буде показано</string>
+    <string name="title_advanced_notify_car_hint">Під’єднано означає, що відбувається проєктування, наприклад карта для навігації</string>
     <string name="title_advanced_notify_remove_hint">Нові сповіщення про повідомлення завжди будуть вилучатися при гортанні та при відмічанні повідомлення прочитаним</string>
     <string name="title_advanced_notify_manage_hint">Натисніть на назву каналу, щоб встановити властивості каналу</string>
     <string name="title_advanced_notify_manage_default_hint">Щоб встановити звук за замовчуванням</string>
@@ -753,7 +769,9 @@
     <string name="title_advanced_sender_regex">Регулярний вираз, що застосовується до імені користувача з вхідних адрес електронної пошти</string>
     <string name="title_identity_reply_to">Відповісти на адресу</string>
     <string name="title_identity_internal">Внутрішні доменні імена (розділені комами)</string>
+    <string name="title_identity_unicode">Дозволити UTF-8 у заголовках повідомлень</string>
     <string name="title_identity_unicode_remark">Більшість серверів не підтримують це</string>
+    <string name="title_identity_octetmime">Дозволити 8BITMIME</string>
     <string name="title_identity_max_size">Максимальний розмір повідомлення (МБ)</string>
     <string name="title_identity_receipt">Запитати про доставку/прочитання повідомлення за замовчуванням</string>
     <string name="title_identity_receipt_legacy">Використовувати сумісний заголовок для запиту про отримання</string>
@@ -783,7 +801,7 @@
     <string name="title_custom">Користувача</string>
     <string name="title_host">Ім\'я хосту</string>
     <string name="title_encryption">Шифрування</string>
-    <string name="title_encryption_none">Жодного</string>
+    <string name="title_encryption_none">Немає (незахищено)</string>
     <string name="title_allow_insecure">Дозволити незахищене з’єднання</string>
     <string name="title_insecure_remark">Небезпечні підключення повинні бути дозволені тільки в надійних мережах і ніколи в мережах спільного користування</string>
     <string name="title_notify_remark">Ви можете ввімкнути цю функцію для сповіщень в певному обліковому записі</string>
@@ -843,6 +861,7 @@
     <string name="title_account_delete">Видалити цей обліковий запис безповоротно?</string>
     <string name="title_identity_delete">Видалити ці особисті дані безповоротно?</string>
     <string name="title_edit_html">Редагувати як HTML</string>
+    <string name="title_import_file">Імпорт файлу</string>
     <string name="title_sign_key">Ключ підпису: %1$s</string>
     <string name="title_last_connected">Останнє підключення: %1$s</string>
     <string name="title_backoff_until">Очікування після збою до: %1$s</string>
@@ -924,6 +943,7 @@
     <string name="title_search_folder">Знайти теку</string>
     <string name="title_apply_to_all">Застосувати до всіх</string>
     <string name="title_edit_account_name">Редагувати ім\'я облікового запису</string>
+    <string name="title_edit_account_color">Змінити колір облікового запису</string>
     <string name="title_hide_folder">Сховати теку</string>
     <string name="title_hide_seen_folder">Приховати теку, якщо всі повідомлення прочитані</string>
     <string name="title_hide_seen_folder_hint">Показуватися тільки в списку тек при стартовому екрані</string>
@@ -1057,6 +1077,7 @@
     <string name="title_archive">Архівувати</string>
     <string name="title_reply">Відповісти</string>
     <string name="title_reply_to_sender">Відповісти відправнику</string>
+    <string name="title_reply_to_recipient">Відповідь одержувачу</string>
     <string name="title_reply_to_all">Відповісти всім</string>
     <string name="title_reply_list">Відповісти до списку</string>
     <string name="title_reply_receipt">Надіслати повідомлення про перегляд</string>
@@ -1267,6 +1288,7 @@
     <string name="title_alternative_html">Показувати HTML</string>
     <string name="title_no_openpgp">OpenKeychain не знайдено</string>
     <string name="title_user_interaction">Передача в OpenKeychain</string>
+    <string name="title_padlock">Використовувати padlock для розшифровки повідомлення</string>
     <string name="title_signed_data">Перевірте підпис, щоб показати текст повідомлення</string>
     <string name="title_not_encrypted">Повідомлення не підписано або не зашифровано</string>
     <string name="title_no_sign_key">Не вибрано жодного ключа для підпису</string>
@@ -1330,6 +1352,10 @@
     <string name="title_search_in">Пошук у</string>
     <string name="title_search_sender">Пошук відправника</string>
     <string name="title_search_delete">Видалити збережений пошук?</string>
+    <string name="title_save_search">Збережений пошуковий запит</string>
+    <string name="title_save_search_name">Ім\'я</string>
+    <string name="title_save_search_order">Порядок</string>
+    <string name="title_save_search_color">Колір</string>
     <string name="title_sort_on">Сортувати за</string>
     <string name="title_sort_on_time">Часом</string>
     <string name="title_sort_on_unread">Непрочитані</string>
@@ -1537,6 +1563,7 @@
     <string name="title_legend_embedded_image">Вбудований заповнювач зображень</string>
     <string name="title_legend_tracking_pixel">Зображення для відстеження</string>
     <string name="title_legend_broken_image">Пошкоджене зображення</string>
+    <string name="title_legend_open_external">Відкрити за межами програми</string>
     <string name="title_legend_pick">Вибрати контакт</string>
     <string name="title_legend_cc">Показати CC/BCC</string>
     <string name="title_legend_link">Вставити посилання</string>
@@ -1620,6 +1647,7 @@
     <string name="title_yes">Так</string>
     <string name="title_no">Ні</string>
     <string name="title_later">Пізніше</string>
+    <string name="title_paste_plain">Вставити як простий текст</string>
     <string name="title_undo">Скасувати</string>
     <string name="title_redo">Повторити</string>
     <string name="title_insert_line">Вставити текст</string>
@@ -1690,7 +1718,6 @@
     <string name="title_boundary_retry">Спробуйте знову</string>
     <string name="title_unexpected_error">Непередбачувана помилка</string>
     <string name="title_log">Журнал подій</string>
-    <string name="title_auto_scroll">Автоматичне прокручування</string>
     <string name="title_log_clear">Очистити</string>
     <string name="title_rules_search_hint">Пошук імені або стану</string>
     <string name="title_rules_export">Експорт правил</string>
@@ -1723,6 +1750,7 @@
     <string name="title_widget_compose">Показати кнопку створення нового повідомлення</string>
     <string name="title_widget_background">Колір тла</string>
     <string name="title_widget_day_night">Використовувати системну темну тему</string>
+    <string name="title_compat_dark">Google прибирав темний режим для версій Android до 10</string>
     <string name="title_accessibility_collapsed">Згорнуто</string>
     <string name="title_accessibility_expanded">Розгорнуто</string>
     <string name="title_accessibility_seen">Прочитано</string>
@@ -1763,6 +1791,7 @@
     <string-array name="pollIntervalNames">
         <item>Завжди</item>
         <item>Кожні 5 хвилин</item>
+        <item>Кожні 10 хвилин</item>
         <item>Кожні 15 хвилин</item>
         <item>Кожні 30 хвилин</item>
         <item>Кожну годину</item>
@@ -1806,6 +1835,7 @@
         <item>Перейти до наступної розмови</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Дрібний</item>
         <item>Дуже маленький</item>
         <item>Малий</item>
         <item>Середній</item>
diff --git a/app/src/main/res/values-vi-rVN/strings.xml b/app/src/main/res/values-vi-rVN/strings.xml
index 6742fb4288..b849e6021c 100644
--- a/app/src/main/res/values-vi-rVN/strings.xml
+++ b/app/src/main/res/values-vi-rVN/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail là một ứng dụng email mã nguồn mở tập trung vào sự riêng tư và bảo mật. Vì lý do này một số tính năng có thể hoạt động khác với những gì bạn quen.</string>
     <string name="app_limitations">Ví dụ, các thư được định dạng lại theo mặc định để xoá các yếu tố không an toàn và để dễ đọc hơn, và việc mở các liên kết cần được xác nhận để cho an toàn. Cả hai có thể được tắt nếu muốn.</string>
     <string name="app_unsupported">Lỗi ở phiên bản Android của thiết bị cụ thể này gây ra dừng đột ngột</string>
+    <string name="app_data_loss">Tất cả dữ liệu có thể bị mất</string>
     <string name="app_continue">Vẫn tiếp tục</string>
     <string name="app_exit">\'Quay lại\' lần nữa để thoát</string>
     <string name="app_cake">Không đủ không gian bộ nhớ còn lại</string>
@@ -72,6 +73,9 @@
         Chặn tên miền người gửi có sử dụng quy tắc lọc, đó là tính năng pro.
     </string>
     <string name="title_blocked_senders">Người gửi bị chặn</string>
+    <plurals name="title_ask_block_sender">
+        <item quantity="other">Chặn người gửi của %1$s thư?</item>
+    </plurals>
     <string name="title_junk_filter">Dùng bộ lọc thư rác cục bộ</string>
     <string name="title_junk_filter_hint">Cái này có thể tăng sử dụng pin và đánh dấu thư là thư rác một cách không chính xác</string>
     <string name="title_junk_blocklist">Sử dụng các danh sách chặn thư rác</string>
@@ -125,11 +129,13 @@
     <string name="title_setup_analytics">FairEmail không hiển thị quảng cáo và không theo dõi hay phân tích hành vi của bạn. Bugsnag được sử dụng để báo cáo lỗi và được tắt theo mặc định.</string>
     <string name="title_setup_quick_accounts">Thêm hoặc đổi tài khoản</string>
     <string name="title_setup_quick_support">Một số nhà cung cấp làm cho việc thêm tài khoản khó khăn. Xin đừng đổ lỗi cho FairEmail vì việc này, mà hãy hỏi xin được hỗ trợ.</string>
+    <string name="title_setup_quick_hint">Địa chỉ email đã nhập được dùng để truy vấn máy chủ email và autoconfig.thunderbird.net để biết thông tin thiết lập</string>
     <string name="title_setup_quick_patience">Vui lòng kiên nhẫn &#8230;</string>
     <string name="title_setup_quick_imap">Máy chủ IMAP để nhận thư</string>
     <string name="title_setup_quick_smtp">Máy chủ SMTP để gửi thư</string>
     <string name="title_setup_quick_certificates">Chứng chỉ máy chủ</string>
     <string name="title_setup_wizard">Trình hướng dẫn</string>
+    <string name="title_setup_wizard_tutorials">Hướng dẫn</string>
     <string name="title_setup_wizard_multiple">Trình hướng dẫn có thể được sử dụng nhiều lần để thiết lập nhiều tài khoản</string>
     <string name="title_setup_wizard_new">Tôi cần một địa chỉ email mới</string>
     <string name="title_setup_manual">Thiết lập thủ công và các tùy chọn tài khoản</string>
@@ -140,13 +146,16 @@
     <string name="title_setup_account_identity_hint">Bạn có thể thiết lập tên, màu sắc và các tuỳ chọn vuốt trong cài đặt tài khoản, và thiết lập một chữ ký trong cài đặt danh tính</string>
     <string name="title_setup_accounts">Tài khoản</string>
     <string name="title_setup_identities">Danh tính</string>
+    <string name="title_setup_google_sign_in">Đăng nhập bằng Google</string>
     <string name="title_setup_other">Nhà cung cấp khác</string>
+    <string name="title_setup_inbound">Chỉ email đến (không thể gửi email!)</string>
     <string name="title_setup_pop3">Tài khoản POP3</string>
     <string name="title_setup_oauth_permission">Nhà cung cấp email đã chấp thuận OAuth chỉ với phiên bản trên CH Play và GitHub</string>
     <string name="title_setup_gmail_support">Việc uỷ quyền các tài khoản Gmail sẽ chỉ được trong phiên bản trên CH Play và GitHub vì Android kiểm tra chữ ký ứng dụng</string>
     <string name="title_setup_gmail_rationale">Hãy cấp quyền để chọn một tài khoản và đọc tên của bạn</string>
     <string name="title_setup_gmail_permissions">Google sẽ hỏi xin quyền đọc, soạn thư, gửi và vĩnh viễn xoá tất cả email của bạn. FairEmail sẽ không bao giờ xoá các thư của bạn mà không có sự đồng ý cụ thể của bạn.</string>
-    <string name="title_setup_gmail_drafts">Nếu thư mục nháp không truy cập được bởi IMAP, điều này có thể được sửa ở cài đặt nhãn Gmail</string>
+    <string name="title_setup_gmail_on_device">Tại sao tôi lại cần chọn tài khoản trên thiết bị?</string>
+    <string name="title_setup_gmail_password">Tôi muốn uỷ quyền một tài khoản bằng mật khẩu thay vì tài khoản trên thiết bị</string>
     <string name="title_setup_office_auth">Lỗi \'XÁC THỰC thất bại\' có thể gây ra bởi IMAP/SMTP bị vô hiệu hoá bởi quản trị viên hệ thống</string>
     <string name="title_setup_oauth_rationale">Cấp quyền truy cập vào tài khoản %1$s của bạn</string>
     <string name="title_setup_oauth_update">Uỷ quyền lại tài khoản sẵn có (nếu không thì tạo tài khoản mới)</string>
@@ -172,6 +181,8 @@
     <string name="title_setup_permissions">Cấp quyền</string>
     <string name="title_setup_permissions_remark">Để truy cập thông tin liên hệ (không bắt buộc)</string>
     <string name="title_setup_permissions_explanation">Quyền danh bạ được yêu cầu để tra cứu thông tin liên hệ và để đề xuất các liên hệ</string>
+    <string name="title_setup_permissions_notify">Để hiện thông báo thư mới (không bắt buộc)</string>
+    <string name="title_setup_permissions_notify_explanation">Quyền thông báo là cần thiết để hiện thông báo thư mới trên thanh trạng thái</string>
     <string name="title_setup_permission_why">Những quyền nào là cần thiết và tại sao?</string>
     <string name="title_setup_permission_import_contacts">Tôi có thể nhập các liên hệ như thế nào?</string>
     <string name="title_setup_doze">Tắt tối ưu hoá pin</string>
@@ -195,6 +206,7 @@
     <string name="title_setup_still">Vẫn cần làm</string>
     <string name="title_setup_error">Lỗi</string>
     <string name="title_setup_pop">Sử dụng POP3 (không khuyến cáo)</string>
+    <string name="title_setup_recent">Sử dụng \'recent\' cho nhiều ứng dụng email</string>
     <string name="title_setup_configuring">Đang thiết lập tài khoản &#8230;</string>
     <string name="title_setup_app_password">Bạn có thể cần phải sử dụng mật khẩu ứng dụng</string>
     <string name="title_setup_extra">Thêm</string>
@@ -362,6 +374,7 @@
     <string name="title_advanced_timeout">Thời gian chờ kết nối (giây)</string>
     <string name="title_advanced_prefer_ip4">Ưu tiên IPv4 hơn IPv6</string>
     <string name="title_advanced_ssl_harden">Tăng bảo mật cho các kết nối SSL</string>
+    <string name="title_advanced_ssl_harden_strict">Yêu cầu TLS 1.3</string>
     <string name="title_advanced_cert_strict">Kiểm tra chứng chỉ nghiêm ngặt</string>
     <string name="title_advanced_manage_connectivity">Quản lý sự kết nối</string>
     <string name="title_advanced_caption_general">Cài đặt chung</string>
@@ -378,7 +391,7 @@
     <string name="title_advanced_two_col">Sử dụng hai cột</string>
     <string name="title_advanced_min_screen_size">Kích cỡ màn hình tối thiểu để chia tách màn hình</string>
     <string name="title_advanced_close_pane">Thu gọn hàng hoặc cột khi đóng cuộc hội thoại</string>
-    <string name="title_advanced_column_width">Độ rộng cột thư: %1$s %%</string>
+    <string name="title_advanced_column_width">Độ rộng cột / độ cao hàng thư: %1$s %%</string>
     <string name="title_advanced_nav_options">Hiện các tùy chọn menu điều hướng</string>
     <string name="title_advanced_nav_categories">Hiện thể loại tài khoản trong menu điều hướng</string>
     <string name="title_advanced_nav_pin">Ghim menu điều hướng</string>
@@ -444,6 +457,7 @@
     <string name="title_advanced_message_text_zoom2">Độ phóng văn bản thư mặc định: %1$s %%</string>
     <string name="title_advanced_overview_mode">Phóng thư gốc để vừa với màn hình</string>
     <string name="title_advanced_override_width">Tắt độ rộng cố định trong thư gốc</string>
+    <string name="title_advanced_hyphenation">Sử dụng gạch ngang tự động</string>
     <string name="title_advanced_contrast">Sử dụng độ tương phản cao cho văn bản thư</string>
     <string name="title_advanced_monospaced">Sử dụng phông chữ đơn cách cho văn bản thư theo mặc định</string>
     <string name="title_advanced_monospaced_pre">Sử dụng phông chữ đơn cách cho văn bản đã định dạng trước</string>
@@ -452,6 +466,7 @@
     <string name="title_advanced_text_size">Sử dụng kích cỡ văn bản</string>
     <string name="title_advanced_text_font">Sử dụng phông chữ</string>
     <string name="title_advanced_text_align">Sử dụng căn chỉnh văn bản</string>
+    <string name="title_advanced_text_titles">Hiện {tiêu đề HTML}</string>
     <string name="title_advanced_text_separators">Sử dụng đường thẳng chia tách</string>
     <string name="title_advanced_collapse_quotes">Thu gọn văn bản được trích dẫn</string>
     <string name="title_advanced_image_placeholders">Hiện các chỗ giữ chỗ hình ảnh</string>
@@ -462,6 +477,7 @@
     <string name="title_advanced_actionbar_color">Sử dụng màu tài khoản làm màu nền cho thanh hành động trong cuộc hội thoại</string>
     <string name="title_advanced_category_header">Nhóm theo thể loại tài khoản</string>
     <string name="title_advanced_navbar_colorize">Tô màu thanh điều hướng Android</string>
+    <string name="title_advanced_list_count">Hiện số thư hoặc cuộc hội thoại trong thanh hành động trên cùng</string>
     <string name="title_advanced_bundled_fonts">Sử dụng phông chữ tích hợp</string>
     <string name="title_advanced_parse_classes">Xử lý các trang phong cách</string>
     <string name="title_advanced_authentication">Hiện cảnh báo xác thực</string>
@@ -470,6 +486,7 @@
     <string name="title_advanced_authentication_none">Không có xác thực</string>
     <string name="title_advanced_authentication_some">Xác thực một phần</string>
     <string name="title_advanced_authentication_all">Xác thực hoàn thiện</string>
+    <string name="title_advanced_restore_on_launch">Khôi phục trạng thái ứng dụng khi khởi động</string>
     <string name="title_advanced_sync_on_launch">Đồng bộ hóa khi mở</string>
     <string name="title_advanced_double_back">\'Quay lại\' hai lần để thoát</string>
     <string name="title_advanced_conversation_actions">Đề xuất các hành động (Android 10+)</string>
@@ -511,6 +528,8 @@
     <string name="title_advanced_unseen_ignored">Để cho số thư mới khớp với số thông báo</string>
     <string name="title_advanced_notify_background">Hiển thị thông báo chỉ khi ở trong nền</string>
     <string name="title_advanced_notify_known">Chỉ hiện thông báo cho các liên hệ</string>
+    <string name="title_advanced_notify_suppress_in_call">Trì hoãn thông báo khi trong cuộc gọi</string>
+    <string name="title_advanced_notify_suppress_in_car">Trì hoãn thông báo khi kết nối Android Auto</string>
     <string name="title_advanced_notify_summary">Chỉ hiển thị thông báo tóm tắt</string>
     <string name="title_advanced_notify_preview">Hiển thị xem trước thư trong thông báo</string>
     <string name="title_advanced_notify_preview_all">Xem trước tất cả văn bản</string>
@@ -595,6 +614,7 @@
     <string name="title_advanced_class_min_difference">Sự khác biệt tối thiểu của class: %1$s %%</string>
     <string name="title_advanced_language">Ngôn ngữ</string>
     <string name="title_advanced_language_system">Hệ thống</string>
+    <string name="title_advanced_lt">Tích hợp LanguageTool</string>
     <string name="title_advanced_deepl">Tích hợp DeepL</string>
     <string name="title_advanced_sdcard">Tôi muốn sử dụng thẻ SD</string>
     <string name="title_advanced_watchdog">Kiểm tra định kỳ xem FairEmail vẫn hoạt động hay không</string>
@@ -607,6 +627,7 @@
     <string name="title_advanced_cleanup">Dọn dẹp</string>
     <string name="title_advanced_app">Cài đặt ứng dụng</string>
     <string name="title_advanced_more">Thêm tuỳ chọn</string>
+    <string name="title_advanced_main_log">Ghi nhật ký chính</string>
     <string name="title_advanced_protocol">Ghi nhật ký giao thức</string>
     <string name="title_advanced_log_info">Nhật ký gỡ lỗi</string>
     <string name="title_advanced_debug">Chế độ gỡ lỗi</string>
@@ -634,7 +655,7 @@
     <string name="title_advanced_folder_nav_hint">Việc này sẽ quay về danh sách thư mục của tài khoản có liên quan từ danh sách thư</string>
     <string name="title_advanced_suggest_names_hint">Nếu bị tắt, chỉ có các địa chỉ email sẽ được sử dụng khi chọn các liên hệ</string>
     <string name="title_advanced_suggest_local_hint">Bên cạnh các liên hệ được Android cung cấp. Dữ liệu liên hệ sẽ được lưu trữ cho các thư mới được gửi hoặc nhận chỉ khi được bật.</string>
-    <string name="title_advanced_auto_identity_hint">Việc này sẽ chọn danh tính sử dụng lần cuối cho người nhận thư đầu tiên</string>
+    <string name="title_advanced_auto_identity_hint">Việc này sẽ chọn danh tính sử dụng lần cuối khi chọn người nhận thư mới</string>
     <string name="title_advanced_send_reminders_hint">Hiện một lời cảnh báo khi văn bản thư hoặc chủ đề trống hoặc khi một tệp đính kèm có thể đang thiếu</string>
     <string name="title_advanced_reply_move_hint">Máy chủ email vẫn có thể thêm thư vào thư mục thư đã gửi</string>
     <string name="title_advanced_usenet_hint">Chèn \'-- \' giữa văn bản và chữ ký</string>
@@ -644,6 +665,7 @@
     <string name="title_advanced_rlah_hint">Giả sử là không chuyển vùng trong EU (Liên minh châu Âu)</string>
     <string name="title_advanced_usage_hint">Cái này sẽ làm tăng sử dụng pin, dữ liệu và không gian bộ nhớ</string>
     <string name="title_advanced_plain_hint">Việc bật cái này sẽ giới hạn sử dụng dữ liệu, nhưng thư sẽ được hiện mà không được tạo kiểu</string>
+    <string name="title_advanced_tcp_keep_alive_hint">Việc bật cái này có thể gây ra vấn đề kết nối ở một số thiết bị và gây hao pin nhiều hơn</string>
     <string name="title_advanced_validate_hint">Cái này có thể dẫn đến không đồng bộ hoá thư, ví dụ khi sử dụng VPN, nhưng cũng trong các trường hợp khác</string>
     <string name="title_advanced_timeout_hint">Thời gian chờ đọc/ghi sẽ được đặt thành gấp đôi thời gian chờ kết nối. Các giá trị cao hơn sẽ dẫn đến hao pin nhiều hơn.</string>
     <string name="title_advanced_cert_strict_hint">Việc tắt tuỳ chọn này sẽ nới lỏng việc kiểm tra chứng chỉ máy chủ</string>
@@ -670,6 +692,7 @@
     <string name="title_advanced_inline_hint">Hình ảnh tích hợp là hình ảnh được bao gồm trong thư</string>
     <string name="compressed">Nội dung các tệp đã nén (%1$s) có nhiều hơn %2$s tệp hoặc có tệp lớn hơn %3$s sẽ không được hiện</string>
     <string name="title_advanced_parse_classes_hint">Cái này sẽ hiển thị thư chính xác hơn, nhưng có thể có độ trễ</string>
+    <string name="title_advanced_restore_on_launch_hint">Khôi phục trạng thái ứng dụng khi khởi động lại bằng biểu tượng trên launcher trong vòng %1$d phút</string>
     <string name="title_advanced_language_detection_hint">Việc hỗ trợ dò tìm ngôn ngữ phụ thuộc vào nhà sản xuất thiết bị</string>
     <string name="title_advanced_autoexpand_hint">Tự động mở thư khi chỉ cỏ một thư hoặc một thư chưa đọc trong một cuộc hội thoại</string>
     <string name="title_advanced_expandall_hint">Nút trả lời sẽ không được hiện khi nhiều thư được mở rộng vì không rõ là nút đó áp dụng cho thư nào</string>
@@ -683,9 +706,11 @@
     <string name="title_advanced_display_hidden_hint">Cái này có thể dẫn đến văn bản trông kỳ quặc và văn bản đôi</string>
     <string name="title_advanced_display_pin_hint">Mã PIN được ưu tiên trước xác thực sinh trắc học</string>
     <string name="title_advanced_display_autolock_nav_hint">Sẽ có thời gian cuối là %1$d giây</string>
+    <string name="title_advanced_user_agent_hint">Một số máy chủ không chấp nhận chuỗi người dùng chung chung</string>
     <string name="title_advanced_safe_browsing_hint">Máy chủ Google biết các địa chỉ nào đang được tra cứu</string>
     <string name="title_advanced_badge_hint">Chỉ có trên các launcher được hỗ trợ</string>
     <string name="title_advanced_notify_action_hint">Nhiều nhất ba hành động sẽ được hiện</string>
+    <string name="title_advanced_notify_car_hint">Kết nối nghĩa là có gì đó đang được chiếu như là bản đồ</string>
     <string name="title_advanced_notify_remove_hint">Các thông báo thư mới sẽ luôn được xoá khi được vuốt đi và khi đánh dấu thư là đã đọc</string>
     <string name="title_advanced_notify_manage_hint">Nhấn vào tên kênh để đặt thuộc tính kênh</string>
     <string name="title_advanced_notify_manage_default_hint">Để đặt âm thanh mặc định, v.v.</string>
@@ -720,7 +745,9 @@
     <string name="title_advanced_sender_regex">Sử dụng biểu thức tìm kiếm để khớp với tên người dùng của các địa chỉ email sắp đến</string>
     <string name="title_identity_reply_to">Trả lời đến địa chỉ</string>
     <string name="title_identity_internal">Tên miền nội bộ (được ngăn cách bởi dấu phẩy)</string>
+    <string name="title_identity_unicode">Cho phép UTF-8 trong tiêu đề thư</string>
     <string name="title_identity_unicode_remark">Đa số các máy chủ không hỗ trợ điều này</string>
+    <string name="title_identity_octetmime">Cho phép 8BITMIME</string>
     <string name="title_identity_max_size">Kích cỡ thư lớn nhất (MB)</string>
     <string name="title_identity_receipt">Yêu cầu xác nhận đã gửi/đã đọc theo mặc định</string>
     <string name="title_identity_receipt_legacy">Sử dụng tiêu đề yêu cầu xác nhận cũ</string>
@@ -750,9 +777,10 @@
     <string name="title_custom">Tuỳ chỉnh</string>
     <string name="title_host">Tên máy chủ</string>
     <string name="title_encryption">Mã hóa</string>
-    <string name="title_encryption_none">Không có</string>
+    <string name="title_encryption_none">Không có (không bảo mật)</string>
     <string name="title_allow_insecure">Cho phép các kết nối không bảo mật</string>
     <string name="title_insecure_remark">Các kết nối không bảo mật chỉ nên được cho phép ở các mạng được tin cậy và không bao giờ ở các mạng công cộng</string>
+    <string name="title_notify_remark">Bạn có thể bật cái này cho thông báo của từng tài khoản</string>
     <string name="title_port">Số cổng</string>
     <string name="title_user">Tên người dùng</string>
     <string name="title_password">Mật khẩu</string>
@@ -809,6 +837,7 @@
     <string name="title_account_delete">Xóa tài khoản này vĩnh viễn?</string>
     <string name="title_identity_delete">Xóa danh tính này vĩnh viễn?</string>
     <string name="title_edit_html">Chỉnh sửa dưới dạng HTML</string>
+    <string name="title_import_file">Nhập tệp</string>
     <string name="title_sign_key">Mã ký: %1$s</string>
     <string name="title_last_connected">Lần cuối kết nối: %1$s</string>
     <string name="title_backoff_until">Đang đợi sau khi thất bại cho đến: %1$s</string>
@@ -889,6 +918,7 @@
     <string name="title_search_folder">Tìm kiếm thư mục</string>
     <string name="title_apply_to_all">Áp dụng cho tất cả</string>
     <string name="title_edit_account_name">Sửa tên tài khoản</string>
+    <string name="title_edit_account_color">Sửa màu tài khoản</string>
     <string name="title_hide_folder">Ẩn thư mục</string>
     <string name="title_hide_seen_folder">Ẩn thư mục nếu tất cả thư đã được đọc</string>
     <string name="title_hide_seen_folder_hint">Chỉ ở danh sách thư mục hiện ở màn hình bắt đầu</string>
@@ -1022,6 +1052,7 @@
     <string name="title_archive">Lưu trữ</string>
     <string name="title_reply">Trả lời</string>
     <string name="title_reply_to_sender">Trả lời người nhận</string>
+    <string name="title_reply_to_recipient">Trả lời người nhận</string>
     <string name="title_reply_to_all">Trả lời tất cả</string>
     <string name="title_reply_list">Trả lời danh sách</string>
     <string name="title_reply_receipt">Gửi xác nhận đã đọc</string>
@@ -1149,6 +1180,10 @@
     <string name="title_style_strikethrough">Gạch bỏ</string>
     <string name="title_style_clear">Xóa định dạng</string>
     <string name="title_style_link">Chèn liên kết</string>
+    <string name="title_style_link_address">Địa chỉ</string>
+    <string name="title_style_link_title">Tiêu đề</string>
+    <string name="title_style_link_metadata">Lấy tiêu đề</string>
+    <string name="title_style_link_metadata_remark">Việc này sẽ lấy tiêu đề tại địa chỉ được nhập</string>
     <string name="title_add_image">Thêm hình ảnh</string>
     <string name="title_add_image_inline">Chèn</string>
     <string name="title_add_image_attach">Đính kèm</string>
@@ -1222,10 +1257,13 @@
     <string name="title_encrypt">Mã hóa</string>
     <string name="title_decrypt">Giải mã</string>
     <string name="title_resync">Đồng bộ lại</string>
+    <string name="title_charset">Bảng mã</string>
+    <string name="title_charset_auto">Tự động</string>
     <string name="title_alternative_text">Hiện văn bản thuần</string>
     <string name="title_alternative_html">Hiện HTML</string>
     <string name="title_no_openpgp">Không tìm thấy OpenKeychain</string>
     <string name="title_user_interaction">Đang chuyển sang OpenKeychain</string>
+    <string name="title_padlock">Sử dụng khoá để giải mã thư</string>
     <string name="title_signed_data">Xác minh chữ ký để hiện văn bản thư</string>
     <string name="title_not_encrypted">Thư không được ký hoặc mã hóa</string>
     <string name="title_no_sign_key">Không có mã khoá ký được chọn</string>
@@ -1289,6 +1327,10 @@
     <string name="title_search_in">Tìm kiếm trong</string>
     <string name="title_search_sender">Tìm kiếm người gửi</string>
     <string name="title_search_delete">Xóa mục tìm kiếm đã lưu?</string>
+    <string name="title_save_search">Tìm kiếm đã lưu</string>
+    <string name="title_save_search_name">Tên</string>
+    <string name="title_save_search_order">Thứ tự</string>
+    <string name="title_save_search_color">Màu săc</string>
     <string name="title_sort_on">Sắp xếp theo</string>
     <string name="title_sort_on_time">Thời gian</string>
     <string name="title_sort_on_unread">Chưa đọc</string>
@@ -1496,6 +1538,7 @@
     <string name="title_legend_embedded_image">Giữ chỗ cho hình ảnh được gắn vào</string>
     <string name="title_legend_tracking_pixel">Hình ảnh theo dõi</string>
     <string name="title_legend_broken_image">Hình ảnh bị hỏng</string>
+    <string name="title_legend_open_external">Mở ngoài ứng dụng</string>
     <string name="title_legend_pick">Chọn liên hệ</string>
     <string name="title_legend_cc">Hiện CC/BCC</string>
     <string name="title_legend_link">Chèn liên kết</string>
@@ -1544,6 +1587,7 @@
     <string name="title_hint_folder_actions">Nhấn giữ một thư mục để xem các tuỳ chọn, như là thêm thư mục vào menu điều hướng để truy cập nhanh</string>
     <string name="title_hint_folder_sync">Để giới hạn sử dụng pin và mạng, không phải tất cả thư mục và thư sẽ được đồng bộ hoá theo mặc định</string>
     <string name="title_hint_airplane">Đang bật chế độ máy bay</string>
+    <string name="title_hint_notification">Thông báo bị tắt</string>
     <string name="title_hint_support">Nếu bạn có câu hỏi hoặc vấn đề, hãy sử dụng menu hỗ trợ để có trợ giúp</string>
     <string name="title_hint_message_actions">Vuốt trái để đưa vào thùng rác; Vuốt phải để lưu trữ (nếu có); Các hành động vuốt có thể được thiết lập trong cài đặt tài khoản</string>
     <string name="title_hint_message_selection">Nhấn giữ một thư để bắt đầu chọn nhiều thư; Giữ và vuốt lên hoặc xuống để chọn thêm thư</string>
@@ -1578,6 +1622,7 @@
     <string name="title_yes">Có</string>
     <string name="title_no">Không</string>
     <string name="title_later">Để sau</string>
+    <string name="title_paste_plain">Dán kiểu văn bản thuần</string>
     <string name="title_undo">Hoàn tác</string>
     <string name="title_redo">Làm lại</string>
     <string name="title_insert_line">Chèn dòng</string>
@@ -1648,7 +1693,6 @@
     <string name="title_boundary_retry">Thử lại</string>
     <string name="title_unexpected_error">Lỗi không mong muốn</string>
     <string name="title_log">Nhật ký</string>
-    <string name="title_auto_scroll">Tự động cuộn</string>
     <string name="title_log_clear">Xóa</string>
     <string name="title_rules_search_hint">Tìm kiếm tên hoặc điều kiện</string>
     <string name="title_rules_export">Xuất các quy tắc</string>
@@ -1681,6 +1725,7 @@
     <string name="title_widget_compose">Hiện nút soạn thư mới</string>
     <string name="title_widget_background">Màu nền</string>
     <string name="title_widget_day_night">Theo giao diện tối hệ thống</string>
+    <string name="title_compat_dark">Google đã xoá chế độ tối cho tất cả phiên bản Android trước phiên bản 10</string>
     <string name="title_accessibility_collapsed">Thu gọn</string>
     <string name="title_accessibility_expanded">Mở rộng</string>
     <string name="title_accessibility_seen">Đã đọc</string>
@@ -1718,6 +1763,7 @@
     <string-array name="pollIntervalNames">
         <item>Luôn luôn</item>
         <item>Mỗi 5 phút</item>
+        <item>Mỗi 10 phút</item>
         <item>Mỗi 15 phút</item>
         <item>Mỗi 30 phút</item>
         <item>Mỗi tiếng</item>
@@ -1761,6 +1807,7 @@
         <item>Đi đến cuộc hội thoại sau</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>Rất nhỏ</item>
         <item>Rất nhỏ</item>
         <item>Nhỏ</item>
         <item>Vừa</item>
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 7032781d43..c59184a23e 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail 是一款专注于隐私与安全的开源电子邮件应用。所以,某些功能的工作方式可能与您的习惯不同。</string>
     <string name="app_limitations">例如,默认情况下,消息将被重新格式化以移除不安全的元素并提高可读性;另外,为确保安全,打开链接前需要得到确认。当然如有需要,这两个选项都可以禁用</string>
     <string name="app_unsupported">此特定设备的该 Android 版本中的 Bug 会导致崩溃</string>
+    <string name="app_data_loss">所有数据可能都会丢失</string>
     <string name="app_continue">仍然继续</string>
     <string name="app_exit">再按一次退出</string>
     <string name="app_cake">剩余存储空间不足</string>
@@ -134,6 +135,7 @@
     <string name="title_setup_quick_smtp">发送邮件的SMTP服务器</string>
     <string name="title_setup_quick_certificates">服务器证书</string>
     <string name="title_setup_wizard">向导</string>
+    <string name="title_setup_wizard_tutorials">教程</string>
     <string name="title_setup_wizard_multiple">该向导可多次使用以设置多个账户</string>
     <string name="title_setup_wizard_new">我需要一个新的邮件地址</string>
     <string name="title_setup_manual">手动设置和更多账户选项</string>
@@ -144,6 +146,7 @@
     <string name="title_setup_account_identity_hint">你可以在账户设置中配置名称、颜色和滑动操作,以及在身份设置中配置签名</string>
     <string name="title_setup_accounts">账户</string>
     <string name="title_setup_identities">身份</string>
+    <string name="title_setup_google_sign_in">使用 Google 账号登录</string>
     <string name="title_setup_other">其他提供商</string>
     <string name="title_setup_inbound">仅限收到的邮件(邮件不能发送!)</string>
     <string name="title_setup_pop3">POP3 账户</string>
@@ -151,7 +154,7 @@
     <string name="title_setup_gmail_support">只有 Play 商店和 GitHub 版本才支持授权 Google 账户,因为 Android 会检查应用的数字签名</string>
     <string name="title_setup_gmail_rationale">请授予权限来选择一个账户并读取您的姓名</string>
     <string name="title_setup_gmail_permissions">Google 会请求读取、撰写、发送和永久删除您的所有电子邮件的权限。相比之下,未经您的明确同意,FairEmail 永远不会删除您的邮件。</string>
-    <string name="title_setup_gmail_drafts">可以借助更改 Gmail 的标签设置来修复无法通过IMAP访问草稿文件夹的问题</string>
+    <string name="title_setup_gmail_on_device">为什么我需要选择设备上账户?</string>
     <string name="title_setup_gmail_password">我想使用密码而不是设备上的帐户进行授权</string>
     <string name="title_setup_office_auth">\"认证失败\" 的错误可能是由于 IMAP/SMTP 被系统管理员禁用导致的</string>
     <string name="title_setup_oauth_rationale">授权访问您的 %1$s 账户</string>
@@ -371,6 +374,7 @@
     <string name="title_advanced_timeout">连接超时 (秒)</string>
     <string name="title_advanced_prefer_ip4">IPv4 优先于 IPv6</string>
     <string name="title_advanced_ssl_harden">加强 SSL 连接</string>
+    <string name="title_advanced_ssl_harden_strict">需要 TLS 1.3</string>
     <string name="title_advanced_cert_strict">严格的证书检查</string>
     <string name="title_advanced_manage_connectivity">管理连接</string>
     <string name="title_advanced_caption_general">常规​​​​​</string>
@@ -387,7 +391,7 @@
     <string name="title_advanced_two_col">使用两列</string>
     <string name="title_advanced_min_screen_size">分屏下的最小屏幕尺寸</string>
     <string name="title_advanced_close_pane">关闭会话时收起行或列</string>
-    <string name="title_advanced_column_width">消息列宽:%1$s %%</string>
+    <string name="title_advanced_column_width">邮件列宽/行高:%1$s %%</string>
     <string name="title_advanced_nav_options">显示导航菜单选项</string>
     <string name="title_advanced_nav_categories">在导航菜单中显示账户类别</string>
     <string name="title_advanced_nav_pin">固定导航菜单</string>
@@ -462,6 +466,7 @@
     <string name="title_advanced_text_size">使用文本大小</string>
     <string name="title_advanced_text_font">使用字体</string>
     <string name="title_advanced_text_align">使用文本对齐</string>
+    <string name="title_advanced_text_titles">显示 {HTML titles}</string>
     <string name="title_advanced_text_separators">使用分隔线</string>
     <string name="title_advanced_collapse_quotes">折叠引用文本</string>
     <string name="title_advanced_image_placeholders">显示图像占位符</string>
@@ -472,6 +477,7 @@
     <string name="title_advanced_actionbar_color">使用账户颜色作为对话操作栏的背景色</string>
     <string name="title_advanced_category_header">按账户类别分组</string>
     <string name="title_advanced_navbar_colorize">导航栏着色</string>
+    <string name="title_advanced_list_count">在顶部操作栏中显示消息或对话的数量</string>
     <string name="title_advanced_bundled_fonts">使用捆绑的字体</string>
     <string name="title_advanced_parse_classes">解析样式表</string>
     <string name="title_advanced_authentication">显示身份验证警告</string>
@@ -480,6 +486,7 @@
     <string name="title_advanced_authentication_none">无身份验证</string>
     <string name="title_advanced_authentication_some">部分身份验证</string>
     <string name="title_advanced_authentication_all">完成身份验证</string>
+    <string name="title_advanced_restore_on_launch">启动时恢复应用状态</string>
     <string name="title_advanced_sync_on_launch">应用启动时同步</string>
     <string name="title_advanced_double_back">双击返回键退出</string>
     <string name="title_advanced_conversation_actions">建议操作 (Android 10+)</string>
@@ -522,6 +529,7 @@
     <string name="title_advanced_notify_background">仅在处于后台时显示通知</string>
     <string name="title_advanced_notify_known">仅显示联系人通知</string>
     <string name="title_advanced_notify_suppress_in_call">通话时延迟通知</string>
+    <string name="title_advanced_notify_suppress_in_car">已连接 Android Auto 时延迟通知</string>
     <string name="title_advanced_notify_summary">仅显示摘要通知</string>
     <string name="title_advanced_notify_preview">通知中显示消息预览</string>
     <string name="title_advanced_notify_preview_all">预览所有文本</string>
@@ -606,6 +614,7 @@
     <string name="title_advanced_class_min_difference">不同分类的最小差异:%1$s %%</string>
     <string name="title_advanced_language">界面语言</string>
     <string name="title_advanced_language_system">系统</string>
+    <string name="title_advanced_lt">LanguageTool 集成</string>
     <string name="title_advanced_deepl">DeepL 集成</string>
     <string name="title_advanced_sdcard">我想使用 SD 卡</string>
     <string name="title_advanced_watchdog">定期检查 FairEmail 是否仍在运行</string>
@@ -619,6 +628,7 @@
     <string name="title_advanced_last_cleanup">上次清理: %1$s</string>
     <string name="title_advanced_app">应用信息</string>
     <string name="title_advanced_more">更多选项</string>
+    <string name="title_advanced_main_log">主要日志</string>
     <string name="title_advanced_protocol">协议日志</string>
     <string name="title_advanced_log_info">调试日志</string>
     <string name="title_advanced_debug">调试模式</string>
@@ -646,7 +656,7 @@
     <string name="title_advanced_folder_nav_hint">这将总是从邮件列表返回到相关帐户的文件夹列表</string>
     <string name="title_advanced_suggest_names_hint">如果禁用,选择联系人时将只使用电子邮件地址</string>
     <string name="title_advanced_suggest_local_hint">这不包括 Android 提供的联系人。应用仅在此选项启用后存储新的接收或发送消息的联系人。</string>
-    <string name="title_advanced_auto_identity_hint">将选择新邮件第一个收件人使用得最后一个身份</string>
+    <string name="title_advanced_auto_identity_hint">这将选择上次使用的身份作为新邮件收件人</string>
     <string name="title_advanced_send_reminders_hint">当消息文本或主题为空或缺失某个附件时显示警告</string>
     <string name="title_advanced_reply_move_hint">邮件服务器仍可能将邮件添加到“已发送”文件夹</string>
     <string name="title_advanced_usenet_hint">在文本和签名之间插入 \'-- \'</string>
@@ -683,6 +693,7 @@
     <string name="title_advanced_inline_hint">内联图像是邮件中包含的图像</string>
     <string name="compressed">所含文件超过 %2$s 个或大于 %3$s 的压缩文件 (%1$s) 的内容将不会显示</string>
     <string name="title_advanced_parse_classes_hint">这将更准确地显示消息,但可能会有延迟</string>
+    <string name="title_advanced_restore_on_launch_hint">在 %1$d 分钟内通过图标重新启动 FairEmail 时恢复上次应用状态</string>
     <string name="title_advanced_language_detection_hint">是否支持语言检测取决于设备制造商</string>
     <string name="title_advanced_autoexpand_hint">当对话中只有一条消息或只是一条未读消息时,自动打开该消息</string>
     <string name="title_advanced_expandall_hint">展开多封邮件时不会显示回复按钮,因为这样会无法确定回复哪封邮件</string>
@@ -700,6 +711,7 @@
     <string name="title_advanced_safe_browsing_hint">Google 服务器知道被查找的地址</string>
     <string name="title_advanced_badge_hint">仅可用于支持的启动器</string>
     <string name="title_advanced_notify_action_hint">最多显示三项操作</string>
+    <string name="title_advanced_notify_car_hint">已连接意味着正在投影某些东西,例如用于导航的地图</string>
     <string name="title_advanced_notify_remove_hint">滑走或标为已读时将总会移除新消息通知</string>
     <string name="title_advanced_notify_manage_hint">点击频道名称来设置频道属性</string>
     <string name="title_advanced_notify_manage_default_hint">设置默认声音等</string>
@@ -766,7 +778,7 @@
     <string name="title_custom">自定义</string>
     <string name="title_host">主机名</string>
     <string name="title_encryption">加密</string>
-    <string name="title_encryption_none">无</string>
+    <string name="title_encryption_none">无(不安全)</string>
     <string name="title_allow_insecure">允许不安全的连接</string>
     <string name="title_insecure_remark">只应在受信任的网络中允许不安全连接,请勿用于公共网络</string>
     <string name="title_notify_remark">你可以为特定于账户的通知启用该选项</string>
@@ -826,6 +838,7 @@
     <string name="title_account_delete">确定永久删除这个账户吗?</string>
     <string name="title_identity_delete">确定永久删除这个身份吗?</string>
     <string name="title_edit_html">以HTML格式编辑</string>
+    <string name="title_import_file">导入文件</string>
     <string name="title_sign_key">签名密钥:%1$s</string>
     <string name="title_last_connected">上次连接%1$s前</string>
     <string name="title_backoff_until">连接失败后等待: %1$s 秒</string>
@@ -905,6 +918,7 @@
     <string name="title_search_folder">搜索文件夹</string>
     <string name="title_apply_to_all">应用到全部</string>
     <string name="title_edit_account_name">编辑账户名称</string>
+    <string name="title_edit_account_color">编辑账户颜色</string>
     <string name="title_hide_folder">隐藏文件夹</string>
     <string name="title_hide_seen_folder">隐藏所有邮件都已读的文件夹</string>
     <string name="title_hide_seen_folder_hint">仅在开始屏幕上显示的文件夹列表</string>
@@ -1312,6 +1326,10 @@
     <string name="title_search_in">搜索范围</string>
     <string name="title_search_sender">搜索发件人</string>
     <string name="title_search_delete">删除已保存的搜索?</string>
+    <string name="title_save_search">保存的搜索项</string>
+    <string name="title_save_search_name">名称</string>
+    <string name="title_save_search_order">顺序</string>
+    <string name="title_save_search_color">颜色</string>
     <string name="title_sort_on">排序方式</string>
     <string name="title_sort_on_time">时间</string>
     <string name="title_sort_on_unread">未读</string>
@@ -1519,6 +1537,7 @@
     <string name="title_legend_embedded_image">嵌入图像的占位符</string>
     <string name="title_legend_tracking_pixel">追踪用途的图像</string>
     <string name="title_legend_broken_image">损坏的图像</string>
+    <string name="title_legend_open_external">在 App 外打开</string>
     <string name="title_legend_pick">选择联系人</string>
     <string name="title_legend_cc">显示抄送和密送</string>
     <string name="title_legend_link">插入链接</string>
@@ -1602,6 +1621,7 @@
     <string name="title_yes">是</string>
     <string name="title_no">否</string>
     <string name="title_later">稍后再说</string>
+    <string name="title_paste_plain">粘贴为纯文本</string>
     <string name="title_undo">撤销</string>
     <string name="title_redo">重做</string>
     <string name="title_insert_line">插入行</string>
@@ -1671,7 +1691,6 @@
     <string name="title_boundary_retry">重试</string>
     <string name="title_unexpected_error">未知错误</string>
     <string name="title_log">日志</string>
-    <string name="title_auto_scroll">自动滚动</string>
     <string name="title_log_clear">清除</string>
     <string name="title_rules_search_hint">搜索名称或条件</string>
     <string name="title_rules_export">导出规则</string>
@@ -1704,6 +1723,7 @@
     <string name="title_widget_compose">显示新建邮件按钮</string>
     <string name="title_widget_background">背景颜色</string>
     <string name="title_widget_day_night">跟随系统主题</string>
+    <string name="title_compat_dark">谷歌移除了安卓 10 之前的暗黑模式</string>
     <string name="title_accessibility_collapsed">折叠</string>
     <string name="title_accessibility_expanded">展开</string>
     <string name="title_accessibility_seen">阅读</string>
@@ -1741,6 +1761,7 @@
     <string-array name="pollIntervalNames">
         <item>总是</item>
         <item>每 5 分钟</item>
+        <item>每 10 分钟</item>
         <item>每 15 分钟</item>
         <item>每 30 分钟</item>
         <item>每小时</item>
@@ -1784,6 +1805,7 @@
         <item>转到下一个会话</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>极小</item>
         <item>超小</item>
         <item>小</item>
         <item>中等</item>
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 9b43a84dd5..d5152e2721 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -5,6 +5,7 @@
     <string name="app_welcome">FairEmail 是一款專注於隱私和安全的開源電子郵件應用程式。因此,其中一些功能的工作方式可能與您所熟悉的不同。</string>
     <string name="app_limitations">例如,預設重排訊息以移除不安全的元件並改善可讀性,並且為了安全,連結的開啟還需要獲得確認。如有需要,兩者皆可停用。</string>
     <string name="app_unsupported">此裝置裏的Android版本存在的漏洞導致了程序的崩潰</string>
+    <string name="app_data_loss">所有資料將可能遺失</string>
     <string name="app_continue">仍要繼續</string>
     <string name="app_exit">再一次執行‘返回’操作以退出</string>
     <string name="app_cake">剩餘儲存空間不足</string>
@@ -72,6 +73,9 @@
         使用篩選器規則封鎖寄件者網域則是一項專業版功能。
     </string>
     <string name="title_blocked_senders">已封鎖的寄件者</string>
+    <plurals name="title_ask_block_sender">
+        <item quantity="other">封鎖 %1$s 封郵件的寄件人?</item>
+    </plurals>
     <string name="title_junk_filter">使用本地垃圾郵件篩選器</string>
     <string name="title_junk_filter_hint">這可能會增大電池的用量,並導致訊息被錯誤地標記為垃圾郵件</string>
     <string name="title_junk_blocklist">使用垃圾郵件封鎖清單</string>
@@ -131,6 +135,7 @@
     <string name="title_setup_quick_smtp">用於傳送訊息的 SMTP 伺服器</string>
     <string name="title_setup_quick_certificates">伺服器憑證</string>
     <string name="title_setup_wizard">精靈</string>
+    <string name="title_setup_wizard_tutorials">教學</string>
     <string name="title_setup_wizard_multiple">此精靈可以多次使用以設置多個帳戶</string>
     <string name="title_setup_wizard_new">我需要一個新的電子郵件地址。</string>
     <string name="title_setup_manual">手動設置及帳戶選項</string>
@@ -148,7 +153,6 @@
     <string name="title_setup_gmail_support">因為 Android 會檢查程式的數字簽名,所以只有 FairEmail 在 Play Store 和 GitHub 發布的版本支持授權 Google 帳戶</string>
     <string name="title_setup_gmail_rationale">請授予權限以選擇帳戶並讀取您的姓名</string>
     <string name="title_setup_gmail_permissions">Google 會請求權限以讀取、撰寫、傳送及永久刪除您的電子郵件。FairEmail 永遠不會在您未予明確同意的前提下刪除您的訊息。</string>
-    <string name="title_setup_gmail_drafts">如遇草稿資料夾無法透過 IMAP 存取的情況,可於 Gmail 標籤設定中獲得修復</string>
     <string name="title_setup_gmail_password">我要使用密碼登入帳戶而不使用綁定裝置作為認證</string>
     <string name="title_setup_office_auth">“驗證失敗”錯誤可能是由系統管理員停用 IMAP/SMTP 所致</string>
     <string name="title_setup_oauth_rationale">授權存取您的 %1$s 帳戶</string>
@@ -385,7 +389,6 @@
     <string name="title_advanced_two_col">使用雙列</string>
     <string name="title_advanced_min_screen_size">分屏時熒幕最小尺寸</string>
     <string name="title_advanced_close_pane">關閉會話時摺疊行或列</string>
-    <string name="title_advanced_column_width">訊息欄寬: %1$s %%</string>
     <string name="title_advanced_nav_options">顯示導航功能表選項</string>
     <string name="title_advanced_nav_categories">導覽選單中顯示帳戶類別</string>
     <string name="title_advanced_nav_pin">固定導航功能表</string>
@@ -400,6 +403,7 @@
     <string name="title_advanced_tabular_background">使用表狀式樣時,以卡片色為背景顏色</string>
     <string name="title_advanced_cards_shadow">使用卡片式樣時,應用陰影於未讀訊息上</string>
     <string name="title_advanced_cards_shadow_highlight">使用標亮色 (highlight) 而不是強調色 (accent)</string>
+    <string name="title_advanced_tabular_dividers">套用表格樣式時使用分隔線</string>
     <string name="title_advanced_date_header">按日期分組</string>
     <string name="title_advanced_date_fixed">在頂部顯示固定日期標頭</string>
     <string name="title_advanced_date_bold">以粗體顯示日期</string>
@@ -413,7 +417,9 @@
     <string name="title_advanced_bimi_unverified">未經驗證的寄件者</string>
     <string name="title_advanced_bimi_verified">已經驗證的寄件者</string>
     <string name="title_advanced_gravatars">顯示 Gravatars</string>
+    <string name="title_advanced_libravatars">顯示 Libravatars 大頭照</string>
     <string name="title_advanced_favicons">顯示網站圖示</string>
+    <string name="title_advanced_favicons_partial">僅掃描網頁前 %1$s 的資料</string>
     <string name="title_advanced_generated_icons">顯示依程式設定生成的圖示</string>
     <string name="title_advanced_identicons">顯示 identicons</string>
     <string name="title_advanced_circular">顯示圓形圖示</string>
@@ -457,6 +463,7 @@
     <string name="title_advanced_text_size">使用文字大小</string>
     <string name="title_advanced_text_font">使用字型</string>
     <string name="title_advanced_text_align">使用文字對齊</string>
+    <string name="title_advanced_text_titles">顯示 {HTML titles}</string>
     <string name="title_advanced_text_separators">使用分隔線</string>
     <string name="title_advanced_collapse_quotes">摺疊引用的文字</string>
     <string name="title_advanced_image_placeholders">顯示圖片占位符</string>
@@ -467,6 +474,8 @@
     <string name="title_advanced_actionbar_color">使用帳戶色作為會話工具列的背景色</string>
     <string name="title_advanced_category_header">帳戶分類群組</string>
     <string name="title_advanced_navbar_colorize">著色 Android 導覽列</string>
+    <string name="title_advanced_list_count">在頂端操作區中顯示訊息或對話的數量</string>
+    <string name="title_advanced_bundled_fonts">使用綑綁的字體</string>
     <string name="title_advanced_parse_classes">解析樣式表</string>
     <string name="title_advanced_authentication">顯示驗證警告</string>
     <string name="title_advanced_authentication_hint">下層檢查可在接收設定中配置</string>
@@ -474,6 +483,7 @@
     <string name="title_advanced_authentication_none">未驗證</string>
     <string name="title_advanced_authentication_some">部分驗證</string>
     <string name="title_advanced_authentication_all">完整驗證</string>
+    <string name="title_advanced_restore_on_launch">啟動時恢復應用狀態</string>
     <string name="title_advanced_sync_on_launch">在應用程式啟動時同步。</string>
     <string name="title_advanced_double_back">執行兩次‘返回’操作以退出程式</string>
     <string name="title_advanced_conversation_actions">建議採取的動作 (Android 10+)</string>
@@ -499,6 +509,7 @@
     <string name="title_advanced_undo">“撤銷”操作可執行時限</string>
     <string name="title_advanced_quick_filter">顯示存在感稀薄的快速篩選圖示</string>
     <string name="title_advanced_quick_scroll">顯示無存在感的快速向上/下滾動圖示</string>
+    <string name="title_advanced_folder_nav">永遠從郵件列表返回文件夾列表</string>
     <string name="title_advanced_autoread">移動訊息時自動標示訊息為已讀取</string>
     <string name="title_advanced_star_snoozed">自動在延後訊息上添加星號</string>
     <string name="title_advanced_autounstar">移動訊息時自動移除其中包含的星號</string>
@@ -508,12 +519,14 @@
     <string name="title_advanced_default_snooze">預設延後/延遲時間</string>
     <string name="title_advanced_notifications">管理通知</string>
     <string name="title_advanced_notifications_default">預設頻道</string>
+    <string name="title_advanced_notifications_service">監控頻道</string>
     <string name="title_advanced_notifications_newest_first">優先顯示最新通知</string>
     <string name="title_advanced_badge">顯示附有新訊息計數的主畫面應用程式圖示</string>
     <string name="title_advanced_unseen_ignored">讓新訊息計數匹配通知數</string>
     <string name="title_advanced_notify_background">僅在於背景中執行時才顯示通知</string>
     <string name="title_advanced_notify_known">僅為來自聯絡人的訊息顯示通知</string>
     <string name="title_advanced_notify_suppress_in_call">來電時即時通知延遲</string>
+    <string name="title_advanced_notify_suppress_in_car">已連接 Android Auto 時延遲通知</string>
     <string name="title_advanced_notify_summary">僅顯示通知摘要</string>
     <string name="title_advanced_notify_preview">在通知中顯示訊息預覽</string>
     <string name="title_advanced_notify_preview_all">預覽所有文字</string>
@@ -611,6 +624,7 @@
     <string name="title_advanced_cleanup">清理</string>
     <string name="title_advanced_app">應用程式設定</string>
     <string name="title_advanced_more">更多選項</string>
+    <string name="title_advanced_main_log">主要日誌</string>
     <string name="title_advanced_protocol">協定資訊記錄</string>
     <string name="title_advanced_log_info">除錯資訊記錄</string>
     <string name="title_advanced_debug">除錯模式</string>
@@ -720,6 +734,7 @@
     <string name="title_identity_reply_to">回覆至地址</string>
     <string name="title_identity_internal">内部網域名(以逗號隔開)</string>
     <string name="title_identity_unicode_remark">大多數伺服器不支援此功能</string>
+    <string name="title_identity_octetmime">允許 8BITMIME</string>
     <string name="title_identity_max_size">最大訊息大小 (MB)</string>
     <string name="title_identity_receipt">預設請求送達/已讀回條</string>
     <string name="title_identity_use_ip_hint">如果出現“無效的問候語”,“需要有效的地址”或類似的錯誤,請嘗試更改此項設定</string>
@@ -748,7 +763,6 @@
     <string name="title_custom">自訂</string>
     <string name="title_host">主機名稱</string>
     <string name="title_encryption">加密</string>
-    <string name="title_encryption_none">無</string>
     <string name="title_allow_insecure">允許不安全的連線</string>
     <string name="title_insecure_remark">應僅在可信網路中允許使用不安全的連線,公共網路中永遠不要允許</string>
     <string name="title_port">埠號</string>
@@ -850,6 +864,7 @@
     <string name="title_edit_contact">編輯聯絡人</string>
     <string name="title_contact_email">電子郵件</string>
     <string name="title_contact_name">名稱</string>
+    <string name="title_contact_group">群組</string>
     <string name="title_import_contacts">匯入 vCard</string>
     <string name="title_export_contacts">匯出 vCard</string>
     <string name="title_create_sub_folder">建立子資料夾</string>
@@ -865,7 +880,9 @@
     <string name="title_delete_operation_flag">標記操作</string>
     <string name="title_delete_operation_delete">刪除操作</string>
     <string name="title_delete_operation_deleted">%1$d 操作已刪除</string>
+    <string name="title_delete_contacts">刪除可見的本地聯絡人?</string>
     <string name="title_no_operations">無待處理操作</string>
+    <string name="title_check_operations">操作檢查中</string>
     <string name="title_hint_operations">將操作刪除可能會使得訊息消失並導致同步問題</string>
     <string name="title_op_title_headers">下載標頭中</string>
     <string name="title_op_title_raw">下載元訊息中</string>
@@ -878,6 +895,7 @@
     <string name="title_search_folder">搜尋資料夾</string>
     <string name="title_apply_to_all">套用至全部</string>
     <string name="title_edit_account_name">編輯帳戶名</string>
+    <string name="title_edit_account_color">編輯帳戶顏色</string>
     <string name="title_hide_folder">隱藏資料夾</string>
     <string name="title_unified_folder">顯示於全域收件匣中</string>
     <string name="title_navigation_folder">顯示於導航功能表中</string>
@@ -980,6 +998,9 @@
     <string name="title_button_search">在訊息中搜尋</string>
     <string name="title_button_search_text">在訊息本文中搜尋</string>
     <string name="title_configure_buttons">配置按鈕 &#8230;</string>
+    <string name="title_quick_actions">選擇操作</string>
+    <string name="title_quick_actions_low">低重要性</string>
+    <string name="title_quick_actions_high">高重要性</string>
     <string name="title_quick_actions_snooze">延後</string>
     <string name="title_trash">垃圾桶</string>
     <string name="title_copy">複製 &#8230;</string>
@@ -1005,6 +1026,7 @@
     <string name="title_archive">封存</string>
     <string name="title_reply">回覆</string>
     <string name="title_reply_to_sender">回覆寄件者</string>
+    <string name="title_reply_to_recipient">回覆收件人</string>
     <string name="title_reply_to_all">回覆所有人</string>
     <string name="title_reply_list">回覆至清單</string>
     <string name="title_reply_receipt">傳送已讀回條</string>
@@ -1023,6 +1045,10 @@
     <string name="title_no_recorder">無適用的音頻錄製程式</string>
     <string name="title_no_camera">無適用的相機程式</string>
     <string name="title_no_saf">儲存空間存取架構不可用</string>
+    <string name="title_no_stream">FairEmail 沒有讀取此文件的權限</string>
+    <string name="title_no_stream_help">欲解決此問題,可藉更現代的文件管理器選擇文件或授予文件讀取權
+这可以通过使用更现代的文件管理器选择文件或授予文件读取权限来解决</string>
+    <string name="title_no_permissions">選擇文件的APP未授予文件讀取權</string>
     <string name="title_no_internet">無網際網路連線或連線不合宜</string>
     <string name="title_no_connection">正在連線至一個或多個帳戶 &#8230;</string>
     <string name="title_no_folder">資料夾不存在</string>
@@ -1035,6 +1061,7 @@
     <string name="title_fullscreen">全屏顯示</string>
     <string name="title_fit_width">適配寬度</string>
     <string name="title_disable_widths">停用寬度</string>
+    <string name="title_monospaced_pre">等寬的&lt;pre&gt;</string>
     <string name="title_unused_inline">未使用的行內圖片將會在傳送時被移除</string>
     <string name="title_accross_remark">跨帳戶移動的訊息會再次被下載,從而產生額外的數據用量</string>
     <string name="title_raw_saved">元訊息已保存</string>
@@ -1256,6 +1283,9 @@
     <string name="title_search_server">在伺服器上搜尋</string>
     <string name="title_search_in">搜尋</string>
     <string name="title_search_sender">搜尋寄件者</string>
+    <string name="title_save_search_name">名稱</string>
+    <string name="title_save_search_order">順序</string>
+    <string name="title_save_search_color">顏色</string>
     <string name="title_sort_on">排序</string>
     <string name="title_sort_on_time">時間</string>
     <string name="title_sort_on_unread">未讀取</string>
@@ -1426,6 +1456,8 @@
     <string name="title_legend_draft">有草稿</string>
     <string name="title_legend_priority">優先級高</string>
     <string name="title_legend_priority_low">優先級低</string>
+    <string name="title_legend_sensitivity_private">私密郵件</string>
+    <string name="title_legend_sensitivity_confidential">機密郵件</string>
     <string name="title_legend_importance">重要</string>
     <string name="title_legend_importance_low">不重要</string>
     <string name="title_legend_signed">已簽名</string>
@@ -1601,7 +1633,6 @@
     <string name="title_boundary_retry">再試一次</string>
     <string name="title_unexpected_error">意外的錯誤</string>
     <string name="title_log">紀錄</string>
-    <string name="title_auto_scroll">自動滾動</string>
     <string name="title_log_clear">清除</string>
     <string name="title_rules_search_hint">搜尋名稱或條件</string>
     <string name="title_rules_export">匯出規則</string>
@@ -1668,6 +1699,7 @@
     <string-array name="pollIntervalNames">
         <item>時時</item>
         <item>每 5 分鐘</item>
+        <item>每 10 分鐘</item>
         <item>每 15 分鐘</item>
         <item>每 30 分鐘</item>
         <item>每 1 小時</item>
@@ -1711,6 +1743,7 @@
         <item>前往下一個會話</item>
     </string-array>
     <string-array name="resizeNames">
+        <item>極小</item>
         <item>Extra small</item>
         <item>小</item>
         <item>中</item>
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index e338de809d..f719f1c9f1 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -163,4 +163,6 @@
     <color name="solarizedBlue">#268bd2</color>
     <color name="solarizedCyan">#2aa198</color>
     <color name="solarizedGreen">#859900</color>
+
+    <color name="google_blue">#4285F4</color>
 </resources>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 267bacebef..92e0349938 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -8,6 +8,7 @@
     <string name="app_limitations">For example, messages are reformatted by default to remove unsafe elements and to improve readability, and opening links needs to be confirmed for safety. Both can be disabled if desired.</string>
     <string name="app_eula" translatable="false">THIS SOFTWARE IS PROVIDED BY THE AUTHOR \'\'AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
     <string name="app_unsupported">Bugs in the Android version of this particular device cause crashes</string>
+    <string name="app_data_loss">All data may be lost</string>
     <string name="app_continue">Continue anyway</string>
     <string name="app_exit">Go \'back\' again to exit</string>
     <string name="app_cake">Insufficient storage space left</string>
@@ -44,6 +45,7 @@
 
     <string name="tile_synchronize">Synchronize</string>
     <string name="tile_unseen">New messages</string>
+    <string name="tile_already_added" translatable="false">Tile was already added</string>
 
     <string name="shortcut_refresh">Refresh</string>
     <string name="shortcut_compose">Compose</string>
@@ -187,6 +189,7 @@
     <string name="title_setup_quick_smtp">SMTP server to send messages</string>
     <string name="title_setup_quick_certificates">Server certificates</string>
     <string name="title_setup_wizard">Wizard</string>
+    <string name="title_setup_wizard_tutorials">Tutorials</string>
     <string name="title_setup_wizard_multiple">The wizard can be used multiple times to set up multiple accounts</string>
     <string name="title_setup_wizard_new">I need a new email address</string>
     <string name="title_setup_manual">Manual setup and account options</string>
@@ -199,6 +202,8 @@
     <string name="title_setup_identities">Identities</string>
     <string name="title_setup_gmail" translatable="false">Gmail</string>
     <string name="title_setup_oauth" translatable="false">%1$s (OAuth)</string>
+    <string name="title_setup_android" translatable="false">%1$s (Android)</string>
+    <string name="title_setup_google_sign_in">Sign in with Google</string>
     <string name="title_setup_other">Other provider</string>
     <string name="title_setup_inbound">Incoming email only (email cannot be sent!)</string>
     <string name="title_setup_pop3">POP3 account</string>
@@ -206,7 +211,7 @@
     <string name="title_setup_gmail_support">Authorizing Google accounts will work in the Play Store and GitHub version only because Android checks the digital app signature</string>
     <string name="title_setup_gmail_rationale">Please grant permissions to select an account and read your name</string>
     <string name="title_setup_gmail_permissions">Google will ask for permissions to read, compose, send and permanently delete all your email. FairEmail will never delete your messages without your explicit consent.</string>
-    <string name="title_setup_gmail_drafts">If the drafts folder is not accessible by IMAP, this can be fixed in the Gmail label settings</string>
+    <string name="title_setup_gmail_on_device">Why do I need to select an on-device account?</string>
     <string name="title_setup_gmail_password">I want to authorize an account with a password instead of an on-device account</string>
     <string name="title_setup_office_auth">The error \'AUTHENTICATE failed\' can be caused by IMAP/SMTP being disabled by the system administrator</string>
     <string name="title_setup_oauth_rationale">Authorize access to your %1$s account</string>
@@ -456,6 +461,7 @@
     <string name="title_advanced_standalone_vpn" translatable="false">Standalone VPN</string>
     <string name="title_advanced_tcp_keep_alive" translatable="false">TCP keep alive</string>
     <string name="title_advanced_ssl_harden">Harden SSL connections</string>
+    <string name="title_advanced_ssl_harden_strict">Require TLS 1.3</string>
     <string name="title_advanced_cert_strict">Strict certificate checking</string>
     <string name="title_advanced_manage_connectivity">Manage connectivity</string>
 
@@ -475,7 +481,7 @@
     <string name="title_advanced_two_col">Use two columns</string>
     <string name="title_advanced_min_screen_size">Minimum screen size for splitting the screen</string>
     <string name="title_advanced_close_pane">Collapse row or column when closing a conversation</string>
-    <string name="title_advanced_column_width">Message column width: %1$s %%</string>
+    <string name="title_advanced_column_width">Message column width / row height: %1$s %%</string>
     <string name="title_advanced_nav_options">Show navigation menu options</string>
     <string name="title_advanced_nav_categories">Show account categories in the navigation menu</string>
     <string name="title_advanced_nav_pin">Pin navigation menu</string>
@@ -555,6 +561,7 @@
     <string name="title_advanced_text_size">Use text sizes</string>
     <string name="title_advanced_text_font">Use fonts</string>
     <string name="title_advanced_text_align">Use text alignment</string>
+    <string name="title_advanced_text_titles">Show {HTML titles}</string>
     <string name="title_advanced_text_separators">Use separator lines</string>
     <string name="title_advanced_collapse_quotes">Collapse quoted text</string>
     <string name="title_advanced_image_placeholders">Show image placeholders</string>
@@ -565,6 +572,7 @@
     <string name="title_advanced_actionbar_color">Use account color as background color for conversation action bar</string>
     <string name="title_advanced_category_header">Group by account category</string>
     <string name="title_advanced_navbar_colorize">Colorize the Android navigation bar</string>
+    <string name="title_advanced_list_count">Show the number of messages or conversations in the top action bar</string>
     <string name="title_advanced_bundled_fonts">Use bundled fonts</string>
     <string name="title_advanced_parse_classes">Parse style sheets</string>
     <string name="title_advanced_authentication">Show authentication warnings</string>
@@ -574,6 +582,7 @@
     <string name="title_advanced_authentication_some">Partial authentication</string>
     <string name="title_advanced_authentication_all">Complete authentication</string>
 
+    <string name="title_advanced_restore_on_launch">Restore app state on start</string>
     <string name="title_advanced_sync_on_launch">Synchronize on start</string>
     <string name="title_advanced_double_back">Double \'back\' to exit</string>
     <string name="title_advanced_conversation_actions">Suggest actions (Android 10+)</string>
@@ -618,6 +627,7 @@
     <string name="title_advanced_notify_background">Show notifications when in the background only</string>
     <string name="title_advanced_notify_known">Show notifications for contacts only</string>
     <string name="title_advanced_notify_suppress_in_call">Delay notifications while on a call</string>
+    <string name="title_advanced_notify_suppress_in_car">Delay notifications while Android Auto is connected</string>
     <string name="title_advanced_notify_summary">Show summary notification only</string>
     <string name="title_advanced_notify_preview">Show message preview in notifications</string>
     <string name="title_advanced_notify_preview_all">Preview all text</string>
@@ -647,6 +657,7 @@
     <string name="title_advanced_notifications_background">Use background service to synchronize messages</string>
     <string name="title_advanced_notifications_background_hint">A background service can be stopped by Android at any time, but doesn\'t require a status bar notification</string>
     <string name="title_advanced_alert_once" translatable="false">MIUI notification sound workaround</string>
+    <string name="title_advanced_tiles" translatable="false">Add quick settings tiles</string>
 
     <string name="title_advanced_caption_pgp" translatable="false">PGP</string>
     <string name="title_advanced_caption_smime" translatable="false">S/MIME</string>
@@ -720,6 +731,7 @@
     <string name="title_advanced_class_min_difference">Minimum class difference: %1$s %%</string>
     <string name="title_advanced_language">Language</string>
     <string name="title_advanced_language_system">System</string>
+    <string name="title_advanced_lt">LanguageTool integration</string>
     <string name="title_advanced_deepl">DeepL integration</string>
     <string name="title_advanced_sdcard">I want to use an sdcard</string>
     <string name="title_advanced_watchdog">Periodically check if FairEmail is still active</string>
@@ -734,6 +746,7 @@
     <string name="title_advanced_last_cleanup">Last cleanup: %1$s</string>
     <string name="title_advanced_app">App settings</string>
     <string name="title_advanced_more">More options</string>
+    <string name="title_advanced_main_log">Main logging</string>
     <string name="title_advanced_protocol">Protocol logging</string>
     <string name="title_advanced_log_info">Debug logging</string>
     <string name="title_advanced_debug">Debug mode</string>
@@ -750,12 +763,14 @@
     <string name="title_advanced_wal" translatable="false">sqlite WAL</string>
     <string name="title_advanced_checkpoints" translatable="false">sqlite checkpoints</string>
     <string name="title_advanced_analyze" translatable="false">sqlite analyze</string>
+    <string name="title_advanced_auto_vacuum" translatable="false">sqlite auto vacuum</string>
     <string name="title_advanced_sqlite_cache" translatable="false">sqlite cache: %1$s %% - %2$s</string>
     <string name="title_advanced_chunk_size" translatable="false">Chunk size: %1$d</string>
     <string name="title_advanced_thread_range" translatable="false">Thread range: %1$d days</string>
     <string name="title_advanced_undo_manager" translatable="false">Use Android\'s undo manager</string>
     <string name="title_advanced_webview_legacy" translatable="false">Old WebView behavior</string>
     <string name="title_advanced_browser_zoom" translatable="false">Use browser zoom</string>
+    <string name="title_advanced_fake_dark" translatable="false">Fake dark</string>
     <string name="title_advanced_show_recent" translatable="false">Show recent flag</string>
     <string name="title_advanced_modseq" translatable="false">MODSEQ</string>
     <string name="title_advanced_uid" translatable="false">UID command</string>
@@ -767,6 +782,7 @@
     <string name="title_advanced_auth_ntlm" translatable="false">NTLM</string>
     <string name="title_advanced_auth_sasl" translatable="false">SASL</string>
     <string name="title_advanced_auth_apop" translatable="false">APOP</string>
+    <string name="title_advanced_use_top" translatable="false">Use TOP</string>
     <string name="title_advanced_idle_done" translatable="false">IDLE/DONE</string>
     <string name="title_advanced_logarithmic_backoff" translatable="false">Logarithmic back-off</string>
     <string name="title_advanced_logarithmic_backoff_hint" translatable="false">Turning this off can result in a significant increase in battery usage!</string>
@@ -819,7 +835,7 @@
 
     <string name="title_advanced_suggest_names_hint">If disabled, only email addresses will be used when selecting contacts</string>
     <string name="title_advanced_suggest_local_hint">In addition to contacts provided by Android. Contact data will be stored for newly sent or received messages only when enabled.</string>
-    <string name="title_advanced_auto_identity_hint">This will select the last identity used for the first recipient of new messages</string>
+    <string name="title_advanced_auto_identity_hint">This will select the last identity used when selecting a recipient for new messages</string>
     <string name="title_advanced_send_reminders_hint">Show a warning when the message text or the subject is empty or when an attachment might be missing</string>
     <string name="title_advanced_reply_move_hint">The email server could still add the messages to the sent message folder</string>
     <string name="title_advanced_usenet_hint">Insert \'-- \' between the text and the signature</string>
@@ -860,6 +876,7 @@
     <string name="compressed">The contents of compressed files (%1$s) with more than %2$s files or with files larger than %3$s will not be shown</string>
     <string name="title_advanced_parse_classes_hint">This will more accurately display messages, but possibly with a delay</string>
 
+    <string name="title_advanced_restore_on_launch_hint">Restore last app state when restarted via the launcher icon within %1$d minutes</string>
     <string name="title_advanced_language_detection_hint">Language detection support depends on the device manufacturer</string>
     <string name="title_advanced_autoexpand_hint">Automatically open message when there is just one message or just one unread message in a conversation</string>
     <string name="title_advanced_expandall_hint">The answer button will not be shown when multiple messages are expanded because it is unclear which message the button applies to</string>
@@ -879,6 +896,7 @@
 
     <string name="title_advanced_badge_hint">Only available on supported launchers</string>
     <string name="title_advanced_notify_action_hint">At most three actions will be shown</string>
+    <string name="title_advanced_notify_car_hint">Connected means something is being projected, such as a map for navigation</string>
     <string name="title_advanced_notify_remove_hint">New message notifications will always be removed on being swiped away and on marking messages read</string>
     <string name="title_advanced_notify_manage_hint">Tap on the channel name to set the channel properties</string>
     <string name="title_advanced_notify_manage_default_hint">To set the default sound, etc</string>
@@ -955,7 +973,7 @@
     <string name="title_encryption">Encryption</string>
     <string name="title_encryption_ssl" translatable="false">SSL/TLS</string>
     <string name="title_encryption_starttls" translatable="false">STARTTLS</string>
-    <string name="title_encryption_none">None</string>
+    <string name="title_encryption_none">None (insecure)</string>
     <string name="title_allow_insecure">Allow insecure connections</string>
     <string name="title_insecure_remark">Insecure connections should only be allowed on trusted networks and never on public networks</string>
     <string name="title_notify_remark">You can enable this for account specific notifications</string>
@@ -1017,6 +1035,7 @@
     <string name="title_account_delete">Delete this account permanently?</string>
     <string name="title_identity_delete">Delete this identity permanently?</string>
     <string name="title_edit_html">Edit as HTML</string>
+    <string name="title_import_file">Import file</string>
     <string name="title_sign_key">Sign key: %1$s</string>
     <string name="title_created_at">Created: %1$s</string>
     <string name="title_last_connected">Last connected: %1$s</string>
@@ -1103,6 +1122,7 @@
     <string name="title_search_folder">Search for folder</string>
     <string name="title_apply_to_all">Apply to all</string>
     <string name="title_edit_account_name">Edit account name</string>
+    <string name="title_edit_account_color">Edit account color</string>
     <string name="title_hide_folder">Hide folder</string>
     <string name="title_hide_seen_folder">Hide folder if all messages are read</string>
     <string name="title_hide_seen_folder_hint">Only in the folder list shown on the start screen</string>
@@ -1389,6 +1409,7 @@
     <string name="title_style_indentation">Indentation</string>
     <string name="title_style_mark">Highlight</string>
     <string name="title_style_strikethrough">Strikethrough</string>
+    <string name="title_style_parenthesis" translatable="false">Parenthesis</string>
     <string name="title_style_code" translatable="false">Code</string>
     <string name="title_style_clear">Clear formatting</string>
     <string name="title_style_link">Insert link</string>
@@ -1552,6 +1573,11 @@
 
     <string name="title_search_delete">Delete saved search?</string>
 
+    <string name="title_save_search">Saved search</string>
+    <string name="title_save_search_name">Name</string>
+    <string name="title_save_search_order">Order</string>
+    <string name="title_save_search_color">Color</string>
+
     <string name="title_sort_on">Sort on</string>
     <string name="title_sort_on_time">Time</string>
     <string name="title_sort_on_unread">Unread</string>
@@ -1778,6 +1804,7 @@
     <string name="title_legend_embedded_image">Embedded image placeholder</string>
     <string name="title_legend_tracking_pixel">Tracking image</string>
     <string name="title_legend_broken_image">Broken image</string>
+    <string name="title_legend_open_external">Open outside the app</string>
 
     <string name="title_legend_pick">Pick contact</string>
     <string name="title_legend_cc">Show CC/BCC</string>
@@ -1867,6 +1894,7 @@
     <string name="title_yes">Yes</string>
     <string name="title_no">No</string>
     <string name="title_later">Later</string>
+    <string name="title_paste_plain">Paste as plain text</string>
     <string name="title_undo">Undo</string>
     <string name="title_redo">Redo</string>
     <string name="title_insert_line">Insert line</string>
@@ -1945,7 +1973,6 @@
 
     <string name="title_unexpected_error">Unexpected error</string>
     <string name="title_log">Log</string>
-    <string name="title_auto_scroll">Auto scroll</string>
     <string name="title_log_clear">Clear</string>
     <string name="title_rules_search_hint">Search name or condition</string>
     <string name="title_rules_export">Export rules</string>
@@ -1983,6 +2010,8 @@
     <string name="title_widget_background">Background color</string>
     <string name="title_widget_day_night">Follow dark system theme</string>
 
+    <string name="title_compat_dark">Google removed dark mode for Android versions before version 10</string>
+
     <string name="title_accessibility_collapsed">Collapsed</string>
     <string name="title_accessibility_expanded">Expanded</string>
     <string name="title_accessibility_seen">Read</string>
@@ -2048,6 +2077,7 @@
     <string-array name="pollIntervalNames">
         <item>Always</item>
         <item>Every 5 minutes</item>
+        <item>Every 10 minutes</item>
         <item>Every 15 minutes</item>
         <item>Every 30 minutes</item>
         <item>Every hour</item>
@@ -2060,6 +2090,7 @@
     <integer-array name="pollIntervalValues" translatable="false">
         <item>0</item>
         <item>5</item>
+        <item>10</item>
         <item>15</item>
         <item>30</item>
         <item>60</item>
@@ -2146,6 +2177,7 @@
     </string-array>
 
     <string-array name="resizeNames">
+        <item>Tiny</item>
         <item>Extra small</item>
         <item>Small</item>
         <item>Medium</item>
@@ -2156,6 +2188,7 @@
     <!-- https://en.wikipedia.org/wiki/Display_resolution -->
     <!-- https://en.wikipedia.org/wiki/Comparison_of_high-definition_smartphone_displays -->
     <integer-array name="resizeValues" translatable="false">
+        <item>480</item>
         <item>720</item>
         <item>1080</item>
         <item>1440</item>
diff --git a/app/src/main/res/xml/providers.xml b/app/src/main/res/xml/providers.xml
index c8c52255cd..727c25274f 100644
--- a/app/src/main/res/xml/providers.xml
+++ b/app/src/main/res/xml/providers.xml
@@ -23,20 +23,21 @@
         <oauth
             askAccount="true"
             authorizationEndpoint="https://accounts.google.com/o/oauth2/auth"
-            clientId=""
-            clientSecret=""
-            enabled="false"
+            clientId="803253368361-11ias0ee6bqhvdi4f21fs1lh7fsb0il2.apps.googleusercontent.com"
+            enabled="true"
             privacy="https://policies.google.com/privacy"
             prompt="consent"
-            redirectUri="https://oauth.faircode.eu/"
+            redirectUri="eu.faircode.email:/"
             scopes="https://mail.google.com/"
             tokenEndpoint="https://oauth2.googleapis.com/token">
-            <!-- promp=consent offline access -->
+            <!-- https://developers.google.com/identity/protocols/oauth2/native-app -->
+            <!-- https://github.com/openid/AppAuth-Android/blob/master/app/README-Google.md -->
             <parameter
                 key="access_type"
                 value="offline" />
         </oauth>
-        <!-- https://email.faircode.eu/.well-known/assetlinks.json -->
+        <!-- https://oauth.faircode.eu/.well-known/assetlinks.json -->
+        <!-- https://developer.android.com/training/app-links/verify-site-associations -->
         <!-- /opt/android-studio/jre/bin/keytool -keystore ~/.android/debug.keystore -list -v -->
     </provider>
     <provider
diff --git a/app/src/main/resExtra/drawable/android_robot.xml b/app/src/main/resExtra/drawable/android_robot.xml
new file mode 100644
index 0000000000..58ff634566
--- /dev/null
+++ b/app/src/main/resExtra/drawable/android_robot.xml
@@ -0,0 +1,11 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="1274.4dp"
+    android:height="1274.4dp"
+    android:viewportWidth="1274.4"
+    android:viewportHeight="1274.4">
+    <group android:translateY="278.2">
+        <path
+            android:fillColor="#3ddc84"
+            android:pathData="M930.8,536.4a53.1,53.1 0,1 1,53.1 -53.1,53.1 53.1,0 0,1 -53.1,53.1m-586.5,0a53.1,53.1 0,1 1,53.1 -53.1,53.1 53.1,0 0,1 -53.1,53.1M949.8,216.8 L1055.8,33.1A22.1,22.1 0,1 0,1017.6 11L910.3,197c-82.1,-37.5 -174.4,-58.3 -272.8,-58.3S446.9,159.6 364.7,197L257.4,11a22.1,22.1 0,1 0,-38.2 22.1L325.2,216.8C143.1,315.8 18.5,500.2 0.3,718H1274.7c-18.2,-217.8 -142.8,-402.2 -324.9,-501.2" />
+    </group>
+</vector>
diff --git a/app/src/play/AndroidManifest.xml b/app/src/play/AndroidManifest.xml
index 26cab85f8b..21928e1042 100644
--- a/app/src/play/AndroidManifest.xml
+++ b/app/src/play/AndroidManifest.xml
@@ -465,6 +465,15 @@
 
                 <data android:scheme="eu.faircode.email" />
             </intent-filter>
+
+            <intent-filter>
+                <action android:name="android.intent.action.VIEW" />
+
+                <category android:name="android.intent.category.DEFAULT" />
+                <category android:name="android.intent.category.BROWSABLE" />
+
+                <data android:scheme="eu.faircode.email.debug" />
+            </intent-filter>
         </activity>
 
         <service
diff --git a/eml/wingdings.eml b/eml/wingdings.eml
new file mode 100644
index 0000000000..86bc87da0a
--- /dev/null
+++ b/eml/wingdings.eml
@@ -0,0 +1,29 @@
+To: FairCode <marcel@faircode.eu>
+Subject: Wingdings
+MIME-Version: 1.0
+From: "M66B" <marcel@faircode.eu>
+Content-type:text/html;charset=windows-1252
+Message-ID: <wingdings@eu.faircode.email>
+Date: Sat, 17 Jul 2022 18:00:00 +0000
+
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+	</head>
+	<body>
+	<p style="font-family: Wingdings;"> !"#$%&'()*+,-./</p>
+	<p style="font-family: Wingdings;">0123456789:;<=>?</p>
+	<p style="font-family: Wingdings;">@ABCDEFGHIJKLMNO</p>
+	<p style="font-family: Wingdings;">PQRSTUVWXYZ[\]^_</p>
+	<p style="font-family: Wingdings;">`abcdefghijklmno</p>
+	<p style="font-family: Wingdings;">pqrstuvwxyz{|}~</p>
+	<p style="font-family: Wingdings;">����������������</p>
+	<p style="font-family: Wingdings;">����������������</p>
+	<p style="font-family: Wingdings;">����������������</p>
+	<p style="font-family: Wingdings;">����������������</p>
+	<p style="font-family: Wingdings;">����������������</p>
+	<p style="font-family: Wingdings;">����������������</p>
+	<p style="font-family: Wingdings;">����������������</p>
+	<p style="font-family: Wingdings;">����������������</p>
+</body>
+</html>
diff --git a/metadata/en-US/changelogs/1727.txt b/metadata/en-US/changelogs/1727.txt
deleted file mode 100644
index b9f204b8cb..0000000000
--- a/metadata/en-US/changelogs/1727.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1728.txt b/metadata/en-US/changelogs/1728.txt
deleted file mode 100644
index d5aa0306aa..0000000000
--- a/metadata/en-US/changelogs/1728.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1729.txt b/metadata/en-US/changelogs/1729.txt
deleted file mode 100644
index d5aa0306aa..0000000000
--- a/metadata/en-US/changelogs/1729.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1730.txt b/metadata/en-US/changelogs/1730.txt
deleted file mode 100644
index 4bc679fc8f..0000000000
--- a/metadata/en-US/changelogs/1730.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1731.txt b/metadata/en-US/changelogs/1731.txt
deleted file mode 100644
index 4d91db93e5..0000000000
--- a/metadata/en-US/changelogs/1731.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### Next version
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified color based on account folder colors
-* Fixed all reported bugs
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1732.txt b/metadata/en-US/changelogs/1732.txt
deleted file mode 100644
index 6dd2bfec01..0000000000
--- a/metadata/en-US/changelogs/1732.txt
+++ /dev/null
@@ -1,83 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### Next version
-
-* Added saved searches
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1733.txt b/metadata/en-US/changelogs/1733.txt
deleted file mode 100644
index 8a814b8089..0000000000
--- a/metadata/en-US/changelogs/1733.txt
+++ /dev/null
@@ -1,83 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1734.txt b/metadata/en-US/changelogs/1734.txt
deleted file mode 100644
index 90731e1d4f..0000000000
--- a/metadata/en-US/changelogs/1734.txt
+++ /dev/null
@@ -1,87 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1735.txt b/metadata/en-US/changelogs/1735.txt
deleted file mode 100644
index 5bb6eca374..0000000000
--- a/metadata/en-US/changelogs/1735.txt
+++ /dev/null
@@ -1,91 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1736.txt b/metadata/en-US/changelogs/1736.txt
deleted file mode 100644
index 735b4d855d..0000000000
--- a/metadata/en-US/changelogs/1736.txt
+++ /dev/null
@@ -1,95 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1737.txt b/metadata/en-US/changelogs/1737.txt
deleted file mode 100644
index 0d2761edfe..0000000000
--- a/metadata/en-US/changelogs/1737.txt
+++ /dev/null
@@ -1,99 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1738.txt b/metadata/en-US/changelogs/1738.txt
deleted file mode 100644
index c1f5fdce90..0000000000
--- a/metadata/en-US/changelogs/1738.txt
+++ /dev/null
@@ -1,105 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1739.txt b/metadata/en-US/changelogs/1739.txt
deleted file mode 100644
index f76515ebc6..0000000000
--- a/metadata/en-US/changelogs/1739.txt
+++ /dev/null
@@ -1,116 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### Next version
-
-* Added importing of vCards into local contact database
-* Reduced memory usage
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1740.txt b/metadata/en-US/changelogs/1740.txt
deleted file mode 100644
index 4932f0405a..0000000000
--- a/metadata/en-US/changelogs/1740.txt
+++ /dev/null
@@ -1,119 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1741.txt b/metadata/en-US/changelogs/1741.txt
deleted file mode 100644
index 611b6ee586..0000000000
--- a/metadata/en-US/changelogs/1741.txt
+++ /dev/null
@@ -1,125 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1742.txt b/metadata/en-US/changelogs/1742.txt
deleted file mode 100644
index cb48795455..0000000000
--- a/metadata/en-US/changelogs/1742.txt
+++ /dev/null
@@ -1,131 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1743.txt b/metadata/en-US/changelogs/1743.txt
deleted file mode 100644
index 48820d752b..0000000000
--- a/metadata/en-US/changelogs/1743.txt
+++ /dev/null
@@ -1,137 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1744.txt b/metadata/en-US/changelogs/1744.txt
deleted file mode 100644
index daf578ea53..0000000000
--- a/metadata/en-US/changelogs/1744.txt
+++ /dev/null
@@ -1,142 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1745.txt b/metadata/en-US/changelogs/1745.txt
deleted file mode 100644
index 46c6a48b42..0000000000
--- a/metadata/en-US/changelogs/1745.txt
+++ /dev/null
@@ -1,146 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1746.txt b/metadata/en-US/changelogs/1746.txt
deleted file mode 100644
index 24130712f0..0000000000
--- a/metadata/en-US/changelogs/1746.txt
+++ /dev/null
@@ -1,156 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### Next version
-
-* Improved Android Auto support
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1747.txt b/metadata/en-US/changelogs/1747.txt
deleted file mode 100644
index aa9a8a1d69..0000000000
--- a/metadata/en-US/changelogs/1747.txt
+++ /dev/null
@@ -1,160 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version (*)
-* Small improvements and minor bug fixes
-* Updated translations
-
-(*) Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1748.txt b/metadata/en-US/changelogs/1748.txt
deleted file mode 100644
index 124150ae3d..0000000000
--- a/metadata/en-US/changelogs/1748.txt
+++ /dev/null
@@ -1,165 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version (*)
-* Small improvements and minor bug fixes
-* Updated translations
-
-(*) Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1749.txt b/metadata/en-US/changelogs/1749.txt
deleted file mode 100644
index d991a0e3df..0000000000
--- a/metadata/en-US/changelogs/1749.txt
+++ /dev/null
@@ -1,169 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version (*)
-* Small improvements and minor bug fixes
-* Updated translations
-
-(*) Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1750.txt b/metadata/en-US/changelogs/1750.txt
deleted file mode 100644
index 65f0edf11f..0000000000
--- a/metadata/en-US/changelogs/1750.txt
+++ /dev/null
@@ -1,173 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version (*)
-* Small improvements and minor bug fixes
-* Updated translations
-
-(*) Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1751.txt b/metadata/en-US/changelogs/1751.txt
deleted file mode 100644
index 2e66adaaad..0000000000
--- a/metadata/en-US/changelogs/1751.txt
+++ /dev/null
@@ -1,183 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### Next version
-
-* Added account categories
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version (*)
-* Small improvements and minor bug fixes
-* Updated translations
-
-(*) Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1752.txt b/metadata/en-US/changelogs/1752.txt
deleted file mode 100644
index b54c8c7f0d..0000000000
--- a/metadata/en-US/changelogs/1752.txt
+++ /dev/null
@@ -1,185 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1753.txt b/metadata/en-US/changelogs/1753.txt
deleted file mode 100644
index e4242ad7c4..0000000000
--- a/metadata/en-US/changelogs/1753.txt
+++ /dev/null
@@ -1,190 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1753
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1754.txt b/metadata/en-US/changelogs/1754.txt
deleted file mode 100644
index cb16aa2b69..0000000000
--- a/metadata/en-US/changelogs/1754.txt
+++ /dev/null
@@ -1,190 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1755.txt b/metadata/en-US/changelogs/1755.txt
deleted file mode 100644
index dd775f9c01..0000000000
--- a/metadata/en-US/changelogs/1755.txt
+++ /dev/null
@@ -1,199 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1756.txt b/metadata/en-US/changelogs/1756.txt
deleted file mode 100644
index 23d0923519..0000000000
--- a/metadata/en-US/changelogs/1756.txt
+++ /dev/null
@@ -1,206 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1757.txt b/metadata/en-US/changelogs/1757.txt
deleted file mode 100644
index bbdb60b321..0000000000
--- a/metadata/en-US/changelogs/1757.txt
+++ /dev/null
@@ -1,220 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Added selective resetting of questions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1759.txt b/metadata/en-US/changelogs/1759.txt
deleted file mode 100644
index ad0b4995d4..0000000000
--- a/metadata/en-US/changelogs/1759.txt
+++ /dev/null
@@ -1,220 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1759
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Added selective resetting of questions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1760.txt b/metadata/en-US/changelogs/1760.txt
deleted file mode 100644
index ad216102d2..0000000000
--- a/metadata/en-US/changelogs/1760.txt
+++ /dev/null
@@ -1,219 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1761.txt b/metadata/en-US/changelogs/1761.txt
deleted file mode 100644
index 2fafb125d9..0000000000
--- a/metadata/en-US/changelogs/1761.txt
+++ /dev/null
@@ -1,224 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1762.txt b/metadata/en-US/changelogs/1762.txt
deleted file mode 100644
index 4f86d80fb6..0000000000
--- a/metadata/en-US/changelogs/1762.txt
+++ /dev/null
@@ -1,229 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1763.txt b/metadata/en-US/changelogs/1763.txt
deleted file mode 100644
index 793602a299..0000000000
--- a/metadata/en-US/changelogs/1763.txt
+++ /dev/null
@@ -1,245 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1764.txt b/metadata/en-US/changelogs/1764.txt
deleted file mode 100644
index 283ba07d50..0000000000
--- a/metadata/en-US/changelogs/1764.txt
+++ /dev/null
@@ -1,251 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1765.txt b/metadata/en-US/changelogs/1765.txt
deleted file mode 100644
index 2dfa3a3fd3..0000000000
--- a/metadata/en-US/changelogs/1765.txt
+++ /dev/null
@@ -1,256 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1766.txt b/metadata/en-US/changelogs/1766.txt
deleted file mode 100644
index d54ab27980..0000000000
--- a/metadata/en-US/changelogs/1766.txt
+++ /dev/null
@@ -1,261 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1767.txt b/metadata/en-US/changelogs/1767.txt
deleted file mode 100644
index 9a46699ab9..0000000000
--- a/metadata/en-US/changelogs/1767.txt
+++ /dev/null
@@ -1,266 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1768.txt b/metadata/en-US/changelogs/1768.txt
deleted file mode 100644
index b33b064a8b..0000000000
--- a/metadata/en-US/changelogs/1768.txt
+++ /dev/null
@@ -1,267 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1769.txt b/metadata/en-US/changelogs/1769.txt
deleted file mode 100644
index 93f936a78a..0000000000
--- a/metadata/en-US/changelogs/1769.txt
+++ /dev/null
@@ -1,275 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1770.txt b/metadata/en-US/changelogs/1770.txt
deleted file mode 100644
index 0b1410bd4e..0000000000
--- a/metadata/en-US/changelogs/1770.txt
+++ /dev/null
@@ -1,282 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1771.txt b/metadata/en-US/changelogs/1771.txt
deleted file mode 100644
index 0dbf915385..0000000000
--- a/metadata/en-US/changelogs/1771.txt
+++ /dev/null
@@ -1,292 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1772.txt b/metadata/en-US/changelogs/1772.txt
deleted file mode 100644
index 82f2c11581..0000000000
--- a/metadata/en-US/changelogs/1772.txt
+++ /dev/null
@@ -1,293 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1773.txt b/metadata/en-US/changelogs/1773.txt
deleted file mode 100644
index cb39a17873..0000000000
--- a/metadata/en-US/changelogs/1773.txt
+++ /dev/null
@@ -1,304 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Added option to configure card padding (three dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1774.txt b/metadata/en-US/changelogs/1774.txt
deleted file mode 100644
index 6b9ce987c4..0000000000
--- a/metadata/en-US/changelogs/1774.txt
+++ /dev/null
@@ -1,304 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1775.txt b/metadata/en-US/changelogs/1775.txt
deleted file mode 100644
index 13c19e3258..0000000000
--- a/metadata/en-US/changelogs/1775.txt
+++ /dev/null
@@ -1,315 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### Next version
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1776.txt b/metadata/en-US/changelogs/1776.txt
deleted file mode 100644
index 1e02b66cab..0000000000
--- a/metadata/en-US/changelogs/1776.txt
+++ /dev/null
@@ -1,316 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1777.txt b/metadata/en-US/changelogs/1777.txt
deleted file mode 100644
index 39cd02f0a4..0000000000
--- a/metadata/en-US/changelogs/1777.txt
+++ /dev/null
@@ -1,321 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1778.txt b/metadata/en-US/changelogs/1778.txt
deleted file mode 100644
index bb868fa46e..0000000000
--- a/metadata/en-US/changelogs/1778.txt
+++ /dev/null
@@ -1,326 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1779.txt b/metadata/en-US/changelogs/1779.txt
deleted file mode 100644
index 81ddb554bc..0000000000
--- a/metadata/en-US/changelogs/1779.txt
+++ /dev/null
@@ -1,340 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### next version
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1780.txt b/metadata/en-US/changelogs/1780.txt
deleted file mode 100644
index 658412c3ee..0000000000
--- a/metadata/en-US/changelogs/1780.txt
+++ /dev/null
@@ -1,341 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1781.txt b/metadata/en-US/changelogs/1781.txt
deleted file mode 100644
index 2486581999..0000000000
--- a/metadata/en-US/changelogs/1781.txt
+++ /dev/null
@@ -1,356 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next versio
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1782.txt b/metadata/en-US/changelogs/1782.txt
deleted file mode 100644
index 52263875a2..0000000000
--- a/metadata/en-US/changelogs/1782.txt
+++ /dev/null
@@ -1,366 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1783.txt b/metadata/en-US/changelogs/1783.txt
deleted file mode 100644
index 393bad7cd8..0000000000
--- a/metadata/en-US/changelogs/1783.txt
+++ /dev/null
@@ -1,371 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added display option to override widths in original message view
-* Small improvements and minor bug fixes
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1784.txt b/metadata/en-US/changelogs/1784.txt
deleted file mode 100644
index 3bcd2565fe..0000000000
--- a/metadata/en-US/changelogs/1784.txt
+++ /dev/null
@@ -1,379 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added text contains filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1785.txt b/metadata/en-US/changelogs/1785.txt
deleted file mode 100644
index ae4f7545f3..0000000000
--- a/metadata/en-US/changelogs/1785.txt
+++ /dev/null
@@ -1,379 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1786.txt b/metadata/en-US/changelogs/1786.txt
deleted file mode 100644
index 7b038895a6..0000000000
--- a/metadata/en-US/changelogs/1786.txt
+++ /dev/null
@@ -1,385 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1787.txt b/metadata/en-US/changelogs/1787.txt
deleted file mode 100644
index 0f618a05c2..0000000000
--- a/metadata/en-US/changelogs/1787.txt
+++ /dev/null
@@ -1,397 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1788.txt b/metadata/en-US/changelogs/1788.txt
deleted file mode 100644
index 11af05c08d..0000000000
--- a/metadata/en-US/changelogs/1788.txt
+++ /dev/null
@@ -1,403 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1789.txt b/metadata/en-US/changelogs/1789.txt
deleted file mode 100644
index 25a2b8d8e2..0000000000
--- a/metadata/en-US/changelogs/1789.txt
+++ /dev/null
@@ -1,409 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1790.txt b/metadata/en-US/changelogs/1790.txt
deleted file mode 100644
index 75bbdd4a42..0000000000
--- a/metadata/en-US/changelogs/1790.txt
+++ /dev/null
@@ -1,415 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1791.txt b/metadata/en-US/changelogs/1791.txt
deleted file mode 100644
index 37db4dc714..0000000000
--- a/metadata/en-US/changelogs/1791.txt
+++ /dev/null
@@ -1,417 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1792.txt b/metadata/en-US/changelogs/1792.txt
deleted file mode 100644
index 6d69217096..0000000000
--- a/metadata/en-US/changelogs/1792.txt
+++ /dev/null
@@ -1,423 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1793.txt b/metadata/en-US/changelogs/1793.txt
deleted file mode 100644
index 0967dd272b..0000000000
--- a/metadata/en-US/changelogs/1793.txt
+++ /dev/null
@@ -1,435 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-
-### 1.1793 - 2021-12-200
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1794.txt b/metadata/en-US/changelogs/1794.txt
deleted file mode 100644
index 6acb683b5d..0000000000
--- a/metadata/en-US/changelogs/1794.txt
+++ /dev/null
@@ -1,440 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added Outlook Tenant ID field
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1795.txt b/metadata/en-US/changelogs/1795.txt
deleted file mode 100644
index 0a960b2942..0000000000
--- a/metadata/en-US/changelogs/1795.txt
+++ /dev/null
@@ -1,445 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added Outlook Tenant ID field
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1796.txt b/metadata/en-US/changelogs/1796.txt
deleted file mode 100644
index 9237db17f2..0000000000
--- a/metadata/en-US/changelogs/1796.txt
+++ /dev/null
@@ -1,457 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### Next version
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1797.txt b/metadata/en-US/changelogs/1797.txt
deleted file mode 100644
index 7d55e2690e..0000000000
--- a/metadata/en-US/changelogs/1797.txt
+++ /dev/null
@@ -1,457 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1798.txt b/metadata/en-US/changelogs/1798.txt
deleted file mode 100644
index 06d77b49e1..0000000000
--- a/metadata/en-US/changelogs/1798.txt
+++ /dev/null
@@ -1,450 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### Next version
-
-* Added Outlook Tenant ID field
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1799.txt b/metadata/en-US/changelogs/1799.txt
deleted file mode 100644
index 7830b08143..0000000000
--- a/metadata/en-US/changelogs/1799.txt
+++ /dev/null
@@ -1,463 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1800.txt b/metadata/en-US/changelogs/1800.txt
deleted file mode 100644
index 4635995b6c..0000000000
--- a/metadata/en-US/changelogs/1800.txt
+++ /dev/null
@@ -1,481 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### Next version
-
-* Added rule action to permanently delete messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1801.txt b/metadata/en-US/changelogs/1801.txt
deleted file mode 100644
index 8c2900f24e..0000000000
--- a/metadata/en-US/changelogs/1801.txt
+++ /dev/null
@@ -1,482 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1802.txt b/metadata/en-US/changelogs/1802.txt
deleted file mode 100644
index d920d39e90..0000000000
--- a/metadata/en-US/changelogs/1802.txt
+++ /dev/null
@@ -1,494 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### Next version
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1803.txt b/metadata/en-US/changelogs/1803.txt
deleted file mode 100644
index 904d052392..0000000000
--- a/metadata/en-US/changelogs/1803.txt
+++ /dev/null
@@ -1,495 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1804.txt b/metadata/en-US/changelogs/1804.txt
deleted file mode 100644
index af1b41ce36..0000000000
--- a/metadata/en-US/changelogs/1804.txt
+++ /dev/null
@@ -1,510 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1805.txt b/metadata/en-US/changelogs/1805.txt
deleted file mode 100644
index af1b41ce36..0000000000
--- a/metadata/en-US/changelogs/1805.txt
+++ /dev/null
@@ -1,510 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1806.txt b/metadata/en-US/changelogs/1806.txt
deleted file mode 100644
index 66a389e71a..0000000000
--- a/metadata/en-US/changelogs/1806.txt
+++ /dev/null
@@ -1,515 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1807.txt b/metadata/en-US/changelogs/1807.txt
deleted file mode 100644
index f2cd0bf8e0..0000000000
--- a/metadata/en-US/changelogs/1807.txt
+++ /dev/null
@@ -1,521 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1808.txt b/metadata/en-US/changelogs/1808.txt
deleted file mode 100644
index 898145e317..0000000000
--- a/metadata/en-US/changelogs/1808.txt
+++ /dev/null
@@ -1,533 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### Next version
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1809.txt b/metadata/en-US/changelogs/1809.txt
deleted file mode 100644
index 04b3a159df..0000000000
--- a/metadata/en-US/changelogs/1809.txt
+++ /dev/null
@@ -1,533 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1810.txt b/metadata/en-US/changelogs/1810.txt
deleted file mode 100644
index c477fc27c5..0000000000
--- a/metadata/en-US/changelogs/1810.txt
+++ /dev/null
@@ -1,539 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1811.txt b/metadata/en-US/changelogs/1811.txt
deleted file mode 100644
index 9eb408bc2b..0000000000
--- a/metadata/en-US/changelogs/1811.txt
+++ /dev/null
@@ -1,550 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Next name](https://en.wikipedia.org/wiki/List_of_dinosaur_genera#E)
-
-### Next version
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1812.txt b/metadata/en-US/changelogs/1812.txt
deleted file mode 100644
index d5113a36e7..0000000000
--- a/metadata/en-US/changelogs/1812.txt
+++ /dev/null
@@ -1,550 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1813.txt b/metadata/en-US/changelogs/1813.txt
deleted file mode 100644
index f658175a85..0000000000
--- a/metadata/en-US/changelogs/1813.txt
+++ /dev/null
@@ -1,555 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1814.txt b/metadata/en-US/changelogs/1814.txt
deleted file mode 100644
index 147cd8f474..0000000000
--- a/metadata/en-US/changelogs/1814.txt
+++ /dev/null
@@ -1,564 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1814 - 2022-01-18
-
-**THIS IS AN EXPERIMENTAL RELEASE !**
-
-* Added support for sensivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1815.txt b/metadata/en-US/changelogs/1815.txt
deleted file mode 100644
index 2496d8e924..0000000000
--- a/metadata/en-US/changelogs/1815.txt
+++ /dev/null
@@ -1,567 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1816.txt b/metadata/en-US/changelogs/1816.txt
deleted file mode 100644
index 4753aa54ed..0000000000
--- a/metadata/en-US/changelogs/1816.txt
+++ /dev/null
@@ -1,572 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1817.txt b/metadata/en-US/changelogs/1817.txt
deleted file mode 100644
index b8cee59f6d..0000000000
--- a/metadata/en-US/changelogs/1817.txt
+++ /dev/null
@@ -1,585 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### Next version
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1818.txt b/metadata/en-US/changelogs/1818.txt
deleted file mode 100644
index 8de81c558a..0000000000
--- a/metadata/en-US/changelogs/1818.txt
+++ /dev/null
@@ -1,586 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1819.txt b/metadata/en-US/changelogs/1819.txt
deleted file mode 100644
index 2bbea4ec4f..0000000000
--- a/metadata/en-US/changelogs/1819.txt
+++ /dev/null
@@ -1,592 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1820.txt b/metadata/en-US/changelogs/1820.txt
deleted file mode 100644
index 219cfec668..0000000000
--- a/metadata/en-US/changelogs/1820.txt
+++ /dev/null
@@ -1,597 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1821.txt b/metadata/en-US/changelogs/1821.txt
deleted file mode 100644
index b0a5044e37..0000000000
--- a/metadata/en-US/changelogs/1821.txt
+++ /dev/null
@@ -1,603 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1822.txt b/metadata/en-US/changelogs/1822.txt
deleted file mode 100644
index 311847d4c2..0000000000
--- a/metadata/en-US/changelogs/1822.txt
+++ /dev/null
@@ -1,608 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1823.txt b/metadata/en-US/changelogs/1823.txt
deleted file mode 100644
index e759232118..0000000000
--- a/metadata/en-US/changelogs/1823.txt
+++ /dev/null
@@ -1,619 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### Next version
-
-* Show image thumbnail in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1824.txt b/metadata/en-US/changelogs/1824.txt
deleted file mode 100644
index 0231b75f59..0000000000
--- a/metadata/en-US/changelogs/1824.txt
+++ /dev/null
@@ -1,619 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1825.txt b/metadata/en-US/changelogs/1825.txt
deleted file mode 100644
index c4bcb86476..0000000000
--- a/metadata/en-US/changelogs/1825.txt
+++ /dev/null
@@ -1,625 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1826.txt b/metadata/en-US/changelogs/1826.txt
deleted file mode 100644
index bb8547d83f..0000000000
--- a/metadata/en-US/changelogs/1826.txt
+++ /dev/null
@@ -1,631 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1827.txt b/metadata/en-US/changelogs/1827.txt
deleted file mode 100644
index 909d7ae094..0000000000
--- a/metadata/en-US/changelogs/1827.txt
+++ /dev/null
@@ -1,637 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1828.txt b/metadata/en-US/changelogs/1828.txt
deleted file mode 100644
index 6b523aab90..0000000000
--- a/metadata/en-US/changelogs/1828.txt
+++ /dev/null
@@ -1,642 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1829.txt b/metadata/en-US/changelogs/1829.txt
deleted file mode 100644
index c3c7f98a6a..0000000000
--- a/metadata/en-US/changelogs/1829.txt
+++ /dev/null
@@ -1,648 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1830.txt b/metadata/en-US/changelogs/1830.txt
deleted file mode 100644
index 412046d2fe..0000000000
--- a/metadata/en-US/changelogs/1830.txt
+++ /dev/null
@@ -1,663 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### Next version
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1831.txt b/metadata/en-US/changelogs/1831.txt
deleted file mode 100644
index 714694d930..0000000000
--- a/metadata/en-US/changelogs/1831.txt
+++ /dev/null
@@ -1,663 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1832.txt b/metadata/en-US/changelogs/1832.txt
deleted file mode 100644
index f53600633c..0000000000
--- a/metadata/en-US/changelogs/1832.txt
+++ /dev/null
@@ -1,675 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### Next version
-
-* Added option to disable divider lines for tabular layout
-* Added view original signature
-* Added support for text-transform upper/lowercase
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1833.txt b/metadata/en-US/changelogs/1833.txt
deleted file mode 100644
index f001dee927..0000000000
--- a/metadata/en-US/changelogs/1833.txt
+++ /dev/null
@@ -1,681 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### Next version
-
-* Added Croscore and Crosextra fonts
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1834.txt b/metadata/en-US/changelogs/1834.txt
deleted file mode 100644
index 748d6c6b46..0000000000
--- a/metadata/en-US/changelogs/1834.txt
+++ /dev/null
@@ -1,688 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### Next version
-
-* Added default display font setting
-* Small improvements and minor bug fixes
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1835.txt b/metadata/en-US/changelogs/1835.txt
deleted file mode 100644
index da9c98dd1a..0000000000
--- a/metadata/en-US/changelogs/1835.txt
+++ /dev/null
@@ -1,690 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1836.txt b/metadata/en-US/changelogs/1836.txt
deleted file mode 100644
index 783a9cadbb..0000000000
--- a/metadata/en-US/changelogs/1836.txt
+++ /dev/null
@@ -1,703 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### Next version
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1837.txt b/metadata/en-US/changelogs/1837.txt
deleted file mode 100644
index 9abbde17d0..0000000000
--- a/metadata/en-US/changelogs/1837.txt
+++ /dev/null
@@ -1,703 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1838.txt b/metadata/en-US/changelogs/1838.txt
deleted file mode 100644
index 6fab279db9..0000000000
--- a/metadata/en-US/changelogs/1838.txt
+++ /dev/null
@@ -1,714 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1839 - 2022-02-16
-
-* Added option to select long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1839.txt b/metadata/en-US/changelogs/1839.txt
deleted file mode 100644
index 07006fed0a..0000000000
--- a/metadata/en-US/changelogs/1839.txt
+++ /dev/null
@@ -1,714 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1840.txt b/metadata/en-US/changelogs/1840.txt
deleted file mode 100644
index 31639482e8..0000000000
--- a/metadata/en-US/changelogs/1840.txt
+++ /dev/null
@@ -1,720 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1841.txt b/metadata/en-US/changelogs/1841.txt
deleted file mode 100644
index fb2bc6de2f..0000000000
--- a/metadata/en-US/changelogs/1841.txt
+++ /dev/null
@@ -1,735 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### Next version
-
-* Added black or white theme
-* Added option to always navigation from message to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1842.txt b/metadata/en-US/changelogs/1842.txt
deleted file mode 100644
index 849f0c9823..0000000000
--- a/metadata/en-US/changelogs/1842.txt
+++ /dev/null
@@ -1,735 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1843.txt b/metadata/en-US/changelogs/1843.txt
deleted file mode 100644
index 759f5309e7..0000000000
--- a/metadata/en-US/changelogs/1843.txt
+++ /dev/null
@@ -1,741 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1844.txt b/metadata/en-US/changelogs/1844.txt
deleted file mode 100644
index 07f763b54e..0000000000
--- a/metadata/en-US/changelogs/1844.txt
+++ /dev/null
@@ -1,748 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1844 - 2022-02-23
-
-* Improved bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1845.txt b/metadata/en-US/changelogs/1845.txt
deleted file mode 100644
index c030f66c5d..0000000000
--- a/metadata/en-US/changelogs/1845.txt
+++ /dev/null
@@ -1,754 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1846.txt b/metadata/en-US/changelogs/1846.txt
deleted file mode 100644
index dae4f0f46a..0000000000
--- a/metadata/en-US/changelogs/1846.txt
+++ /dev/null
@@ -1,759 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1847.txt b/metadata/en-US/changelogs/1847.txt
deleted file mode 100644
index 6a5533df45..0000000000
--- a/metadata/en-US/changelogs/1847.txt
+++ /dev/null
@@ -1,767 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1848.txt b/metadata/en-US/changelogs/1848.txt
deleted file mode 100644
index f1877a2af5..0000000000
--- a/metadata/en-US/changelogs/1848.txt
+++ /dev/null
@@ -1,773 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1849.txt b/metadata/en-US/changelogs/1849.txt
deleted file mode 100644
index 4422ff390d..0000000000
--- a/metadata/en-US/changelogs/1849.txt
+++ /dev/null
@@ -1,780 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1850.txt b/metadata/en-US/changelogs/1850.txt
deleted file mode 100644
index 1bff11caef..0000000000
--- a/metadata/en-US/changelogs/1850.txt
+++ /dev/null
@@ -1,785 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1851.txt b/metadata/en-US/changelogs/1851.txt
deleted file mode 100644
index 3295662daf..0000000000
--- a/metadata/en-US/changelogs/1851.txt
+++ /dev/null
@@ -1,802 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1852.txt b/metadata/en-US/changelogs/1852.txt
deleted file mode 100644
index 6bb9aa7298..0000000000
--- a/metadata/en-US/changelogs/1852.txt
+++ /dev/null
@@ -1,802 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1853.txt b/metadata/en-US/changelogs/1853.txt
deleted file mode 100644
index 223e5083f8..0000000000
--- a/metadata/en-US/changelogs/1853.txt
+++ /dev/null
@@ -1,817 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1854.txt b/metadata/en-US/changelogs/1854.txt
deleted file mode 100644
index 598255fecd..0000000000
--- a/metadata/en-US/changelogs/1854.txt
+++ /dev/null
@@ -1,827 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added option to show contents of zipped attachments
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Added [linear back-off scheme](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq123)
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1855.txt b/metadata/en-US/changelogs/1855.txt
deleted file mode 100644
index 5b06d6a2b4..0000000000
--- a/metadata/en-US/changelogs/1855.txt
+++ /dev/null
@@ -1,835 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1856.txt b/metadata/en-US/changelogs/1856.txt
deleted file mode 100644
index d4ecb2febd..0000000000
--- a/metadata/en-US/changelogs/1856.txt
+++ /dev/null
@@ -1,841 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1857.txt b/metadata/en-US/changelogs/1857.txt
deleted file mode 100644
index 9a2c3d8b33..0000000000
--- a/metadata/en-US/changelogs/1857.txt
+++ /dev/null
@@ -1,848 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in the rule list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1858.txt b/metadata/en-US/changelogs/1858.txt
deleted file mode 100644
index 2130dc6e2a..0000000000
--- a/metadata/en-US/changelogs/1858.txt
+++ /dev/null
@@ -1,854 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1859.txt b/metadata/en-US/changelogs/1859.txt
deleted file mode 100644
index db79efcc29..0000000000
--- a/metadata/en-US/changelogs/1859.txt
+++ /dev/null
@@ -1,860 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1860.txt b/metadata/en-US/changelogs/1860.txt
deleted file mode 100644
index 4e9ff6b4b3..0000000000
--- a/metadata/en-US/changelogs/1860.txt
+++ /dev/null
@@ -1,869 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1861.txt b/metadata/en-US/changelogs/1861.txt
deleted file mode 100644
index 1b3d41c1c4..0000000000
--- a/metadata/en-US/changelogs/1861.txt
+++ /dev/null
@@ -1,877 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1862.txt b/metadata/en-US/changelogs/1862.txt
deleted file mode 100644
index e8c9018a42..0000000000
--- a/metadata/en-US/changelogs/1862.txt
+++ /dev/null
@@ -1,877 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1863.txt b/metadata/en-US/changelogs/1863.txt
deleted file mode 100644
index 199c0732c2..0000000000
--- a/metadata/en-US/changelogs/1863.txt
+++ /dev/null
@@ -1,883 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1864.txt b/metadata/en-US/changelogs/1864.txt
deleted file mode 100644
index ad181e9913..0000000000
--- a/metadata/en-US/changelogs/1864.txt
+++ /dev/null
@@ -1,887 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1865.txt b/metadata/en-US/changelogs/1865.txt
deleted file mode 100644
index 18e0817b0c..0000000000
--- a/metadata/en-US/changelogs/1865.txt
+++ /dev/null
@@ -1,893 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1866.txt b/metadata/en-US/changelogs/1866.txt
deleted file mode 100644
index 151d83ac45..0000000000
--- a/metadata/en-US/changelogs/1866.txt
+++ /dev/null
@@ -1,899 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1866 - 2022-04-02
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1867.txt b/metadata/en-US/changelogs/1867.txt
deleted file mode 100644
index d46f6f9ce1..0000000000
--- a/metadata/en-US/changelogs/1867.txt
+++ /dev/null
@@ -1,904 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1868.txt b/metadata/en-US/changelogs/1868.txt
deleted file mode 100644
index a18e8e2595..0000000000
--- a/metadata/en-US/changelogs/1868.txt
+++ /dev/null
@@ -1,915 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### Next version
-
-* Added DeepL HTML support
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1869.txt b/metadata/en-US/changelogs/1869.txt
deleted file mode 100644
index 73ca2bd16b..0000000000
--- a/metadata/en-US/changelogs/1869.txt
+++ /dev/null
@@ -1,918 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1870.txt b/metadata/en-US/changelogs/1870.txt
deleted file mode 100644
index 2782f3c1c3..0000000000
--- a/metadata/en-US/changelogs/1870.txt
+++ /dev/null
@@ -1,924 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1871.txt b/metadata/en-US/changelogs/1871.txt
deleted file mode 100644
index bafacfbfa3..0000000000
--- a/metadata/en-US/changelogs/1871.txt
+++ /dev/null
@@ -1,929 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1872.txt b/metadata/en-US/changelogs/1872.txt
deleted file mode 100644
index 7c13a6face..0000000000
--- a/metadata/en-US/changelogs/1872.txt
+++ /dev/null
@@ -1,934 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1873.txt b/metadata/en-US/changelogs/1873.txt
deleted file mode 100644
index b7cad53b4b..0000000000
--- a/metadata/en-US/changelogs/1873.txt
+++ /dev/null
@@ -1,944 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### Next version
-
-* Added padding option for tabular view
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1874.txt b/metadata/en-US/changelogs/1874.txt
deleted file mode 100644
index a812742e27..0000000000
--- a/metadata/en-US/changelogs/1874.txt
+++ /dev/null
@@ -1,948 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1875.txt b/metadata/en-US/changelogs/1875.txt
deleted file mode 100644
index 39908c99c7..0000000000
--- a/metadata/en-US/changelogs/1875.txt
+++ /dev/null
@@ -1,966 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### Next version
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1876.txt b/metadata/en-US/changelogs/1876.txt
deleted file mode 100644
index d6278461be..0000000000
--- a/metadata/en-US/changelogs/1876.txt
+++ /dev/null
@@ -1,966 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1877.txt b/metadata/en-US/changelogs/1877.txt
deleted file mode 100644
index 2268eceb08..0000000000
--- a/metadata/en-US/changelogs/1877.txt
+++ /dev/null
@@ -1,972 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1878.txt b/metadata/en-US/changelogs/1878.txt
deleted file mode 100644
index 5376d556b5..0000000000
--- a/metadata/en-US/changelogs/1878.txt
+++ /dev/null
@@ -1,979 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1879.txt b/metadata/en-US/changelogs/1879.txt
deleted file mode 100644
index 117d25c9a4..0000000000
--- a/metadata/en-US/changelogs/1879.txt
+++ /dev/null
@@ -1,992 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### Next version
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1880.txt b/metadata/en-US/changelogs/1880.txt
deleted file mode 100644
index 9f55af650d..0000000000
--- a/metadata/en-US/changelogs/1880.txt
+++ /dev/null
@@ -1,992 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1880 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1881.txt b/metadata/en-US/changelogs/1881.txt
deleted file mode 100644
index 4375614e25..0000000000
--- a/metadata/en-US/changelogs/1881.txt
+++ /dev/null
@@ -1,992 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1882.txt b/metadata/en-US/changelogs/1882.txt
deleted file mode 100644
index 88932d313a..0000000000
--- a/metadata/en-US/changelogs/1882.txt
+++ /dev/null
@@ -1,998 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added [Libravatar](https://www.libravatar.org/) support
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1883.txt b/metadata/en-US/changelogs/1883.txt
deleted file mode 100644
index a3ff436d71..0000000000
--- a/metadata/en-US/changelogs/1883.txt
+++ /dev/null
@@ -1,1003 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1884.txt b/metadata/en-US/changelogs/1884.txt
deleted file mode 100644
index 1636c2492a..0000000000
--- a/metadata/en-US/changelogs/1884.txt
+++ /dev/null
@@ -1,1009 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added [DeepL HTML support](https://www.deepl.com/docs-api/handling-html-(beta)/)
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic [DMARC](https://en.wikipedia.org/wiki/DMARC) report viewer
-* Enabled [sqlite analyze](https://sqlite.org/lang_analyze.html)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) word lists
-* Added [CSS inherit](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) support
-* Targeting [Android 12L](https://developer.android.com/about/versions/12/12L) (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated [Public Suffix List](https://publicsuffix.org/)
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added [AMP](https://amp.dev/about/email/) support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-* Changes: [see here](https://github.com/M66B/FairEmail/compare/1.1796...1.1798?w=1)
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1885.txt b/metadata/en-US/changelogs/1885.txt
deleted file mode 100644
index f22347dd22..0000000000
--- a/metadata/en-US/changelogs/1885.txt
+++ /dev/null
@@ -1,1021 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### Next version
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press *Save* button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1886.txt b/metadata/en-US/changelogs/1886.txt
deleted file mode 100644
index 66cb7e71f5..0000000000
--- a/metadata/en-US/changelogs/1886.txt
+++ /dev/null
@@ -1,1021 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1887.txt b/metadata/en-US/changelogs/1887.txt
deleted file mode 100644
index 7cfc93d507..0000000000
--- a/metadata/en-US/changelogs/1887.txt
+++ /dev/null
@@ -1,1035 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### Next version
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1888.txt b/metadata/en-US/changelogs/1888.txt
deleted file mode 100644
index 327ab2adf7..0000000000
--- a/metadata/en-US/changelogs/1888.txt
+++ /dev/null
@@ -1,1043 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### Next version
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1889.txt b/metadata/en-US/changelogs/1889.txt
deleted file mode 100644
index 19d6416323..0000000000
--- a/metadata/en-US/changelogs/1889.txt
+++ /dev/null
@@ -1,1043 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1888 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1890.txt b/metadata/en-US/changelogs/1890.txt
deleted file mode 100644
index 4d4e179705..0000000000
--- a/metadata/en-US/changelogs/1890.txt
+++ /dev/null
@@ -1,1048 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1889 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1891.txt b/metadata/en-US/changelogs/1891.txt
deleted file mode 100644
index 564d5d78d1..0000000000
--- a/metadata/en-US/changelogs/1891.txt
+++ /dev/null
@@ -1,1061 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1892.txt b/metadata/en-US/changelogs/1892.txt
deleted file mode 100644
index 4c1e150fec..0000000000
--- a/metadata/en-US/changelogs/1892.txt
+++ /dev/null
@@ -1,1067 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1893.txt b/metadata/en-US/changelogs/1893.txt
deleted file mode 100644
index fbb04efe07..0000000000
--- a/metadata/en-US/changelogs/1893.txt
+++ /dev/null
@@ -1,1072 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1894.txt b/metadata/en-US/changelogs/1894.txt
deleted file mode 100644
index 995f169afb..0000000000
--- a/metadata/en-US/changelogs/1894.txt
+++ /dev/null
@@ -1,1087 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### Next version
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1895.txt b/metadata/en-US/changelogs/1895.txt
deleted file mode 100644
index 62bbdc698f..0000000000
--- a/metadata/en-US/changelogs/1895.txt
+++ /dev/null
@@ -1,1087 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1896.txt b/metadata/en-US/changelogs/1896.txt
deleted file mode 100644
index 4868ed8989..0000000000
--- a/metadata/en-US/changelogs/1896.txt
+++ /dev/null
@@ -1,1100 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### Next version
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1897.txt b/metadata/en-US/changelogs/1897.txt
deleted file mode 100644
index bb5d565d78..0000000000
--- a/metadata/en-US/changelogs/1897.txt
+++ /dev/null
@@ -1,1100 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1898.txt b/metadata/en-US/changelogs/1898.txt
deleted file mode 100644
index c91e564d3a..0000000000
--- a/metadata/en-US/changelogs/1898.txt
+++ /dev/null
@@ -1,1105 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1899.txt b/metadata/en-US/changelogs/1899.txt
deleted file mode 100644
index ed1f7c931c..0000000000
--- a/metadata/en-US/changelogs/1899.txt
+++ /dev/null
@@ -1,1110 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1900.txt b/metadata/en-US/changelogs/1900.txt
deleted file mode 100644
index 58075c747c..0000000000
--- a/metadata/en-US/changelogs/1900.txt
+++ /dev/null
@@ -1,1119 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1901.txt b/metadata/en-US/changelogs/1901.txt
deleted file mode 100644
index e78ae0bf4e..0000000000
--- a/metadata/en-US/changelogs/1901.txt
+++ /dev/null
@@ -1,1124 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1902.txt b/metadata/en-US/changelogs/1902.txt
deleted file mode 100644
index b7d6cd1374..0000000000
--- a/metadata/en-US/changelogs/1902.txt
+++ /dev/null
@@ -1,1132 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1903.txt b/metadata/en-US/changelogs/1903.txt
deleted file mode 100644
index 5a33f54b2b..0000000000
--- a/metadata/en-US/changelogs/1903.txt
+++ /dev/null
@@ -1,1139 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1904.txt b/metadata/en-US/changelogs/1904.txt
deleted file mode 100644
index 0904b85570..0000000000
--- a/metadata/en-US/changelogs/1904.txt
+++ /dev/null
@@ -1,1155 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### Next version
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1905.txt b/metadata/en-US/changelogs/1905.txt
deleted file mode 100644
index 6fa8f8e4b9..0000000000
--- a/metadata/en-US/changelogs/1905.txt
+++ /dev/null
@@ -1,1164 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### Next version
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1906.txt b/metadata/en-US/changelogs/1906.txt
deleted file mode 100644
index 9162386f56..0000000000
--- a/metadata/en-US/changelogs/1906.txt
+++ /dev/null
@@ -1,1165 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1907.txt b/metadata/en-US/changelogs/1907.txt
deleted file mode 100644
index 43adf8f014..0000000000
--- a/metadata/en-US/changelogs/1907.txt
+++ /dev/null
@@ -1,1179 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1908.txt b/metadata/en-US/changelogs/1908.txt
deleted file mode 100644
index 43adf8f014..0000000000
--- a/metadata/en-US/changelogs/1908.txt
+++ /dev/null
@@ -1,1179 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1909.txt b/metadata/en-US/changelogs/1909.txt
deleted file mode 100644
index 366c37440f..0000000000
--- a/metadata/en-US/changelogs/1909.txt
+++ /dev/null
@@ -1,1184 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1910.txt b/metadata/en-US/changelogs/1910.txt
deleted file mode 100644
index b0b6762f97..0000000000
--- a/metadata/en-US/changelogs/1910.txt
+++ /dev/null
@@ -1,1190 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1911.txt b/metadata/en-US/changelogs/1911.txt
deleted file mode 100644
index e2749cb9e0..0000000000
--- a/metadata/en-US/changelogs/1911.txt
+++ /dev/null
@@ -1,1198 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1912.txt b/metadata/en-US/changelogs/1912.txt
deleted file mode 100644
index e76d6d465e..0000000000
--- a/metadata/en-US/changelogs/1912.txt
+++ /dev/null
@@ -1,1205 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1913.txt b/metadata/en-US/changelogs/1913.txt
deleted file mode 100644
index 9f9259939f..0000000000
--- a/metadata/en-US/changelogs/1913.txt
+++ /dev/null
@@ -1,1218 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### Next version
-
-* Added option for automatic hyphenation
-* Improved Android 13 compatibility
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1913 - 2022-06-12
-
-* Fixed asking for permissions on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1914.txt b/metadata/en-US/changelogs/1914.txt
deleted file mode 100644
index 06e518d166..0000000000
--- a/metadata/en-US/changelogs/1914.txt
+++ /dev/null
@@ -1,1218 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1914 - 2022-06-13
-
-* Added option for automatic hyphenation
-* Improved Android 13 compatibility
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1913 - 2022-06-12
-
-* Fixed asking for permissions on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1915.txt b/metadata/en-US/changelogs/1915.txt
deleted file mode 100644
index 3dd4e082a2..0000000000
--- a/metadata/en-US/changelogs/1915.txt
+++ /dev/null
@@ -1,1228 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### Next version
-
-* Added option to suppress new message notifications when calling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1915 - 2022-06-14
-
-* Fixed initializing option values
-
-### 1.1914 - 2022-06-13
-
-* Added option for automatic hyphenation
-* Improved Android 13 compatibility
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1913 - 2022-06-12
-
-* Fixed asking for permissions on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1916.txt b/metadata/en-US/changelogs/1916.txt
deleted file mode 100644
index 9d1813d557..0000000000
--- a/metadata/en-US/changelogs/1916.txt
+++ /dev/null
@@ -1,1228 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1916 - 2022-06-14
-
-* Added option to suppress new message notifications when calling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1915 - 2022-06-13
-
-* Fixed initializing option values
-
-### 1.1914 - 2022-06-13
-
-* Added option for automatic hyphenation
-* Improved Android 13 compatibility
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1913 - 2022-06-12
-
-* Fixed asking for permissions on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1917.txt b/metadata/en-US/changelogs/1917.txt
deleted file mode 100644
index 4c7001b45c..0000000000
--- a/metadata/en-US/changelogs/1917.txt
+++ /dev/null
@@ -1,1234 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1917 - 2022-06-14
-
-* Fixed moving to selected folder
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1916 - 2022-06-14
-
-* Added option to suppress new message notifications when calling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1915 - 2022-06-13
-
-* Fixed initializing option values
-
-### 1.1914 - 2022-06-13
-
-* Added option for automatic hyphenation
-* Improved Android 13 compatibility
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1913 - 2022-06-12
-
-* Fixed asking for permissions on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1919.txt b/metadata/en-US/changelogs/1919.txt
deleted file mode 100644
index 2ad47016de..0000000000
--- a/metadata/en-US/changelogs/1919.txt
+++ /dev/null
@@ -1,1246 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1919 - 2022-06-15
-
-* Fixed fragment back
-* Small improvements and minor bug fixes
-* Updated AndroidX
-
-### 1.1918 - 2022-06-15
-
-* Added browser selection to open link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1917 - 2022-06-14
-
-* Fixed moving to selected folder
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1916 - 2022-06-14
-
-* Added option to suppress new message notifications when calling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1915 - 2022-06-13
-
-* Fixed initializing option values
-
-### 1.1914 - 2022-06-13
-
-* Added option for automatic hyphenation
-* Improved Android 13 compatibility
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1913 - 2022-06-12
-
-* Fixed asking for permissions on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1921.txt b/metadata/en-US/changelogs/1921.txt
deleted file mode 100644
index c4f8b444fe..0000000000
--- a/metadata/en-US/changelogs/1921.txt
+++ /dev/null
@@ -1,1258 +0,0 @@
-## Changelog
-
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
-
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
-
-### 1.1921 - 2022-06-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1920 - 2022-06-16
-
-* Fixed double back to exit
-* Improved browser selection
-* Added forward as attachment to answer menu
-* Small improvements and minor bug fixes
-
-### 1.1919 - 2022-06-15
-
-* Fixed fragment back
-* Small improvements and minor bug fixes
-* Updated AndroidX
-
-### 1.1918 - 2022-06-15
-
-* Added browser selection to open link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1917 - 2022-06-14
-
-* Fixed moving to selected folder
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1916 - 2022-06-14
-
-* Added option to suppress new message notifications when calling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1915 - 2022-06-13
-
-* Fixed initializing option values
-
-### 1.1914 - 2022-06-13
-
-* Added option for automatic hyphenation
-* Improved Android 13 compatibility
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1913 - 2022-06-12
-
-* Fixed asking for permissions on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1912 - 2022-06-11
-
-* Targetting SDK 33 (Android 13)
-* Small improvements and minor bug fixes
-* Updated AndroidX Webkit
-* Updated translations
-
-### 1.1911 - 2022-06-11
-
-* Added encoding (character set) override option
-* Added UTF-16 endianness detection
-* Small improvements and minor bug fixes
-* Updated AndroidX and material design library
-* Updated translations
-
-### 1.1910 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 12 and before
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1909 - 2022-06-10
-
-* Fixed dark theme / original message view on Android 13
-* Updated translations
-
-### 1.1908 - 2022-06-09
-
-* Added searching for text in drafts
-* Added OAuth for Gmail POP3 accounts
-* Improved Android 13 compatibility (notification permissions)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1907 - 2022-06-07
-
-* Fixed deleted POP3 messages reappearing
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1906 - 2022-06-06
-
-* Added POP3 swipe action to report spam / block sender
-* Added POP3 report spam / block sender for multiple selected messages
-* Added check to prevent blocking self
-* Added suffix guessing on adding attachments
-* Fixed startup issue for some devices / Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1905 - 2022-06-03
-
-* Added print selected text
-* Added quick actions unread and permanent deletion
-* Added Turkish and Indonesian to DeepL languages
-* Added auto fixing filename suffix on adding image attachments
-* Improved insert link dialog
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
-
-### 1.1904 - 2022-05-30
-
-* Fixed duplicate archived Gmail drafts
-
-### 1.1903 - 2022-05-30
-
-* Fixed archiving/trashing Gmail drafts
-* Auto block sender on moving (as opposed to reporting) messages to spam
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1902 - 2022-05-29
-
-* Fixed memory leak in some scenarios
-* Fixed persistent loading spinner in some situations
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1901 - 2022-05-27
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1900 - 2022-05-25
-
-* Fixed mini gallery not showing in some cases
-* Fixed folder sync in some cases
-* Fixed displaying/editing lists in some cases
-* Updated privacy policy
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1899 - 2022-05-18
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1898 - 2022-05-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1897 - 2022-05-14
-
-* Added configurable quick actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1896 - 2022-05-13
-
-* Prevent blocking self (report spam)
-* Preliminary Android 13 support (photo picker)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1895 - 2022-05-12
-
-* Added quick mark as read button
-* Added send option to disable forwarding as new conversation thread
-* Small improvements and minor bug fixes
-* Updated AndroidX / material design library
-* Updated translations
-
-### 1.1894 - 2022-05-11
-
-* Fixed widgets for older Android versions
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1893 - 2022-05-10
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1892 - 2022-05-07
-
-* Added optional day/night mode for widgets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891b - 2022-05-05
-
-* Added avatars option to message list widget
-* Added option to use blocklists for POP3
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1891a - 2022-05-03
-
-* Fixed unified folders nav menu message count
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1890 - 2022-05-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1889 - 2022-05-02
-
-* Added translate all button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1888 - 2022-05-01
-
-* Added quick actions for selected messages
-* Added widget option to disable separator lines
-* Added widget highlight color selection
-* Added search for sender for single selected message
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
-
-### 1.1887 - 2022-04-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1886 - 2022-04-28
-
-* Added option to auto save after entering a dot
-* Added LanguageTool support (long press the 'Save' button)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1885 - 2022-04-26
-
-* Fixed saving drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1884 - 2022-04-26
-
-* Added option to highlight unread messages in the message list widget
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1883 - 2022-04-25
-
-* Added auto save draft for every new paragraph (can be turned off in the send settings)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1882 - 2022-04-25
-
-* Fixed dark texts in dark themes
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1881 - 2022-04-24
-
-* Added advanced account option to sync outside schedule
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1879 - 2022-04-23
-
-* Added warning about airplane mode enabled
-* Added advanced account option to connect via unmetered networks only
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1878 - 2022-04-21
-
-* Fixed printing
-* Fixed signature verification in some cases
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1877 - 2022-04-21
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1876 - 2022-04-20
-
-* Added auto select same identity for same recipient for new messages
-* Added option to add signature to first reply only
-* Added option to hide folders with all read messages (start screen only)
-* Fixed memory leaks
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
-
-### 1.1875 - 2022-04-13
-
-* Fixed crash on some Android versions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1874 - 2022-04-13
-
-* Added padding option for tabular view in overflow menu
-* Added selection of contact type (home, work, etc) when inserting contact group
-* Fixed some memory leaks
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1873 - 2022-04-09
-
-* Fix scroll stuttering in some case
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1872 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1871 - 2022-04-09
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1870 - 2022-04-08
-
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1869 - 2022-04-07
-
-* Added DeepL HTML support
-* Fixed inline image handling for external drafts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1868 - 2022-04-06
-
-* Small improvements and minor bug fixes
-* Updated Public Suffix List
-* Updated build tools
-* Updated translations
-
-### 1.1867 - 2022-04-04
-
-* Added highlighting (marking) of text
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1866 - 2022-04-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1865 - 2022-04-01
-
-* Added searching in rule actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1864 - 2022-03-30
-
-* Fixed starting disabled accounts
-
-### 1.1863 - 2022-03-30
-
-* Converting background images into images (reformatted message view)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1862 - 2022-03-28
-
-* Added local contact editor
-* Added local contact groups
-* Added block sender for POP3 accounts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1861 - 2022-03-25
-
-* Added option to show account categories in the navigation menu
-* Added managing filter rules to the navigation menu
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated Public Suffix List
-* Updated translations
-
-### 1.1860 - 2022-03-23
-
-* Added sent sound selection
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1859 - 2022-03-22
-
-* Showing common filter rule action values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1858 - 2022-03-21
-
-* Added remove all attachments button to message editor
-* Showing filter rule condition values in rule lists
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1857 - 2022-03-19
-
-* Added inserting templates as text snippets
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1856 - 2022-03-14
-
-* Added click link feedback
-* Added option for direct server search
-* Improved favicon selection
-* Improved DMARC report viewer
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1855 - 2022-03-12
-
-* Added option to show contents of zipped attachments (enabled by default)
-* Added option to sort reply templates by frequency of use
-* Added basic DMARC report viewer
-* Enabled sqlite analyze
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1854 - 2022-03-09
-
-* Added some more BIP39 word lists
-* Added CSS inherit support
-* Targeting Android 12L (SDK 32)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1853 - 2022-03-07
-
-* Added BIP39 word lists in various languages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1852 - 2022-03-07
-
-* Added image dimensions to mini gallery
-* Added PGP and S/MIME key indicators to address bubbles
-* Added delete existing accounts option to import dialog
-* Added clear all data settings tile
-* Added remote clear all data via mnemonic
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
-
-### 1.1851 - 2022-03-02
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1850 - 2022-02-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1849 - 2022-02-26
-
-* Fixed inserting photos after device rotation
-* Showing if there are attachments in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1848 - 2022-02-25
-
-* Fixed POP3 delete
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1847 - 2022-02-24
-
-* Address bubbles: generated icons
-* Address bubbles: RTL support
-* Address bubbles: accessibility improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1846 - 2022-02-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1845 - 2022-02-23
-
-* Address bubble fixes and improvements
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1844 - 2022-02-23
-
-* Improved address bubble handling
-* Added "extra small" image resize option
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1843 - 2022-02-22
-
-* Added address bubbles (enable via overflow menu / message editor)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1842 - 2022-02-20
-
-* Added (black or) white theme
-* Added option to always navigation from message list to folder list
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1841 - 2022-02-19
-
-* Improved plain text only check
-* Updated Public Suffix List
-* Preliminary Android 13 support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1840 - 2022-02-17
-
-* Fixed auto linking of email addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1839 - 2022-02-16
-
-* Added an option to select the long press answer button action
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1838 - 2022-02-15
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1837 - 2022-02-14
-
-* Added menu item to show plain text part
-* Added AMP email support
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1836 - 2022-02-12
-
-* Added option to disable using bundled fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1835 - 2022-02-11
-
-* Added default display font setting
-* Replaced Cambo by Caladea font
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1834 - 2022-02-10
-
-* Added Croscore and Crosextra fonts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1833 - 2022-02-07
-
-* Added view original signature
-* Added support for CSS text-transform
-* Added option to disable divider lines for tabular layout
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1832 - 2022-02-05
-
-* Added saving S/MIME public keys
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1831 - 2022-02-04
-
-* Added slider to change message column width
-* Added option for formal/informal DeepL translation
-* Added insert line to long press menu
-* Small improvements and minor bug fixes
-* Updated libraries/AndroidX
-* Updated translations
-
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
-
-### 1.1830 - 2022-02-02
-
-* Fixed extra buttons option
-
-### 1.1829 - 2022-02-02
-
-* Reduced logging
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1828 - 2022-02-01
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1827 - 2022-02-01
-
-* Fixed forward as attachment
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1826 - 2022-01-31
-
-* Added $$tls$ rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1825 - 2022-01-30
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1824 - 2022-01-29
-
-* Show image thumbnails in message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1823 - 2022-01-29
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1822 - 2022-01-28
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1821 - 2022-01-25
-
-* Fixed answer menu crash
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1820 - 2022-01-24
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1819 - 2022-01-23
-
-* Fixed crash in error handling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1818 - 2022-01-22
-
-* Added colors to reply templates
-* Added displaying reply templates by group
-* Added option to group messages by account category (default disabled)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1817 - 2022-01-21
-
-* Fixed text context menu actions
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1816 - 2022-01-20
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1815 - 2022-01-19
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1814 - 2022-01-18
-
-* Added support for sensitivity indicator (personal, private, confidential)
-* Added batch setting of message flags (protocol level)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1813 - 2022-01-17
-
-* Fixed downloading attachments on demand
-* Small improvements and minor bug fixes
-
-### 1.1812 - 2022-01-17
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
-
-### 1.1811 - 2022-01-14
-
-* Fixed scroll issue
-
-### 1.1810 - 2022-01-14
-
-* Fixed searching for options when swiping
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1809 - 2022-01-14
-
-* Reply with selected text in style
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1808 - 2022-01-13
-
-* Added share images button above mini gallery
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1807 - 2022-01-11
-
-* Fixed delay when going to a settings page
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1806 - 2022-01-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1805 - 2022-01-10
-
-* Long screenshots (Android 12+)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1804 - 2022-01-08
-
-* Added check for secure (TLS) transport (experimental)
-* Removed double confirm for permanently deleting messages
-* Allowing three tries for biometric authentication
-* Fixed RTL for sent messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1803 - 2022-01-06
-
-* Added rule action to play (alarm) sound (experimental)
-* Small improvements and minor bug fixes
-* Updated build tools and libraries
-* Updated translations
-
-### 1.1802 - 2022-01-03
-
-* Improved original message view scrolling
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1801 - 2021-12-30
-
-* Added rule action to permanently delete messages
-* Using IMAP flags to store low/high importance
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1800 - 2021-12-27
-
-* Fixed crash when manually configuring an account
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1799 - 2021-12-27
-
-* Fixed removing inline images on replying/forwarding
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1798 - 2021-12-27
-
-* Play store only release
-* Fixed removing inline images on replying/forwarding
-
-### 1.1797 - 2021-12-27
-
-* Added Outlook Tenant ID field
-* Added option for numbered reply prefix
-* Added conversion of OAuth to password authentication
-* Improved handling of delivery/read receipts
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
-
-### 1.1796 - 2021-12-23
-
-* Fixed incorrect background colors
-* Small improvements and minor bug fixes
-
-### 1.1795 - 2021-12-23
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1794 - 2021-12-22
-
-* Added logarithmic PIN failure delay of 3 seconds
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1793 - 2021-12-20
-
-* Fixed crash related to resending
-* Added compact mode for accounts on start screen
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1792 - 2021-12-18
-
-* Fixed always resending (2)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1791 - 2021-12-18
-
-* Fixed always resending
-* Added receive option to group on sender/subject
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1790 - 2021-12-16
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1789 - 2021-12-14
-
-* Added support for foldable devices
-* Small improvements and minor bug fixes
-* Updated build tools
-* Updated translations
-
-### 1.1788 - 2021-12-13
-
-* Added experimental resend support (RFC2822 section 3.6.6)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1787 - 2021-12-11
-
-* Fixed always downloading headers/bodies for rules requiring this
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1786 - 2021-12-10
-
-* Fixed marking messages read in some situations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1785 - 2021-12-09
-
-* Added "text contains" filter rule condition
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1784 - 2021-12-08
-
-* Added display option to override widths in original message view
-* Added sync twice within 30 seconds to sync all messages
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1783 - 2021-12-02
-
-* Added display option to use highlight color for unread shadow
-* Added display option for wide color stripe
-* Added notification/delete for POP3 when "leave deleted" is enabled
-* Improved support for read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1782 - 2021-11-27
-
-* Added optional set importance button
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1781 - 2021-11-23
-
-* Added behavior option to enable swipe right to reply
-* Added separate sort order setting for unified folders
-* Updated AndroidX
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Banji](https://en.wikipedia.org/wiki/Banji)
-
-### 1.1780 - 2021-11-15
-
-* Fixed empty lines in message headers
-* Improved handling of read-only folders
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1779 - 2021-11-13
-
-* Added using folder colors for Gmail labels
-* Added highlighting of searched text in messages
-* Added filter for trashed messages in conversations
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1778 - 2021-11-11
-
-* Fixed duplicate submenu icons
-* Small improvements and minor bug fixes
-
-### 1.1777 - 2021-11-11
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1776 - 2021-11-10
-
-* Added message menu icons
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1775 - 2021-11-09
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1774 - 2021-11-08
-
-* Added option to configure card padding (3-dots overflow menu)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1773 - 2021-11-06
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1772 - 2021-11-04
-
-* Added check for sending to no-reply addresses
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1771 - 2021-11-03
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1770 - 2021-11-01
-
-* Added option to lock app (biometric/PIN) on leaving app
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1769 - 2021-10-28
-
-* Fixed drafts not being removed
-* Added Emoji font loading (privacy settings)
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1768 - 2021-10-27
-
-* Added Material You theme (Android 12)
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1767 - 2021-10-26
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1766
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1765
-
-* Added option to disable lock on screen off for biometric authentication
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1764
-
-* Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
-* Use account categories for identities
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
-
-### 1.1763
-
-* Small improvements and minor bug fixes
-* Updated libraries
-* Updated translations
-
-### 1.1762
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1761
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1760
-
-* Added multiple select spam / block sender
-* Added conditional searching via search index
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1757
-
-* Improved send progress calculation
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1756
-
-* Added settings import result dialog
-* Added send progress bar in sending notification
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1755
-
-* Added no font option for outgoing messages (send settings)
-* Reduced memory usage
-* Small improvements and minor bug fixes
-* Updated translations
-
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
-
-### 1.1754
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1752
-
-* Added account categories [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
-
-### 1.1751
-
-* Fixed updating system folder properties
-
-### 1.1750
-
-* Auto reselect system folders
-
-### 1.1749
-
-* Fixed handling namespace errors
-
-### 1.1748
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1747
-
-* Disabled Android Auto support for the Play store version [1]
-* Small improvements and minor bug fixes
-* Updated translations
-
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
-
-### 1.1746
-
-* Enabled Android auto support (see the FAQ for details)
-
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
-
-### 1.1745
-
-* Auto delete stale grouped operations
-
-### 1.1744
-
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1743
-
-* Fixed listing personal root namespace
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1742
-
-* Small improvements and minor bug fixes
-* Updated AndroidX
-* Updated translations
-
-### 1.1741
-
-* Fixed empty account/identity list crash
-* Updated AndroidX
-* Updated translations
-
-### 1.1740
-
-* Added importing/exporting of vCards for local contact database
-* Added option to show number of unread drafts in the navigation menu
-* Added option to disable collapsing on manually marking read/unread
-* Reduced memory usage
-* Small improvements and minor bug fixes
-
-### 1.1739
-
-* Showing search index state
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1738
-
-* Added theme option for always light message editor
-* Small improvements and minor bug fixes
-* Updated translations
-
-### 1.1737
-
-* Fixed crash
-
-### 1.1736
-
-* Small improvements and minor bug fixes
-
-### 1.1735
-
-* Added guided workaround for Outlook authentication errors
-
-### 1.1734
-
-* Added color to saved searches
-
-### 1.1733
-
-* Added saved searches (experimental)
-
-### 1.1732
-
-* Added collapsing of navigation menu folders
-* Added theme option for default light original message view
-* Unified colors based on account folder colors
-* Showing folders of all personal namespaces
-* Improved Android 12 support
-* Fixed all reported bugs
-
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
-
-### 1.1731
-
-* Fixed invalid error reports
-
-### 1.1730
-
-* Small improvements and minor bug fixes
-
-### 1.1729
-
-* Added miscellaneous option to disable showing the changelog
-
-### 1.1728
-
-* Prevent suggesting spam contacts
-* Confirm deleting block sender rules
-
-### 1.1727
-
-* Following dark/light theme for original message view
-* Added message menu item / optional button to force light theme for original message view
-* Moved block sender rules to local contact database to make it a free feature
-* Fixed verifying some S/MIME signatures
-
-### 1.1726
-
-* Show in-app changelog after updating
-
-### 1.1725
-
-* Added in-app changelog
-
-### 1.1724
-
-* Added display option for fixed date header
-* Moved navigation folders under accounts in the navigation menu
-
-### 1.1723
-
-* Fixed polling sometimes stopping
-
-### 1.1722
-
-* Added sort folders on unread messages option
-* Added Outlook .msg file decoder
-
-### 1.1721
-
-* Added decoding of Sophos Email Appliance links
-* Updated libraries
-
-### 1.1720
-
-* Moved outbox to unified folders in navigation menu
-* Added connection option to connect via VPN only
-* Added sqlite checkpoint after processing operations
-
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
-
-### 1.1719
-
-* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1926.txt b/metadata/en-US/changelogs/1926.txt
index cf3e9d4b28..70f1c2da25 100644
--- a/metadata/en-US/changelogs/1926.txt
+++ b/metadata/en-US/changelogs/1926.txt
@@ -1,98 +1,110 @@
-## Changelog
+Changelog
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
+--------------------
 
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
+Kinnareemimus
 
-### 1.1926 - 2022-06-23
+Next version
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
 
 * Added workaround for crash in Chrome taking down FairEmail
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1925 - 2022-06-22
+1.1925 - 2022-06-22
 
 * Fixed crash in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1924 - 2022-06-19
+1.1924 - 2022-06-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1923 - 2022-06-18
+1.1923 - 2022-06-18
 
 * Added option to delay notifications while on a call (Android 12 or later)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1922 - 2022-06-18
+1.1922 - 2022-06-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1921 - 2022-06-17
+1.1921 - 2022-06-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1920 - 2022-06-16
+1.1920 - 2022-06-16
 
 * Fixed double back to exit
 * Improved browser selection
 * Added forward as attachment to answer menu
 * Small improvements and minor bug fixes
 
-### 1.1919 - 2022-06-15
+1.1919 - 2022-06-15
 
 * Fixed fragment back
 * Small improvements and minor bug fixes
 * Updated AndroidX
 
-### 1.1918 - 2022-06-15
+1.1918 - 2022-06-15
 
 * Added browser selection to open link dialog
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1917 - 2022-06-14
+1.1917 - 2022-06-14
 
 * Fixed moving to selected folder
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1916 - 2022-06-14
+1.1916 - 2022-06-14
 
 * Added option to suppress new message notifications when calling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1915 - 2022-06-13
+1.1915 - 2022-06-13
 
 * Fixed initializing option values
 
-### 1.1914 - 2022-06-13
+1.1914 - 2022-06-13
 
 * Added option for automatic hyphenation
 * Improved Android 13 compatibility
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1913 - 2022-06-12
+1.1913 - 2022-06-12
 
 * Fixed asking for permissions on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1912 - 2022-06-11
+1.1912 - 2022-06-11
 
 * Targetting SDK 33 (Android 13)
 * Small improvements and minor bug fixes
 * Updated AndroidX Webkit
 * Updated translations
 
-### 1.1911 - 2022-06-11
+1.1911 - 2022-06-11
 
 * Added encoding (character set) override option
 * Added UTF-16 endianness detection
@@ -100,18 +112,18 @@
 * Updated AndroidX and material design library
 * Updated translations
 
-### 1.1910 - 2022-06-10
+1.1910 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1909 - 2022-06-10
+1.1909 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 13
 * Updated translations
 
-### 1.1908 - 2022-06-09
+1.1908 - 2022-06-09
 
 * Added searching for text in drafts
 * Added OAuth for Gmail POP3 accounts
@@ -119,13 +131,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1907 - 2022-06-07
+1.1907 - 2022-06-07
 
 * Fixed deleted POP3 messages reappearing
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1906 - 2022-06-06
+1.1906 - 2022-06-06
 
 * Added POP3 swipe action to report spam / block sender
 * Added POP3 report spam / block sender for multiple selected messages
@@ -135,7 +147,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1905 - 2022-06-03
+1.1905 - 2022-06-03
 
 * Added print selected text
 * Added quick actions unread and permanent deletion
@@ -145,20 +157,20 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
+Itemirus
 
-### 1.1904 - 2022-05-30
+1.1904 - 2022-05-30
 
 * Fixed duplicate archived Gmail drafts
 
-### 1.1903 - 2022-05-30
+1.1903 - 2022-05-30
 
 * Fixed archiving/trashing Gmail drafts
 * Auto block sender on moving (as opposed to reporting) messages to spam
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1902 - 2022-05-29
+1.1902 - 2022-05-29
 
 * Fixed memory leak in some scenarios
 * Fixed persistent loading spinner in some situations
@@ -166,12 +178,12 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1901 - 2022-05-27
+1.1901 - 2022-05-27
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1900 - 2022-05-25
+1.1900 - 2022-05-25
 
 * Fixed mini gallery not showing in some cases
 * Fixed folder sync in some cases
@@ -180,30 +192,30 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1899 - 2022-05-18
+1.1899 - 2022-05-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1898 - 2022-05-15
+1.1898 - 2022-05-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1897 - 2022-05-14
+1.1897 - 2022-05-14
 
 * Added configurable quick actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1896 - 2022-05-13
+1.1896 - 2022-05-13
 
 * Prevent blocking self (report spam)
 * Preliminary Android 13 support (photo picker)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1895 - 2022-05-12
+1.1895 - 2022-05-12
 
 * Added quick mark as read button
 * Added send option to disable forwarding as new conversation thread
@@ -211,49 +223,49 @@
 * Updated AndroidX / material design library
 * Updated translations
 
-### 1.1894 - 2022-05-11
+1.1894 - 2022-05-11
 
 * Fixed widgets for older Android versions
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1893 - 2022-05-10
+1.1893 - 2022-05-10
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1892 - 2022-05-07
+1.1892 - 2022-05-07
 
 * Added optional day/night mode for widgets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891b - 2022-05-05
+1.1891b - 2022-05-05
 
 * Added avatars option to message list widget
 * Added option to use blocklists for POP3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891a - 2022-05-03
+1.1891a - 2022-05-03
 
 * Fixed unified folders nav menu message count
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1890 - 2022-05-03
+1.1890 - 2022-05-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1889 - 2022-05-02
+1.1889 - 2022-05-02
 
 * Added translate all button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1888 - 2022-05-01
+1.1888 - 2022-05-01
 
 * Added quick actions for selected messages
 * Added widget option to disable separator lines
@@ -262,71 +274,71 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
+Hulsanpes
 
-### 1.1887 - 2022-04-29
+1.1887 - 2022-04-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1886 - 2022-04-28
+1.1886 - 2022-04-28
 
 * Added option to auto save after entering a dot
 * Added LanguageTool support (long press the 'Save' button)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1885 - 2022-04-26
+1.1885 - 2022-04-26
 
 * Fixed saving drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1884 - 2022-04-26
+1.1884 - 2022-04-26
 
 * Added option to highlight unread messages in the message list widget
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1883 - 2022-04-25
+1.1883 - 2022-04-25
 
 * Added auto save draft for every new paragraph (can be turned off in the send settings)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1882 - 2022-04-25
+1.1882 - 2022-04-25
 
 * Fixed dark texts in dark themes
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1881 - 2022-04-24
+1.1881 - 2022-04-24
 
 * Added advanced account option to sync outside schedule
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1879 - 2022-04-23
+1.1879 - 2022-04-23
 
 * Added warning about airplane mode enabled
 * Added advanced account option to connect via unmetered networks only
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1878 - 2022-04-21
+1.1878 - 2022-04-21
 
 * Fixed printing
 * Fixed signature verification in some cases
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1877 - 2022-04-21
+1.1877 - 2022-04-21
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1876 - 2022-04-20
+1.1876 - 2022-04-20
 
 * Added auto select same identity for same recipient for new messages
 * Added option to add signature to first reply only
@@ -336,15 +348,15 @@
 * Updated AndroidX
 * Updated translations
 
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
+Gobivenator
 
-### 1.1875 - 2022-04-13
+1.1875 - 2022-04-13
 
 * Fixed crash on some Android versions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1874 - 2022-04-13
+1.1874 - 2022-04-13
 
 * Added padding option for tabular view in overflow menu
 * Added selection of contact type (home, work, etc) when inserting contact group
@@ -352,70 +364,70 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1873 - 2022-04-09
+1.1873 - 2022-04-09
 
 * Fix scroll stuttering in some case
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1872 - 2022-04-09
+1.1872 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1871 - 2022-04-09
+1.1871 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1870 - 2022-04-08
+1.1870 - 2022-04-08
 
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1869 - 2022-04-07
+1.1869 - 2022-04-07
 
 * Added DeepL HTML support
 * Fixed inline image handling for external drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1868 - 2022-04-06
+1.1868 - 2022-04-06
 
 * Small improvements and minor bug fixes
 * Updated Public Suffix List
 * Updated build tools
 * Updated translations
 
-### 1.1867 - 2022-04-04
+1.1867 - 2022-04-04
 
 * Added highlighting (marking) of text
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1866 - 2022-04-02
+1.1866 - 2022-04-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1865 - 2022-04-01
+1.1865 - 2022-04-01
 
 * Added searching in rule actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1864 - 2022-03-30
+1.1864 - 2022-03-30
 
 * Fixed starting disabled accounts
 
-### 1.1863 - 2022-03-30
+1.1863 - 2022-03-30
 
 * Converting background images into images (reformatted message view)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1862 - 2022-03-28
+1.1862 - 2022-03-28
 
 * Added local contact editor
 * Added local contact groups
@@ -423,7 +435,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1861 - 2022-03-25
+1.1861 - 2022-03-25
 
 * Added option to show account categories in the navigation menu
 * Added managing filter rules to the navigation menu
@@ -432,32 +444,32 @@
 * Updated Public Suffix List
 * Updated translations
 
-### 1.1860 - 2022-03-23
+1.1860 - 2022-03-23
 
 * Added sent sound selection
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1859 - 2022-03-22
+1.1859 - 2022-03-22
 
 * Showing common filter rule action values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1858 - 2022-03-21
+1.1858 - 2022-03-21
 
 * Added remove all attachments button to message editor
 * Showing filter rule condition values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1857 - 2022-03-19
+1.1857 - 2022-03-19
 
 * Added inserting templates as text snippets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1856 - 2022-03-14
+1.1856 - 2022-03-14
 
 * Added click link feedback
 * Added option for direct server search
@@ -466,7 +478,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1855 - 2022-03-12
+1.1855 - 2022-03-12
 
 * Added option to show contents of zipped attachments (enabled by default)
 * Added option to sort reply templates by frequency of use
@@ -475,7 +487,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1854 - 2022-03-09
+1.1854 - 2022-03-09
 
 * Added some more BIP39 word lists
 * Added CSS inherit support
@@ -483,13 +495,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1853 - 2022-03-07
+1.1853 - 2022-03-07
 
 * Added BIP39 word lists in various languages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1852 - 2022-03-07
+1.1852 - 2022-03-07
 
 * Added image dimensions to mini gallery
 * Added PGP and S/MIME key indicators to address bubbles
@@ -499,32 +511,32 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
+Fulgurotherium
 
-### 1.1851 - 2022-03-02
+1.1851 - 2022-03-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1850 - 2022-02-28
+1.1850 - 2022-02-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1849 - 2022-02-26
+1.1849 - 2022-02-26
 
 * Fixed inserting photos after device rotation
 * Showing if there are attachments in conversations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1848 - 2022-02-25
+1.1848 - 2022-02-25
 
 * Fixed POP3 delete
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1847 - 2022-02-24
+1.1847 - 2022-02-24
 
 * Address bubbles: generated icons
 * Address bubbles: RTL support
@@ -532,38 +544,38 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1846 - 2022-02-24
+1.1846 - 2022-02-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1845 - 2022-02-23
+1.1845 - 2022-02-23
 
 * Address bubble fixes and improvements
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1844 - 2022-02-23
+1.1844 - 2022-02-23
 
 * Improved address bubble handling
 * Added "extra small" image resize option
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1843 - 2022-02-22
+1.1843 - 2022-02-22
 
 * Added address bubbles (enable via overflow menu / message editor)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1842 - 2022-02-20
+1.1842 - 2022-02-20
 
 * Added (black or) white theme
 * Added option to always navigation from message list to folder list
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1841 - 2022-02-19
+1.1841 - 2022-02-19
 
 * Improved plain text only check
 * Updated Public Suffix List
@@ -571,50 +583,50 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1840 - 2022-02-17
+1.1840 - 2022-02-17
 
 * Fixed auto linking of email addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1839 - 2022-02-16
+1.1839 - 2022-02-16
 
 * Added an option to select the long press answer button action
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1838 - 2022-02-15
+1.1838 - 2022-02-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1837 - 2022-02-14
+1.1837 - 2022-02-14
 
 * Added menu item to show plain text part
 * Added AMP email support
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1836 - 2022-02-12
+1.1836 - 2022-02-12
 
 * Added option to disable using bundled fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1835 - 2022-02-11
+1.1835 - 2022-02-11
 
 * Added default display font setting
 * Replaced Cambo by Caladea font
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1834 - 2022-02-10
+1.1834 - 2022-02-10
 
 * Added Croscore and Crosextra fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1833 - 2022-02-07
+1.1833 - 2022-02-07
 
 * Added view original signature
 * Added support for CSS text-transform
@@ -622,13 +634,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1832 - 2022-02-05
+1.1832 - 2022-02-05
 
 * Added saving S/MIME public keys
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1831 - 2022-02-04
+1.1831 - 2022-02-04
 
 * Added slider to change message column width
 * Added option for formal/informal DeepL translation
@@ -637,75 +649,75 @@
 * Updated libraries/AndroidX
 * Updated translations
 
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
+Epidexipteryx
 
-### 1.1830 - 2022-02-02
+1.1830 - 2022-02-02
 
 * Fixed extra buttons option
 
-### 1.1829 - 2022-02-02
+1.1829 - 2022-02-02
 
 * Reduced logging
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1828 - 2022-02-01
+1.1828 - 2022-02-01
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1827 - 2022-02-01
+1.1827 - 2022-02-01
 
 * Fixed forward as attachment
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1826 - 2022-01-31
+1.1826 - 2022-01-31
 
 * Added $$tls$ rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1825 - 2022-01-30
+1.1825 - 2022-01-30
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1824 - 2022-01-29
+1.1824 - 2022-01-29
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1823 - 2022-01-29
+1.1823 - 2022-01-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1822 - 2022-01-28
+1.1822 - 2022-01-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1821 - 2022-01-25
+1.1821 - 2022-01-25
 
 * Fixed answer menu crash
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1820 - 2022-01-24
+1.1820 - 2022-01-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1819 - 2022-01-23
+1.1819 - 2022-01-23
 
 * Fixed crash in error handling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1818 - 2022-01-22
+1.1818 - 2022-01-22
 
 * Added colors to reply templates
 * Added displaying reply templates by group
@@ -713,81 +725,81 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1817 - 2022-01-21
+1.1817 - 2022-01-21
 
 * Fixed text context menu actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1816 - 2022-01-20
+1.1816 - 2022-01-20
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1815 - 2022-01-19
+1.1815 - 2022-01-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1814 - 2022-01-18
+1.1814 - 2022-01-18
 
 * Added support for sensitivity indicator (personal, private, confidential)
 * Added batch setting of message flags (protocol level)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1813 - 2022-01-17
+1.1813 - 2022-01-17
 
 * Fixed downloading attachments on demand
 * Small improvements and minor bug fixes
 
-### 1.1812 - 2022-01-17
+1.1812 - 2022-01-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
+Draconyx
 
-### 1.1811 - 2022-01-14
+1.1811 - 2022-01-14
 
 * Fixed scroll issue
 
-### 1.1810 - 2022-01-14
+1.1810 - 2022-01-14
 
 * Fixed searching for options when swiping
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1809 - 2022-01-14
+1.1809 - 2022-01-14
 
 * Reply with selected text in style
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1808 - 2022-01-13
+1.1808 - 2022-01-13
 
 * Added share images button above mini gallery
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1807 - 2022-01-11
+1.1807 - 2022-01-11
 
 * Fixed delay when going to a settings page
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1806 - 2022-01-11
+1.1806 - 2022-01-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1805 - 2022-01-10
+1.1805 - 2022-01-10
 
 * Long screenshots (Android 12+)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1804 - 2022-01-08
+1.1804 - 2022-01-08
 
 * Added check for secure (TLS) transport (experimental)
 * Removed double confirm for permanently deleting messages
@@ -796,44 +808,44 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1803 - 2022-01-06
+1.1803 - 2022-01-06
 
 * Added rule action to play (alarm) sound (experimental)
 * Small improvements and minor bug fixes
 * Updated build tools and libraries
 * Updated translations
 
-### 1.1802 - 2022-01-03
+1.1802 - 2022-01-03
 
 * Improved original message view scrolling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1801 - 2021-12-30
+1.1801 - 2021-12-30
 
 * Added rule action to permanently delete messages
 * Using IMAP flags to store low/high importance
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1800 - 2021-12-27
+1.1800 - 2021-12-27
 
 * Fixed crash when manually configuring an account
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1799 - 2021-12-27
+1.1799 - 2021-12-27
 
 * Fixed removing inline images on replying/forwarding
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1798 - 2021-12-27
+1.1798 - 2021-12-27
 
 * Play store only release
 * Fixed removing inline images on replying/forwarding
 
-### 1.1797 - 2021-12-27
+1.1797 - 2021-12-27
 
 * Added Outlook Tenant ID field
 * Added option for numbered reply prefix
@@ -842,89 +854,89 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
+Caudipteryx
 
-### 1.1796 - 2021-12-23
+1.1796 - 2021-12-23
 
 * Fixed incorrect background colors
 * Small improvements and minor bug fixes
 
-### 1.1795 - 2021-12-23
+1.1795 - 2021-12-23
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1794 - 2021-12-22
+1.1794 - 2021-12-22
 
 * Added logarithmic PIN failure delay of 3 seconds
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1793 - 2021-12-20
+1.1793 - 2021-12-20
 
 * Fixed crash related to resending
 * Added compact mode for accounts on start screen
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1792 - 2021-12-18
+1.1792 - 2021-12-18
 
 * Fixed always resending (2)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1791 - 2021-12-18
+1.1791 - 2021-12-18
 
 * Fixed always resending
 * Added receive option to group on sender/subject
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1790 - 2021-12-16
+1.1790 - 2021-12-16
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1789 - 2021-12-14
+1.1789 - 2021-12-14
 
 * Added support for foldable devices
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1788 - 2021-12-13
+1.1788 - 2021-12-13
 
 * Added experimental resend support (RFC2822 section 3.6.6)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1787 - 2021-12-11
+1.1787 - 2021-12-11
 
 * Fixed always downloading headers/bodies for rules requiring this
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1786 - 2021-12-10
+1.1786 - 2021-12-10
 
 * Fixed marking messages read in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1785 - 2021-12-09
+1.1785 - 2021-12-09
 
 * Added "text contains" filter rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1784 - 2021-12-08
+1.1784 - 2021-12-08
 
 * Added display option to override widths in original message view
 * Added sync twice within 30 seconds to sync all messages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1783 - 2021-12-02
+1.1783 - 2021-12-02
 
 * Added display option to use highlight color for unread shadow
 * Added display option for wide color stripe
@@ -933,13 +945,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1782 - 2021-11-27
+1.1782 - 2021-11-27
 
 * Added optional set importance button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1781 - 2021-11-23
+1.1781 - 2021-11-23
 
 * Added behavior option to enable swipe right to reply
 * Added separate sort order setting for unified folders
@@ -947,16 +959,16 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Banji](https://en.wikipedia.org/wiki/Banji)
+Banji
 
-### 1.1780 - 2021-11-15
+1.1780 - 2021-11-15
 
 * Fixed empty lines in message headers
 * Improved handling of read-only folders
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1779 - 2021-11-13
+1.1779 - 2021-11-13
 
 * Added using folder colors for Gmail labels
 * Added highlighting of searched text in messages
@@ -964,58 +976,58 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1778 - 2021-11-11
+1.1778 - 2021-11-11
 
 * Fixed duplicate submenu icons
 * Small improvements and minor bug fixes
 
-### 1.1777 - 2021-11-11
+1.1777 - 2021-11-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1776 - 2021-11-10
+1.1776 - 2021-11-10
 
 * Added message menu icons
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1775 - 2021-11-09
+1.1775 - 2021-11-09
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1774 - 2021-11-08
+1.1774 - 2021-11-08
 
 * Added option to configure card padding (3-dots overflow menu)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1773 - 2021-11-06
+1.1773 - 2021-11-06
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1772 - 2021-11-04
+1.1772 - 2021-11-04
 
 * Added check for sending to no-reply addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1771 - 2021-11-03
+1.1771 - 2021-11-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1770 - 2021-11-01
+1.1770 - 2021-11-01
 
 * Added option to lock app (biometric/PIN) on leaving app
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1769 - 2021-10-28
+1.1769 - 2021-10-28
 
 * Fixed drafts not being removed
 * Added Emoji font loading (privacy settings)
@@ -1023,155 +1035,155 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1768 - 2021-10-27
+1.1768 - 2021-10-27
 
 * Added Material You theme (Android 12)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1767 - 2021-10-26
+1.1767 - 2021-10-26
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1766
+1.1766
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1765
+1.1765
 
 * Added option to disable lock on screen off for biometric authentication
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1764
+1.1764
 
 * Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
+* Report new messages when composing a message 1
 * Use account categories for identities
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
 
-### 1.1763
+1.1763
 
 * Small improvements and minor bug fixes
 * Updated libraries
 * Updated translations
 
-### 1.1762
+1.1762
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1761
+1.1761
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1760
+1.1760
 
 * Added multiple select spam / block sender
 * Added conditional searching via search index
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1757
+1.1757
 
 * Improved send progress calculation
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1756
+1.1756
 
 * Added settings import result dialog
 * Added send progress bar in sending notification
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1755
+1.1755
 
 * Added no font option for outgoing messages (send settings)
 * Reduced memory usage
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
+Adratiklit
 
-### 1.1754
+1.1754
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1752
+1.1752
 
-* Added account categories [1]
+* Added account categories 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
 
-### 1.1751
+1.1751
 
 * Fixed updating system folder properties
 
-### 1.1750
+1.1750
 
 * Auto reselect system folders
 
-### 1.1749
+1.1749
 
 * Fixed handling namespace errors
 
-### 1.1748
+1.1748
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1747
+1.1747
 
-* Disabled Android Auto support for the Play store version [1]
+* Disabled Android Auto support for the Play store version 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
+1 Google does not allow email apps with Android Auto support, see the FAQ.
 
-### 1.1746
+1.1746
 
 * Enabled Android auto support (see the FAQ for details)
 
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
+Zanabazar
 
-### 1.1745
+1.1745
 
 * Auto delete stale grouped operations
 
-### 1.1744
+1.1744
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1743
+1.1743
 
 * Fixed listing personal root namespace
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1742
+1.1742
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1741
+1.1741
 
 * Fixed empty account/identity list crash
 * Updated AndroidX
 * Updated translations
 
-### 1.1740
+1.1740
 
 * Added importing/exporting of vCards for local contact database
 * Added option to show number of unread drafts in the navigation menu
@@ -1179,39 +1191,39 @@
 * Reduced memory usage
 * Small improvements and minor bug fixes
 
-### 1.1739
+1.1739
 
 * Showing search index state
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1738
+1.1738
 
 * Added theme option for always light message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1737
+1.1737
 
 * Fixed crash
 
-### 1.1736
+1.1736
 
 * Small improvements and minor bug fixes
 
-### 1.1735
+1.1735
 
 * Added guided workaround for Outlook authentication errors
 
-### 1.1734
+1.1734
 
 * Added color to saved searches
 
-### 1.1733
+1.1733
 
 * Added saved searches (experimental)
 
-### 1.1732
+1.1732
 
 * Added collapsing of navigation menu folders
 * Added theme option for default light original message view
@@ -1220,67 +1232,67 @@
 * Improved Android 12 support
 * Fixed all reported bugs
 
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
+Yaverlandia
 
-### 1.1731
+1.1731
 
 * Fixed invalid error reports
 
-### 1.1730
+1.1730
 
 * Small improvements and minor bug fixes
 
-### 1.1729
+1.1729
 
 * Added miscellaneous option to disable showing the changelog
 
-### 1.1728
+1.1728
 
 * Prevent suggesting spam contacts
 * Confirm deleting block sender rules
 
-### 1.1727
+1.1727
 
 * Following dark/light theme for original message view
 * Added message menu item / optional button to force light theme for original message view
 * Moved block sender rules to local contact database to make it a free feature
 * Fixed verifying some S/MIME signatures
 
-### 1.1726
+1.1726
 
 * Show in-app changelog after updating
 
-### 1.1725
+1.1725
 
 * Added in-app changelog
 
-### 1.1724
+1.1724
 
 * Added display option for fixed date header
 * Moved navigation folders under accounts in the navigation menu
 
-### 1.1723
+1.1723
 
 * Fixed polling sometimes stopping
 
-### 1.1722
+1.1722
 
 * Added sort folders on unread messages option
 * Added Outlook .msg file decoder
 
-### 1.1721
+1.1721
 
 * Added decoding of Sophos Email Appliance links
 * Updated libraries
 
-### 1.1720
+1.1720
 
 * Moved outbox to unified folders in navigation menu
 * Added connection option to connect via VPN only
 * Added sqlite checkpoint after processing operations
 
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
+Xiyunykus
 
-### 1.1719
+1.1719
 
 * Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1920.txt b/metadata/en-US/changelogs/1927.txt
similarity index 80%
rename from metadata/en-US/changelogs/1920.txt
rename to metadata/en-US/changelogs/1927.txt
index a6f3c74522..9a0bd187f1 100644
--- a/metadata/en-US/changelogs/1920.txt
+++ b/metadata/en-US/changelogs/1927.txt
@@ -1,65 +1,115 @@
-## Changelog
+Changelog
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
+--------------------
 
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
+Kinnareemimus
 
-### 1.1920 - 2022-06-16
+Next version
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
 
 * Fixed double back to exit
 * Improved browser selection
 * Added forward as attachment to answer menu
 * Small improvements and minor bug fixes
 
-### 1.1919 - 2022-06-15
+1.1919 - 2022-06-15
 
 * Fixed fragment back
 * Small improvements and minor bug fixes
 * Updated AndroidX
 
-### 1.1918 - 2022-06-15
+1.1918 - 2022-06-15
 
 * Added browser selection to open link dialog
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1917 - 2022-06-14
+1.1917 - 2022-06-14
 
 * Fixed moving to selected folder
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1916 - 2022-06-14
+1.1916 - 2022-06-14
 
 * Added option to suppress new message notifications when calling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1915 - 2022-06-13
+1.1915 - 2022-06-13
 
 * Fixed initializing option values
 
-### 1.1914 - 2022-06-13
+1.1914 - 2022-06-13
 
 * Added option for automatic hyphenation
 * Improved Android 13 compatibility
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1913 - 2022-06-12
+1.1913 - 2022-06-12
 
 * Fixed asking for permissions on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1912 - 2022-06-11
+1.1912 - 2022-06-11
 
 * Targetting SDK 33 (Android 13)
 * Small improvements and minor bug fixes
 * Updated AndroidX Webkit
 * Updated translations
 
-### 1.1911 - 2022-06-11
+1.1911 - 2022-06-11
 
 * Added encoding (character set) override option
 * Added UTF-16 endianness detection
@@ -67,18 +117,18 @@
 * Updated AndroidX and material design library
 * Updated translations
 
-### 1.1910 - 2022-06-10
+1.1910 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1909 - 2022-06-10
+1.1909 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 13
 * Updated translations
 
-### 1.1908 - 2022-06-09
+1.1908 - 2022-06-09
 
 * Added searching for text in drafts
 * Added OAuth for Gmail POP3 accounts
@@ -86,13 +136,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1907 - 2022-06-07
+1.1907 - 2022-06-07
 
 * Fixed deleted POP3 messages reappearing
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1906 - 2022-06-06
+1.1906 - 2022-06-06
 
 * Added POP3 swipe action to report spam / block sender
 * Added POP3 report spam / block sender for multiple selected messages
@@ -102,7 +152,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1905 - 2022-06-03
+1.1905 - 2022-06-03
 
 * Added print selected text
 * Added quick actions unread and permanent deletion
@@ -112,20 +162,20 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
+Itemirus
 
-### 1.1904 - 2022-05-30
+1.1904 - 2022-05-30
 
 * Fixed duplicate archived Gmail drafts
 
-### 1.1903 - 2022-05-30
+1.1903 - 2022-05-30
 
 * Fixed archiving/trashing Gmail drafts
 * Auto block sender on moving (as opposed to reporting) messages to spam
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1902 - 2022-05-29
+1.1902 - 2022-05-29
 
 * Fixed memory leak in some scenarios
 * Fixed persistent loading spinner in some situations
@@ -133,12 +183,12 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1901 - 2022-05-27
+1.1901 - 2022-05-27
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1900 - 2022-05-25
+1.1900 - 2022-05-25
 
 * Fixed mini gallery not showing in some cases
 * Fixed folder sync in some cases
@@ -147,30 +197,30 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1899 - 2022-05-18
+1.1899 - 2022-05-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1898 - 2022-05-15
+1.1898 - 2022-05-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1897 - 2022-05-14
+1.1897 - 2022-05-14
 
 * Added configurable quick actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1896 - 2022-05-13
+1.1896 - 2022-05-13
 
 * Prevent blocking self (report spam)
 * Preliminary Android 13 support (photo picker)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1895 - 2022-05-12
+1.1895 - 2022-05-12
 
 * Added quick mark as read button
 * Added send option to disable forwarding as new conversation thread
@@ -178,49 +228,49 @@
 * Updated AndroidX / material design library
 * Updated translations
 
-### 1.1894 - 2022-05-11
+1.1894 - 2022-05-11
 
 * Fixed widgets for older Android versions
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1893 - 2022-05-10
+1.1893 - 2022-05-10
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1892 - 2022-05-07
+1.1892 - 2022-05-07
 
 * Added optional day/night mode for widgets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891b - 2022-05-05
+1.1891b - 2022-05-05
 
 * Added avatars option to message list widget
 * Added option to use blocklists for POP3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891a - 2022-05-03
+1.1891a - 2022-05-03
 
 * Fixed unified folders nav menu message count
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1890 - 2022-05-03
+1.1890 - 2022-05-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1889 - 2022-05-02
+1.1889 - 2022-05-02
 
 * Added translate all button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1888 - 2022-05-01
+1.1888 - 2022-05-01
 
 * Added quick actions for selected messages
 * Added widget option to disable separator lines
@@ -229,71 +279,71 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
+Hulsanpes
 
-### 1.1887 - 2022-04-29
+1.1887 - 2022-04-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1886 - 2022-04-28
+1.1886 - 2022-04-28
 
 * Added option to auto save after entering a dot
 * Added LanguageTool support (long press the 'Save' button)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1885 - 2022-04-26
+1.1885 - 2022-04-26
 
 * Fixed saving drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1884 - 2022-04-26
+1.1884 - 2022-04-26
 
 * Added option to highlight unread messages in the message list widget
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1883 - 2022-04-25
+1.1883 - 2022-04-25
 
 * Added auto save draft for every new paragraph (can be turned off in the send settings)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1882 - 2022-04-25
+1.1882 - 2022-04-25
 
 * Fixed dark texts in dark themes
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1881 - 2022-04-24
+1.1881 - 2022-04-24
 
 * Added advanced account option to sync outside schedule
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1879 - 2022-04-23
+1.1879 - 2022-04-23
 
 * Added warning about airplane mode enabled
 * Added advanced account option to connect via unmetered networks only
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1878 - 2022-04-21
+1.1878 - 2022-04-21
 
 * Fixed printing
 * Fixed signature verification in some cases
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1877 - 2022-04-21
+1.1877 - 2022-04-21
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1876 - 2022-04-20
+1.1876 - 2022-04-20
 
 * Added auto select same identity for same recipient for new messages
 * Added option to add signature to first reply only
@@ -303,15 +353,15 @@
 * Updated AndroidX
 * Updated translations
 
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
+Gobivenator
 
-### 1.1875 - 2022-04-13
+1.1875 - 2022-04-13
 
 * Fixed crash on some Android versions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1874 - 2022-04-13
+1.1874 - 2022-04-13
 
 * Added padding option for tabular view in overflow menu
 * Added selection of contact type (home, work, etc) when inserting contact group
@@ -319,70 +369,70 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1873 - 2022-04-09
+1.1873 - 2022-04-09
 
 * Fix scroll stuttering in some case
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1872 - 2022-04-09
+1.1872 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1871 - 2022-04-09
+1.1871 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1870 - 2022-04-08
+1.1870 - 2022-04-08
 
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1869 - 2022-04-07
+1.1869 - 2022-04-07
 
 * Added DeepL HTML support
 * Fixed inline image handling for external drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1868 - 2022-04-06
+1.1868 - 2022-04-06
 
 * Small improvements and minor bug fixes
 * Updated Public Suffix List
 * Updated build tools
 * Updated translations
 
-### 1.1867 - 2022-04-04
+1.1867 - 2022-04-04
 
 * Added highlighting (marking) of text
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1866 - 2022-04-02
+1.1866 - 2022-04-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1865 - 2022-04-01
+1.1865 - 2022-04-01
 
 * Added searching in rule actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1864 - 2022-03-30
+1.1864 - 2022-03-30
 
 * Fixed starting disabled accounts
 
-### 1.1863 - 2022-03-30
+1.1863 - 2022-03-30
 
 * Converting background images into images (reformatted message view)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1862 - 2022-03-28
+1.1862 - 2022-03-28
 
 * Added local contact editor
 * Added local contact groups
@@ -390,7 +440,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1861 - 2022-03-25
+1.1861 - 2022-03-25
 
 * Added option to show account categories in the navigation menu
 * Added managing filter rules to the navigation menu
@@ -399,32 +449,32 @@
 * Updated Public Suffix List
 * Updated translations
 
-### 1.1860 - 2022-03-23
+1.1860 - 2022-03-23
 
 * Added sent sound selection
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1859 - 2022-03-22
+1.1859 - 2022-03-22
 
 * Showing common filter rule action values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1858 - 2022-03-21
+1.1858 - 2022-03-21
 
 * Added remove all attachments button to message editor
 * Showing filter rule condition values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1857 - 2022-03-19
+1.1857 - 2022-03-19
 
 * Added inserting templates as text snippets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1856 - 2022-03-14
+1.1856 - 2022-03-14
 
 * Added click link feedback
 * Added option for direct server search
@@ -433,7 +483,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1855 - 2022-03-12
+1.1855 - 2022-03-12
 
 * Added option to show contents of zipped attachments (enabled by default)
 * Added option to sort reply templates by frequency of use
@@ -442,7 +492,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1854 - 2022-03-09
+1.1854 - 2022-03-09
 
 * Added some more BIP39 word lists
 * Added CSS inherit support
@@ -450,13 +500,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1853 - 2022-03-07
+1.1853 - 2022-03-07
 
 * Added BIP39 word lists in various languages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1852 - 2022-03-07
+1.1852 - 2022-03-07
 
 * Added image dimensions to mini gallery
 * Added PGP and S/MIME key indicators to address bubbles
@@ -466,32 +516,32 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
+Fulgurotherium
 
-### 1.1851 - 2022-03-02
+1.1851 - 2022-03-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1850 - 2022-02-28
+1.1850 - 2022-02-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1849 - 2022-02-26
+1.1849 - 2022-02-26
 
 * Fixed inserting photos after device rotation
 * Showing if there are attachments in conversations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1848 - 2022-02-25
+1.1848 - 2022-02-25
 
 * Fixed POP3 delete
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1847 - 2022-02-24
+1.1847 - 2022-02-24
 
 * Address bubbles: generated icons
 * Address bubbles: RTL support
@@ -499,38 +549,38 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1846 - 2022-02-24
+1.1846 - 2022-02-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1845 - 2022-02-23
+1.1845 - 2022-02-23
 
 * Address bubble fixes and improvements
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1844 - 2022-02-23
+1.1844 - 2022-02-23
 
 * Improved address bubble handling
 * Added "extra small" image resize option
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1843 - 2022-02-22
+1.1843 - 2022-02-22
 
 * Added address bubbles (enable via overflow menu / message editor)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1842 - 2022-02-20
+1.1842 - 2022-02-20
 
 * Added (black or) white theme
 * Added option to always navigation from message list to folder list
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1841 - 2022-02-19
+1.1841 - 2022-02-19
 
 * Improved plain text only check
 * Updated Public Suffix List
@@ -538,50 +588,50 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1840 - 2022-02-17
+1.1840 - 2022-02-17
 
 * Fixed auto linking of email addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1839 - 2022-02-16
+1.1839 - 2022-02-16
 
 * Added an option to select the long press answer button action
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1838 - 2022-02-15
+1.1838 - 2022-02-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1837 - 2022-02-14
+1.1837 - 2022-02-14
 
 * Added menu item to show plain text part
 * Added AMP email support
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1836 - 2022-02-12
+1.1836 - 2022-02-12
 
 * Added option to disable using bundled fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1835 - 2022-02-11
+1.1835 - 2022-02-11
 
 * Added default display font setting
 * Replaced Cambo by Caladea font
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1834 - 2022-02-10
+1.1834 - 2022-02-10
 
 * Added Croscore and Crosextra fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1833 - 2022-02-07
+1.1833 - 2022-02-07
 
 * Added view original signature
 * Added support for CSS text-transform
@@ -589,13 +639,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1832 - 2022-02-05
+1.1832 - 2022-02-05
 
 * Added saving S/MIME public keys
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1831 - 2022-02-04
+1.1831 - 2022-02-04
 
 * Added slider to change message column width
 * Added option for formal/informal DeepL translation
@@ -604,75 +654,75 @@
 * Updated libraries/AndroidX
 * Updated translations
 
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
+Epidexipteryx
 
-### 1.1830 - 2022-02-02
+1.1830 - 2022-02-02
 
 * Fixed extra buttons option
 
-### 1.1829 - 2022-02-02
+1.1829 - 2022-02-02
 
 * Reduced logging
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1828 - 2022-02-01
+1.1828 - 2022-02-01
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1827 - 2022-02-01
+1.1827 - 2022-02-01
 
 * Fixed forward as attachment
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1826 - 2022-01-31
+1.1826 - 2022-01-31
 
 * Added $$tls$ rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1825 - 2022-01-30
+1.1825 - 2022-01-30
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1824 - 2022-01-29
+1.1824 - 2022-01-29
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1823 - 2022-01-29
+1.1823 - 2022-01-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1822 - 2022-01-28
+1.1822 - 2022-01-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1821 - 2022-01-25
+1.1821 - 2022-01-25
 
 * Fixed answer menu crash
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1820 - 2022-01-24
+1.1820 - 2022-01-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1819 - 2022-01-23
+1.1819 - 2022-01-23
 
 * Fixed crash in error handling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1818 - 2022-01-22
+1.1818 - 2022-01-22
 
 * Added colors to reply templates
 * Added displaying reply templates by group
@@ -680,81 +730,81 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1817 - 2022-01-21
+1.1817 - 2022-01-21
 
 * Fixed text context menu actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1816 - 2022-01-20
+1.1816 - 2022-01-20
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1815 - 2022-01-19
+1.1815 - 2022-01-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1814 - 2022-01-18
+1.1814 - 2022-01-18
 
 * Added support for sensitivity indicator (personal, private, confidential)
 * Added batch setting of message flags (protocol level)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1813 - 2022-01-17
+1.1813 - 2022-01-17
 
 * Fixed downloading attachments on demand
 * Small improvements and minor bug fixes
 
-### 1.1812 - 2022-01-17
+1.1812 - 2022-01-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
+Draconyx
 
-### 1.1811 - 2022-01-14
+1.1811 - 2022-01-14
 
 * Fixed scroll issue
 
-### 1.1810 - 2022-01-14
+1.1810 - 2022-01-14
 
 * Fixed searching for options when swiping
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1809 - 2022-01-14
+1.1809 - 2022-01-14
 
 * Reply with selected text in style
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1808 - 2022-01-13
+1.1808 - 2022-01-13
 
 * Added share images button above mini gallery
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1807 - 2022-01-11
+1.1807 - 2022-01-11
 
 * Fixed delay when going to a settings page
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1806 - 2022-01-11
+1.1806 - 2022-01-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1805 - 2022-01-10
+1.1805 - 2022-01-10
 
 * Long screenshots (Android 12+)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1804 - 2022-01-08
+1.1804 - 2022-01-08
 
 * Added check for secure (TLS) transport (experimental)
 * Removed double confirm for permanently deleting messages
@@ -763,44 +813,44 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1803 - 2022-01-06
+1.1803 - 2022-01-06
 
 * Added rule action to play (alarm) sound (experimental)
 * Small improvements and minor bug fixes
 * Updated build tools and libraries
 * Updated translations
 
-### 1.1802 - 2022-01-03
+1.1802 - 2022-01-03
 
 * Improved original message view scrolling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1801 - 2021-12-30
+1.1801 - 2021-12-30
 
 * Added rule action to permanently delete messages
 * Using IMAP flags to store low/high importance
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1800 - 2021-12-27
+1.1800 - 2021-12-27
 
 * Fixed crash when manually configuring an account
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1799 - 2021-12-27
+1.1799 - 2021-12-27
 
 * Fixed removing inline images on replying/forwarding
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1798 - 2021-12-27
+1.1798 - 2021-12-27
 
 * Play store only release
 * Fixed removing inline images on replying/forwarding
 
-### 1.1797 - 2021-12-27
+1.1797 - 2021-12-27
 
 * Added Outlook Tenant ID field
 * Added option for numbered reply prefix
@@ -809,89 +859,89 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
+Caudipteryx
 
-### 1.1796 - 2021-12-23
+1.1796 - 2021-12-23
 
 * Fixed incorrect background colors
 * Small improvements and minor bug fixes
 
-### 1.1795 - 2021-12-23
+1.1795 - 2021-12-23
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1794 - 2021-12-22
+1.1794 - 2021-12-22
 
 * Added logarithmic PIN failure delay of 3 seconds
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1793 - 2021-12-20
+1.1793 - 2021-12-20
 
 * Fixed crash related to resending
 * Added compact mode for accounts on start screen
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1792 - 2021-12-18
+1.1792 - 2021-12-18
 
 * Fixed always resending (2)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1791 - 2021-12-18
+1.1791 - 2021-12-18
 
 * Fixed always resending
 * Added receive option to group on sender/subject
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1790 - 2021-12-16
+1.1790 - 2021-12-16
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1789 - 2021-12-14
+1.1789 - 2021-12-14
 
 * Added support for foldable devices
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1788 - 2021-12-13
+1.1788 - 2021-12-13
 
 * Added experimental resend support (RFC2822 section 3.6.6)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1787 - 2021-12-11
+1.1787 - 2021-12-11
 
 * Fixed always downloading headers/bodies for rules requiring this
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1786 - 2021-12-10
+1.1786 - 2021-12-10
 
 * Fixed marking messages read in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1785 - 2021-12-09
+1.1785 - 2021-12-09
 
 * Added "text contains" filter rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1784 - 2021-12-08
+1.1784 - 2021-12-08
 
 * Added display option to override widths in original message view
 * Added sync twice within 30 seconds to sync all messages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1783 - 2021-12-02
+1.1783 - 2021-12-02
 
 * Added display option to use highlight color for unread shadow
 * Added display option for wide color stripe
@@ -900,13 +950,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1782 - 2021-11-27
+1.1782 - 2021-11-27
 
 * Added optional set importance button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1781 - 2021-11-23
+1.1781 - 2021-11-23
 
 * Added behavior option to enable swipe right to reply
 * Added separate sort order setting for unified folders
@@ -914,16 +964,16 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Banji](https://en.wikipedia.org/wiki/Banji)
+Banji
 
-### 1.1780 - 2021-11-15
+1.1780 - 2021-11-15
 
 * Fixed empty lines in message headers
 * Improved handling of read-only folders
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1779 - 2021-11-13
+1.1779 - 2021-11-13
 
 * Added using folder colors for Gmail labels
 * Added highlighting of searched text in messages
@@ -931,58 +981,58 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1778 - 2021-11-11
+1.1778 - 2021-11-11
 
 * Fixed duplicate submenu icons
 * Small improvements and minor bug fixes
 
-### 1.1777 - 2021-11-11
+1.1777 - 2021-11-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1776 - 2021-11-10
+1.1776 - 2021-11-10
 
 * Added message menu icons
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1775 - 2021-11-09
+1.1775 - 2021-11-09
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1774 - 2021-11-08
+1.1774 - 2021-11-08
 
 * Added option to configure card padding (3-dots overflow menu)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1773 - 2021-11-06
+1.1773 - 2021-11-06
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1772 - 2021-11-04
+1.1772 - 2021-11-04
 
 * Added check for sending to no-reply addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1771 - 2021-11-03
+1.1771 - 2021-11-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1770 - 2021-11-01
+1.1770 - 2021-11-01
 
 * Added option to lock app (biometric/PIN) on leaving app
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1769 - 2021-10-28
+1.1769 - 2021-10-28
 
 * Fixed drafts not being removed
 * Added Emoji font loading (privacy settings)
@@ -990,155 +1040,155 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1768 - 2021-10-27
+1.1768 - 2021-10-27
 
 * Added Material You theme (Android 12)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1767 - 2021-10-26
+1.1767 - 2021-10-26
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1766
+1.1766
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1765
+1.1765
 
 * Added option to disable lock on screen off for biometric authentication
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1764
+1.1764
 
 * Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
+* Report new messages when composing a message 1
 * Use account categories for identities
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
 
-### 1.1763
+1.1763
 
 * Small improvements and minor bug fixes
 * Updated libraries
 * Updated translations
 
-### 1.1762
+1.1762
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1761
+1.1761
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1760
+1.1760
 
 * Added multiple select spam / block sender
 * Added conditional searching via search index
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1757
+1.1757
 
 * Improved send progress calculation
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1756
+1.1756
 
 * Added settings import result dialog
 * Added send progress bar in sending notification
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1755
+1.1755
 
 * Added no font option for outgoing messages (send settings)
 * Reduced memory usage
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
+Adratiklit
 
-### 1.1754
+1.1754
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1752
+1.1752
 
-* Added account categories [1]
+* Added account categories 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
 
-### 1.1751
+1.1751
 
 * Fixed updating system folder properties
 
-### 1.1750
+1.1750
 
 * Auto reselect system folders
 
-### 1.1749
+1.1749
 
 * Fixed handling namespace errors
 
-### 1.1748
+1.1748
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1747
+1.1747
 
-* Disabled Android Auto support for the Play store version [1]
+* Disabled Android Auto support for the Play store version 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
+1 Google does not allow email apps with Android Auto support, see the FAQ.
 
-### 1.1746
+1.1746
 
 * Enabled Android auto support (see the FAQ for details)
 
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
+Zanabazar
 
-### 1.1745
+1.1745
 
 * Auto delete stale grouped operations
 
-### 1.1744
+1.1744
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1743
+1.1743
 
 * Fixed listing personal root namespace
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1742
+1.1742
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1741
+1.1741
 
 * Fixed empty account/identity list crash
 * Updated AndroidX
 * Updated translations
 
-### 1.1740
+1.1740
 
 * Added importing/exporting of vCards for local contact database
 * Added option to show number of unread drafts in the navigation menu
@@ -1146,39 +1196,39 @@
 * Reduced memory usage
 * Small improvements and minor bug fixes
 
-### 1.1739
+1.1739
 
 * Showing search index state
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1738
+1.1738
 
 * Added theme option for always light message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1737
+1.1737
 
 * Fixed crash
 
-### 1.1736
+1.1736
 
 * Small improvements and minor bug fixes
 
-### 1.1735
+1.1735
 
 * Added guided workaround for Outlook authentication errors
 
-### 1.1734
+1.1734
 
 * Added color to saved searches
 
-### 1.1733
+1.1733
 
 * Added saved searches (experimental)
 
-### 1.1732
+1.1732
 
 * Added collapsing of navigation menu folders
 * Added theme option for default light original message view
@@ -1187,67 +1237,67 @@
 * Improved Android 12 support
 * Fixed all reported bugs
 
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
+Yaverlandia
 
-### 1.1731
+1.1731
 
 * Fixed invalid error reports
 
-### 1.1730
+1.1730
 
 * Small improvements and minor bug fixes
 
-### 1.1729
+1.1729
 
 * Added miscellaneous option to disable showing the changelog
 
-### 1.1728
+1.1728
 
 * Prevent suggesting spam contacts
 * Confirm deleting block sender rules
 
-### 1.1727
+1.1727
 
 * Following dark/light theme for original message view
 * Added message menu item / optional button to force light theme for original message view
 * Moved block sender rules to local contact database to make it a free feature
 * Fixed verifying some S/MIME signatures
 
-### 1.1726
+1.1726
 
 * Show in-app changelog after updating
 
-### 1.1725
+1.1725
 
 * Added in-app changelog
 
-### 1.1724
+1.1724
 
 * Added display option for fixed date header
 * Moved navigation folders under accounts in the navigation menu
 
-### 1.1723
+1.1723
 
 * Fixed polling sometimes stopping
 
-### 1.1722
+1.1722
 
 * Added sort folders on unread messages option
 * Added Outlook .msg file decoder
 
-### 1.1721
+1.1721
 
 * Added decoding of Sophos Email Appliance links
 * Updated libraries
 
-### 1.1720
+1.1720
 
 * Moved outbox to unified folders in navigation menu
 * Added connection option to connect via VPN only
 * Added sqlite checkpoint after processing operations
 
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
+Xiyunykus
 
-### 1.1719
+1.1719
 
 * Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1918.txt b/metadata/en-US/changelogs/1928.txt
similarity index 80%
rename from metadata/en-US/changelogs/1918.txt
rename to metadata/en-US/changelogs/1928.txt
index c29b851cdb..67da12da11 100644
--- a/metadata/en-US/changelogs/1918.txt
+++ b/metadata/en-US/changelogs/1928.txt
@@ -1,52 +1,117 @@
-## Changelog
+Changelog
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
+--------------------
 
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
+Kinnareemimus
 
-### 1.1918 - 2022-06-15
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
 
 * Added browser selection to open link dialog
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1917 - 2022-06-14
+1.1917 - 2022-06-14
 
 * Fixed moving to selected folder
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1916 - 2022-06-14
+1.1916 - 2022-06-14
 
 * Added option to suppress new message notifications when calling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1915 - 2022-06-13
+1.1915 - 2022-06-13
 
 * Fixed initializing option values
 
-### 1.1914 - 2022-06-13
+1.1914 - 2022-06-13
 
 * Added option for automatic hyphenation
 * Improved Android 13 compatibility
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1913 - 2022-06-12
+1.1913 - 2022-06-12
 
 * Fixed asking for permissions on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1912 - 2022-06-11
+1.1912 - 2022-06-11
 
 * Targetting SDK 33 (Android 13)
 * Small improvements and minor bug fixes
 * Updated AndroidX Webkit
 * Updated translations
 
-### 1.1911 - 2022-06-11
+1.1911 - 2022-06-11
 
 * Added encoding (character set) override option
 * Added UTF-16 endianness detection
@@ -54,18 +119,18 @@
 * Updated AndroidX and material design library
 * Updated translations
 
-### 1.1910 - 2022-06-10
+1.1910 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1909 - 2022-06-10
+1.1909 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 13
 * Updated translations
 
-### 1.1908 - 2022-06-09
+1.1908 - 2022-06-09
 
 * Added searching for text in drafts
 * Added OAuth for Gmail POP3 accounts
@@ -73,13 +138,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1907 - 2022-06-07
+1.1907 - 2022-06-07
 
 * Fixed deleted POP3 messages reappearing
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1906 - 2022-06-06
+1.1906 - 2022-06-06
 
 * Added POP3 swipe action to report spam / block sender
 * Added POP3 report spam / block sender for multiple selected messages
@@ -89,7 +154,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1905 - 2022-06-03
+1.1905 - 2022-06-03
 
 * Added print selected text
 * Added quick actions unread and permanent deletion
@@ -99,20 +164,20 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
+Itemirus
 
-### 1.1904 - 2022-05-30
+1.1904 - 2022-05-30
 
 * Fixed duplicate archived Gmail drafts
 
-### 1.1903 - 2022-05-30
+1.1903 - 2022-05-30
 
 * Fixed archiving/trashing Gmail drafts
 * Auto block sender on moving (as opposed to reporting) messages to spam
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1902 - 2022-05-29
+1.1902 - 2022-05-29
 
 * Fixed memory leak in some scenarios
 * Fixed persistent loading spinner in some situations
@@ -120,12 +185,12 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1901 - 2022-05-27
+1.1901 - 2022-05-27
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1900 - 2022-05-25
+1.1900 - 2022-05-25
 
 * Fixed mini gallery not showing in some cases
 * Fixed folder sync in some cases
@@ -134,30 +199,30 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1899 - 2022-05-18
+1.1899 - 2022-05-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1898 - 2022-05-15
+1.1898 - 2022-05-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1897 - 2022-05-14
+1.1897 - 2022-05-14
 
 * Added configurable quick actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1896 - 2022-05-13
+1.1896 - 2022-05-13
 
 * Prevent blocking self (report spam)
 * Preliminary Android 13 support (photo picker)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1895 - 2022-05-12
+1.1895 - 2022-05-12
 
 * Added quick mark as read button
 * Added send option to disable forwarding as new conversation thread
@@ -165,49 +230,49 @@
 * Updated AndroidX / material design library
 * Updated translations
 
-### 1.1894 - 2022-05-11
+1.1894 - 2022-05-11
 
 * Fixed widgets for older Android versions
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1893 - 2022-05-10
+1.1893 - 2022-05-10
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1892 - 2022-05-07
+1.1892 - 2022-05-07
 
 * Added optional day/night mode for widgets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891b - 2022-05-05
+1.1891b - 2022-05-05
 
 * Added avatars option to message list widget
 * Added option to use blocklists for POP3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891a - 2022-05-03
+1.1891a - 2022-05-03
 
 * Fixed unified folders nav menu message count
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1890 - 2022-05-03
+1.1890 - 2022-05-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1889 - 2022-05-02
+1.1889 - 2022-05-02
 
 * Added translate all button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1888 - 2022-05-01
+1.1888 - 2022-05-01
 
 * Added quick actions for selected messages
 * Added widget option to disable separator lines
@@ -216,71 +281,71 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
+Hulsanpes
 
-### 1.1887 - 2022-04-29
+1.1887 - 2022-04-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1886 - 2022-04-28
+1.1886 - 2022-04-28
 
 * Added option to auto save after entering a dot
 * Added LanguageTool support (long press the 'Save' button)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1885 - 2022-04-26
+1.1885 - 2022-04-26
 
 * Fixed saving drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1884 - 2022-04-26
+1.1884 - 2022-04-26
 
 * Added option to highlight unread messages in the message list widget
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1883 - 2022-04-25
+1.1883 - 2022-04-25
 
 * Added auto save draft for every new paragraph (can be turned off in the send settings)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1882 - 2022-04-25
+1.1882 - 2022-04-25
 
 * Fixed dark texts in dark themes
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1881 - 2022-04-24
+1.1881 - 2022-04-24
 
 * Added advanced account option to sync outside schedule
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1879 - 2022-04-23
+1.1879 - 2022-04-23
 
 * Added warning about airplane mode enabled
 * Added advanced account option to connect via unmetered networks only
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1878 - 2022-04-21
+1.1878 - 2022-04-21
 
 * Fixed printing
 * Fixed signature verification in some cases
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1877 - 2022-04-21
+1.1877 - 2022-04-21
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1876 - 2022-04-20
+1.1876 - 2022-04-20
 
 * Added auto select same identity for same recipient for new messages
 * Added option to add signature to first reply only
@@ -290,15 +355,15 @@
 * Updated AndroidX
 * Updated translations
 
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
+Gobivenator
 
-### 1.1875 - 2022-04-13
+1.1875 - 2022-04-13
 
 * Fixed crash on some Android versions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1874 - 2022-04-13
+1.1874 - 2022-04-13
 
 * Added padding option for tabular view in overflow menu
 * Added selection of contact type (home, work, etc) when inserting contact group
@@ -306,70 +371,70 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1873 - 2022-04-09
+1.1873 - 2022-04-09
 
 * Fix scroll stuttering in some case
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1872 - 2022-04-09
+1.1872 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1871 - 2022-04-09
+1.1871 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1870 - 2022-04-08
+1.1870 - 2022-04-08
 
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1869 - 2022-04-07
+1.1869 - 2022-04-07
 
 * Added DeepL HTML support
 * Fixed inline image handling for external drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1868 - 2022-04-06
+1.1868 - 2022-04-06
 
 * Small improvements and minor bug fixes
 * Updated Public Suffix List
 * Updated build tools
 * Updated translations
 
-### 1.1867 - 2022-04-04
+1.1867 - 2022-04-04
 
 * Added highlighting (marking) of text
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1866 - 2022-04-02
+1.1866 - 2022-04-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1865 - 2022-04-01
+1.1865 - 2022-04-01
 
 * Added searching in rule actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1864 - 2022-03-30
+1.1864 - 2022-03-30
 
 * Fixed starting disabled accounts
 
-### 1.1863 - 2022-03-30
+1.1863 - 2022-03-30
 
 * Converting background images into images (reformatted message view)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1862 - 2022-03-28
+1.1862 - 2022-03-28
 
 * Added local contact editor
 * Added local contact groups
@@ -377,7 +442,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1861 - 2022-03-25
+1.1861 - 2022-03-25
 
 * Added option to show account categories in the navigation menu
 * Added managing filter rules to the navigation menu
@@ -386,32 +451,32 @@
 * Updated Public Suffix List
 * Updated translations
 
-### 1.1860 - 2022-03-23
+1.1860 - 2022-03-23
 
 * Added sent sound selection
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1859 - 2022-03-22
+1.1859 - 2022-03-22
 
 * Showing common filter rule action values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1858 - 2022-03-21
+1.1858 - 2022-03-21
 
 * Added remove all attachments button to message editor
 * Showing filter rule condition values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1857 - 2022-03-19
+1.1857 - 2022-03-19
 
 * Added inserting templates as text snippets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1856 - 2022-03-14
+1.1856 - 2022-03-14
 
 * Added click link feedback
 * Added option for direct server search
@@ -420,7 +485,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1855 - 2022-03-12
+1.1855 - 2022-03-12
 
 * Added option to show contents of zipped attachments (enabled by default)
 * Added option to sort reply templates by frequency of use
@@ -429,7 +494,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1854 - 2022-03-09
+1.1854 - 2022-03-09
 
 * Added some more BIP39 word lists
 * Added CSS inherit support
@@ -437,13 +502,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1853 - 2022-03-07
+1.1853 - 2022-03-07
 
 * Added BIP39 word lists in various languages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1852 - 2022-03-07
+1.1852 - 2022-03-07
 
 * Added image dimensions to mini gallery
 * Added PGP and S/MIME key indicators to address bubbles
@@ -453,32 +518,32 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
+Fulgurotherium
 
-### 1.1851 - 2022-03-02
+1.1851 - 2022-03-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1850 - 2022-02-28
+1.1850 - 2022-02-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1849 - 2022-02-26
+1.1849 - 2022-02-26
 
 * Fixed inserting photos after device rotation
 * Showing if there are attachments in conversations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1848 - 2022-02-25
+1.1848 - 2022-02-25
 
 * Fixed POP3 delete
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1847 - 2022-02-24
+1.1847 - 2022-02-24
 
 * Address bubbles: generated icons
 * Address bubbles: RTL support
@@ -486,38 +551,38 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1846 - 2022-02-24
+1.1846 - 2022-02-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1845 - 2022-02-23
+1.1845 - 2022-02-23
 
 * Address bubble fixes and improvements
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1844 - 2022-02-23
+1.1844 - 2022-02-23
 
 * Improved address bubble handling
 * Added "extra small" image resize option
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1843 - 2022-02-22
+1.1843 - 2022-02-22
 
 * Added address bubbles (enable via overflow menu / message editor)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1842 - 2022-02-20
+1.1842 - 2022-02-20
 
 * Added (black or) white theme
 * Added option to always navigation from message list to folder list
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1841 - 2022-02-19
+1.1841 - 2022-02-19
 
 * Improved plain text only check
 * Updated Public Suffix List
@@ -525,50 +590,50 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1840 - 2022-02-17
+1.1840 - 2022-02-17
 
 * Fixed auto linking of email addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1839 - 2022-02-16
+1.1839 - 2022-02-16
 
 * Added an option to select the long press answer button action
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1838 - 2022-02-15
+1.1838 - 2022-02-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1837 - 2022-02-14
+1.1837 - 2022-02-14
 
 * Added menu item to show plain text part
 * Added AMP email support
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1836 - 2022-02-12
+1.1836 - 2022-02-12
 
 * Added option to disable using bundled fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1835 - 2022-02-11
+1.1835 - 2022-02-11
 
 * Added default display font setting
 * Replaced Cambo by Caladea font
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1834 - 2022-02-10
+1.1834 - 2022-02-10
 
 * Added Croscore and Crosextra fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1833 - 2022-02-07
+1.1833 - 2022-02-07
 
 * Added view original signature
 * Added support for CSS text-transform
@@ -576,13 +641,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1832 - 2022-02-05
+1.1832 - 2022-02-05
 
 * Added saving S/MIME public keys
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1831 - 2022-02-04
+1.1831 - 2022-02-04
 
 * Added slider to change message column width
 * Added option for formal/informal DeepL translation
@@ -591,75 +656,75 @@
 * Updated libraries/AndroidX
 * Updated translations
 
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
+Epidexipteryx
 
-### 1.1830 - 2022-02-02
+1.1830 - 2022-02-02
 
 * Fixed extra buttons option
 
-### 1.1829 - 2022-02-02
+1.1829 - 2022-02-02
 
 * Reduced logging
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1828 - 2022-02-01
+1.1828 - 2022-02-01
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1827 - 2022-02-01
+1.1827 - 2022-02-01
 
 * Fixed forward as attachment
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1826 - 2022-01-31
+1.1826 - 2022-01-31
 
 * Added $$tls$ rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1825 - 2022-01-30
+1.1825 - 2022-01-30
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1824 - 2022-01-29
+1.1824 - 2022-01-29
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1823 - 2022-01-29
+1.1823 - 2022-01-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1822 - 2022-01-28
+1.1822 - 2022-01-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1821 - 2022-01-25
+1.1821 - 2022-01-25
 
 * Fixed answer menu crash
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1820 - 2022-01-24
+1.1820 - 2022-01-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1819 - 2022-01-23
+1.1819 - 2022-01-23
 
 * Fixed crash in error handling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1818 - 2022-01-22
+1.1818 - 2022-01-22
 
 * Added colors to reply templates
 * Added displaying reply templates by group
@@ -667,81 +732,81 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1817 - 2022-01-21
+1.1817 - 2022-01-21
 
 * Fixed text context menu actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1816 - 2022-01-20
+1.1816 - 2022-01-20
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1815 - 2022-01-19
+1.1815 - 2022-01-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1814 - 2022-01-18
+1.1814 - 2022-01-18
 
 * Added support for sensitivity indicator (personal, private, confidential)
 * Added batch setting of message flags (protocol level)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1813 - 2022-01-17
+1.1813 - 2022-01-17
 
 * Fixed downloading attachments on demand
 * Small improvements and minor bug fixes
 
-### 1.1812 - 2022-01-17
+1.1812 - 2022-01-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
+Draconyx
 
-### 1.1811 - 2022-01-14
+1.1811 - 2022-01-14
 
 * Fixed scroll issue
 
-### 1.1810 - 2022-01-14
+1.1810 - 2022-01-14
 
 * Fixed searching for options when swiping
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1809 - 2022-01-14
+1.1809 - 2022-01-14
 
 * Reply with selected text in style
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1808 - 2022-01-13
+1.1808 - 2022-01-13
 
 * Added share images button above mini gallery
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1807 - 2022-01-11
+1.1807 - 2022-01-11
 
 * Fixed delay when going to a settings page
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1806 - 2022-01-11
+1.1806 - 2022-01-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1805 - 2022-01-10
+1.1805 - 2022-01-10
 
 * Long screenshots (Android 12+)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1804 - 2022-01-08
+1.1804 - 2022-01-08
 
 * Added check for secure (TLS) transport (experimental)
 * Removed double confirm for permanently deleting messages
@@ -750,44 +815,44 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1803 - 2022-01-06
+1.1803 - 2022-01-06
 
 * Added rule action to play (alarm) sound (experimental)
 * Small improvements and minor bug fixes
 * Updated build tools and libraries
 * Updated translations
 
-### 1.1802 - 2022-01-03
+1.1802 - 2022-01-03
 
 * Improved original message view scrolling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1801 - 2021-12-30
+1.1801 - 2021-12-30
 
 * Added rule action to permanently delete messages
 * Using IMAP flags to store low/high importance
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1800 - 2021-12-27
+1.1800 - 2021-12-27
 
 * Fixed crash when manually configuring an account
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1799 - 2021-12-27
+1.1799 - 2021-12-27
 
 * Fixed removing inline images on replying/forwarding
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1798 - 2021-12-27
+1.1798 - 2021-12-27
 
 * Play store only release
 * Fixed removing inline images on replying/forwarding
 
-### 1.1797 - 2021-12-27
+1.1797 - 2021-12-27
 
 * Added Outlook Tenant ID field
 * Added option for numbered reply prefix
@@ -796,89 +861,89 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
+Caudipteryx
 
-### 1.1796 - 2021-12-23
+1.1796 - 2021-12-23
 
 * Fixed incorrect background colors
 * Small improvements and minor bug fixes
 
-### 1.1795 - 2021-12-23
+1.1795 - 2021-12-23
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1794 - 2021-12-22
+1.1794 - 2021-12-22
 
 * Added logarithmic PIN failure delay of 3 seconds
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1793 - 2021-12-20
+1.1793 - 2021-12-20
 
 * Fixed crash related to resending
 * Added compact mode for accounts on start screen
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1792 - 2021-12-18
+1.1792 - 2021-12-18
 
 * Fixed always resending (2)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1791 - 2021-12-18
+1.1791 - 2021-12-18
 
 * Fixed always resending
 * Added receive option to group on sender/subject
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1790 - 2021-12-16
+1.1790 - 2021-12-16
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1789 - 2021-12-14
+1.1789 - 2021-12-14
 
 * Added support for foldable devices
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1788 - 2021-12-13
+1.1788 - 2021-12-13
 
 * Added experimental resend support (RFC2822 section 3.6.6)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1787 - 2021-12-11
+1.1787 - 2021-12-11
 
 * Fixed always downloading headers/bodies for rules requiring this
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1786 - 2021-12-10
+1.1786 - 2021-12-10
 
 * Fixed marking messages read in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1785 - 2021-12-09
+1.1785 - 2021-12-09
 
 * Added "text contains" filter rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1784 - 2021-12-08
+1.1784 - 2021-12-08
 
 * Added display option to override widths in original message view
 * Added sync twice within 30 seconds to sync all messages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1783 - 2021-12-02
+1.1783 - 2021-12-02
 
 * Added display option to use highlight color for unread shadow
 * Added display option for wide color stripe
@@ -887,13 +952,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1782 - 2021-11-27
+1.1782 - 2021-11-27
 
 * Added optional set importance button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1781 - 2021-11-23
+1.1781 - 2021-11-23
 
 * Added behavior option to enable swipe right to reply
 * Added separate sort order setting for unified folders
@@ -901,16 +966,16 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Banji](https://en.wikipedia.org/wiki/Banji)
+Banji
 
-### 1.1780 - 2021-11-15
+1.1780 - 2021-11-15
 
 * Fixed empty lines in message headers
 * Improved handling of read-only folders
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1779 - 2021-11-13
+1.1779 - 2021-11-13
 
 * Added using folder colors for Gmail labels
 * Added highlighting of searched text in messages
@@ -918,58 +983,58 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1778 - 2021-11-11
+1.1778 - 2021-11-11
 
 * Fixed duplicate submenu icons
 * Small improvements and minor bug fixes
 
-### 1.1777 - 2021-11-11
+1.1777 - 2021-11-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1776 - 2021-11-10
+1.1776 - 2021-11-10
 
 * Added message menu icons
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1775 - 2021-11-09
+1.1775 - 2021-11-09
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1774 - 2021-11-08
+1.1774 - 2021-11-08
 
 * Added option to configure card padding (3-dots overflow menu)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1773 - 2021-11-06
+1.1773 - 2021-11-06
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1772 - 2021-11-04
+1.1772 - 2021-11-04
 
 * Added check for sending to no-reply addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1771 - 2021-11-03
+1.1771 - 2021-11-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1770 - 2021-11-01
+1.1770 - 2021-11-01
 
 * Added option to lock app (biometric/PIN) on leaving app
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1769 - 2021-10-28
+1.1769 - 2021-10-28
 
 * Fixed drafts not being removed
 * Added Emoji font loading (privacy settings)
@@ -977,155 +1042,155 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1768 - 2021-10-27
+1.1768 - 2021-10-27
 
 * Added Material You theme (Android 12)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1767 - 2021-10-26
+1.1767 - 2021-10-26
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1766
+1.1766
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1765
+1.1765
 
 * Added option to disable lock on screen off for biometric authentication
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1764
+1.1764
 
 * Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
+* Report new messages when composing a message 1
 * Use account categories for identities
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
 
-### 1.1763
+1.1763
 
 * Small improvements and minor bug fixes
 * Updated libraries
 * Updated translations
 
-### 1.1762
+1.1762
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1761
+1.1761
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1760
+1.1760
 
 * Added multiple select spam / block sender
 * Added conditional searching via search index
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1757
+1.1757
 
 * Improved send progress calculation
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1756
+1.1756
 
 * Added settings import result dialog
 * Added send progress bar in sending notification
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1755
+1.1755
 
 * Added no font option for outgoing messages (send settings)
 * Reduced memory usage
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
+Adratiklit
 
-### 1.1754
+1.1754
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1752
+1.1752
 
-* Added account categories [1]
+* Added account categories 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
 
-### 1.1751
+1.1751
 
 * Fixed updating system folder properties
 
-### 1.1750
+1.1750
 
 * Auto reselect system folders
 
-### 1.1749
+1.1749
 
 * Fixed handling namespace errors
 
-### 1.1748
+1.1748
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1747
+1.1747
 
-* Disabled Android Auto support for the Play store version [1]
+* Disabled Android Auto support for the Play store version 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
+1 Google does not allow email apps with Android Auto support, see the FAQ.
 
-### 1.1746
+1.1746
 
 * Enabled Android auto support (see the FAQ for details)
 
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
+Zanabazar
 
-### 1.1745
+1.1745
 
 * Auto delete stale grouped operations
 
-### 1.1744
+1.1744
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1743
+1.1743
 
 * Fixed listing personal root namespace
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1742
+1.1742
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1741
+1.1741
 
 * Fixed empty account/identity list crash
 * Updated AndroidX
 * Updated translations
 
-### 1.1740
+1.1740
 
 * Added importing/exporting of vCards for local contact database
 * Added option to show number of unread drafts in the navigation menu
@@ -1133,39 +1198,39 @@
 * Reduced memory usage
 * Small improvements and minor bug fixes
 
-### 1.1739
+1.1739
 
 * Showing search index state
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1738
+1.1738
 
 * Added theme option for always light message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1737
+1.1737
 
 * Fixed crash
 
-### 1.1736
+1.1736
 
 * Small improvements and minor bug fixes
 
-### 1.1735
+1.1735
 
 * Added guided workaround for Outlook authentication errors
 
-### 1.1734
+1.1734
 
 * Added color to saved searches
 
-### 1.1733
+1.1733
 
 * Added saved searches (experimental)
 
-### 1.1732
+1.1732
 
 * Added collapsing of navigation menu folders
 * Added theme option for default light original message view
@@ -1174,67 +1239,67 @@
 * Improved Android 12 support
 * Fixed all reported bugs
 
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
+Yaverlandia
 
-### 1.1731
+1.1731
 
 * Fixed invalid error reports
 
-### 1.1730
+1.1730
 
 * Small improvements and minor bug fixes
 
-### 1.1729
+1.1729
 
 * Added miscellaneous option to disable showing the changelog
 
-### 1.1728
+1.1728
 
 * Prevent suggesting spam contacts
 * Confirm deleting block sender rules
 
-### 1.1727
+1.1727
 
 * Following dark/light theme for original message view
 * Added message menu item / optional button to force light theme for original message view
 * Moved block sender rules to local contact database to make it a free feature
 * Fixed verifying some S/MIME signatures
 
-### 1.1726
+1.1726
 
 * Show in-app changelog after updating
 
-### 1.1725
+1.1725
 
 * Added in-app changelog
 
-### 1.1724
+1.1724
 
 * Added display option for fixed date header
 * Moved navigation folders under accounts in the navigation menu
 
-### 1.1723
+1.1723
 
 * Fixed polling sometimes stopping
 
-### 1.1722
+1.1722
 
 * Added sort folders on unread messages option
 * Added Outlook .msg file decoder
 
-### 1.1721
+1.1721
 
 * Added decoding of Sophos Email Appliance links
 * Updated libraries
 
-### 1.1720
+1.1720
 
 * Moved outbox to unified folders in navigation menu
 * Added connection option to connect via VPN only
 * Added sqlite checkpoint after processing operations
 
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
+Xiyunykus
 
-### 1.1719
+1.1719
 
 * Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1923.txt b/metadata/en-US/changelogs/1929.txt
similarity index 80%
rename from metadata/en-US/changelogs/1923.txt
rename to metadata/en-US/changelogs/1929.txt
index 345a6f817a..364e3be176 100644
--- a/metadata/en-US/changelogs/1923.txt
+++ b/metadata/en-US/changelogs/1929.txt
@@ -1,81 +1,123 @@
-## Changelog
+Changelog
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
+--------------------
 
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
+Kinnareemimus
 
-### 1.1923 - 2022-06-18
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
 
 * Added option to delay notifications while on a call (Android 12 or later)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1922 - 2022-06-18
+1.1922 - 2022-06-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1921 - 2022-06-17
+1.1921 - 2022-06-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1920 - 2022-06-16
+1.1920 - 2022-06-16
 
 * Fixed double back to exit
 * Improved browser selection
 * Added forward as attachment to answer menu
 * Small improvements and minor bug fixes
 
-### 1.1919 - 2022-06-15
+1.1919 - 2022-06-15
 
 * Fixed fragment back
 * Small improvements and minor bug fixes
 * Updated AndroidX
 
-### 1.1918 - 2022-06-15
+1.1918 - 2022-06-15
 
 * Added browser selection to open link dialog
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1917 - 2022-06-14
+1.1917 - 2022-06-14
 
 * Fixed moving to selected folder
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1916 - 2022-06-14
+1.1916 - 2022-06-14
 
 * Added option to suppress new message notifications when calling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1915 - 2022-06-13
+1.1915 - 2022-06-13
 
 * Fixed initializing option values
 
-### 1.1914 - 2022-06-13
+1.1914 - 2022-06-13
 
 * Added option for automatic hyphenation
 * Improved Android 13 compatibility
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1913 - 2022-06-12
+1.1913 - 2022-06-12
 
 * Fixed asking for permissions on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1912 - 2022-06-11
+1.1912 - 2022-06-11
 
 * Targetting SDK 33 (Android 13)
 * Small improvements and minor bug fixes
 * Updated AndroidX Webkit
 * Updated translations
 
-### 1.1911 - 2022-06-11
+1.1911 - 2022-06-11
 
 * Added encoding (character set) override option
 * Added UTF-16 endianness detection
@@ -83,18 +125,18 @@
 * Updated AndroidX and material design library
 * Updated translations
 
-### 1.1910 - 2022-06-10
+1.1910 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1909 - 2022-06-10
+1.1909 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 13
 * Updated translations
 
-### 1.1908 - 2022-06-09
+1.1908 - 2022-06-09
 
 * Added searching for text in drafts
 * Added OAuth for Gmail POP3 accounts
@@ -102,13 +144,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1907 - 2022-06-07
+1.1907 - 2022-06-07
 
 * Fixed deleted POP3 messages reappearing
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1906 - 2022-06-06
+1.1906 - 2022-06-06
 
 * Added POP3 swipe action to report spam / block sender
 * Added POP3 report spam / block sender for multiple selected messages
@@ -118,7 +160,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1905 - 2022-06-03
+1.1905 - 2022-06-03
 
 * Added print selected text
 * Added quick actions unread and permanent deletion
@@ -128,20 +170,20 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
+Itemirus
 
-### 1.1904 - 2022-05-30
+1.1904 - 2022-05-30
 
 * Fixed duplicate archived Gmail drafts
 
-### 1.1903 - 2022-05-30
+1.1903 - 2022-05-30
 
 * Fixed archiving/trashing Gmail drafts
 * Auto block sender on moving (as opposed to reporting) messages to spam
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1902 - 2022-05-29
+1.1902 - 2022-05-29
 
 * Fixed memory leak in some scenarios
 * Fixed persistent loading spinner in some situations
@@ -149,12 +191,12 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1901 - 2022-05-27
+1.1901 - 2022-05-27
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1900 - 2022-05-25
+1.1900 - 2022-05-25
 
 * Fixed mini gallery not showing in some cases
 * Fixed folder sync in some cases
@@ -163,30 +205,30 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1899 - 2022-05-18
+1.1899 - 2022-05-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1898 - 2022-05-15
+1.1898 - 2022-05-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1897 - 2022-05-14
+1.1897 - 2022-05-14
 
 * Added configurable quick actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1896 - 2022-05-13
+1.1896 - 2022-05-13
 
 * Prevent blocking self (report spam)
 * Preliminary Android 13 support (photo picker)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1895 - 2022-05-12
+1.1895 - 2022-05-12
 
 * Added quick mark as read button
 * Added send option to disable forwarding as new conversation thread
@@ -194,49 +236,49 @@
 * Updated AndroidX / material design library
 * Updated translations
 
-### 1.1894 - 2022-05-11
+1.1894 - 2022-05-11
 
 * Fixed widgets for older Android versions
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1893 - 2022-05-10
+1.1893 - 2022-05-10
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1892 - 2022-05-07
+1.1892 - 2022-05-07
 
 * Added optional day/night mode for widgets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891b - 2022-05-05
+1.1891b - 2022-05-05
 
 * Added avatars option to message list widget
 * Added option to use blocklists for POP3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891a - 2022-05-03
+1.1891a - 2022-05-03
 
 * Fixed unified folders nav menu message count
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1890 - 2022-05-03
+1.1890 - 2022-05-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1889 - 2022-05-02
+1.1889 - 2022-05-02
 
 * Added translate all button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1888 - 2022-05-01
+1.1888 - 2022-05-01
 
 * Added quick actions for selected messages
 * Added widget option to disable separator lines
@@ -245,71 +287,71 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
+Hulsanpes
 
-### 1.1887 - 2022-04-29
+1.1887 - 2022-04-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1886 - 2022-04-28
+1.1886 - 2022-04-28
 
 * Added option to auto save after entering a dot
 * Added LanguageTool support (long press the 'Save' button)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1885 - 2022-04-26
+1.1885 - 2022-04-26
 
 * Fixed saving drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1884 - 2022-04-26
+1.1884 - 2022-04-26
 
 * Added option to highlight unread messages in the message list widget
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1883 - 2022-04-25
+1.1883 - 2022-04-25
 
 * Added auto save draft for every new paragraph (can be turned off in the send settings)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1882 - 2022-04-25
+1.1882 - 2022-04-25
 
 * Fixed dark texts in dark themes
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1881 - 2022-04-24
+1.1881 - 2022-04-24
 
 * Added advanced account option to sync outside schedule
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1879 - 2022-04-23
+1.1879 - 2022-04-23
 
 * Added warning about airplane mode enabled
 * Added advanced account option to connect via unmetered networks only
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1878 - 2022-04-21
+1.1878 - 2022-04-21
 
 * Fixed printing
 * Fixed signature verification in some cases
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1877 - 2022-04-21
+1.1877 - 2022-04-21
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1876 - 2022-04-20
+1.1876 - 2022-04-20
 
 * Added auto select same identity for same recipient for new messages
 * Added option to add signature to first reply only
@@ -319,15 +361,15 @@
 * Updated AndroidX
 * Updated translations
 
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
+Gobivenator
 
-### 1.1875 - 2022-04-13
+1.1875 - 2022-04-13
 
 * Fixed crash on some Android versions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1874 - 2022-04-13
+1.1874 - 2022-04-13
 
 * Added padding option for tabular view in overflow menu
 * Added selection of contact type (home, work, etc) when inserting contact group
@@ -335,70 +377,70 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1873 - 2022-04-09
+1.1873 - 2022-04-09
 
 * Fix scroll stuttering in some case
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1872 - 2022-04-09
+1.1872 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1871 - 2022-04-09
+1.1871 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1870 - 2022-04-08
+1.1870 - 2022-04-08
 
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1869 - 2022-04-07
+1.1869 - 2022-04-07
 
 * Added DeepL HTML support
 * Fixed inline image handling for external drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1868 - 2022-04-06
+1.1868 - 2022-04-06
 
 * Small improvements and minor bug fixes
 * Updated Public Suffix List
 * Updated build tools
 * Updated translations
 
-### 1.1867 - 2022-04-04
+1.1867 - 2022-04-04
 
 * Added highlighting (marking) of text
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1866 - 2022-04-02
+1.1866 - 2022-04-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1865 - 2022-04-01
+1.1865 - 2022-04-01
 
 * Added searching in rule actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1864 - 2022-03-30
+1.1864 - 2022-03-30
 
 * Fixed starting disabled accounts
 
-### 1.1863 - 2022-03-30
+1.1863 - 2022-03-30
 
 * Converting background images into images (reformatted message view)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1862 - 2022-03-28
+1.1862 - 2022-03-28
 
 * Added local contact editor
 * Added local contact groups
@@ -406,7 +448,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1861 - 2022-03-25
+1.1861 - 2022-03-25
 
 * Added option to show account categories in the navigation menu
 * Added managing filter rules to the navigation menu
@@ -415,32 +457,32 @@
 * Updated Public Suffix List
 * Updated translations
 
-### 1.1860 - 2022-03-23
+1.1860 - 2022-03-23
 
 * Added sent sound selection
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1859 - 2022-03-22
+1.1859 - 2022-03-22
 
 * Showing common filter rule action values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1858 - 2022-03-21
+1.1858 - 2022-03-21
 
 * Added remove all attachments button to message editor
 * Showing filter rule condition values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1857 - 2022-03-19
+1.1857 - 2022-03-19
 
 * Added inserting templates as text snippets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1856 - 2022-03-14
+1.1856 - 2022-03-14
 
 * Added click link feedback
 * Added option for direct server search
@@ -449,7 +491,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1855 - 2022-03-12
+1.1855 - 2022-03-12
 
 * Added option to show contents of zipped attachments (enabled by default)
 * Added option to sort reply templates by frequency of use
@@ -458,7 +500,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1854 - 2022-03-09
+1.1854 - 2022-03-09
 
 * Added some more BIP39 word lists
 * Added CSS inherit support
@@ -466,13 +508,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1853 - 2022-03-07
+1.1853 - 2022-03-07
 
 * Added BIP39 word lists in various languages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1852 - 2022-03-07
+1.1852 - 2022-03-07
 
 * Added image dimensions to mini gallery
 * Added PGP and S/MIME key indicators to address bubbles
@@ -482,32 +524,32 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
+Fulgurotherium
 
-### 1.1851 - 2022-03-02
+1.1851 - 2022-03-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1850 - 2022-02-28
+1.1850 - 2022-02-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1849 - 2022-02-26
+1.1849 - 2022-02-26
 
 * Fixed inserting photos after device rotation
 * Showing if there are attachments in conversations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1848 - 2022-02-25
+1.1848 - 2022-02-25
 
 * Fixed POP3 delete
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1847 - 2022-02-24
+1.1847 - 2022-02-24
 
 * Address bubbles: generated icons
 * Address bubbles: RTL support
@@ -515,38 +557,38 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1846 - 2022-02-24
+1.1846 - 2022-02-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1845 - 2022-02-23
+1.1845 - 2022-02-23
 
 * Address bubble fixes and improvements
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1844 - 2022-02-23
+1.1844 - 2022-02-23
 
 * Improved address bubble handling
 * Added "extra small" image resize option
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1843 - 2022-02-22
+1.1843 - 2022-02-22
 
 * Added address bubbles (enable via overflow menu / message editor)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1842 - 2022-02-20
+1.1842 - 2022-02-20
 
 * Added (black or) white theme
 * Added option to always navigation from message list to folder list
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1841 - 2022-02-19
+1.1841 - 2022-02-19
 
 * Improved plain text only check
 * Updated Public Suffix List
@@ -554,50 +596,50 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1840 - 2022-02-17
+1.1840 - 2022-02-17
 
 * Fixed auto linking of email addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1839 - 2022-02-16
+1.1839 - 2022-02-16
 
 * Added an option to select the long press answer button action
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1838 - 2022-02-15
+1.1838 - 2022-02-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1837 - 2022-02-14
+1.1837 - 2022-02-14
 
 * Added menu item to show plain text part
 * Added AMP email support
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1836 - 2022-02-12
+1.1836 - 2022-02-12
 
 * Added option to disable using bundled fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1835 - 2022-02-11
+1.1835 - 2022-02-11
 
 * Added default display font setting
 * Replaced Cambo by Caladea font
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1834 - 2022-02-10
+1.1834 - 2022-02-10
 
 * Added Croscore and Crosextra fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1833 - 2022-02-07
+1.1833 - 2022-02-07
 
 * Added view original signature
 * Added support for CSS text-transform
@@ -605,13 +647,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1832 - 2022-02-05
+1.1832 - 2022-02-05
 
 * Added saving S/MIME public keys
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1831 - 2022-02-04
+1.1831 - 2022-02-04
 
 * Added slider to change message column width
 * Added option for formal/informal DeepL translation
@@ -620,75 +662,75 @@
 * Updated libraries/AndroidX
 * Updated translations
 
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
+Epidexipteryx
 
-### 1.1830 - 2022-02-02
+1.1830 - 2022-02-02
 
 * Fixed extra buttons option
 
-### 1.1829 - 2022-02-02
+1.1829 - 2022-02-02
 
 * Reduced logging
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1828 - 2022-02-01
+1.1828 - 2022-02-01
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1827 - 2022-02-01
+1.1827 - 2022-02-01
 
 * Fixed forward as attachment
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1826 - 2022-01-31
+1.1826 - 2022-01-31
 
 * Added $$tls$ rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1825 - 2022-01-30
+1.1825 - 2022-01-30
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1824 - 2022-01-29
+1.1824 - 2022-01-29
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1823 - 2022-01-29
+1.1823 - 2022-01-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1822 - 2022-01-28
+1.1822 - 2022-01-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1821 - 2022-01-25
+1.1821 - 2022-01-25
 
 * Fixed answer menu crash
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1820 - 2022-01-24
+1.1820 - 2022-01-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1819 - 2022-01-23
+1.1819 - 2022-01-23
 
 * Fixed crash in error handling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1818 - 2022-01-22
+1.1818 - 2022-01-22
 
 * Added colors to reply templates
 * Added displaying reply templates by group
@@ -696,81 +738,81 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1817 - 2022-01-21
+1.1817 - 2022-01-21
 
 * Fixed text context menu actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1816 - 2022-01-20
+1.1816 - 2022-01-20
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1815 - 2022-01-19
+1.1815 - 2022-01-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1814 - 2022-01-18
+1.1814 - 2022-01-18
 
 * Added support for sensitivity indicator (personal, private, confidential)
 * Added batch setting of message flags (protocol level)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1813 - 2022-01-17
+1.1813 - 2022-01-17
 
 * Fixed downloading attachments on demand
 * Small improvements and minor bug fixes
 
-### 1.1812 - 2022-01-17
+1.1812 - 2022-01-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
+Draconyx
 
-### 1.1811 - 2022-01-14
+1.1811 - 2022-01-14
 
 * Fixed scroll issue
 
-### 1.1810 - 2022-01-14
+1.1810 - 2022-01-14
 
 * Fixed searching for options when swiping
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1809 - 2022-01-14
+1.1809 - 2022-01-14
 
 * Reply with selected text in style
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1808 - 2022-01-13
+1.1808 - 2022-01-13
 
 * Added share images button above mini gallery
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1807 - 2022-01-11
+1.1807 - 2022-01-11
 
 * Fixed delay when going to a settings page
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1806 - 2022-01-11
+1.1806 - 2022-01-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1805 - 2022-01-10
+1.1805 - 2022-01-10
 
 * Long screenshots (Android 12+)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1804 - 2022-01-08
+1.1804 - 2022-01-08
 
 * Added check for secure (TLS) transport (experimental)
 * Removed double confirm for permanently deleting messages
@@ -779,44 +821,44 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1803 - 2022-01-06
+1.1803 - 2022-01-06
 
 * Added rule action to play (alarm) sound (experimental)
 * Small improvements and minor bug fixes
 * Updated build tools and libraries
 * Updated translations
 
-### 1.1802 - 2022-01-03
+1.1802 - 2022-01-03
 
 * Improved original message view scrolling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1801 - 2021-12-30
+1.1801 - 2021-12-30
 
 * Added rule action to permanently delete messages
 * Using IMAP flags to store low/high importance
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1800 - 2021-12-27
+1.1800 - 2021-12-27
 
 * Fixed crash when manually configuring an account
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1799 - 2021-12-27
+1.1799 - 2021-12-27
 
 * Fixed removing inline images on replying/forwarding
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1798 - 2021-12-27
+1.1798 - 2021-12-27
 
 * Play store only release
 * Fixed removing inline images on replying/forwarding
 
-### 1.1797 - 2021-12-27
+1.1797 - 2021-12-27
 
 * Added Outlook Tenant ID field
 * Added option for numbered reply prefix
@@ -825,89 +867,89 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
+Caudipteryx
 
-### 1.1796 - 2021-12-23
+1.1796 - 2021-12-23
 
 * Fixed incorrect background colors
 * Small improvements and minor bug fixes
 
-### 1.1795 - 2021-12-23
+1.1795 - 2021-12-23
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1794 - 2021-12-22
+1.1794 - 2021-12-22
 
 * Added logarithmic PIN failure delay of 3 seconds
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1793 - 2021-12-20
+1.1793 - 2021-12-20
 
 * Fixed crash related to resending
 * Added compact mode for accounts on start screen
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1792 - 2021-12-18
+1.1792 - 2021-12-18
 
 * Fixed always resending (2)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1791 - 2021-12-18
+1.1791 - 2021-12-18
 
 * Fixed always resending
 * Added receive option to group on sender/subject
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1790 - 2021-12-16
+1.1790 - 2021-12-16
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1789 - 2021-12-14
+1.1789 - 2021-12-14
 
 * Added support for foldable devices
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1788 - 2021-12-13
+1.1788 - 2021-12-13
 
 * Added experimental resend support (RFC2822 section 3.6.6)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1787 - 2021-12-11
+1.1787 - 2021-12-11
 
 * Fixed always downloading headers/bodies for rules requiring this
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1786 - 2021-12-10
+1.1786 - 2021-12-10
 
 * Fixed marking messages read in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1785 - 2021-12-09
+1.1785 - 2021-12-09
 
 * Added "text contains" filter rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1784 - 2021-12-08
+1.1784 - 2021-12-08
 
 * Added display option to override widths in original message view
 * Added sync twice within 30 seconds to sync all messages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1783 - 2021-12-02
+1.1783 - 2021-12-02
 
 * Added display option to use highlight color for unread shadow
 * Added display option for wide color stripe
@@ -916,13 +958,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1782 - 2021-11-27
+1.1782 - 2021-11-27
 
 * Added optional set importance button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1781 - 2021-11-23
+1.1781 - 2021-11-23
 
 * Added behavior option to enable swipe right to reply
 * Added separate sort order setting for unified folders
@@ -930,16 +972,16 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Banji](https://en.wikipedia.org/wiki/Banji)
+Banji
 
-### 1.1780 - 2021-11-15
+1.1780 - 2021-11-15
 
 * Fixed empty lines in message headers
 * Improved handling of read-only folders
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1779 - 2021-11-13
+1.1779 - 2021-11-13
 
 * Added using folder colors for Gmail labels
 * Added highlighting of searched text in messages
@@ -947,58 +989,58 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1778 - 2021-11-11
+1.1778 - 2021-11-11
 
 * Fixed duplicate submenu icons
 * Small improvements and minor bug fixes
 
-### 1.1777 - 2021-11-11
+1.1777 - 2021-11-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1776 - 2021-11-10
+1.1776 - 2021-11-10
 
 * Added message menu icons
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1775 - 2021-11-09
+1.1775 - 2021-11-09
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1774 - 2021-11-08
+1.1774 - 2021-11-08
 
 * Added option to configure card padding (3-dots overflow menu)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1773 - 2021-11-06
+1.1773 - 2021-11-06
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1772 - 2021-11-04
+1.1772 - 2021-11-04
 
 * Added check for sending to no-reply addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1771 - 2021-11-03
+1.1771 - 2021-11-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1770 - 2021-11-01
+1.1770 - 2021-11-01
 
 * Added option to lock app (biometric/PIN) on leaving app
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1769 - 2021-10-28
+1.1769 - 2021-10-28
 
 * Fixed drafts not being removed
 * Added Emoji font loading (privacy settings)
@@ -1006,155 +1048,155 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1768 - 2021-10-27
+1.1768 - 2021-10-27
 
 * Added Material You theme (Android 12)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1767 - 2021-10-26
+1.1767 - 2021-10-26
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1766
+1.1766
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1765
+1.1765
 
 * Added option to disable lock on screen off for biometric authentication
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1764
+1.1764
 
 * Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
+* Report new messages when composing a message 1
 * Use account categories for identities
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
 
-### 1.1763
+1.1763
 
 * Small improvements and minor bug fixes
 * Updated libraries
 * Updated translations
 
-### 1.1762
+1.1762
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1761
+1.1761
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1760
+1.1760
 
 * Added multiple select spam / block sender
 * Added conditional searching via search index
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1757
+1.1757
 
 * Improved send progress calculation
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1756
+1.1756
 
 * Added settings import result dialog
 * Added send progress bar in sending notification
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1755
+1.1755
 
 * Added no font option for outgoing messages (send settings)
 * Reduced memory usage
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
+Adratiklit
 
-### 1.1754
+1.1754
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1752
+1.1752
 
-* Added account categories [1]
+* Added account categories 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
 
-### 1.1751
+1.1751
 
 * Fixed updating system folder properties
 
-### 1.1750
+1.1750
 
 * Auto reselect system folders
 
-### 1.1749
+1.1749
 
 * Fixed handling namespace errors
 
-### 1.1748
+1.1748
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1747
+1.1747
 
-* Disabled Android Auto support for the Play store version [1]
+* Disabled Android Auto support for the Play store version 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
+1 Google does not allow email apps with Android Auto support, see the FAQ.
 
-### 1.1746
+1.1746
 
 * Enabled Android auto support (see the FAQ for details)
 
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
+Zanabazar
 
-### 1.1745
+1.1745
 
 * Auto delete stale grouped operations
 
-### 1.1744
+1.1744
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1743
+1.1743
 
 * Fixed listing personal root namespace
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1742
+1.1742
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1741
+1.1741
 
 * Fixed empty account/identity list crash
 * Updated AndroidX
 * Updated translations
 
-### 1.1740
+1.1740
 
 * Added importing/exporting of vCards for local contact database
 * Added option to show number of unread drafts in the navigation menu
@@ -1162,39 +1204,39 @@
 * Reduced memory usage
 * Small improvements and minor bug fixes
 
-### 1.1739
+1.1739
 
 * Showing search index state
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1738
+1.1738
 
 * Added theme option for always light message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1737
+1.1737
 
 * Fixed crash
 
-### 1.1736
+1.1736
 
 * Small improvements and minor bug fixes
 
-### 1.1735
+1.1735
 
 * Added guided workaround for Outlook authentication errors
 
-### 1.1734
+1.1734
 
 * Added color to saved searches
 
-### 1.1733
+1.1733
 
 * Added saved searches (experimental)
 
-### 1.1732
+1.1732
 
 * Added collapsing of navigation menu folders
 * Added theme option for default light original message view
@@ -1203,67 +1245,67 @@
 * Improved Android 12 support
 * Fixed all reported bugs
 
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
+Yaverlandia
 
-### 1.1731
+1.1731
 
 * Fixed invalid error reports
 
-### 1.1730
+1.1730
 
 * Small improvements and minor bug fixes
 
-### 1.1729
+1.1729
 
 * Added miscellaneous option to disable showing the changelog
 
-### 1.1728
+1.1728
 
 * Prevent suggesting spam contacts
 * Confirm deleting block sender rules
 
-### 1.1727
+1.1727
 
 * Following dark/light theme for original message view
 * Added message menu item / optional button to force light theme for original message view
 * Moved block sender rules to local contact database to make it a free feature
 * Fixed verifying some S/MIME signatures
 
-### 1.1726
+1.1726
 
 * Show in-app changelog after updating
 
-### 1.1725
+1.1725
 
 * Added in-app changelog
 
-### 1.1724
+1.1724
 
 * Added display option for fixed date header
 * Moved navigation folders under accounts in the navigation menu
 
-### 1.1723
+1.1723
 
 * Fixed polling sometimes stopping
 
-### 1.1722
+1.1722
 
 * Added sort folders on unread messages option
 * Added Outlook .msg file decoder
 
-### 1.1721
+1.1721
 
 * Added decoding of Sophos Email Appliance links
 * Updated libraries
 
-### 1.1720
+1.1720
 
 * Moved outbox to unified folders in navigation menu
 * Added connection option to connect via VPN only
 * Added sqlite checkpoint after processing operations
 
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
+Xiyunykus
 
-### 1.1719
+1.1719
 
 * Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1924.txt b/metadata/en-US/changelogs/1930.txt
similarity index 80%
rename from metadata/en-US/changelogs/1924.txt
rename to metadata/en-US/changelogs/1930.txt
index 42784ce7e3..6a8cd41cd7 100644
--- a/metadata/en-US/changelogs/1924.txt
+++ b/metadata/en-US/changelogs/1930.txt
@@ -1,86 +1,140 @@
-## Changelog
+Changelog
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
+--------------------
 
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
+Kinnareemimus
 
-### 1.1924 - 2022-06-19
+Next version
 
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML titles
+* Added configurable button to save raw message files
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1923 - 2022-06-18
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
 
 * Added option to delay notifications while on a call (Android 12 or later)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1922 - 2022-06-18
+1.1922 - 2022-06-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1921 - 2022-06-17
+1.1921 - 2022-06-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1920 - 2022-06-16
+1.1920 - 2022-06-16
 
 * Fixed double back to exit
 * Improved browser selection
 * Added forward as attachment to answer menu
 * Small improvements and minor bug fixes
 
-### 1.1919 - 2022-06-15
+1.1919 - 2022-06-15
 
 * Fixed fragment back
 * Small improvements and minor bug fixes
 * Updated AndroidX
 
-### 1.1918 - 2022-06-15
+1.1918 - 2022-06-15
 
 * Added browser selection to open link dialog
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1917 - 2022-06-14
+1.1917 - 2022-06-14
 
 * Fixed moving to selected folder
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1916 - 2022-06-14
+1.1916 - 2022-06-14
 
 * Added option to suppress new message notifications when calling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1915 - 2022-06-13
+1.1915 - 2022-06-13
 
 * Fixed initializing option values
 
-### 1.1914 - 2022-06-13
+1.1914 - 2022-06-13
 
 * Added option for automatic hyphenation
 * Improved Android 13 compatibility
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1913 - 2022-06-12
+1.1913 - 2022-06-12
 
 * Fixed asking for permissions on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1912 - 2022-06-11
+1.1912 - 2022-06-11
 
 * Targetting SDK 33 (Android 13)
 * Small improvements and minor bug fixes
 * Updated AndroidX Webkit
 * Updated translations
 
-### 1.1911 - 2022-06-11
+1.1911 - 2022-06-11
 
 * Added encoding (character set) override option
 * Added UTF-16 endianness detection
@@ -88,18 +142,18 @@
 * Updated AndroidX and material design library
 * Updated translations
 
-### 1.1910 - 2022-06-10
+1.1910 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1909 - 2022-06-10
+1.1909 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 13
 * Updated translations
 
-### 1.1908 - 2022-06-09
+1.1908 - 2022-06-09
 
 * Added searching for text in drafts
 * Added OAuth for Gmail POP3 accounts
@@ -107,13 +161,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1907 - 2022-06-07
+1.1907 - 2022-06-07
 
 * Fixed deleted POP3 messages reappearing
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1906 - 2022-06-06
+1.1906 - 2022-06-06
 
 * Added POP3 swipe action to report spam / block sender
 * Added POP3 report spam / block sender for multiple selected messages
@@ -123,7 +177,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1905 - 2022-06-03
+1.1905 - 2022-06-03
 
 * Added print selected text
 * Added quick actions unread and permanent deletion
@@ -133,20 +187,20 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
+Itemirus
 
-### 1.1904 - 2022-05-30
+1.1904 - 2022-05-30
 
 * Fixed duplicate archived Gmail drafts
 
-### 1.1903 - 2022-05-30
+1.1903 - 2022-05-30
 
 * Fixed archiving/trashing Gmail drafts
 * Auto block sender on moving (as opposed to reporting) messages to spam
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1902 - 2022-05-29
+1.1902 - 2022-05-29
 
 * Fixed memory leak in some scenarios
 * Fixed persistent loading spinner in some situations
@@ -154,12 +208,12 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1901 - 2022-05-27
+1.1901 - 2022-05-27
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1900 - 2022-05-25
+1.1900 - 2022-05-25
 
 * Fixed mini gallery not showing in some cases
 * Fixed folder sync in some cases
@@ -168,30 +222,30 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1899 - 2022-05-18
+1.1899 - 2022-05-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1898 - 2022-05-15
+1.1898 - 2022-05-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1897 - 2022-05-14
+1.1897 - 2022-05-14
 
 * Added configurable quick actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1896 - 2022-05-13
+1.1896 - 2022-05-13
 
 * Prevent blocking self (report spam)
 * Preliminary Android 13 support (photo picker)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1895 - 2022-05-12
+1.1895 - 2022-05-12
 
 * Added quick mark as read button
 * Added send option to disable forwarding as new conversation thread
@@ -199,49 +253,49 @@
 * Updated AndroidX / material design library
 * Updated translations
 
-### 1.1894 - 2022-05-11
+1.1894 - 2022-05-11
 
 * Fixed widgets for older Android versions
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1893 - 2022-05-10
+1.1893 - 2022-05-10
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1892 - 2022-05-07
+1.1892 - 2022-05-07
 
 * Added optional day/night mode for widgets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891b - 2022-05-05
+1.1891b - 2022-05-05
 
 * Added avatars option to message list widget
 * Added option to use blocklists for POP3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891a - 2022-05-03
+1.1891a - 2022-05-03
 
 * Fixed unified folders nav menu message count
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1890 - 2022-05-03
+1.1890 - 2022-05-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1889 - 2022-05-02
+1.1889 - 2022-05-02
 
 * Added translate all button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1888 - 2022-05-01
+1.1888 - 2022-05-01
 
 * Added quick actions for selected messages
 * Added widget option to disable separator lines
@@ -250,71 +304,71 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
+Hulsanpes
 
-### 1.1887 - 2022-04-29
+1.1887 - 2022-04-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1886 - 2022-04-28
+1.1886 - 2022-04-28
 
 * Added option to auto save after entering a dot
 * Added LanguageTool support (long press the 'Save' button)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1885 - 2022-04-26
+1.1885 - 2022-04-26
 
 * Fixed saving drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1884 - 2022-04-26
+1.1884 - 2022-04-26
 
 * Added option to highlight unread messages in the message list widget
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1883 - 2022-04-25
+1.1883 - 2022-04-25
 
 * Added auto save draft for every new paragraph (can be turned off in the send settings)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1882 - 2022-04-25
+1.1882 - 2022-04-25
 
 * Fixed dark texts in dark themes
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1881 - 2022-04-24
+1.1881 - 2022-04-24
 
 * Added advanced account option to sync outside schedule
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1879 - 2022-04-23
+1.1879 - 2022-04-23
 
 * Added warning about airplane mode enabled
 * Added advanced account option to connect via unmetered networks only
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1878 - 2022-04-21
+1.1878 - 2022-04-21
 
 * Fixed printing
 * Fixed signature verification in some cases
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1877 - 2022-04-21
+1.1877 - 2022-04-21
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1876 - 2022-04-20
+1.1876 - 2022-04-20
 
 * Added auto select same identity for same recipient for new messages
 * Added option to add signature to first reply only
@@ -324,15 +378,15 @@
 * Updated AndroidX
 * Updated translations
 
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
+Gobivenator
 
-### 1.1875 - 2022-04-13
+1.1875 - 2022-04-13
 
 * Fixed crash on some Android versions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1874 - 2022-04-13
+1.1874 - 2022-04-13
 
 * Added padding option for tabular view in overflow menu
 * Added selection of contact type (home, work, etc) when inserting contact group
@@ -340,70 +394,70 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1873 - 2022-04-09
+1.1873 - 2022-04-09
 
 * Fix scroll stuttering in some case
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1872 - 2022-04-09
+1.1872 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1871 - 2022-04-09
+1.1871 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1870 - 2022-04-08
+1.1870 - 2022-04-08
 
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1869 - 2022-04-07
+1.1869 - 2022-04-07
 
 * Added DeepL HTML support
 * Fixed inline image handling for external drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1868 - 2022-04-06
+1.1868 - 2022-04-06
 
 * Small improvements and minor bug fixes
 * Updated Public Suffix List
 * Updated build tools
 * Updated translations
 
-### 1.1867 - 2022-04-04
+1.1867 - 2022-04-04
 
 * Added highlighting (marking) of text
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1866 - 2022-04-02
+1.1866 - 2022-04-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1865 - 2022-04-01
+1.1865 - 2022-04-01
 
 * Added searching in rule actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1864 - 2022-03-30
+1.1864 - 2022-03-30
 
 * Fixed starting disabled accounts
 
-### 1.1863 - 2022-03-30
+1.1863 - 2022-03-30
 
 * Converting background images into images (reformatted message view)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1862 - 2022-03-28
+1.1862 - 2022-03-28
 
 * Added local contact editor
 * Added local contact groups
@@ -411,7 +465,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1861 - 2022-03-25
+1.1861 - 2022-03-25
 
 * Added option to show account categories in the navigation menu
 * Added managing filter rules to the navigation menu
@@ -420,32 +474,32 @@
 * Updated Public Suffix List
 * Updated translations
 
-### 1.1860 - 2022-03-23
+1.1860 - 2022-03-23
 
 * Added sent sound selection
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1859 - 2022-03-22
+1.1859 - 2022-03-22
 
 * Showing common filter rule action values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1858 - 2022-03-21
+1.1858 - 2022-03-21
 
 * Added remove all attachments button to message editor
 * Showing filter rule condition values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1857 - 2022-03-19
+1.1857 - 2022-03-19
 
 * Added inserting templates as text snippets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1856 - 2022-03-14
+1.1856 - 2022-03-14
 
 * Added click link feedback
 * Added option for direct server search
@@ -454,7 +508,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1855 - 2022-03-12
+1.1855 - 2022-03-12
 
 * Added option to show contents of zipped attachments (enabled by default)
 * Added option to sort reply templates by frequency of use
@@ -463,7 +517,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1854 - 2022-03-09
+1.1854 - 2022-03-09
 
 * Added some more BIP39 word lists
 * Added CSS inherit support
@@ -471,13 +525,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1853 - 2022-03-07
+1.1853 - 2022-03-07
 
 * Added BIP39 word lists in various languages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1852 - 2022-03-07
+1.1852 - 2022-03-07
 
 * Added image dimensions to mini gallery
 * Added PGP and S/MIME key indicators to address bubbles
@@ -487,32 +541,32 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
+Fulgurotherium
 
-### 1.1851 - 2022-03-02
+1.1851 - 2022-03-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1850 - 2022-02-28
+1.1850 - 2022-02-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1849 - 2022-02-26
+1.1849 - 2022-02-26
 
 * Fixed inserting photos after device rotation
 * Showing if there are attachments in conversations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1848 - 2022-02-25
+1.1848 - 2022-02-25
 
 * Fixed POP3 delete
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1847 - 2022-02-24
+1.1847 - 2022-02-24
 
 * Address bubbles: generated icons
 * Address bubbles: RTL support
@@ -520,38 +574,38 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1846 - 2022-02-24
+1.1846 - 2022-02-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1845 - 2022-02-23
+1.1845 - 2022-02-23
 
 * Address bubble fixes and improvements
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1844 - 2022-02-23
+1.1844 - 2022-02-23
 
 * Improved address bubble handling
 * Added "extra small" image resize option
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1843 - 2022-02-22
+1.1843 - 2022-02-22
 
 * Added address bubbles (enable via overflow menu / message editor)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1842 - 2022-02-20
+1.1842 - 2022-02-20
 
 * Added (black or) white theme
 * Added option to always navigation from message list to folder list
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1841 - 2022-02-19
+1.1841 - 2022-02-19
 
 * Improved plain text only check
 * Updated Public Suffix List
@@ -559,50 +613,50 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1840 - 2022-02-17
+1.1840 - 2022-02-17
 
 * Fixed auto linking of email addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1839 - 2022-02-16
+1.1839 - 2022-02-16
 
 * Added an option to select the long press answer button action
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1838 - 2022-02-15
+1.1838 - 2022-02-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1837 - 2022-02-14
+1.1837 - 2022-02-14
 
 * Added menu item to show plain text part
 * Added AMP email support
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1836 - 2022-02-12
+1.1836 - 2022-02-12
 
 * Added option to disable using bundled fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1835 - 2022-02-11
+1.1835 - 2022-02-11
 
 * Added default display font setting
 * Replaced Cambo by Caladea font
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1834 - 2022-02-10
+1.1834 - 2022-02-10
 
 * Added Croscore and Crosextra fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1833 - 2022-02-07
+1.1833 - 2022-02-07
 
 * Added view original signature
 * Added support for CSS text-transform
@@ -610,13 +664,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1832 - 2022-02-05
+1.1832 - 2022-02-05
 
 * Added saving S/MIME public keys
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1831 - 2022-02-04
+1.1831 - 2022-02-04
 
 * Added slider to change message column width
 * Added option for formal/informal DeepL translation
@@ -625,75 +679,75 @@
 * Updated libraries/AndroidX
 * Updated translations
 
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
+Epidexipteryx
 
-### 1.1830 - 2022-02-02
+1.1830 - 2022-02-02
 
 * Fixed extra buttons option
 
-### 1.1829 - 2022-02-02
+1.1829 - 2022-02-02
 
 * Reduced logging
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1828 - 2022-02-01
+1.1828 - 2022-02-01
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1827 - 2022-02-01
+1.1827 - 2022-02-01
 
 * Fixed forward as attachment
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1826 - 2022-01-31
+1.1826 - 2022-01-31
 
 * Added $$tls$ rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1825 - 2022-01-30
+1.1825 - 2022-01-30
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1824 - 2022-01-29
+1.1824 - 2022-01-29
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1823 - 2022-01-29
+1.1823 - 2022-01-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1822 - 2022-01-28
+1.1822 - 2022-01-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1821 - 2022-01-25
+1.1821 - 2022-01-25
 
 * Fixed answer menu crash
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1820 - 2022-01-24
+1.1820 - 2022-01-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1819 - 2022-01-23
+1.1819 - 2022-01-23
 
 * Fixed crash in error handling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1818 - 2022-01-22
+1.1818 - 2022-01-22
 
 * Added colors to reply templates
 * Added displaying reply templates by group
@@ -701,81 +755,81 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1817 - 2022-01-21
+1.1817 - 2022-01-21
 
 * Fixed text context menu actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1816 - 2022-01-20
+1.1816 - 2022-01-20
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1815 - 2022-01-19
+1.1815 - 2022-01-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1814 - 2022-01-18
+1.1814 - 2022-01-18
 
 * Added support for sensitivity indicator (personal, private, confidential)
 * Added batch setting of message flags (protocol level)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1813 - 2022-01-17
+1.1813 - 2022-01-17
 
 * Fixed downloading attachments on demand
 * Small improvements and minor bug fixes
 
-### 1.1812 - 2022-01-17
+1.1812 - 2022-01-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
+Draconyx
 
-### 1.1811 - 2022-01-14
+1.1811 - 2022-01-14
 
 * Fixed scroll issue
 
-### 1.1810 - 2022-01-14
+1.1810 - 2022-01-14
 
 * Fixed searching for options when swiping
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1809 - 2022-01-14
+1.1809 - 2022-01-14
 
 * Reply with selected text in style
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1808 - 2022-01-13
+1.1808 - 2022-01-13
 
 * Added share images button above mini gallery
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1807 - 2022-01-11
+1.1807 - 2022-01-11
 
 * Fixed delay when going to a settings page
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1806 - 2022-01-11
+1.1806 - 2022-01-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1805 - 2022-01-10
+1.1805 - 2022-01-10
 
 * Long screenshots (Android 12+)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1804 - 2022-01-08
+1.1804 - 2022-01-08
 
 * Added check for secure (TLS) transport (experimental)
 * Removed double confirm for permanently deleting messages
@@ -784,44 +838,44 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1803 - 2022-01-06
+1.1803 - 2022-01-06
 
 * Added rule action to play (alarm) sound (experimental)
 * Small improvements and minor bug fixes
 * Updated build tools and libraries
 * Updated translations
 
-### 1.1802 - 2022-01-03
+1.1802 - 2022-01-03
 
 * Improved original message view scrolling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1801 - 2021-12-30
+1.1801 - 2021-12-30
 
 * Added rule action to permanently delete messages
 * Using IMAP flags to store low/high importance
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1800 - 2021-12-27
+1.1800 - 2021-12-27
 
 * Fixed crash when manually configuring an account
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1799 - 2021-12-27
+1.1799 - 2021-12-27
 
 * Fixed removing inline images on replying/forwarding
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1798 - 2021-12-27
+1.1798 - 2021-12-27
 
 * Play store only release
 * Fixed removing inline images on replying/forwarding
 
-### 1.1797 - 2021-12-27
+1.1797 - 2021-12-27
 
 * Added Outlook Tenant ID field
 * Added option for numbered reply prefix
@@ -830,89 +884,89 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
+Caudipteryx
 
-### 1.1796 - 2021-12-23
+1.1796 - 2021-12-23
 
 * Fixed incorrect background colors
 * Small improvements and minor bug fixes
 
-### 1.1795 - 2021-12-23
+1.1795 - 2021-12-23
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1794 - 2021-12-22
+1.1794 - 2021-12-22
 
 * Added logarithmic PIN failure delay of 3 seconds
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1793 - 2021-12-20
+1.1793 - 2021-12-20
 
 * Fixed crash related to resending
 * Added compact mode for accounts on start screen
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1792 - 2021-12-18
+1.1792 - 2021-12-18
 
 * Fixed always resending (2)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1791 - 2021-12-18
+1.1791 - 2021-12-18
 
 * Fixed always resending
 * Added receive option to group on sender/subject
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1790 - 2021-12-16
+1.1790 - 2021-12-16
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1789 - 2021-12-14
+1.1789 - 2021-12-14
 
 * Added support for foldable devices
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1788 - 2021-12-13
+1.1788 - 2021-12-13
 
 * Added experimental resend support (RFC2822 section 3.6.6)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1787 - 2021-12-11
+1.1787 - 2021-12-11
 
 * Fixed always downloading headers/bodies for rules requiring this
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1786 - 2021-12-10
+1.1786 - 2021-12-10
 
 * Fixed marking messages read in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1785 - 2021-12-09
+1.1785 - 2021-12-09
 
 * Added "text contains" filter rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1784 - 2021-12-08
+1.1784 - 2021-12-08
 
 * Added display option to override widths in original message view
 * Added sync twice within 30 seconds to sync all messages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1783 - 2021-12-02
+1.1783 - 2021-12-02
 
 * Added display option to use highlight color for unread shadow
 * Added display option for wide color stripe
@@ -921,13 +975,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1782 - 2021-11-27
+1.1782 - 2021-11-27
 
 * Added optional set importance button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1781 - 2021-11-23
+1.1781 - 2021-11-23
 
 * Added behavior option to enable swipe right to reply
 * Added separate sort order setting for unified folders
@@ -935,16 +989,16 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Banji](https://en.wikipedia.org/wiki/Banji)
+Banji
 
-### 1.1780 - 2021-11-15
+1.1780 - 2021-11-15
 
 * Fixed empty lines in message headers
 * Improved handling of read-only folders
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1779 - 2021-11-13
+1.1779 - 2021-11-13
 
 * Added using folder colors for Gmail labels
 * Added highlighting of searched text in messages
@@ -952,58 +1006,58 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1778 - 2021-11-11
+1.1778 - 2021-11-11
 
 * Fixed duplicate submenu icons
 * Small improvements and minor bug fixes
 
-### 1.1777 - 2021-11-11
+1.1777 - 2021-11-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1776 - 2021-11-10
+1.1776 - 2021-11-10
 
 * Added message menu icons
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1775 - 2021-11-09
+1.1775 - 2021-11-09
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1774 - 2021-11-08
+1.1774 - 2021-11-08
 
 * Added option to configure card padding (3-dots overflow menu)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1773 - 2021-11-06
+1.1773 - 2021-11-06
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1772 - 2021-11-04
+1.1772 - 2021-11-04
 
 * Added check for sending to no-reply addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1771 - 2021-11-03
+1.1771 - 2021-11-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1770 - 2021-11-01
+1.1770 - 2021-11-01
 
 * Added option to lock app (biometric/PIN) on leaving app
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1769 - 2021-10-28
+1.1769 - 2021-10-28
 
 * Fixed drafts not being removed
 * Added Emoji font loading (privacy settings)
@@ -1011,155 +1065,155 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1768 - 2021-10-27
+1.1768 - 2021-10-27
 
 * Added Material You theme (Android 12)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1767 - 2021-10-26
+1.1767 - 2021-10-26
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1766
+1.1766
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1765
+1.1765
 
 * Added option to disable lock on screen off for biometric authentication
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1764
+1.1764
 
 * Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
+* Report new messages when composing a message 1
 * Use account categories for identities
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
 
-### 1.1763
+1.1763
 
 * Small improvements and minor bug fixes
 * Updated libraries
 * Updated translations
 
-### 1.1762
+1.1762
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1761
+1.1761
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1760
+1.1760
 
 * Added multiple select spam / block sender
 * Added conditional searching via search index
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1757
+1.1757
 
 * Improved send progress calculation
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1756
+1.1756
 
 * Added settings import result dialog
 * Added send progress bar in sending notification
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1755
+1.1755
 
 * Added no font option for outgoing messages (send settings)
 * Reduced memory usage
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
+Adratiklit
 
-### 1.1754
+1.1754
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1752
+1.1752
 
-* Added account categories [1]
+* Added account categories 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
 
-### 1.1751
+1.1751
 
 * Fixed updating system folder properties
 
-### 1.1750
+1.1750
 
 * Auto reselect system folders
 
-### 1.1749
+1.1749
 
 * Fixed handling namespace errors
 
-### 1.1748
+1.1748
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1747
+1.1747
 
-* Disabled Android Auto support for the Play store version [1]
+* Disabled Android Auto support for the Play store version 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
+1 Google does not allow email apps with Android Auto support, see the FAQ.
 
-### 1.1746
+1.1746
 
 * Enabled Android auto support (see the FAQ for details)
 
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
+Zanabazar
 
-### 1.1745
+1.1745
 
 * Auto delete stale grouped operations
 
-### 1.1744
+1.1744
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1743
+1.1743
 
 * Fixed listing personal root namespace
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1742
+1.1742
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1741
+1.1741
 
 * Fixed empty account/identity list crash
 * Updated AndroidX
 * Updated translations
 
-### 1.1740
+1.1740
 
 * Added importing/exporting of vCards for local contact database
 * Added option to show number of unread drafts in the navigation menu
@@ -1167,39 +1221,39 @@
 * Reduced memory usage
 * Small improvements and minor bug fixes
 
-### 1.1739
+1.1739
 
 * Showing search index state
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1738
+1.1738
 
 * Added theme option for always light message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1737
+1.1737
 
 * Fixed crash
 
-### 1.1736
+1.1736
 
 * Small improvements and minor bug fixes
 
-### 1.1735
+1.1735
 
 * Added guided workaround for Outlook authentication errors
 
-### 1.1734
+1.1734
 
 * Added color to saved searches
 
-### 1.1733
+1.1733
 
 * Added saved searches (experimental)
 
-### 1.1732
+1.1732
 
 * Added collapsing of navigation menu folders
 * Added theme option for default light original message view
@@ -1208,67 +1262,67 @@
 * Improved Android 12 support
 * Fixed all reported bugs
 
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
+Yaverlandia
 
-### 1.1731
+1.1731
 
 * Fixed invalid error reports
 
-### 1.1730
+1.1730
 
 * Small improvements and minor bug fixes
 
-### 1.1729
+1.1729
 
 * Added miscellaneous option to disable showing the changelog
 
-### 1.1728
+1.1728
 
 * Prevent suggesting spam contacts
 * Confirm deleting block sender rules
 
-### 1.1727
+1.1727
 
 * Following dark/light theme for original message view
 * Added message menu item / optional button to force light theme for original message view
 * Moved block sender rules to local contact database to make it a free feature
 * Fixed verifying some S/MIME signatures
 
-### 1.1726
+1.1726
 
 * Show in-app changelog after updating
 
-### 1.1725
+1.1725
 
 * Added in-app changelog
 
-### 1.1724
+1.1724
 
 * Added display option for fixed date header
 * Moved navigation folders under accounts in the navigation menu
 
-### 1.1723
+1.1723
 
 * Fixed polling sometimes stopping
 
-### 1.1722
+1.1722
 
 * Added sort folders on unread messages option
 * Added Outlook .msg file decoder
 
-### 1.1721
+1.1721
 
 * Added decoding of Sophos Email Appliance links
 * Updated libraries
 
-### 1.1720
+1.1720
 
 * Moved outbox to unified folders in navigation menu
 * Added connection option to connect via VPN only
 * Added sqlite checkpoint after processing operations
 
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
+Xiyunykus
 
-### 1.1719
+1.1719
 
 * Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1925.txt b/metadata/en-US/changelogs/1931.txt
similarity index 80%
rename from metadata/en-US/changelogs/1925.txt
rename to metadata/en-US/changelogs/1931.txt
index e46e91d71b..6e9cd30117 100644
--- a/metadata/en-US/changelogs/1925.txt
+++ b/metadata/en-US/changelogs/1931.txt
@@ -1,92 +1,140 @@
-## Changelog
+Changelog
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
+--------------------
 
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
+Kinnareemimus
 
-### 1.1925 - 2022-06-22
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
 
 * Fixed crash in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1924 - 2022-06-19
+1.1924 - 2022-06-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1923 - 2022-06-18
+1.1923 - 2022-06-18
 
 * Added option to delay notifications while on a call (Android 12 or later)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1922 - 2022-06-18
+1.1922 - 2022-06-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1921 - 2022-06-17
+1.1921 - 2022-06-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1920 - 2022-06-16
+1.1920 - 2022-06-16
 
 * Fixed double back to exit
 * Improved browser selection
 * Added forward as attachment to answer menu
 * Small improvements and minor bug fixes
 
-### 1.1919 - 2022-06-15
+1.1919 - 2022-06-15
 
 * Fixed fragment back
 * Small improvements and minor bug fixes
 * Updated AndroidX
 
-### 1.1918 - 2022-06-15
+1.1918 - 2022-06-15
 
 * Added browser selection to open link dialog
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1917 - 2022-06-14
+1.1917 - 2022-06-14
 
 * Fixed moving to selected folder
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1916 - 2022-06-14
+1.1916 - 2022-06-14
 
 * Added option to suppress new message notifications when calling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1915 - 2022-06-13
+1.1915 - 2022-06-13
 
 * Fixed initializing option values
 
-### 1.1914 - 2022-06-13
+1.1914 - 2022-06-13
 
 * Added option for automatic hyphenation
 * Improved Android 13 compatibility
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1913 - 2022-06-12
+1.1913 - 2022-06-12
 
 * Fixed asking for permissions on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1912 - 2022-06-11
+1.1912 - 2022-06-11
 
 * Targetting SDK 33 (Android 13)
 * Small improvements and minor bug fixes
 * Updated AndroidX Webkit
 * Updated translations
 
-### 1.1911 - 2022-06-11
+1.1911 - 2022-06-11
 
 * Added encoding (character set) override option
 * Added UTF-16 endianness detection
@@ -94,18 +142,18 @@
 * Updated AndroidX and material design library
 * Updated translations
 
-### 1.1910 - 2022-06-10
+1.1910 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1909 - 2022-06-10
+1.1909 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 13
 * Updated translations
 
-### 1.1908 - 2022-06-09
+1.1908 - 2022-06-09
 
 * Added searching for text in drafts
 * Added OAuth for Gmail POP3 accounts
@@ -113,13 +161,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1907 - 2022-06-07
+1.1907 - 2022-06-07
 
 * Fixed deleted POP3 messages reappearing
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1906 - 2022-06-06
+1.1906 - 2022-06-06
 
 * Added POP3 swipe action to report spam / block sender
 * Added POP3 report spam / block sender for multiple selected messages
@@ -129,7 +177,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1905 - 2022-06-03
+1.1905 - 2022-06-03
 
 * Added print selected text
 * Added quick actions unread and permanent deletion
@@ -139,20 +187,20 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
+Itemirus
 
-### 1.1904 - 2022-05-30
+1.1904 - 2022-05-30
 
 * Fixed duplicate archived Gmail drafts
 
-### 1.1903 - 2022-05-30
+1.1903 - 2022-05-30
 
 * Fixed archiving/trashing Gmail drafts
 * Auto block sender on moving (as opposed to reporting) messages to spam
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1902 - 2022-05-29
+1.1902 - 2022-05-29
 
 * Fixed memory leak in some scenarios
 * Fixed persistent loading spinner in some situations
@@ -160,12 +208,12 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1901 - 2022-05-27
+1.1901 - 2022-05-27
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1900 - 2022-05-25
+1.1900 - 2022-05-25
 
 * Fixed mini gallery not showing in some cases
 * Fixed folder sync in some cases
@@ -174,30 +222,30 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1899 - 2022-05-18
+1.1899 - 2022-05-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1898 - 2022-05-15
+1.1898 - 2022-05-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1897 - 2022-05-14
+1.1897 - 2022-05-14
 
 * Added configurable quick actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1896 - 2022-05-13
+1.1896 - 2022-05-13
 
 * Prevent blocking self (report spam)
 * Preliminary Android 13 support (photo picker)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1895 - 2022-05-12
+1.1895 - 2022-05-12
 
 * Added quick mark as read button
 * Added send option to disable forwarding as new conversation thread
@@ -205,49 +253,49 @@
 * Updated AndroidX / material design library
 * Updated translations
 
-### 1.1894 - 2022-05-11
+1.1894 - 2022-05-11
 
 * Fixed widgets for older Android versions
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1893 - 2022-05-10
+1.1893 - 2022-05-10
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1892 - 2022-05-07
+1.1892 - 2022-05-07
 
 * Added optional day/night mode for widgets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891b - 2022-05-05
+1.1891b - 2022-05-05
 
 * Added avatars option to message list widget
 * Added option to use blocklists for POP3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891a - 2022-05-03
+1.1891a - 2022-05-03
 
 * Fixed unified folders nav menu message count
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1890 - 2022-05-03
+1.1890 - 2022-05-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1889 - 2022-05-02
+1.1889 - 2022-05-02
 
 * Added translate all button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1888 - 2022-05-01
+1.1888 - 2022-05-01
 
 * Added quick actions for selected messages
 * Added widget option to disable separator lines
@@ -256,71 +304,71 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
+Hulsanpes
 
-### 1.1887 - 2022-04-29
+1.1887 - 2022-04-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1886 - 2022-04-28
+1.1886 - 2022-04-28
 
 * Added option to auto save after entering a dot
 * Added LanguageTool support (long press the 'Save' button)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1885 - 2022-04-26
+1.1885 - 2022-04-26
 
 * Fixed saving drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1884 - 2022-04-26
+1.1884 - 2022-04-26
 
 * Added option to highlight unread messages in the message list widget
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1883 - 2022-04-25
+1.1883 - 2022-04-25
 
 * Added auto save draft for every new paragraph (can be turned off in the send settings)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1882 - 2022-04-25
+1.1882 - 2022-04-25
 
 * Fixed dark texts in dark themes
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1881 - 2022-04-24
+1.1881 - 2022-04-24
 
 * Added advanced account option to sync outside schedule
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1879 - 2022-04-23
+1.1879 - 2022-04-23
 
 * Added warning about airplane mode enabled
 * Added advanced account option to connect via unmetered networks only
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1878 - 2022-04-21
+1.1878 - 2022-04-21
 
 * Fixed printing
 * Fixed signature verification in some cases
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1877 - 2022-04-21
+1.1877 - 2022-04-21
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1876 - 2022-04-20
+1.1876 - 2022-04-20
 
 * Added auto select same identity for same recipient for new messages
 * Added option to add signature to first reply only
@@ -330,15 +378,15 @@
 * Updated AndroidX
 * Updated translations
 
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
+Gobivenator
 
-### 1.1875 - 2022-04-13
+1.1875 - 2022-04-13
 
 * Fixed crash on some Android versions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1874 - 2022-04-13
+1.1874 - 2022-04-13
 
 * Added padding option for tabular view in overflow menu
 * Added selection of contact type (home, work, etc) when inserting contact group
@@ -346,70 +394,70 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1873 - 2022-04-09
+1.1873 - 2022-04-09
 
 * Fix scroll stuttering in some case
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1872 - 2022-04-09
+1.1872 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1871 - 2022-04-09
+1.1871 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1870 - 2022-04-08
+1.1870 - 2022-04-08
 
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1869 - 2022-04-07
+1.1869 - 2022-04-07
 
 * Added DeepL HTML support
 * Fixed inline image handling for external drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1868 - 2022-04-06
+1.1868 - 2022-04-06
 
 * Small improvements and minor bug fixes
 * Updated Public Suffix List
 * Updated build tools
 * Updated translations
 
-### 1.1867 - 2022-04-04
+1.1867 - 2022-04-04
 
 * Added highlighting (marking) of text
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1866 - 2022-04-02
+1.1866 - 2022-04-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1865 - 2022-04-01
+1.1865 - 2022-04-01
 
 * Added searching in rule actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1864 - 2022-03-30
+1.1864 - 2022-03-30
 
 * Fixed starting disabled accounts
 
-### 1.1863 - 2022-03-30
+1.1863 - 2022-03-30
 
 * Converting background images into images (reformatted message view)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1862 - 2022-03-28
+1.1862 - 2022-03-28
 
 * Added local contact editor
 * Added local contact groups
@@ -417,7 +465,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1861 - 2022-03-25
+1.1861 - 2022-03-25
 
 * Added option to show account categories in the navigation menu
 * Added managing filter rules to the navigation menu
@@ -426,32 +474,32 @@
 * Updated Public Suffix List
 * Updated translations
 
-### 1.1860 - 2022-03-23
+1.1860 - 2022-03-23
 
 * Added sent sound selection
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1859 - 2022-03-22
+1.1859 - 2022-03-22
 
 * Showing common filter rule action values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1858 - 2022-03-21
+1.1858 - 2022-03-21
 
 * Added remove all attachments button to message editor
 * Showing filter rule condition values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1857 - 2022-03-19
+1.1857 - 2022-03-19
 
 * Added inserting templates as text snippets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1856 - 2022-03-14
+1.1856 - 2022-03-14
 
 * Added click link feedback
 * Added option for direct server search
@@ -460,7 +508,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1855 - 2022-03-12
+1.1855 - 2022-03-12
 
 * Added option to show contents of zipped attachments (enabled by default)
 * Added option to sort reply templates by frequency of use
@@ -469,7 +517,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1854 - 2022-03-09
+1.1854 - 2022-03-09
 
 * Added some more BIP39 word lists
 * Added CSS inherit support
@@ -477,13 +525,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1853 - 2022-03-07
+1.1853 - 2022-03-07
 
 * Added BIP39 word lists in various languages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1852 - 2022-03-07
+1.1852 - 2022-03-07
 
 * Added image dimensions to mini gallery
 * Added PGP and S/MIME key indicators to address bubbles
@@ -493,32 +541,32 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
+Fulgurotherium
 
-### 1.1851 - 2022-03-02
+1.1851 - 2022-03-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1850 - 2022-02-28
+1.1850 - 2022-02-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1849 - 2022-02-26
+1.1849 - 2022-02-26
 
 * Fixed inserting photos after device rotation
 * Showing if there are attachments in conversations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1848 - 2022-02-25
+1.1848 - 2022-02-25
 
 * Fixed POP3 delete
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1847 - 2022-02-24
+1.1847 - 2022-02-24
 
 * Address bubbles: generated icons
 * Address bubbles: RTL support
@@ -526,38 +574,38 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1846 - 2022-02-24
+1.1846 - 2022-02-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1845 - 2022-02-23
+1.1845 - 2022-02-23
 
 * Address bubble fixes and improvements
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1844 - 2022-02-23
+1.1844 - 2022-02-23
 
 * Improved address bubble handling
 * Added "extra small" image resize option
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1843 - 2022-02-22
+1.1843 - 2022-02-22
 
 * Added address bubbles (enable via overflow menu / message editor)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1842 - 2022-02-20
+1.1842 - 2022-02-20
 
 * Added (black or) white theme
 * Added option to always navigation from message list to folder list
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1841 - 2022-02-19
+1.1841 - 2022-02-19
 
 * Improved plain text only check
 * Updated Public Suffix List
@@ -565,50 +613,50 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1840 - 2022-02-17
+1.1840 - 2022-02-17
 
 * Fixed auto linking of email addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1839 - 2022-02-16
+1.1839 - 2022-02-16
 
 * Added an option to select the long press answer button action
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1838 - 2022-02-15
+1.1838 - 2022-02-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1837 - 2022-02-14
+1.1837 - 2022-02-14
 
 * Added menu item to show plain text part
 * Added AMP email support
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1836 - 2022-02-12
+1.1836 - 2022-02-12
 
 * Added option to disable using bundled fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1835 - 2022-02-11
+1.1835 - 2022-02-11
 
 * Added default display font setting
 * Replaced Cambo by Caladea font
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1834 - 2022-02-10
+1.1834 - 2022-02-10
 
 * Added Croscore and Crosextra fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1833 - 2022-02-07
+1.1833 - 2022-02-07
 
 * Added view original signature
 * Added support for CSS text-transform
@@ -616,13 +664,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1832 - 2022-02-05
+1.1832 - 2022-02-05
 
 * Added saving S/MIME public keys
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1831 - 2022-02-04
+1.1831 - 2022-02-04
 
 * Added slider to change message column width
 * Added option for formal/informal DeepL translation
@@ -631,75 +679,75 @@
 * Updated libraries/AndroidX
 * Updated translations
 
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
+Epidexipteryx
 
-### 1.1830 - 2022-02-02
+1.1830 - 2022-02-02
 
 * Fixed extra buttons option
 
-### 1.1829 - 2022-02-02
+1.1829 - 2022-02-02
 
 * Reduced logging
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1828 - 2022-02-01
+1.1828 - 2022-02-01
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1827 - 2022-02-01
+1.1827 - 2022-02-01
 
 * Fixed forward as attachment
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1826 - 2022-01-31
+1.1826 - 2022-01-31
 
 * Added $$tls$ rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1825 - 2022-01-30
+1.1825 - 2022-01-30
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1824 - 2022-01-29
+1.1824 - 2022-01-29
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1823 - 2022-01-29
+1.1823 - 2022-01-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1822 - 2022-01-28
+1.1822 - 2022-01-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1821 - 2022-01-25
+1.1821 - 2022-01-25
 
 * Fixed answer menu crash
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1820 - 2022-01-24
+1.1820 - 2022-01-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1819 - 2022-01-23
+1.1819 - 2022-01-23
 
 * Fixed crash in error handling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1818 - 2022-01-22
+1.1818 - 2022-01-22
 
 * Added colors to reply templates
 * Added displaying reply templates by group
@@ -707,81 +755,81 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1817 - 2022-01-21
+1.1817 - 2022-01-21
 
 * Fixed text context menu actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1816 - 2022-01-20
+1.1816 - 2022-01-20
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1815 - 2022-01-19
+1.1815 - 2022-01-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1814 - 2022-01-18
+1.1814 - 2022-01-18
 
 * Added support for sensitivity indicator (personal, private, confidential)
 * Added batch setting of message flags (protocol level)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1813 - 2022-01-17
+1.1813 - 2022-01-17
 
 * Fixed downloading attachments on demand
 * Small improvements and minor bug fixes
 
-### 1.1812 - 2022-01-17
+1.1812 - 2022-01-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
+Draconyx
 
-### 1.1811 - 2022-01-14
+1.1811 - 2022-01-14
 
 * Fixed scroll issue
 
-### 1.1810 - 2022-01-14
+1.1810 - 2022-01-14
 
 * Fixed searching for options when swiping
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1809 - 2022-01-14
+1.1809 - 2022-01-14
 
 * Reply with selected text in style
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1808 - 2022-01-13
+1.1808 - 2022-01-13
 
 * Added share images button above mini gallery
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1807 - 2022-01-11
+1.1807 - 2022-01-11
 
 * Fixed delay when going to a settings page
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1806 - 2022-01-11
+1.1806 - 2022-01-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1805 - 2022-01-10
+1.1805 - 2022-01-10
 
 * Long screenshots (Android 12+)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1804 - 2022-01-08
+1.1804 - 2022-01-08
 
 * Added check for secure (TLS) transport (experimental)
 * Removed double confirm for permanently deleting messages
@@ -790,44 +838,44 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1803 - 2022-01-06
+1.1803 - 2022-01-06
 
 * Added rule action to play (alarm) sound (experimental)
 * Small improvements and minor bug fixes
 * Updated build tools and libraries
 * Updated translations
 
-### 1.1802 - 2022-01-03
+1.1802 - 2022-01-03
 
 * Improved original message view scrolling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1801 - 2021-12-30
+1.1801 - 2021-12-30
 
 * Added rule action to permanently delete messages
 * Using IMAP flags to store low/high importance
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1800 - 2021-12-27
+1.1800 - 2021-12-27
 
 * Fixed crash when manually configuring an account
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1799 - 2021-12-27
+1.1799 - 2021-12-27
 
 * Fixed removing inline images on replying/forwarding
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1798 - 2021-12-27
+1.1798 - 2021-12-27
 
 * Play store only release
 * Fixed removing inline images on replying/forwarding
 
-### 1.1797 - 2021-12-27
+1.1797 - 2021-12-27
 
 * Added Outlook Tenant ID field
 * Added option for numbered reply prefix
@@ -836,89 +884,89 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
+Caudipteryx
 
-### 1.1796 - 2021-12-23
+1.1796 - 2021-12-23
 
 * Fixed incorrect background colors
 * Small improvements and minor bug fixes
 
-### 1.1795 - 2021-12-23
+1.1795 - 2021-12-23
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1794 - 2021-12-22
+1.1794 - 2021-12-22
 
 * Added logarithmic PIN failure delay of 3 seconds
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1793 - 2021-12-20
+1.1793 - 2021-12-20
 
 * Fixed crash related to resending
 * Added compact mode for accounts on start screen
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1792 - 2021-12-18
+1.1792 - 2021-12-18
 
 * Fixed always resending (2)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1791 - 2021-12-18
+1.1791 - 2021-12-18
 
 * Fixed always resending
 * Added receive option to group on sender/subject
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1790 - 2021-12-16
+1.1790 - 2021-12-16
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1789 - 2021-12-14
+1.1789 - 2021-12-14
 
 * Added support for foldable devices
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1788 - 2021-12-13
+1.1788 - 2021-12-13
 
 * Added experimental resend support (RFC2822 section 3.6.6)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1787 - 2021-12-11
+1.1787 - 2021-12-11
 
 * Fixed always downloading headers/bodies for rules requiring this
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1786 - 2021-12-10
+1.1786 - 2021-12-10
 
 * Fixed marking messages read in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1785 - 2021-12-09
+1.1785 - 2021-12-09
 
 * Added "text contains" filter rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1784 - 2021-12-08
+1.1784 - 2021-12-08
 
 * Added display option to override widths in original message view
 * Added sync twice within 30 seconds to sync all messages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1783 - 2021-12-02
+1.1783 - 2021-12-02
 
 * Added display option to use highlight color for unread shadow
 * Added display option for wide color stripe
@@ -927,13 +975,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1782 - 2021-11-27
+1.1782 - 2021-11-27
 
 * Added optional set importance button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1781 - 2021-11-23
+1.1781 - 2021-11-23
 
 * Added behavior option to enable swipe right to reply
 * Added separate sort order setting for unified folders
@@ -941,16 +989,16 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Banji](https://en.wikipedia.org/wiki/Banji)
+Banji
 
-### 1.1780 - 2021-11-15
+1.1780 - 2021-11-15
 
 * Fixed empty lines in message headers
 * Improved handling of read-only folders
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1779 - 2021-11-13
+1.1779 - 2021-11-13
 
 * Added using folder colors for Gmail labels
 * Added highlighting of searched text in messages
@@ -958,58 +1006,58 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1778 - 2021-11-11
+1.1778 - 2021-11-11
 
 * Fixed duplicate submenu icons
 * Small improvements and minor bug fixes
 
-### 1.1777 - 2021-11-11
+1.1777 - 2021-11-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1776 - 2021-11-10
+1.1776 - 2021-11-10
 
 * Added message menu icons
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1775 - 2021-11-09
+1.1775 - 2021-11-09
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1774 - 2021-11-08
+1.1774 - 2021-11-08
 
 * Added option to configure card padding (3-dots overflow menu)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1773 - 2021-11-06
+1.1773 - 2021-11-06
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1772 - 2021-11-04
+1.1772 - 2021-11-04
 
 * Added check for sending to no-reply addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1771 - 2021-11-03
+1.1771 - 2021-11-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1770 - 2021-11-01
+1.1770 - 2021-11-01
 
 * Added option to lock app (biometric/PIN) on leaving app
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1769 - 2021-10-28
+1.1769 - 2021-10-28
 
 * Fixed drafts not being removed
 * Added Emoji font loading (privacy settings)
@@ -1017,155 +1065,155 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1768 - 2021-10-27
+1.1768 - 2021-10-27
 
 * Added Material You theme (Android 12)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1767 - 2021-10-26
+1.1767 - 2021-10-26
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1766
+1.1766
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1765
+1.1765
 
 * Added option to disable lock on screen off for biometric authentication
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1764
+1.1764
 
 * Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
+* Report new messages when composing a message 1
 * Use account categories for identities
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
 
-### 1.1763
+1.1763
 
 * Small improvements and minor bug fixes
 * Updated libraries
 * Updated translations
 
-### 1.1762
+1.1762
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1761
+1.1761
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1760
+1.1760
 
 * Added multiple select spam / block sender
 * Added conditional searching via search index
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1757
+1.1757
 
 * Improved send progress calculation
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1756
+1.1756
 
 * Added settings import result dialog
 * Added send progress bar in sending notification
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1755
+1.1755
 
 * Added no font option for outgoing messages (send settings)
 * Reduced memory usage
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
+Adratiklit
 
-### 1.1754
+1.1754
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1752
+1.1752
 
-* Added account categories [1]
+* Added account categories 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
 
-### 1.1751
+1.1751
 
 * Fixed updating system folder properties
 
-### 1.1750
+1.1750
 
 * Auto reselect system folders
 
-### 1.1749
+1.1749
 
 * Fixed handling namespace errors
 
-### 1.1748
+1.1748
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1747
+1.1747
 
-* Disabled Android Auto support for the Play store version [1]
+* Disabled Android Auto support for the Play store version 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
+1 Google does not allow email apps with Android Auto support, see the FAQ.
 
-### 1.1746
+1.1746
 
 * Enabled Android auto support (see the FAQ for details)
 
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
+Zanabazar
 
-### 1.1745
+1.1745
 
 * Auto delete stale grouped operations
 
-### 1.1744
+1.1744
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1743
+1.1743
 
 * Fixed listing personal root namespace
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1742
+1.1742
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1741
+1.1741
 
 * Fixed empty account/identity list crash
 * Updated AndroidX
 * Updated translations
 
-### 1.1740
+1.1740
 
 * Added importing/exporting of vCards for local contact database
 * Added option to show number of unread drafts in the navigation menu
@@ -1173,39 +1221,39 @@
 * Reduced memory usage
 * Small improvements and minor bug fixes
 
-### 1.1739
+1.1739
 
 * Showing search index state
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1738
+1.1738
 
 * Added theme option for always light message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1737
+1.1737
 
 * Fixed crash
 
-### 1.1736
+1.1736
 
 * Small improvements and minor bug fixes
 
-### 1.1735
+1.1735
 
 * Added guided workaround for Outlook authentication errors
 
-### 1.1734
+1.1734
 
 * Added color to saved searches
 
-### 1.1733
+1.1733
 
 * Added saved searches (experimental)
 
-### 1.1732
+1.1732
 
 * Added collapsing of navigation menu folders
 * Added theme option for default light original message view
@@ -1214,67 +1262,67 @@
 * Improved Android 12 support
 * Fixed all reported bugs
 
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
+Yaverlandia
 
-### 1.1731
+1.1731
 
 * Fixed invalid error reports
 
-### 1.1730
+1.1730
 
 * Small improvements and minor bug fixes
 
-### 1.1729
+1.1729
 
 * Added miscellaneous option to disable showing the changelog
 
-### 1.1728
+1.1728
 
 * Prevent suggesting spam contacts
 * Confirm deleting block sender rules
 
-### 1.1727
+1.1727
 
 * Following dark/light theme for original message view
 * Added message menu item / optional button to force light theme for original message view
 * Moved block sender rules to local contact database to make it a free feature
 * Fixed verifying some S/MIME signatures
 
-### 1.1726
+1.1726
 
 * Show in-app changelog after updating
 
-### 1.1725
+1.1725
 
 * Added in-app changelog
 
-### 1.1724
+1.1724
 
 * Added display option for fixed date header
 * Moved navigation folders under accounts in the navigation menu
 
-### 1.1723
+1.1723
 
 * Fixed polling sometimes stopping
 
-### 1.1722
+1.1722
 
 * Added sort folders on unread messages option
 * Added Outlook .msg file decoder
 
-### 1.1721
+1.1721
 
 * Added decoding of Sophos Email Appliance links
 * Updated libraries
 
-### 1.1720
+1.1720
 
 * Moved outbox to unified folders in navigation menu
 * Added connection option to connect via VPN only
 * Added sqlite checkpoint after processing operations
 
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
+Xiyunykus
 
-### 1.1719
+1.1719
 
 * Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1922.txt b/metadata/en-US/changelogs/1932.txt
similarity index 79%
rename from metadata/en-US/changelogs/1922.txt
rename to metadata/en-US/changelogs/1932.txt
index bdeb94deee..2e25991a34 100644
--- a/metadata/en-US/changelogs/1922.txt
+++ b/metadata/en-US/changelogs/1932.txt
@@ -1,75 +1,154 @@
-## Changelog
+Changelog
 
-&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md)
+--------------------
 
-### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
+Kinnareemimus
 
-### 1.1922 - 2022-06-18
+Next version
 
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1921 - 2022-06-17
+1.1932 - 2022-07-08
 
+* Fixed threading when Message-ID empty
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1920 - 2022-06-16
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
 
 * Fixed double back to exit
 * Improved browser selection
 * Added forward as attachment to answer menu
 * Small improvements and minor bug fixes
 
-### 1.1919 - 2022-06-15
+1.1919 - 2022-06-15
 
 * Fixed fragment back
 * Small improvements and minor bug fixes
 * Updated AndroidX
 
-### 1.1918 - 2022-06-15
+1.1918 - 2022-06-15
 
 * Added browser selection to open link dialog
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1917 - 2022-06-14
+1.1917 - 2022-06-14
 
 * Fixed moving to selected folder
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1916 - 2022-06-14
+1.1916 - 2022-06-14
 
 * Added option to suppress new message notifications when calling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1915 - 2022-06-13
+1.1915 - 2022-06-13
 
 * Fixed initializing option values
 
-### 1.1914 - 2022-06-13
+1.1914 - 2022-06-13
 
 * Added option for automatic hyphenation
 * Improved Android 13 compatibility
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1913 - 2022-06-12
+1.1913 - 2022-06-12
 
 * Fixed asking for permissions on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1912 - 2022-06-11
+1.1912 - 2022-06-11
 
 * Targetting SDK 33 (Android 13)
 * Small improvements and minor bug fixes
 * Updated AndroidX Webkit
 * Updated translations
 
-### 1.1911 - 2022-06-11
+1.1911 - 2022-06-11
 
 * Added encoding (character set) override option
 * Added UTF-16 endianness detection
@@ -77,18 +156,18 @@
 * Updated AndroidX and material design library
 * Updated translations
 
-### 1.1910 - 2022-06-10
+1.1910 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 12 and before
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1909 - 2022-06-10
+1.1909 - 2022-06-10
 
 * Fixed dark theme / original message view on Android 13
 * Updated translations
 
-### 1.1908 - 2022-06-09
+1.1908 - 2022-06-09
 
 * Added searching for text in drafts
 * Added OAuth for Gmail POP3 accounts
@@ -96,13 +175,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1907 - 2022-06-07
+1.1907 - 2022-06-07
 
 * Fixed deleted POP3 messages reappearing
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1906 - 2022-06-06
+1.1906 - 2022-06-06
 
 * Added POP3 swipe action to report spam / block sender
 * Added POP3 report spam / block sender for multiple selected messages
@@ -112,7 +191,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1905 - 2022-06-03
+1.1905 - 2022-06-03
 
 * Added print selected text
 * Added quick actions unread and permanent deletion
@@ -122,20 +201,20 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Itemirus](https://en.wikipedia.org/wiki/Itemirus)
+Itemirus
 
-### 1.1904 - 2022-05-30
+1.1904 - 2022-05-30
 
 * Fixed duplicate archived Gmail drafts
 
-### 1.1903 - 2022-05-30
+1.1903 - 2022-05-30
 
 * Fixed archiving/trashing Gmail drafts
 * Auto block sender on moving (as opposed to reporting) messages to spam
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1902 - 2022-05-29
+1.1902 - 2022-05-29
 
 * Fixed memory leak in some scenarios
 * Fixed persistent loading spinner in some situations
@@ -143,12 +222,12 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1901 - 2022-05-27
+1.1901 - 2022-05-27
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1900 - 2022-05-25
+1.1900 - 2022-05-25
 
 * Fixed mini gallery not showing in some cases
 * Fixed folder sync in some cases
@@ -157,30 +236,30 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1899 - 2022-05-18
+1.1899 - 2022-05-18
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1898 - 2022-05-15
+1.1898 - 2022-05-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1897 - 2022-05-14
+1.1897 - 2022-05-14
 
 * Added configurable quick actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1896 - 2022-05-13
+1.1896 - 2022-05-13
 
 * Prevent blocking self (report spam)
 * Preliminary Android 13 support (photo picker)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1895 - 2022-05-12
+1.1895 - 2022-05-12
 
 * Added quick mark as read button
 * Added send option to disable forwarding as new conversation thread
@@ -188,49 +267,49 @@
 * Updated AndroidX / material design library
 * Updated translations
 
-### 1.1894 - 2022-05-11
+1.1894 - 2022-05-11
 
 * Fixed widgets for older Android versions
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1893 - 2022-05-10
+1.1893 - 2022-05-10
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1892 - 2022-05-07
+1.1892 - 2022-05-07
 
 * Added optional day/night mode for widgets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891b - 2022-05-05
+1.1891b - 2022-05-05
 
 * Added avatars option to message list widget
 * Added option to use blocklists for POP3
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1891a - 2022-05-03
+1.1891a - 2022-05-03
 
 * Fixed unified folders nav menu message count
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1890 - 2022-05-03
+1.1890 - 2022-05-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1889 - 2022-05-02
+1.1889 - 2022-05-02
 
 * Added translate all button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1888 - 2022-05-01
+1.1888 - 2022-05-01
 
 * Added quick actions for selected messages
 * Added widget option to disable separator lines
@@ -239,71 +318,71 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Hulsanpes](https://en.wikipedia.org/wiki/Hulsanpes)
+Hulsanpes
 
-### 1.1887 - 2022-04-29
+1.1887 - 2022-04-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1886 - 2022-04-28
+1.1886 - 2022-04-28
 
 * Added option to auto save after entering a dot
 * Added LanguageTool support (long press the 'Save' button)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1885 - 2022-04-26
+1.1885 - 2022-04-26
 
 * Fixed saving drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1884 - 2022-04-26
+1.1884 - 2022-04-26
 
 * Added option to highlight unread messages in the message list widget
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1883 - 2022-04-25
+1.1883 - 2022-04-25
 
 * Added auto save draft for every new paragraph (can be turned off in the send settings)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1882 - 2022-04-25
+1.1882 - 2022-04-25
 
 * Fixed dark texts in dark themes
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1881 - 2022-04-24
+1.1881 - 2022-04-24
 
 * Added advanced account option to sync outside schedule
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1879 - 2022-04-23
+1.1879 - 2022-04-23
 
 * Added warning about airplane mode enabled
 * Added advanced account option to connect via unmetered networks only
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1878 - 2022-04-21
+1.1878 - 2022-04-21
 
 * Fixed printing
 * Fixed signature verification in some cases
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1877 - 2022-04-21
+1.1877 - 2022-04-21
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1876 - 2022-04-20
+1.1876 - 2022-04-20
 
 * Added auto select same identity for same recipient for new messages
 * Added option to add signature to first reply only
@@ -313,15 +392,15 @@
 * Updated AndroidX
 * Updated translations
 
-### [Gobivenator](https://en.wikipedia.org/wiki/Gobivenator)
+Gobivenator
 
-### 1.1875 - 2022-04-13
+1.1875 - 2022-04-13
 
 * Fixed crash on some Android versions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1874 - 2022-04-13
+1.1874 - 2022-04-13
 
 * Added padding option for tabular view in overflow menu
 * Added selection of contact type (home, work, etc) when inserting contact group
@@ -329,70 +408,70 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1873 - 2022-04-09
+1.1873 - 2022-04-09
 
 * Fix scroll stuttering in some case
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1872 - 2022-04-09
+1.1872 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1871 - 2022-04-09
+1.1871 - 2022-04-09
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1870 - 2022-04-08
+1.1870 - 2022-04-08
 
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1869 - 2022-04-07
+1.1869 - 2022-04-07
 
 * Added DeepL HTML support
 * Fixed inline image handling for external drafts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1868 - 2022-04-06
+1.1868 - 2022-04-06
 
 * Small improvements and minor bug fixes
 * Updated Public Suffix List
 * Updated build tools
 * Updated translations
 
-### 1.1867 - 2022-04-04
+1.1867 - 2022-04-04
 
 * Added highlighting (marking) of text
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1866 - 2022-04-02
+1.1866 - 2022-04-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1865 - 2022-04-01
+1.1865 - 2022-04-01
 
 * Added searching in rule actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1864 - 2022-03-30
+1.1864 - 2022-03-30
 
 * Fixed starting disabled accounts
 
-### 1.1863 - 2022-03-30
+1.1863 - 2022-03-30
 
 * Converting background images into images (reformatted message view)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1862 - 2022-03-28
+1.1862 - 2022-03-28
 
 * Added local contact editor
 * Added local contact groups
@@ -400,7 +479,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1861 - 2022-03-25
+1.1861 - 2022-03-25
 
 * Added option to show account categories in the navigation menu
 * Added managing filter rules to the navigation menu
@@ -409,32 +488,32 @@
 * Updated Public Suffix List
 * Updated translations
 
-### 1.1860 - 2022-03-23
+1.1860 - 2022-03-23
 
 * Added sent sound selection
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1859 - 2022-03-22
+1.1859 - 2022-03-22
 
 * Showing common filter rule action values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1858 - 2022-03-21
+1.1858 - 2022-03-21
 
 * Added remove all attachments button to message editor
 * Showing filter rule condition values in rule lists
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1857 - 2022-03-19
+1.1857 - 2022-03-19
 
 * Added inserting templates as text snippets
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1856 - 2022-03-14
+1.1856 - 2022-03-14
 
 * Added click link feedback
 * Added option for direct server search
@@ -443,7 +522,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1855 - 2022-03-12
+1.1855 - 2022-03-12
 
 * Added option to show contents of zipped attachments (enabled by default)
 * Added option to sort reply templates by frequency of use
@@ -452,7 +531,7 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1854 - 2022-03-09
+1.1854 - 2022-03-09
 
 * Added some more BIP39 word lists
 * Added CSS inherit support
@@ -460,13 +539,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1853 - 2022-03-07
+1.1853 - 2022-03-07
 
 * Added BIP39 word lists in various languages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1852 - 2022-03-07
+1.1852 - 2022-03-07
 
 * Added image dimensions to mini gallery
 * Added PGP and S/MIME key indicators to address bubbles
@@ -476,32 +555,32 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Fulgurotherium](https://en.wikipedia.org/wiki/Fulgurotherium)
+Fulgurotherium
 
-### 1.1851 - 2022-03-02
+1.1851 - 2022-03-02
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1850 - 2022-02-28
+1.1850 - 2022-02-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1849 - 2022-02-26
+1.1849 - 2022-02-26
 
 * Fixed inserting photos after device rotation
 * Showing if there are attachments in conversations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1848 - 2022-02-25
+1.1848 - 2022-02-25
 
 * Fixed POP3 delete
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1847 - 2022-02-24
+1.1847 - 2022-02-24
 
 * Address bubbles: generated icons
 * Address bubbles: RTL support
@@ -509,38 +588,38 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1846 - 2022-02-24
+1.1846 - 2022-02-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1845 - 2022-02-23
+1.1845 - 2022-02-23
 
 * Address bubble fixes and improvements
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1844 - 2022-02-23
+1.1844 - 2022-02-23
 
 * Improved address bubble handling
 * Added "extra small" image resize option
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1843 - 2022-02-22
+1.1843 - 2022-02-22
 
 * Added address bubbles (enable via overflow menu / message editor)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1842 - 2022-02-20
+1.1842 - 2022-02-20
 
 * Added (black or) white theme
 * Added option to always navigation from message list to folder list
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1841 - 2022-02-19
+1.1841 - 2022-02-19
 
 * Improved plain text only check
 * Updated Public Suffix List
@@ -548,50 +627,50 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1840 - 2022-02-17
+1.1840 - 2022-02-17
 
 * Fixed auto linking of email addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1839 - 2022-02-16
+1.1839 - 2022-02-16
 
 * Added an option to select the long press answer button action
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1838 - 2022-02-15
+1.1838 - 2022-02-15
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1837 - 2022-02-14
+1.1837 - 2022-02-14
 
 * Added menu item to show plain text part
 * Added AMP email support
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1836 - 2022-02-12
+1.1836 - 2022-02-12
 
 * Added option to disable using bundled fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1835 - 2022-02-11
+1.1835 - 2022-02-11
 
 * Added default display font setting
 * Replaced Cambo by Caladea font
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1834 - 2022-02-10
+1.1834 - 2022-02-10
 
 * Added Croscore and Crosextra fonts
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1833 - 2022-02-07
+1.1833 - 2022-02-07
 
 * Added view original signature
 * Added support for CSS text-transform
@@ -599,13 +678,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1832 - 2022-02-05
+1.1832 - 2022-02-05
 
 * Added saving S/MIME public keys
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1831 - 2022-02-04
+1.1831 - 2022-02-04
 
 * Added slider to change message column width
 * Added option for formal/informal DeepL translation
@@ -614,75 +693,75 @@
 * Updated libraries/AndroidX
 * Updated translations
 
-### [Epidexipteryx](https://en.wikipedia.org/wiki/Epidexipteryx)
+Epidexipteryx
 
-### 1.1830 - 2022-02-02
+1.1830 - 2022-02-02
 
 * Fixed extra buttons option
 
-### 1.1829 - 2022-02-02
+1.1829 - 2022-02-02
 
 * Reduced logging
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1828 - 2022-02-01
+1.1828 - 2022-02-01
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1827 - 2022-02-01
+1.1827 - 2022-02-01
 
 * Fixed forward as attachment
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1826 - 2022-01-31
+1.1826 - 2022-01-31
 
 * Added $$tls$ rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1825 - 2022-01-30
+1.1825 - 2022-01-30
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1824 - 2022-01-29
+1.1824 - 2022-01-29
 
 * Show image thumbnails in message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1823 - 2022-01-29
+1.1823 - 2022-01-29
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1822 - 2022-01-28
+1.1822 - 2022-01-28
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1821 - 2022-01-25
+1.1821 - 2022-01-25
 
 * Fixed answer menu crash
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1820 - 2022-01-24
+1.1820 - 2022-01-24
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1819 - 2022-01-23
+1.1819 - 2022-01-23
 
 * Fixed crash in error handling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1818 - 2022-01-22
+1.1818 - 2022-01-22
 
 * Added colors to reply templates
 * Added displaying reply templates by group
@@ -690,81 +769,81 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1817 - 2022-01-21
+1.1817 - 2022-01-21
 
 * Fixed text context menu actions
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1816 - 2022-01-20
+1.1816 - 2022-01-20
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1815 - 2022-01-19
+1.1815 - 2022-01-19
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1814 - 2022-01-18
+1.1814 - 2022-01-18
 
 * Added support for sensitivity indicator (personal, private, confidential)
 * Added batch setting of message flags (protocol level)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1813 - 2022-01-17
+1.1813 - 2022-01-17
 
 * Fixed downloading attachments on demand
 * Small improvements and minor bug fixes
 
-### 1.1812 - 2022-01-17
+1.1812 - 2022-01-17
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Draconyx](https://en.wikipedia.org/wiki/Draconyx)
+Draconyx
 
-### 1.1811 - 2022-01-14
+1.1811 - 2022-01-14
 
 * Fixed scroll issue
 
-### 1.1810 - 2022-01-14
+1.1810 - 2022-01-14
 
 * Fixed searching for options when swiping
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1809 - 2022-01-14
+1.1809 - 2022-01-14
 
 * Reply with selected text in style
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1808 - 2022-01-13
+1.1808 - 2022-01-13
 
 * Added share images button above mini gallery
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1807 - 2022-01-11
+1.1807 - 2022-01-11
 
 * Fixed delay when going to a settings page
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1806 - 2022-01-11
+1.1806 - 2022-01-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1805 - 2022-01-10
+1.1805 - 2022-01-10
 
 * Long screenshots (Android 12+)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1804 - 2022-01-08
+1.1804 - 2022-01-08
 
 * Added check for secure (TLS) transport (experimental)
 * Removed double confirm for permanently deleting messages
@@ -773,44 +852,44 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1803 - 2022-01-06
+1.1803 - 2022-01-06
 
 * Added rule action to play (alarm) sound (experimental)
 * Small improvements and minor bug fixes
 * Updated build tools and libraries
 * Updated translations
 
-### 1.1802 - 2022-01-03
+1.1802 - 2022-01-03
 
 * Improved original message view scrolling
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1801 - 2021-12-30
+1.1801 - 2021-12-30
 
 * Added rule action to permanently delete messages
 * Using IMAP flags to store low/high importance
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1800 - 2021-12-27
+1.1800 - 2021-12-27
 
 * Fixed crash when manually configuring an account
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1799 - 2021-12-27
+1.1799 - 2021-12-27
 
 * Fixed removing inline images on replying/forwarding
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1798 - 2021-12-27
+1.1798 - 2021-12-27
 
 * Play store only release
 * Fixed removing inline images on replying/forwarding
 
-### 1.1797 - 2021-12-27
+1.1797 - 2021-12-27
 
 * Added Outlook Tenant ID field
 * Added option for numbered reply prefix
@@ -819,89 +898,89 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Caudipteryx](https://en.wikipedia.org/wiki/Caudipteryx)
+Caudipteryx
 
-### 1.1796 - 2021-12-23
+1.1796 - 2021-12-23
 
 * Fixed incorrect background colors
 * Small improvements and minor bug fixes
 
-### 1.1795 - 2021-12-23
+1.1795 - 2021-12-23
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1794 - 2021-12-22
+1.1794 - 2021-12-22
 
 * Added logarithmic PIN failure delay of 3 seconds
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1793 - 2021-12-20
+1.1793 - 2021-12-20
 
 * Fixed crash related to resending
 * Added compact mode for accounts on start screen
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1792 - 2021-12-18
+1.1792 - 2021-12-18
 
 * Fixed always resending (2)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1791 - 2021-12-18
+1.1791 - 2021-12-18
 
 * Fixed always resending
 * Added receive option to group on sender/subject
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1790 - 2021-12-16
+1.1790 - 2021-12-16
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1789 - 2021-12-14
+1.1789 - 2021-12-14
 
 * Added support for foldable devices
 * Small improvements and minor bug fixes
 * Updated build tools
 * Updated translations
 
-### 1.1788 - 2021-12-13
+1.1788 - 2021-12-13
 
 * Added experimental resend support (RFC2822 section 3.6.6)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1787 - 2021-12-11
+1.1787 - 2021-12-11
 
 * Fixed always downloading headers/bodies for rules requiring this
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1786 - 2021-12-10
+1.1786 - 2021-12-10
 
 * Fixed marking messages read in some situations
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1785 - 2021-12-09
+1.1785 - 2021-12-09
 
 * Added "text contains" filter rule condition
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1784 - 2021-12-08
+1.1784 - 2021-12-08
 
 * Added display option to override widths in original message view
 * Added sync twice within 30 seconds to sync all messages
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1783 - 2021-12-02
+1.1783 - 2021-12-02
 
 * Added display option to use highlight color for unread shadow
 * Added display option for wide color stripe
@@ -910,13 +989,13 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1782 - 2021-11-27
+1.1782 - 2021-11-27
 
 * Added optional set importance button
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1781 - 2021-11-23
+1.1781 - 2021-11-23
 
 * Added behavior option to enable swipe right to reply
 * Added separate sort order setting for unified folders
@@ -924,16 +1003,16 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Banji](https://en.wikipedia.org/wiki/Banji)
+Banji
 
-### 1.1780 - 2021-11-15
+1.1780 - 2021-11-15
 
 * Fixed empty lines in message headers
 * Improved handling of read-only folders
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1779 - 2021-11-13
+1.1779 - 2021-11-13
 
 * Added using folder colors for Gmail labels
 * Added highlighting of searched text in messages
@@ -941,58 +1020,58 @@
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1778 - 2021-11-11
+1.1778 - 2021-11-11
 
 * Fixed duplicate submenu icons
 * Small improvements and minor bug fixes
 
-### 1.1777 - 2021-11-11
+1.1777 - 2021-11-11
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1776 - 2021-11-10
+1.1776 - 2021-11-10
 
 * Added message menu icons
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1775 - 2021-11-09
+1.1775 - 2021-11-09
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1774 - 2021-11-08
+1.1774 - 2021-11-08
 
 * Added option to configure card padding (3-dots overflow menu)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1773 - 2021-11-06
+1.1773 - 2021-11-06
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1772 - 2021-11-04
+1.1772 - 2021-11-04
 
 * Added check for sending to no-reply addresses
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1771 - 2021-11-03
+1.1771 - 2021-11-03
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1770 - 2021-11-01
+1.1770 - 2021-11-01
 
 * Added option to lock app (biometric/PIN) on leaving app
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1769 - 2021-10-28
+1.1769 - 2021-10-28
 
 * Fixed drafts not being removed
 * Added Emoji font loading (privacy settings)
@@ -1000,155 +1079,155 @@
 * Updated AndroidX
 * Updated translations
 
-### 1.1768 - 2021-10-27
+1.1768 - 2021-10-27
 
 * Added Material You theme (Android 12)
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1767 - 2021-10-26
+1.1767 - 2021-10-26
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1766
+1.1766
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1765
+1.1765
 
 * Added option to disable lock on screen off for biometric authentication
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1764
+1.1764
 
 * Added support for latin and roman numbered lists (view only)
-* Report new messages when composing a message [1]
+* Report new messages when composing a message 1
 * Use account categories for identities
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] This is an experiment which needs to be enabled in the miscellaneous settings.
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
 
-### 1.1763
+1.1763
 
 * Small improvements and minor bug fixes
 * Updated libraries
 * Updated translations
 
-### 1.1762
+1.1762
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1761
+1.1761
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1760
+1.1760
 
 * Added multiple select spam / block sender
 * Added conditional searching via search index
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1757
+1.1757
 
 * Improved send progress calculation
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1756
+1.1756
 
 * Added settings import result dialog
 * Added send progress bar in sending notification
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1755
+1.1755
 
 * Added no font option for outgoing messages (send settings)
 * Reduced memory usage
 * Small improvements and minor bug fixes
 * Updated translations
 
-### [Adratiklit](https://en.wikipedia.org/wiki/Adratiklit)
+Adratiklit
 
-### 1.1754
+1.1754
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1752
+1.1752
 
-* Added account categories [1]
+* Added account categories 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] accounts, unified folders and messages in the unified inbox will be grouped by category.
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
 
-### 1.1751
+1.1751
 
 * Fixed updating system folder properties
 
-### 1.1750
+1.1750
 
 * Auto reselect system folders
 
-### 1.1749
+1.1749
 
 * Fixed handling namespace errors
 
-### 1.1748
+1.1748
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1747
+1.1747
 
-* Disabled Android Auto support for the Play store version [1]
+* Disabled Android Auto support for the Play store version 1
 * Small improvements and minor bug fixes
 * Updated translations
 
-[1] Google does not allow email apps with Android Auto support, see the FAQ.
+1 Google does not allow email apps with Android Auto support, see the FAQ.
 
-### 1.1746
+1.1746
 
 * Enabled Android auto support (see the FAQ for details)
 
-### [Zanabazar](https://en.wikipedia.org/wiki/Zanabazar_junior)
+Zanabazar
 
-### 1.1745
+1.1745
 
 * Auto delete stale grouped operations
 
-### 1.1744
+1.1744
 
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1743
+1.1743
 
 * Fixed listing personal root namespace
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1742
+1.1742
 
 * Small improvements and minor bug fixes
 * Updated AndroidX
 * Updated translations
 
-### 1.1741
+1.1741
 
 * Fixed empty account/identity list crash
 * Updated AndroidX
 * Updated translations
 
-### 1.1740
+1.1740
 
 * Added importing/exporting of vCards for local contact database
 * Added option to show number of unread drafts in the navigation menu
@@ -1156,39 +1235,39 @@
 * Reduced memory usage
 * Small improvements and minor bug fixes
 
-### 1.1739
+1.1739
 
 * Showing search index state
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1738
+1.1738
 
 * Added theme option for always light message editor
 * Small improvements and minor bug fixes
 * Updated translations
 
-### 1.1737
+1.1737
 
 * Fixed crash
 
-### 1.1736
+1.1736
 
 * Small improvements and minor bug fixes
 
-### 1.1735
+1.1735
 
 * Added guided workaround for Outlook authentication errors
 
-### 1.1734
+1.1734
 
 * Added color to saved searches
 
-### 1.1733
+1.1733
 
 * Added saved searches (experimental)
 
-### 1.1732
+1.1732
 
 * Added collapsing of navigation menu folders
 * Added theme option for default light original message view
@@ -1197,67 +1276,67 @@
 * Improved Android 12 support
 * Fixed all reported bugs
 
-### [Yaverlandia](https://en.wikipedia.org/wiki/Yaverlandia)
+Yaverlandia
 
-### 1.1731
+1.1731
 
 * Fixed invalid error reports
 
-### 1.1730
+1.1730
 
 * Small improvements and minor bug fixes
 
-### 1.1729
+1.1729
 
 * Added miscellaneous option to disable showing the changelog
 
-### 1.1728
+1.1728
 
 * Prevent suggesting spam contacts
 * Confirm deleting block sender rules
 
-### 1.1727
+1.1727
 
 * Following dark/light theme for original message view
 * Added message menu item / optional button to force light theme for original message view
 * Moved block sender rules to local contact database to make it a free feature
 * Fixed verifying some S/MIME signatures
 
-### 1.1726
+1.1726
 
 * Show in-app changelog after updating
 
-### 1.1725
+1.1725
 
 * Added in-app changelog
 
-### 1.1724
+1.1724
 
 * Added display option for fixed date header
 * Moved navigation folders under accounts in the navigation menu
 
-### 1.1723
+1.1723
 
 * Fixed polling sometimes stopping
 
-### 1.1722
+1.1722
 
 * Added sort folders on unread messages option
 * Added Outlook .msg file decoder
 
-### 1.1721
+1.1721
 
 * Added decoding of Sophos Email Appliance links
 * Updated libraries
 
-### 1.1720
+1.1720
 
 * Moved outbox to unified folders in navigation menu
 * Added connection option to connect via VPN only
 * Added sqlite checkpoint after processing operations
 
-### [Xiyunykus](https://en.wikipedia.org/wiki/Xiyunykus)
+Xiyunykus
 
-### 1.1719
+1.1719
 
 * Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1933.txt b/metadata/en-US/changelogs/1933.txt
new file mode 100644
index 0000000000..3aa9d1d13e
--- /dev/null
+++ b/metadata/en-US/changelogs/1933.txt
@@ -0,0 +1,1342 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1934.txt b/metadata/en-US/changelogs/1934.txt
new file mode 100644
index 0000000000..cc28978c56
--- /dev/null
+++ b/metadata/en-US/changelogs/1934.txt
@@ -0,0 +1,1357 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+Next version
+
+* Added saved search order
+* Added editing saved search name and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1935.txt b/metadata/en-US/changelogs/1935.txt
new file mode 100644
index 0000000000..bceda8f236
--- /dev/null
+++ b/metadata/en-US/changelogs/1935.txt
@@ -0,0 +1,1356 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1936.txt b/metadata/en-US/changelogs/1936.txt
new file mode 100644
index 0000000000..e930a620ef
--- /dev/null
+++ b/metadata/en-US/changelogs/1936.txt
@@ -0,0 +1,1362 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+1.1936 - 2022-07-20
+
+* Disabled Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1937.txt b/metadata/en-US/changelogs/1937.txt
new file mode 100644
index 0000000000..1a9535e691
--- /dev/null
+++ b/metadata/en-US/changelogs/1937.txt
@@ -0,0 +1,1373 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+Next version
+
+* Added Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1937 - 2022-07-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1936 - 2022-07-20
+
+* Disabled Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1938.txt b/metadata/en-US/changelogs/1938.txt
new file mode 100644
index 0000000000..f7d75b978c
--- /dev/null
+++ b/metadata/en-US/changelogs/1938.txt
@@ -0,0 +1,1373 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+1.1938 - 2022-07-21
+
+* Enabled Gmail web OAuth flow again
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1937 - 2022-07-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1936 - 2022-07-20
+
+* Disabled Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1939.txt b/metadata/en-US/changelogs/1939.txt
new file mode 100644
index 0000000000..19c3cb4fbd
--- /dev/null
+++ b/metadata/en-US/changelogs/1939.txt
@@ -0,0 +1,1377 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+1.1939 - 2022-07-21
+
+* Fixed saving searches
+
+1.1938 - 2022-07-21
+
+* Enabled Gmail web OAuth flow again
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1937 - 2022-07-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1936 - 2022-07-20
+
+* Disabled Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/metadata/en-US/changelogs/1940.txt b/metadata/en-US/changelogs/1940.txt
new file mode 100644
index 0000000000..028ef0d518
--- /dev/null
+++ b/metadata/en-US/changelogs/1940.txt
@@ -0,0 +1,1381 @@
+Changelog
+
+--------------------
+
+Kinnareemimus
+
+1.1940 - 2022-07-21
+
+* Added check for token expiration
+
+1.1939 - 2022-07-21
+
+* Fixed saving searches
+
+1.1938 - 2022-07-21
+
+* Enabled Gmail web OAuth flow again
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1937 - 2022-07-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1936 - 2022-07-20
+
+* Disabled Gmail web OAuth flow
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1935 - 2022-07-20
+
+* Added editing saved search name, order (new) and color
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1934 - 2022-07-17
+
+* Added Gmail web OAuth flow
+* Improved Wingdings support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1933 - 2022-07-16
+
+* Added 10 minutes check frequency
+* Added option to enable/disable LanguageTool
+* Added option to require TLS 1.3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1932 - 2022-07-08
+
+* Fixed threading when Message-ID empty
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1931 - 2022-07-07
+
+* Added option to delay notifications while connected to Android auto (*)
+* Added option to show number of listed messages in the top action bar
+* Added option to show HTML element titles
+* Added configurable button to save raw message files
+* Small improvements and minor bug fixes
+* Updated translations
+
+(*) Due to Play store policies this feature is not available in the Play store version; Android version 6 or later is required
+
+1.1930 - 2022-07-04
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1929 - 2022-07-02
+
+* Fixed hiding more than 300 messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1928 - 2022-06-30
+
+* Added *Select app* to browser selection
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1927 - 2022-06-25
+
+* Added import file to signature editor
+* Added option to restore app state on start
+* Added edit account color to folder list menu
+* Added create/delete notification channel to account popup menu
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+Juratyrant
+
+1.1926 - 2022-06-23
+
+* Added workaround for crash in Chrome taking down FairEmail
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1925 - 2022-06-22
+
+* Fixed crash in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1924 - 2022-06-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1923 - 2022-06-18
+
+* Added option to delay notifications while on a call (Android 12 or later)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1922 - 2022-06-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1921 - 2022-06-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1920 - 2022-06-16
+
+* Fixed double back to exit
+* Improved browser selection
+* Added forward as attachment to answer menu
+* Small improvements and minor bug fixes
+
+1.1919 - 2022-06-15
+
+* Fixed fragment back
+* Small improvements and minor bug fixes
+* Updated AndroidX
+
+1.1918 - 2022-06-15
+
+* Added browser selection to open link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1917 - 2022-06-14
+
+* Fixed moving to selected folder
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1916 - 2022-06-14
+
+* Added option to suppress new message notifications when calling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1915 - 2022-06-13
+
+* Fixed initializing option values
+
+1.1914 - 2022-06-13
+
+* Added option for automatic hyphenation
+* Improved Android 13 compatibility
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1913 - 2022-06-12
+
+* Fixed asking for permissions on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1912 - 2022-06-11
+
+* Targetting SDK 33 (Android 13)
+* Small improvements and minor bug fixes
+* Updated AndroidX Webkit
+* Updated translations
+
+1.1911 - 2022-06-11
+
+* Added encoding (character set) override option
+* Added UTF-16 endianness detection
+* Small improvements and minor bug fixes
+* Updated AndroidX and material design library
+* Updated translations
+
+1.1910 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 12 and before
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1909 - 2022-06-10
+
+* Fixed dark theme / original message view on Android 13
+* Updated translations
+
+1.1908 - 2022-06-09
+
+* Added searching for text in drafts
+* Added OAuth for Gmail POP3 accounts
+* Improved Android 13 compatibility (notification permissions)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1907 - 2022-06-07
+
+* Fixed deleted POP3 messages reappearing
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1906 - 2022-06-06
+
+* Added POP3 swipe action to report spam / block sender
+* Added POP3 report spam / block sender for multiple selected messages
+* Added check to prevent blocking self
+* Added suffix guessing on adding attachments
+* Fixed startup issue for some devices / Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1905 - 2022-06-03
+
+* Added print selected text
+* Added quick actions unread and permanent deletion
+* Added Turkish and Indonesian to DeepL languages
+* Added auto fixing filename suffix on adding image attachments
+* Improved insert link dialog
+* Small improvements and minor bug fixes
+* Updated translations
+
+Itemirus
+
+1.1904 - 2022-05-30
+
+* Fixed duplicate archived Gmail drafts
+
+1.1903 - 2022-05-30
+
+* Fixed archiving/trashing Gmail drafts
+* Auto block sender on moving (as opposed to reporting) messages to spam
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1902 - 2022-05-29
+
+* Fixed memory leak in some scenarios
+* Fixed persistent loading spinner in some situations
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1901 - 2022-05-27
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1900 - 2022-05-25
+
+* Fixed mini gallery not showing in some cases
+* Fixed folder sync in some cases
+* Fixed displaying/editing lists in some cases
+* Updated privacy policy
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1899 - 2022-05-18
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1898 - 2022-05-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1897 - 2022-05-14
+
+* Added configurable quick actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1896 - 2022-05-13
+
+* Prevent blocking self (report spam)
+* Preliminary Android 13 support (photo picker)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1895 - 2022-05-12
+
+* Added quick mark as read button
+* Added send option to disable forwarding as new conversation thread
+* Small improvements and minor bug fixes
+* Updated AndroidX / material design library
+* Updated translations
+
+1.1894 - 2022-05-11
+
+* Fixed widgets for older Android versions
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1893 - 2022-05-10
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1892 - 2022-05-07
+
+* Added optional day/night mode for widgets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891b - 2022-05-05
+
+* Added avatars option to message list widget
+* Added option to use blocklists for POP3
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1891a - 2022-05-03
+
+* Fixed unified folders nav menu message count
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1890 - 2022-05-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1889 - 2022-05-02
+
+* Added translate all button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1888 - 2022-05-01
+
+* Added quick actions for selected messages
+* Added widget option to disable separator lines
+* Added widget highlight color selection
+* Added search for sender for single selected message
+* Small improvements and minor bug fixes
+* Updated translations
+
+Hulsanpes
+
+1.1887 - 2022-04-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1886 - 2022-04-28
+
+* Added option to auto save after entering a dot
+* Added LanguageTool support (long press the 'Save' button)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1885 - 2022-04-26
+
+* Fixed saving drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1884 - 2022-04-26
+
+* Added option to highlight unread messages in the message list widget
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1883 - 2022-04-25
+
+* Added auto save draft for every new paragraph (can be turned off in the send settings)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1882 - 2022-04-25
+
+* Fixed dark texts in dark themes
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1881 - 2022-04-24
+
+* Added advanced account option to sync outside schedule
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1879 - 2022-04-23
+
+* Added warning about airplane mode enabled
+* Added advanced account option to connect via unmetered networks only
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1878 - 2022-04-21
+
+* Fixed printing
+* Fixed signature verification in some cases
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1877 - 2022-04-21
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1876 - 2022-04-20
+
+* Added auto select same identity for same recipient for new messages
+* Added option to add signature to first reply only
+* Added option to hide folders with all read messages (start screen only)
+* Fixed memory leaks
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+Gobivenator
+
+1.1875 - 2022-04-13
+
+* Fixed crash on some Android versions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1874 - 2022-04-13
+
+* Added padding option for tabular view in overflow menu
+* Added selection of contact type (home, work, etc) when inserting contact group
+* Fixed some memory leaks
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1873 - 2022-04-09
+
+* Fix scroll stuttering in some case
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1872 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1871 - 2022-04-09
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1870 - 2022-04-08
+
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1869 - 2022-04-07
+
+* Added DeepL HTML support
+* Fixed inline image handling for external drafts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1868 - 2022-04-06
+
+* Small improvements and minor bug fixes
+* Updated Public Suffix List
+* Updated build tools
+* Updated translations
+
+1.1867 - 2022-04-04
+
+* Added highlighting (marking) of text
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1866 - 2022-04-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1865 - 2022-04-01
+
+* Added searching in rule actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1864 - 2022-03-30
+
+* Fixed starting disabled accounts
+
+1.1863 - 2022-03-30
+
+* Converting background images into images (reformatted message view)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1862 - 2022-03-28
+
+* Added local contact editor
+* Added local contact groups
+* Added block sender for POP3 accounts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1861 - 2022-03-25
+
+* Added option to show account categories in the navigation menu
+* Added managing filter rules to the navigation menu
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated Public Suffix List
+* Updated translations
+
+1.1860 - 2022-03-23
+
+* Added sent sound selection
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1859 - 2022-03-22
+
+* Showing common filter rule action values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1858 - 2022-03-21
+
+* Added remove all attachments button to message editor
+* Showing filter rule condition values in rule lists
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1857 - 2022-03-19
+
+* Added inserting templates as text snippets
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1856 - 2022-03-14
+
+* Added click link feedback
+* Added option for direct server search
+* Improved favicon selection
+* Improved DMARC report viewer
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1855 - 2022-03-12
+
+* Added option to show contents of zipped attachments (enabled by default)
+* Added option to sort reply templates by frequency of use
+* Added basic DMARC report viewer
+* Enabled sqlite analyze
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1854 - 2022-03-09
+
+* Added some more BIP39 word lists
+* Added CSS inherit support
+* Targeting Android 12L (SDK 32)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1853 - 2022-03-07
+
+* Added BIP39 word lists in various languages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1852 - 2022-03-07
+
+* Added image dimensions to mini gallery
+* Added PGP and S/MIME key indicators to address bubbles
+* Added delete existing accounts option to import dialog
+* Added clear all data settings tile
+* Added remote clear all data via mnemonic
+* Small improvements and minor bug fixes
+* Updated translations
+
+Fulgurotherium
+
+1.1851 - 2022-03-02
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1850 - 2022-02-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1849 - 2022-02-26
+
+* Fixed inserting photos after device rotation
+* Showing if there are attachments in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1848 - 2022-02-25
+
+* Fixed POP3 delete
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1847 - 2022-02-24
+
+* Address bubbles: generated icons
+* Address bubbles: RTL support
+* Address bubbles: accessibility improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1846 - 2022-02-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1845 - 2022-02-23
+
+* Address bubble fixes and improvements
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1844 - 2022-02-23
+
+* Improved address bubble handling
+* Added "extra small" image resize option
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1843 - 2022-02-22
+
+* Added address bubbles (enable via overflow menu / message editor)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1842 - 2022-02-20
+
+* Added (black or) white theme
+* Added option to always navigation from message list to folder list
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1841 - 2022-02-19
+
+* Improved plain text only check
+* Updated Public Suffix List
+* Preliminary Android 13 support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1840 - 2022-02-17
+
+* Fixed auto linking of email addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1839 - 2022-02-16
+
+* Added an option to select the long press answer button action
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1838 - 2022-02-15
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1837 - 2022-02-14
+
+* Added menu item to show plain text part
+* Added AMP email support
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1836 - 2022-02-12
+
+* Added option to disable using bundled fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1835 - 2022-02-11
+
+* Added default display font setting
+* Replaced Cambo by Caladea font
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1834 - 2022-02-10
+
+* Added Croscore and Crosextra fonts
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1833 - 2022-02-07
+
+* Added view original signature
+* Added support for CSS text-transform
+* Added option to disable divider lines for tabular layout
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1832 - 2022-02-05
+
+* Added saving S/MIME public keys
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1831 - 2022-02-04
+
+* Added slider to change message column width
+* Added option for formal/informal DeepL translation
+* Added insert line to long press menu
+* Small improvements and minor bug fixes
+* Updated libraries/AndroidX
+* Updated translations
+
+Epidexipteryx
+
+1.1830 - 2022-02-02
+
+* Fixed extra buttons option
+
+1.1829 - 2022-02-02
+
+* Reduced logging
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1828 - 2022-02-01
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1827 - 2022-02-01
+
+* Fixed forward as attachment
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1826 - 2022-01-31
+
+* Added $$tls$ rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1825 - 2022-01-30
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1824 - 2022-01-29
+
+* Show image thumbnails in message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1823 - 2022-01-29
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1822 - 2022-01-28
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1821 - 2022-01-25
+
+* Fixed answer menu crash
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1820 - 2022-01-24
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1819 - 2022-01-23
+
+* Fixed crash in error handling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1818 - 2022-01-22
+
+* Added colors to reply templates
+* Added displaying reply templates by group
+* Added option to group messages by account category (default disabled)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1817 - 2022-01-21
+
+* Fixed text context menu actions
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1816 - 2022-01-20
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1815 - 2022-01-19
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1814 - 2022-01-18
+
+* Added support for sensitivity indicator (personal, private, confidential)
+* Added batch setting of message flags (protocol level)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1813 - 2022-01-17
+
+* Fixed downloading attachments on demand
+* Small improvements and minor bug fixes
+
+1.1812 - 2022-01-17
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+Draconyx
+
+1.1811 - 2022-01-14
+
+* Fixed scroll issue
+
+1.1810 - 2022-01-14
+
+* Fixed searching for options when swiping
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1809 - 2022-01-14
+
+* Reply with selected text in style
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1808 - 2022-01-13
+
+* Added share images button above mini gallery
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1807 - 2022-01-11
+
+* Fixed delay when going to a settings page
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1806 - 2022-01-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1805 - 2022-01-10
+
+* Long screenshots (Android 12+)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1804 - 2022-01-08
+
+* Added check for secure (TLS) transport (experimental)
+* Removed double confirm for permanently deleting messages
+* Allowing three tries for biometric authentication
+* Fixed RTL for sent messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1803 - 2022-01-06
+
+* Added rule action to play (alarm) sound (experimental)
+* Small improvements and minor bug fixes
+* Updated build tools and libraries
+* Updated translations
+
+1.1802 - 2022-01-03
+
+* Improved original message view scrolling
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1801 - 2021-12-30
+
+* Added rule action to permanently delete messages
+* Using IMAP flags to store low/high importance
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1800 - 2021-12-27
+
+* Fixed crash when manually configuring an account
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1799 - 2021-12-27
+
+* Fixed removing inline images on replying/forwarding
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1798 - 2021-12-27
+
+* Play store only release
+* Fixed removing inline images on replying/forwarding
+
+1.1797 - 2021-12-27
+
+* Added Outlook Tenant ID field
+* Added option for numbered reply prefix
+* Added conversion of OAuth to password authentication
+* Improved handling of delivery/read receipts
+* Small improvements and minor bug fixes
+* Updated translations
+
+Caudipteryx
+
+1.1796 - 2021-12-23
+
+* Fixed incorrect background colors
+* Small improvements and minor bug fixes
+
+1.1795 - 2021-12-23
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1794 - 2021-12-22
+
+* Added logarithmic PIN failure delay of 3 seconds
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1793 - 2021-12-20
+
+* Fixed crash related to resending
+* Added compact mode for accounts on start screen
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1792 - 2021-12-18
+
+* Fixed always resending (2)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1791 - 2021-12-18
+
+* Fixed always resending
+* Added receive option to group on sender/subject
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1790 - 2021-12-16
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1789 - 2021-12-14
+
+* Added support for foldable devices
+* Small improvements and minor bug fixes
+* Updated build tools
+* Updated translations
+
+1.1788 - 2021-12-13
+
+* Added experimental resend support (RFC2822 section 3.6.6)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1787 - 2021-12-11
+
+* Fixed always downloading headers/bodies for rules requiring this
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1786 - 2021-12-10
+
+* Fixed marking messages read in some situations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1785 - 2021-12-09
+
+* Added "text contains" filter rule condition
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1784 - 2021-12-08
+
+* Added display option to override widths in original message view
+* Added sync twice within 30 seconds to sync all messages
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1783 - 2021-12-02
+
+* Added display option to use highlight color for unread shadow
+* Added display option for wide color stripe
+* Added notification/delete for POP3 when "leave deleted" is enabled
+* Improved support for read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1782 - 2021-11-27
+
+* Added optional set importance button
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1781 - 2021-11-23
+
+* Added behavior option to enable swipe right to reply
+* Added separate sort order setting for unified folders
+* Updated AndroidX
+* Small improvements and minor bug fixes
+* Updated translations
+
+Banji
+
+1.1780 - 2021-11-15
+
+* Fixed empty lines in message headers
+* Improved handling of read-only folders
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1779 - 2021-11-13
+
+* Added using folder colors for Gmail labels
+* Added highlighting of searched text in messages
+* Added filter for trashed messages in conversations
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1778 - 2021-11-11
+
+* Fixed duplicate submenu icons
+* Small improvements and minor bug fixes
+
+1.1777 - 2021-11-11
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1776 - 2021-11-10
+
+* Added message menu icons
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1775 - 2021-11-09
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1774 - 2021-11-08
+
+* Added option to configure card padding (3-dots overflow menu)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1773 - 2021-11-06
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1772 - 2021-11-04
+
+* Added check for sending to no-reply addresses
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1771 - 2021-11-03
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1770 - 2021-11-01
+
+* Added option to lock app (biometric/PIN) on leaving app
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1769 - 2021-10-28
+
+* Fixed drafts not being removed
+* Added Emoji font loading (privacy settings)
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1768 - 2021-10-27
+
+* Added Material You theme (Android 12)
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1767 - 2021-10-26
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1766
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1765
+
+* Added option to disable lock on screen off for biometric authentication
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1764
+
+* Added support for latin and roman numbered lists (view only)
+* Report new messages when composing a message 1
+* Use account categories for identities
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 This is an experiment which needs to be enabled in the miscellaneous settings.
+
+1.1763
+
+* Small improvements and minor bug fixes
+* Updated libraries
+* Updated translations
+
+1.1762
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1761
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1760
+
+* Added multiple select spam / block sender
+* Added conditional searching via search index
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1757
+
+* Improved send progress calculation
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1756
+
+* Added settings import result dialog
+* Added send progress bar in sending notification
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1755
+
+* Added no font option for outgoing messages (send settings)
+* Reduced memory usage
+* Small improvements and minor bug fixes
+* Updated translations
+
+Adratiklit
+
+1.1754
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1752
+
+* Added account categories 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 accounts, unified folders and messages in the unified inbox will be grouped by category.
+
+1.1751
+
+* Fixed updating system folder properties
+
+1.1750
+
+* Auto reselect system folders
+
+1.1749
+
+* Fixed handling namespace errors
+
+1.1748
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1747
+
+* Disabled Android Auto support for the Play store version 1
+* Small improvements and minor bug fixes
+* Updated translations
+
+1 Google does not allow email apps with Android Auto support, see the FAQ.
+
+1.1746
+
+* Enabled Android auto support (see the FAQ for details)
+
+Zanabazar
+
+1.1745
+
+* Auto delete stale grouped operations
+
+1.1744
+
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1743
+
+* Fixed listing personal root namespace
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1742
+
+* Small improvements and minor bug fixes
+* Updated AndroidX
+* Updated translations
+
+1.1741
+
+* Fixed empty account/identity list crash
+* Updated AndroidX
+* Updated translations
+
+1.1740
+
+* Added importing/exporting of vCards for local contact database
+* Added option to show number of unread drafts in the navigation menu
+* Added option to disable collapsing on manually marking read/unread
+* Reduced memory usage
+* Small improvements and minor bug fixes
+
+1.1739
+
+* Showing search index state
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1738
+
+* Added theme option for always light message editor
+* Small improvements and minor bug fixes
+* Updated translations
+
+1.1737
+
+* Fixed crash
+
+1.1736
+
+* Small improvements and minor bug fixes
+
+1.1735
+
+* Added guided workaround for Outlook authentication errors
+
+1.1734
+
+* Added color to saved searches
+
+1.1733
+
+* Added saved searches (experimental)
+
+1.1732
+
+* Added collapsing of navigation menu folders
+* Added theme option for default light original message view
+* Unified colors based on account folder colors
+* Showing folders of all personal namespaces
+* Improved Android 12 support
+* Fixed all reported bugs
+
+Yaverlandia
+
+1.1731
+
+* Fixed invalid error reports
+
+1.1730
+
+* Small improvements and minor bug fixes
+
+1.1729
+
+* Added miscellaneous option to disable showing the changelog
+
+1.1728
+
+* Prevent suggesting spam contacts
+* Confirm deleting block sender rules
+
+1.1727
+
+* Following dark/light theme for original message view
+* Added message menu item / optional button to force light theme for original message view
+* Moved block sender rules to local contact database to make it a free feature
+* Fixed verifying some S/MIME signatures
+
+1.1726
+
+* Show in-app changelog after updating
+
+1.1725
+
+* Added in-app changelog
+
+1.1724
+
+* Added display option for fixed date header
+* Moved navigation folders under accounts in the navigation menu
+
+1.1723
+
+* Fixed polling sometimes stopping
+
+1.1722
+
+* Added sort folders on unread messages option
+* Added Outlook .msg file decoder
+
+1.1721
+
+* Added decoding of Sophos Email Appliance links
+* Updated libraries
+
+1.1720
+
+* Moved outbox to unified folders in navigation menu
+* Added connection option to connect via VPN only
+* Added sqlite checkpoint after processing operations
+
+Xiyunykus
+
+1.1719
+
+* Added tap on folder name to go to folder (conversation/message view only)
diff --git a/oauth/index.html b/oauth/index.html
index 42cb7c8007..318d061385 100644
--- a/oauth/index.html
+++ b/oauth/index.html
@@ -12,6 +12,7 @@
 	<style>
 		* { font-family: Arial, Helvetica, sans-serif; }
 		body { padding-left: 10px; padding-right: 10px; }
+		.error { color: red; font-weight: bold; }
 		.button-large { width: 120px; height: 30px; font-weight: bold; }
 	</style>
 	<script>
@@ -20,6 +21,17 @@
 		function load() {
 			document.getElementById('oauth').addEventListener('click', oauth);
 			document.getElementById('year').textContent= new Date().getFullYear();
+
+			try {
+				var url = new URL(window.location.href);
+				var error = url.searchParams.get('error');
+				if (error) {
+					document.getElementById('error').innerHTML = '<span>The email server said: <span class="error">' + error + '</span></span>';
+					document.getElementById('error').style.display = 'block';
+				}
+			} catch (error) {
+				console.error(error);
+			}
 		}
 
 		function oauth() {
@@ -31,6 +43,7 @@
 	<h1>FairEmail</h1>
 	<p><img src="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png" alt="FairEmail" height="72" width="72" /></p>
 	<h2>&#x1F6E1; OAuth</h2>
+	<p id="error" style="display: none;"></p>
 	<p><button id="oauth" class="button-large">Continue</button> to the app</p>
 	<noscript><h2>Please enable JavaScript or disable your ad blocker</h2></noscript>
 	<br>
diff --git a/patches/Bugsnag.patch b/patches/Bugsnag.patch
index c762d488a1..a45f6efb2a 100644
--- a/patches/Bugsnag.patch
+++ b/patches/Bugsnag.patch
@@ -1,5 +1,5 @@
 diff --git a/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt b/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
-index 0ce2eec8c..e1bac196e 100644
+index 0ce2eec8c4..e1bac196e2 100644
 --- a/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
 +++ b/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
 @@ -66,7 +66,7 @@ internal class DefaultDelivery(
@@ -12,24 +12,15 @@ index 0ce2eec8c..e1bac196e 100644
              logger.w("Unexpected error delivering payload", exception)
              return DeliveryStatus.FAILURE
 diff --git a/patches/Bugsnag.patch b/patches/Bugsnag.patch
-index 25c19fd4c..e69de29bb 100644
+index c762d488a1..e69de29bb2 100644
 --- a/patches/Bugsnag.patch
 +++ b/patches/Bugsnag.patch
-@@ -1,22 +0,0 @@
--From 3270faf44aea11754c940ba43ee6db72b7462f14 Mon Sep 17 00:00:00 2001
--From: M66B <M66B@users.noreply.github.com>
--Date: Sat, 15 May 2021 22:07:24 +0200
--Subject: [PATCH] Bugsnag failure on I/O error
--
-----
-- app/src/main/java/com/bugsnag/android/DefaultDelivery.kt | 2 +-
-- 1 file changed, 1 insertion(+), 1 deletion(-)
--
+@@ -1,40 +0,0 @@
 -diff --git a/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt b/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
--index a7995164cb4e..5620f0bacd80 100644
+-index 0ce2eec8c..e1bac196e 100644
 ---- a/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
 -+++ b/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
--@@ -64,7 +64,7 @@ internal class DefaultDelivery(
+-@@ -66,7 +66,7 @@ internal class DefaultDelivery(
 -             return DeliveryStatus.UNDELIVERED
 -         } catch (exception: IOException) {
 -             logger.w("IOException encountered in request", exception)
@@ -38,3 +29,30 @@ index 25c19fd4c..e69de29bb 100644
 -         } catch (exception: Exception) {
 -             logger.w("Unexpected error delivering payload", exception)
 -             return DeliveryStatus.FAILURE
+-diff --git a/patches/Bugsnag.patch b/patches/Bugsnag.patch
+-index 25c19fd4c..e69de29bb 100644
+---- a/patches/Bugsnag.patch
+-+++ b/patches/Bugsnag.patch
+-@@ -1,22 +0,0 @@
+--From 3270faf44aea11754c940ba43ee6db72b7462f14 Mon Sep 17 00:00:00 2001
+--From: M66B <M66B@users.noreply.github.com>
+--Date: Sat, 15 May 2021 22:07:24 +0200
+--Subject: [PATCH] Bugsnag failure on I/O error
+--
+-----
+-- app/src/main/java/com/bugsnag/android/DefaultDelivery.kt | 2 +-
+-- 1 file changed, 1 insertion(+), 1 deletion(-)
+--
+--diff --git a/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt b/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
+--index a7995164cb4e..5620f0bacd80 100644
+----- a/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
+--+++ b/app/src/main/java/com/bugsnag/android/DefaultDelivery.kt
+--@@ -64,7 +64,7 @@ internal class DefaultDelivery(
+--             return DeliveryStatus.UNDELIVERED
+--         } catch (exception: IOException) {
+--             logger.w("IOException encountered in request", exception)
+---            return DeliveryStatus.UNDELIVERED
+--+            return DeliveryStatus.FAILURE
+--         } catch (exception: Exception) {
+--             logger.w("Unexpected error delivering payload", exception)
+--             return DeliveryStatus.FAILURE
diff --git a/patches/invert.html b/patches/invert.html
new file mode 100644
index 0000000000..45ff2eb542
--- /dev/null
+++ b/patches/invert.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<title>Custom algorithmic darkening</title>
+		<style>
+		  body { filter: invert(100%) hue-rotate(180deg) !important; background: black !important; }
+		  img { filter: invert(100%) hue-rotate(180deg) !important; }
+		</style>
+	</head>
+	<body>
+		<p style="">Hello there!</p>
+		<p style="color: red;">Hello there!</p>
+		<p style="color: green;">Hello there!</p>
+		<p style="color: blue;">Hello there!</p>
+		<p style="">Red on green: <span style="background: green; color: red;">Hello there!</span></p>
+		<p style="">White on black: <span style="background: black; color: white;">Hello there!</span></p>
+		<p><img class="data-uri-example" title="Jinny by the Tulips" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAH0AbYDAREAAhEBAxEB/8QAHAAAAgMBAQEBAAAAAAAAAAAABAUCAwYBBwAI/8QASRAAAgEDAgMGAwYEBAQFAwMFAQIDAAQREiEFMUEGEyJRYXEygZEUI0KhscEHUmLRM3Lh8BUkQ/EIFjQ1glOiwkVjgyUmkrKz/8QAGwEAAwEBAQEBAAAAAAAAAAAAAAECAwQFBgf/xAA1EQACAgICAgEDAwEHBQEAAwAAAQIRAyESMQRBURMiYQUycYEGIzORobHRFELB4fAVUoLx/9oADAMBAAIRAxEAPwD1G3lC9a8Hjs4LLnvCq896HAdgzcSKnGalx2FnW4lkc81tGArKDxI6uZFOcPgEwqG/JxhtzWPFpjCBe7bmjaAsS665+VJx+APpLvbGcVpFfImCi7wTvV6DYRBcvnc7VLiOw6O6x1rLiUmfSXy43b51Sr2Ps8n/AIiTifi5wSQN9/aujDtnXgVI0PAgV4ZAP6B+lelDpA+zPdvT4I/Ws8vo0xmGxmsjcLsB/wAwtAUP2+GpYkCSjfepsYou9pjyqwZCmxF5yIIzvgvil3sAgZwKoCQNKvkR6H/CJ8cQul81BrfB2zHN6PY7XwO2SNxS8t1CzGHYbzVfKowO4JmjAL9iWORgCtWIS3rpHkkgnGSOtIDG9qiGvLfG4NZ5PRcBhaDEK+1UiWScc6YCbivWpfQ0Hdl1LSYAJPPYVpjJkaiOWJ5AiTQs+caRKufpmtOSurJ4Sq6PP/4n7r3bZB2GOuaif7lY10egdnLsJwCyGRkRL+leZmVCTCJb4E7nFckk2UVHiEaHJPzpK0FnV4mhOAarfYrD4LpXALeVWmwsm9ytQ2xlbXaBSM1DegKWvEJxkVkpjKheIpO9VdiPpLxG8qmxlcd4A2CKFkaETmvV0HcVSyWApm4npc5PKtI9gVycR1dMmuutEXYG96wf1rKYrC4LxicsaxeSh0Evfrp3xmnCbbHoBe+yxwNVdUc0kiXFMQrcELk4Hzo4HHZS96GYgZqq0AHPMc8z60kkBUkzBcA7k1URIr786/izimAbBd4G5FQ4XsZyTiHiCqaniUFW15k75J8qFGwYW0xKZ5U3DRNlYZsg74ppUFl6zkHYkelOkFk2uiqnVn5UmkNFPfaxsazcfZaZ572tbPF5QeldGPo7sP7TZ8G/9uh/yD9K9CPSJZm+3vwQj3rLL6NMS2YnArI3DOHj79aTF6HxG1SxA0g33pdlIS3I++arQyFUSFNHmyQgcpKliZbp2GKY+ztAqNr/AAuk0cWnH/7efzrbC/uMsy0ew3kxS1DA7nrmp87/AAWYR7Gtg5e1gYncoDU+N/hx/gso4kCVYdcVuwMle8O7ziH2nvHyU06TnHvWdK7Az3aRcX9uo3AFTk7RcRpaj7oe1WiTr9aQCXiekBnlcRxL8THp/c0m0k2yoxcnSFqXk9xEYoiYLQnZV2Z/VjXBk8iUtLSPQhgjDbVstj4cjKSM5NYUbcgPtCZb7gZjuCXuLMgq7HLNGTuD7Eg+xr0PGy81xl2jh8nEovnHpmls7trfhltGzY0oBzpZ4qzz72yM3FMnAbeuZ40WVy3bSLuedJxSEGWhYKCSdq0jEQyivsYXNEoWBa9+qJnVWTxhyF8182SdRxWc8aHZQ3ESE3ORWPALB/8AiX3nifw1axsakEHiSso0tT+m6HZWOIrvqaspY2guzk3ERpxrqIQt9B0Kbq9GQxO2a7seOkS3ZKG7IX4se9NiRclyHILEE1lNNdD0EpcgHANc80CK5LhjJsdjXRGOrQrCLZtWTiom2NMTSgjbFd9HCDDCEnH1pUAHcXBBIANGwBzIzEAHc+VKx0WrFhck74pAUSOynnsfI07GVLPpPWnfpDoZWMraQSd6VEsYJdquM04iLY7xG5HPkKdUMuMxK7Del/I6KCXZwNxUsYbBFgb/ACoSoRgO1i6eKyE9Sa1gehgf2m04UMWMP+UfpXcukSzL9vjvCPSscvo1xGN61nZuG8NGbhaTEx6/KkwQLN1zUjEtwPvjVpAcxTEaHgnDhfcP08vHnNT2hN07NBY9kheSd3HIQ+M8tqqEeWiHOtnb3sjHZuFnnYE/yjNKbjj/AHMX1Ars7Fa8Fv8A7QkrvldJBWlDPji7sicuRqbztDBc2YhhDagc5O1T5XkwljcURW7N3wJtfDLVuvdr+ldGBVjj/Ayd9uTWrAT3WN6lsDE9oRq4rCOorKfZcehtAMRD2rQkquJFijd5WCooySegpP8AI0r0YLiXEm4pebErbRn7tPP+o15+bK8jpdHqYcKxq32G2hxp/F51lRbZorNQ65A3HpTogBvYwZ2wpyQVI5jGDWmDWVE5leJ2UX6utvCqtyUbV25ezxb2xdCrtL4ya55peikNFUAqQx9qzdIdDKN27vIrSLRIHfXzQ4I6VtGKZLBE4kZB42YUPHQWQueIADnmuacQsAfiITmTvWUYWxlX2zPXY10Rg0KyP23usnJwN6mUfgdlZ4m8nwbGolj+R2RF8zOFJyKSx1sZfqYpnmK3g6JZRc3xiGcEDrircExJ7KrfjBJVAdiedYTxNFWPre9BjB5msPphZyW73zvVKNJiGVldju8nrWcuykwcEON8YrsVeziA5sasDlRfwL+Sl4VJO1T2URiswZNWMY5CmkgLbiPu1waAsXzsANgM0NjQMulyc5232qbG2Eq3djw5IqbbdiBp55AcrzNWmPsZcHdn0ltz54rKWWSNVBGkihVlydqSkNxKZ8IRyrRbM2iSy4XbOKrsgwPahtfEm3860iejgX2m24dtaRf5R+ldq6J9mS7eH76IelY5e0jXHsyYwCMkVmvg1GHD42juF7xWTIyNSkfrTqg7Q7ZcjPSlISBJ+tQUJp1xKc0xsiKpCNz2NjP/AA8EDmxoijOb2ek9mLbQHkYb4xmunGqVmEnZlu3ErrxDGpioGMCvO83ckgMk1zIXARiPOudQVbFYfDKyxnfOBWU0Fnt3Z7I4NaE//SX9K9vCqgv4GW8Q1lMpgn1q2AllMp+JRUgJbzh6y3KysPEKlq3ZSdF2jSgFUIwPbTjOq4PDrdvCu8rDqegrk8jJ/wBiO7xMX/exHaHqRXMonVOQ1tpPGM7USEjVcPlxCM5pJiaBbp1a/QAkMQc/Q1ph/wARE5v8JgvE5SWQDp1rvyLZ4SFkc6mQjOHFYTSRogwyFiM1jJehsa2zZjAzVRVEMX8VjUoc861TJM8co432rZNUB9dXCpHkYrDIrEL5py3i233FTjiaJUQil1EYO9byaSEy6VWcZHTpWSokoWPUQeQzVPekMZRQr+E561L/ACFhmtQqjyrN2h9iviTKQ2kfKrixELez2jZQT12rPkytDy2XCeMEfKs3foGGRRI4xUtEhCWwQdR7VNWMrBGnblXT+TkOqo8v71LA+WNdzRYEmdYxsRmqAX3twNLHO3l50x0Ibm6UyYPPzo4lpUdtny+wPvUMQxSN3xtUokl9kDfFzoY0xrw+JYsE7HpUOJrGQ1NwiL6+lJIqxVfXoycVrFMl7BResoGMgVolaIMlxaTvL92J5mrSqz0cP7T0GwH/ACsf+UfpXb6MjJdtlMl7Ci7s2APc1hkVtGuP2OLe2i4KgtbEBbgf41zga2bqAegHkKw8jyHjfDH/AFZ1YcKmuczksvEEbVHeXRzzDPq/I1zLPlW+TOj6WN6cUByz6mP221Rl6ywL3bj3Hwn6VrHyL/ev+SH40f8AsdAd1aFommtXE8A5so3X/MvMfpWqSkrg7MJJxdSRmpd5jmhAdC+lUI9M7BW2vg8LY5k/rWuNXEwm9npPDoe7tSB1FdC0jH2YHtqNV+3mK8ryv3jZk4lCncb5rnbEGaS4wFOMVm67A9x4KMcKtlIxiNcfSvcx/sRRdOd8dKpgLZ13NSABOm9IZnO1nFF4TwqSUEd8w0xr6+dZ5J8I2aYsbySo8fhLTTtI7EsxJJ864Um9nqtqKpDiE6QP3qzPsacNUySDHLrtWMmzWqRpJXEVurDYVMtIlK2Lra4abiWV30RtvWvibymfl/biZXxQMkmCeVd+T9x4cTPS6zc/d86m17KQ7t4XVAzE5x1rCbsZKS7eAHeskIX3V5LO3xbe9WpUKgOQPgajvTWRoKBZoJSmB71X1LEBTpKuxHhHWqjJFp0XWQzsRjyq3slhTlQmG/KpSYvyfWzKWIztWnGtkvZN5jGcgED1pSQkwWfiDBsHpUfTstEYrhLmQFwB0xS48dAajhUSOo5elc8tFoayQoq5NRuxNFEUkayZotk1QxWSNkG4rJyoaQn1qF3NdhyHUmXUN9sUUBTcXaKnP60NAJ7niSq2Q/yzQuylFsWXHFFfUoarjE0UAeFjMx5GqaBqh/w+AADp51nVozbHMSgcuVS1RJ8xxvgYqdlA094sbYPMVQ0CS8VGMaqfHZZ2KX7QQfzptUgRc1uWA0g5qeQzL8QGLxuu9ax2jux/tPRbIYtk9hXYZmU7UuI+N2bE7LIh/MVlN1JM0xrTHQHeXTSMMFiST65rzctubbPThqJdcxFRkDNRQXYlu3x8OVx/MMigpCw3HdyiRHMUq8nTl/2pxbi7TLaUlTKbi3ivzrgVIbs80GySf5fI+nKuqGRT09P/AHOTJhcNroWlGRyrqVZTghhgg1ru6Me1o9f/AIdQ/wD9vWpIG4P6104l9pzTf3M3cY0wVr6MvZ5t2vDPxCQLuDXjeY6yDZnhasrA7nzrm56BBSkJGcc+makPZ7fw8EWEIPRF/Svfj+1FH0tAAE1AANxtmpA8Q7f8aHE+NtFC+YIPAuORNcmWXKX8Ho+PDhG/kWWWFXPWlFGrYWkoJAzvSlouCs0XBQpYdPesGmzRqkEcd4ikYWMNudqznvQ4QfZXwZWZJJs/hx57ZFdPiL7/AOhy+c/sou4u5+0EEcq7MqqR4cWJ4sNcgkdayekUaK3bMRBxWTGLr+Ikkjf2rPVgArFoPw02yb2fZQnG21RdASwhwcVSZIFdhNRG2DVReykytURQCMVrG/QmDy88jz2FbIVledCk1doBfdTlgRqp6YJUVhTJvvmjjQ7J20fdvuSOopSj7FZruC3IjIVzvj2zXn5O7NExpdXZ7rOwNZxexszrcSVbgh261uoNohh0fEYlAIc1jKLDoIuEYE88V01s5QN3aIczQJCq/nY9TjHKhPZaQkmd5SdsdKtfJoigQvnJzV8kWgvh6vG4z0O9S5IUjRWc/iAJ28qhy9mLQ6SZe7/es3IEime5JGF2rO7KoU3RLvyzvzq4utjSOW9gWIJ671LyM0pDy0gWJRkelLnZIfFoI23qokswvETqv25HxfvWsFo9DH+09Ds9rdfau4zMT223vwOuBisMvZtj6G3C7pHt4ZSSS4GQfPkfzrhzJKVnfidxoZzTd6pFZ6eijN8TLIxwG+VI0QlllJJzzq1voCj7SVODyo4lJjGG4h4hpivJNE2MJcfoH8x68xW+PJ6n/mcuXDX3QPY+wlq1vwC1jkA1KuD1616ONVFI8yf7jVEYiIq30QuzAdp1UcQJFeN5kf7wJCKSVRnHOuTiIBuJApXzJo4tbGme8WJ1WMJON0HL2r349IshKeeKAAZaQGW7b8QPD+CTuhAkkBRTnG9D0rKirZ4EqsbltZyxOc+dcnCmelGWhrHjSM5wD9aqg7eg6zRS4DbYrObo0ghzJeQ2Nt4WyfKudv4N4RbexLAZLuZ7iYEqOQ86zOhr0PuzcpuJnjU7Ig5erV1+IvvZ5fn6iNuMW7GXNbZZfeeItGdKtHcjGfep5Foe2utkwRWcmIt+zsTnBrCTAou4NKE9agDK8S71CWQ4Ga1grWxaBYuIOgwTnHSreP4AKt1lu2zp+dJPj2FB62DrjX0rojL2JombMMMYolOhIEvbJhkqNv1pLJYPQjksm73DDrWymkNDK24ecAnGKHmQqLZ7FVGFFQ8pNFtrb6CDnOK5pzvsot4g7pCcE1EUrsdsyNzKROdRwehruxtLQy6C50jdsH3rOaTCjeXDEjV0NJo5BY+CSDmoeikC3EG2+aEMHSx1AtjbzqWyrLouHADLA5/Wp5By0VS2mh/CMetPk/Ycg2xtznfFNMQwY6E35CmyRReXmJQFOKhxs0ii20AeRevrQ4mi0P440WPpmsuNMTZXPKqpscH0ppCB47g9DWq0FGXud70/5/3reL9nfBfaejWv+AvtXYYmI7Zf+5fKufJ+43xdAvCbjTbvGxI0NrHz51zZo8o/wdmB1Kvkci+1SDDbVx2dPEvukjuIdWAaolaMnxFdDsBtVxVlitnJ2Iz7VolZn0RaVoznce9JxaKjJPs3vYPtw/CmWC8LSWh2I5lfUVtgzOGn0c3keOp7XZ7PZ8RteIWYms5klRhtpNejakrR5ji4umecdrbh24rIkKs7LzAGa8zyMbnkpAxZa8N4veyFYbC5UDmzoVH1NC8ScnpEDSLsXxW4lBn7mJBuSXyRvyrReBNvbBaZ6vDeW8FsiO4AUYHWvQWOi+QDfcatYOSu+rkeho4JdhbZmOO9qlgjAjVcny51Mml0XGNnmvbzjtzxaKAqxKJuUG2axlPkjeMFEycSF3U75zWDZumMHLxp5HFV6NItXs7HN3GDIxZj05CspQrs6oSvSOwTyXtyE5qOeDyrF6NaQ04ncw2sccCsAcdNzWe2JSpWzR9jeGizgNyZFle5ODpzgCtsNxkji8lqcWNeIyLq8RFaZf3HhIQEI91jpWb6LHVviOPapexNnJLtVyKOAWCXFyrLms3GgMxxVg5Na40L2IGBEwB3BP0rrcftBM2HAI0EQzjNcE9MtMaXEqxqOXKtIvQMChnUsQpHOlOfySEyR6kJAztWHOnoGKLqERkNjka2jkvRNUCfaQnX0xWq2UkXwTJNzYVm20KgwRoFBXY1k3YCnilwUBAGa2grEZ10719Tc66o6QW0VNEUbI3HrU6KTNc88rEAHao7Obor1MviyaTKJrKGADUkIsjlXcE0pIGEiRcZGc0uIimU6vKk0NHYiVznnVRfoGRuJW08s58q1aEgNrXWdRx51FlxdBnD4cNjOwpqPIuxtI6JHjUM1osSJsUXJLvhDzrOUeI0y/BEQ9qzLEE//rjjO7/vW8ejth+09Ft/8Fa6zIw/a/fibVz5f3G+LoUWUvcXKPtjOGz5HY1HRqG3iNAToOpTuuK4pR4to9CE+Sslw7jCAd1LsfKpiU4X0B8VdZMspH1rSP4JbpGfkkQMfEufcVtFezCTBJbtk2H0ztQ7XRN/II/ETHybHsani0y+Q57O9rbzh12j287Lk777fMVvBtO0YZUn2e4cI7ZW91aQTtpEjjfIBIPvXWs2jkeEax9p0mDd1ctqHIHBFUs9kPC0EDi/2lMyMwPkDg1pyvsjjQtuOKxxl4jJl/iVnochpGf4l2piaNkfSCGwy+R86xeQ0jCzMXnG47sMHOGG2c71m5/Jqo10KZJDjbEgPUVm/wAGi/JyIBTkdakdhvd6sHO+NvT1qkxWKr2B4vvGA35AfvScfk6ISXou4fcNa4d/LJxsK58sWdEJJoDadrm9aR84LY9hWTXFUacb2bvsbf6LsWZfKEgqD0NaY7bo5c6SVjniKt3hI5b9a1yPdngoTRAifJGd6i0yhg02lMDbaiiWLppJNecU11Q0C3Vy5TY70pQGLJXZyc4NKNIGgFkUSZNdHK0QNrO9MOAu+3PNcs42WpEOJ8Qd0JXfHlShD0Mhwu8RpvAzct9VVmgvQro1ttcKY+eRXC47ExZxNw5YLitYiE/2N5FJPWtlKirRKKIRkg7Gm3YFjz4GnUKhoVAN2C6kE52rSA6FgiKyYzvXQpaE0EMqhQGAzUCQ71LjlSUTnIKDK+kA49qqMLYWfTR90K2WKikK2uSpORmplCh1ZZb3rFgDy96ngJxGsBL7nfPIVlJUFWGIjHbG1OAEZIgCM4rZv0Kj6XSF2rBgBmcQnIPOtcb2UkWfahJGVxlieeeQrqi1QMKtLcMMtvXJl2Uiy4j0jpisUirM3Nvfj/OP1raPR3R/aeiQj7oV2GRhe1u/E2rnyfuN8XQlUVmalnFLh7e0tJckxsSp9CDWGZLs6vHl6KLu2W7gE9udMnUCsuzqTp7M/d3syKY5SdqqKsznIST3IJJ1P/8AEgV0xic85Udgl7xMGfB8pFx/91WoqjJy2cmglBGtCBzHUH5iji49oOafRclvltcYLEDOBzIquNoz5fI64ZeTIFRXOg8s+dAWazhnE3ijOWwCRkZ5UfkOxwnG5EfJkyOYINXbslxSL5+I/aoI1lbOds+VaRl6Zm409Gc4jwySaV9L6mXJxnnQ0noLdCUW08QAkTY8j5+lS1RSYVYBlymSM7gHfFZtGiY0gTVGC/MHFKgsOtlyc8ydqEBOa3WRGGOh3IquwTFd/ZsEPdrqOnKjzP8ApUyiaQmJbtu4ZYl3ZfiYVzyx7OyOW4mh7ALJc9oLcLkqpLsfIAVeOO9HL5M6g7PTLmIE1lKWzx6Es8ISXI86yUtgVycuVbJ2KgGdjzFapIYrvNQOd8elOXQXsEVdQ1ZO1Y2JgV2zE+D51akLRZw9WcYYZIqJumNh8sHmNqmwT+SFtAI5CVXbpSk77HdhxujFH4c/SsqtgCrxHUTkZpqAnsNtJwyYxTkmgTB7w6ck1UJWFCSSQiUHoNsVu42hh1u3fZHSs3ofRXeW4G42PmKuLsYveXxaWG461pxJod28wKg+dUoezChlbMgXlg4reEaJBb6TUdPStqvsaEd4pZtK74rFtGqRG0tWWQM+c+VZSY3EfWj6cBRmsJOzNqhh35jTPn0qOmTSIRSfaJQFHXetIty0AzXh6FR1NdCxKhoEuuFA523rKcePRa0LfsZikGCee9ZxmNjKFygAzWzjoR27nTuvWocQ7MuDrvkPm4/WhI9CP7T0aL/DFdlmRhO1f/ub1y5P3G+LoUAVHo1oZwwwXvDms7oeBicMOanzFYZUbYnpmT4jctwK8a2ilM6rzLDHyqFV6OhSbRnuM3qTvrUbHnW2OFsiTpCeS6WNNQBI9K6VE55SPkvEBXc5IzvsKaj7Jsd8Kve7bCqrRMN4zup+X71NuL0TJWNAYZCPsuF1f9Inr/SfP0O9UmpdEO12BtcNr/lkQ4ORj61DKQxtXZRKutvENQ/f9apL4BsY2yyNju8//LpVKhNj2xVkhYDBfnvWiM2yE948bq4csUOCfQ0mNF0jxSjJJwTnGMij0CQP9ijILxE86hmisvjQ6EAzk9aXqg9hcS6ccqTXoYfCgPpmhMRC5tiRldmGwzTsZmeOcL2Bt4yTks5AyamSvo0jOuzVfw7tfsVg1wygGdyuSNwFH9zVYo0mzm8mV6NK90GY4IOK4pq2cgveUSTEczWCWxUVXCkYK5NbxYilLaSU7g1o5UM+m4ZlPFms55BMhHw1QMY/KuZ5BUA3/DlAOFGauM/kTQHbW3ckYGDmrbvsEHlA4GrFRfwOiapHyyAaG2IrmhBBGB9KV7sPQrmsijhh9K15DQXaZGFIAIqZWOgie21pudzUxdMBPd2BTOcYrphILKrSNoW35U50xllxqUZOCvpRChWLVh7xyQM1vJohslwy6Rzhmxit18CkqHaXkcce7Va0RQumvu8n0R0O3opIKtbYPuxyayZZbcRBMEDArFpisqW5ETVnSb0JkjeaxscGqWN+yGg3h0+ls5AzVwXFho0FrOWXmK35oKLmkVzjOcVx5sqei0qArpF5gVlF2MS3s7R7DnXVF2iQaN5JjvkD1rOUkil2CW+97H5d4P1qkrZ3rUT0ZP8ADFdbMjCdp9+KSe9cuT9x0Y+hUKg0GdnE7WMzxrl4zqH0pOPJUOMuLPOOJyl5pTMS0mTkmufjTs6lIz96wLacn03rrxxrZnkYNHHpBRs4blWrZzlos2JUZJXHzpOasGg+xVokCnmp2NZylYJUqCGkIyBuD0IzUp0Ohpasl3GI5ziYrhWbcj0J6j338ieVdCd6Zk/t2hhaL3DgSLkgYBB50JUNOx5AY4vBqO4BBOwPrT0hXZOe67t8Etttt1piALiXKtJHsSM4J/aixq0fWV6GjbwjCnl1HrS9j9D7hWJreVVPiHiHmaHQrots5leYpJ4WHQ0IbbqwuVlhk0gjelIIuwyz8WOX1pJFN0MntSAupeflyNDjQlKykWIkbSU+KkgZr+EcAA7LXUNuh+5+/i6nP4lP0rpjFKNHLlbfZiZWKu2WNefPbMvRXZTFpjvyrDjsY1UaiMCqJegqE6TyFTIVn11OgXpWM0xAizp54rBooGvHRxjIrSJItmIAPI71pQA8twAB0NCQyv7SBudzVBROO6DNjrSaa7At1qW35+tFWIqSQJN0I9KbstbGCMHVTWSsQBfgYJJ2rog9EsBWNpPENtqpvY7omtszDxMTSsQTBZrGOWc03KxaPPbWcxsa9RGj6HNlHLNu2or5U20tmbD4LUi4yBjFZ82ybG8OEB23pLYmwbiUjBOtZtOxoz8ksivzNNR+Cy6O5fG6Yq1ohoMs5HLAnI9axyP4AdwXTovxVwzlL0UgmK80jnvUbGTe6yuSdq2x66EL7hxI21dPSJLIlxE22+DXPLbLQts1/wCehH/7g/Wt12jvX7T0VPgFdhiYTtL/AO6Se9cmT9x0YuhYoqDQ1HZO3aYOirq1HGK1xK2Z5HR5z/FDs7cdnuOyrJgwyeNGXlv0pZcXCRphy8kYGZtTcyDVKi27LIJVICOAd9h602iLGKBe7B/2KxYzvL50r9AfKmttgfpTW+hWOLJNRRieW53wa6I/kzZp4ohdW4DRqrjfVjmf2rXtGT0Kb67eIRRMA2jcY8jzxWbZaGrsk1qCpBYY3zSsdCaZ5I3K/h50N0UD2U/dyuoI0n15A+VLkTZp+BXHdxqDjwHfO2xobG9kuKS91dxyxnY9c4+VJscV6Jy38bAyuQAKcpCUaB17Z29k2B3hwceFc1Km70htI1fB+2lrcKizxMI3AOwyceeK1U2tNE/TtXFj214rZM6ssmtCc+Hp7jpSbSdj4tqmehcDUSWuYmUxXMbRMeeCQcbVvHas5pqtM8zvrYiSQHmpI2rzJPbMkgGwtmMzHON6i1Yx1ECg5UmQ9lNxMRyFCAT3kkrtzIWiS0B223G7GuZoRZMoAxmmuwF1064xnGOdaLehUK558tgNWiiUgbvWDjJyKfH2VRersGyp/Kk1Yi9ZJJTpzU1xCgy3jCnc6mpehh+hu7yBWTasdAM6sxwTvWkZElZJjj35+laaaIorW9wQGFLjQMPguA6eL5Una6GYex4frfLjYV6ikOTNLZRrGukfSnJ6MmWsVRieXlWXQgeWcjYU0hlLFpmABzS0NMJj4emMsAaHKkDOfYFZ8AH5Vk5UTZY1uYV8IGfKs7sYM0joSWBFZzjZaKTfFm0gZq4YgDLcSSjLZxW0cVCbClQZ3NGRehIKWVVTw+VcjuzWIts9+JQesgrph2jtf7T0BfgFdfRiYPtFvxOT3rkyfuZ04+gS1tpLiVY4ULuxAAFCi5OkU5KKtnqvZXhf/l/h8RvCBdzsBoBBxvXdih9NU+zknLm7MH/F7TxHj09m4yDGdIB5MKjMrm0Xi1Gzwm+4fLDI4Y4x0Nc/LizpTs5w+IKMsxPoVqXKwSoOJC7LjFR3tjPs8qV0xhtj8WfEAf5etaQohj+3GVAU7/1j966E9GbJ3F1NBju8LgbYIpOVCqzO8TvmadXK/iyR5edYvJZaiEwcSZFxnbOTvUKbHxosmvEkUkMcsQedVzHQpvZmjuw4Hh5EDqKfJ3sVGw4LIXgXIHiXSTz+tVd7QqLb8NIEj/EGBzSaBdmS7RcTaIT92zGGI8h1NEYuUqsic0Mey9yivDdrFHNH+OGRcpIp5qR6jPtzrbE3CVoyn9yL+KcRgsOK/ZrIyfZFnLW3efGqn8JPXnj1xVZpKrXpl+PyumbywgUqkyLpMm7D5VlJbNU2enfw+vTqlsHyykFl8wcdK1xNrRjlVqzPynXNIDkkk8687IqkzmRXbQAE4rFPYNl0oZdqZJUEBGSN6dsAO+iAG3M9KJOkACpEec/SsxAl1eqAcnA9apIEJJrzU5UEEVqoeykitImlJJ2FaaH0EJZlmBAOKlyGEPZlQN8elRYrKQjJJpzvQ/kB5wyBXRdY3rnnKhjOS30p4flWXKxAptBzJ3NUnQAl5BojOMVrGTFQilttc2TnPSujloSC1cxqAQOVQ18BQOsPdrsMCutNozKZphCCzEitVKxUAvfNK+AcCnxLSokA7776aG0kIugmMT42rNux1Y0S8UJsRUMloMtZVJGevlWUmTQS4Ryayk6KQuv4QV2G3lWcZNsvpAEFiC+o16GF2S2NYgqppA6V10iGVTRv3mV5Vz5JJFI4qtoOQeVcV7NI9lXDd+JW+3/UFbxW0dz/AGnoCDIAz0rrMRI3Zm64nxN3AAiLdcg1n9FykaLJxVGw4Z2a4d2ahN5NiW7/AAljkJ8q6YY44lfsylKU3RmuL9o5JOJRTBhoik1cj+tSpNysrikqMtdzrxHtDcXrNlYoncY335fvS7k5AtRo804taSXV4xCg6mJrlkm2dMaoWXCLbfdAgkc96zat6ZdlKb9c58qTdATD6TkbEUl3oEG2TjGrJUDritF82S96JXXG44gUikZiOYBq7dE6F7ccDEiRGxUuLYconBcw3fhD+IeexqHBrbK5J9Em8I571NDK2kOSKErGTaXvBG3N1O+RzFWmyXRuOyuZLcxkgFCcZ6jyzWl6on8lvaZjZQzTJnBUY/pJqqJvVGIaBZ0kDHMUgww/ekrTtIy1VML4Pp4faRxFjttqOwrVNdkpA7P/AMX7SAw7wxHc9D/vFTJ26NsapWes8EnXVFCWGoDGOtS2VTo33ZAaO1GTyC+WMbVrj/eZT/aLZwTd3DKcoXP0zXFl3Js5V1RK1Yqxx1rkq2BdI2+9VQih2AJxToOgS8ww2NRIKAHtyy+dZ2goTcUsHkBGT6YraEwBeH8Icn7zNavLRaNLa8KCxgMMisZTG0cmt1gzyqVJskXyuS2AMitFRJT3LM4bpTb0A4sgqEYblXPJFB09woXnvyrOnYMBa7AYdaviAHf3KspA55rSKAAjkVic7ECtVaEyq4DNjAzVIRY0i6Mda6eJnQsvonl2UVotDB7LhcrSgnlnyq7bQ2x/9gEUQJFc8k72TYouly/hAzQikDJFLO2lEOOW9aNatho0NhbOgAJIIFcs2LsOWIqc7k1jLaoEduEGgZGTisoxZQvB0uQdt+VdeKXElqw63Ree1dEsroEthDRKeZ+lckpNjINEFikznlikuxx7AOFwF+KQd2QcPnHWurGuTR3N/aer8L4Ye6R5FIY8s16EYGHIbTNFwmy14Tvm254qv2on9zPPe0vHXlVg7ghjtpG31FZSkaxR5xxziQYFI3DHq2eXyrJv0aL5KOxEzXd5xCFmz93y8q0x7siemU9pFSyRtLLqORWOR8UaQ2YOQmSUsTvnbNc/8mxdEEQHIUkny5UuwB7yTIOG50IbYqu5pu6J1Np9TXRCKfZlKTXRNAgXGcbc8b1LWybAEd/t7KT4WHKtWkoWZp7oJu00IrrkMBkehqYj/JbbX7NjWdR/Wplj9I1UrCpG1aWG1ZJV2UTgbLKM5PTNCXyHZ6B2WIiCB9s4NbRi6IbDe09t9rge17wDvFwPfpWiVuhJ6swkVld6cW00Tuux8W1FCcNk/wDgV7dEC5nRU6iMZ/M0rEoo0HCILSwhEdsg1+fP61DkaKNmu7LQM12GIOnmSaiO2VLo9H7Hp/zd7MCF0wsQSdq3x+2c+V/aCXCJqcx/Dk4rhnK7aOYqjGk+dYLbH2VTyDJA51VEkERiN96Yj6eIhQcVjkdFA5cKpDDFYr5ArEQkPpVKQfyEwWoj3O4ocgTCzJGqjHlU27LsU36d6SFzWkRdgBgKdcmtUDRU8oXPnRQqIwyu7ZA9amUULoJZ2dQCDtWdUUVOGXfO9VQhdxFiF2A9K3ggsHgl2GrnV8aF7G0WgIDjOfOs2rFq9gNpEGGW3FejGOjJsJ0RhsbVDWxhMTKvLFaRRL2cuJx3WDSlEaF0MPfXGw8OazhBtjbpD6w4eiAEqM1u1SM7sNaFFOVxXn5tM0RQ+AD71yctmiQDdyAcjW0UhMS3c+mU71uo6skM4e5kwSaiYwuaYpjG4qaCyKSSTv3alVztkmrx43IcVs3nYXsfNHLFf8Q0GMeJFHPPrnpXpYcXHbOiU70jY8Rv4rcMFzrHLSM5rdujOjB9rONl3wytnTy6VlN2zWKo834vfakZmzjn4m/bFZOjVIx16+py+rI5+VZvso0/8PYsjiFwWZU0gEkfOunEvtbMMnaRmO19wHvHw+QDtvXFmps6MekZwHbJHKo/Bf5OhgeQ2pNUMpuEJ3xTWtgQeET2+nH1qlJxZLjYqDG3PdS5HQE10JqWzB60WrLAPFpXVjGahwldLoLXYJd3IfwpWigK2Ux5WQMSdvyqntaKWtjKO5RsAEVhwRqpWM7CE3BTuzhgdhS42JujZcNDxXKnGFO/h5A1skQ2ajiEIu+GltP30Y1D2oSoEZ2ytUEUkkCprc6mwMEmpbLA2k0zFW1KOuOYqHIdBlhErSBtQOT1FQ2i0b3s/EY4HcgAAYyfWrj8kSNr2dxFwbikvwt3YX6mtIaiznyiWWdgDk1w8dWYkIZSTjfHnWdbEyeAW5CqJCogB70mIpvZAowOdc81ZSFNwxI33FSl8AyUMpA8IzjlSqgYUJmVRn86VEplTS7kDnQlRRxFLA77VaYyL24YZNWpFi29gAbAJrWIiu0TWRnIIpT0IYyQhAp64rnbGL7qUICGrWHRLEl7OWOFGc10wXsRRArMcDbHStgdje2uO7TDnfFYSx7HVgi3KounfNd8DFopa8KZY8qU6HGJ9DxMsd+VTC0NxOvdtK4x8NaX6Jqg6yuViAJxVJUS0OIeIjAxgiiT0R0Wm6LnY15udM2irJNG5XIbJPSvOpp2agN1GQhyADXXibfZmzPzj73Sa7k1Qh5w22CxgjY4zWE3sdBndKWCyZGTzAqVvQHpPY3gNvbWi3M1qjuyhlkdQSv/AGr1cUFGPRokO+J3yWsDadPhGBnGflWtlUeZ8d4+jSYE+jfcE5BrJyNEmZninELdo2Zpgc+1TJouKZiOJzwu5wNug086ybNaYolk8Q7oNn3zUN/Av5NJ2a4gkPCb1TKA7EHQFOfrW8GuDMpx+5GQ4tIZLhmJySeVcUncjoS0AliFxvS30UVKd/P2o/AF2AyAjel10NA+Wic4Jx5VS32JkZhFcKRKgz54qk2tolpPQFJw+2JyCw9K0WR+iHBdsktnbx7oKObYlFIpmhUjK1SnsdFVrCFYnFVJhFfA34ZJ3dygyV355qPY3tGztZ9G8u+TkEGtbIRseGus8CyIdx8Wwp9oKaAjw94phIijSSQcDY1HEfLYHxLhutxJGNJI32yDUSXsuLLOGWLl0AUA9CayaLs3NvCYoY4AM6dz6mr9UZt3s1dqEg7MzoGyZHGrby6Vr1BnPkexBJCMee3OuWVUZdkY108uWKxBlUkhVtqdE0TjuM8qTRJJiH+LeufIikRW3WTkBWV0OrIzWyxKSDg0+xUK5LghtOfaqSSCiVuyu+WP1okMLkkVUGKSHRWtwX8P51pFDs7Iqum+1bJUJspi0xnCj51lPQkHAAoSRWBQqv4FlJ8q2g2KhRLZaThN/LrXTFsRV3fd51ruPSto/gaRZGneDNDGLntZCdedq3jVGLroHmheTIHSm0NSotsbU8iM0LZLY0HDy4GxpzdE2cFsYsgjaub60kyqIBjG2d62i+XZNDSznGAScmieJMpMcQTLKNI515+SCRVkZ4DpJYCog+INCt7WIOSRWvMXYVCdtI2PKndgaXsjw+K54gTI+pUIz611eNBN2NKz1C4b7JYd0FJYjmOX/avQSNbo857WTPJbuJZQmM6UAzkVElrZSfweOcV4m63Low2zgEDb51g2zetC+W/1qQqoz46g0uQ0L7l2ZwZHAUDpiou32OgKaRQMKCTyH/ek/gEWcLukgldNsyKQSDVQdaJkvYDfsO8bw4rmfbNl0AlidjgD1o/kZIYY7fWhaF2XKPD/AG51LasaXoi66hvQ2MoeLDeEk5p3q0JogybEdRTUgordDzq+VsmtFLrlcYzVJqxEViKgEL4ulDlsVFqeFtTYG/Wjb0ikh4nEYXtBiVdS8/FWl6Djsf8AZntR3D6YIu/6MGOkGmpUwlDkjccPubfiOruOYGsBjgqfI+oqrvoydotwC5Do0bA+4JqWNMY8Lt0WUydBuAB+1TW7G2NIYpXbwRvk/wBNCTE2jQyxTJZfZljbKDLAjYk1s4vjRhNpiqexu2izHCOW65x+u351zSwyfRkLyJIWZJY2RvJhWDg49jIlAc+VL8EnBEAPShhRXPIFHPFc+RAStLtQxBO9YNfJRdcTqV9KatAxJMDJMQgxVxZLDbe2VVy2M0mOyF0Qdhg0JBYLHGysCSSPKtEmKy15cDFaXSEcTUxJHKsckr0NE5JzGvPHnmpSHYFJdAuVU5zW0IjJxLtlvzro40BCa3MgNCdBdkray0g53NEptgwKZMsFWuuOjFtlRgESksKutENnLF0LjkBmrjGhMfW+GIwBioydCSIXsQVSa4JNWamY4nP3RKiujEwo5Y3RO2a0lkXQcTS8Md9Oo4zXBlaKQbNK2nG9cyGwQxFpPEa0UhDDhVn9qvEhRCzMcACt8MObFR6rwLhsfDoES3iAIGpm6E+tetCCgqRqlQJ2gnfS32mRhp8QCnAPpV+ho807UcSZ1bu9SA7MR/eok7ZaR5Vxqdmd+5DDzAFYy30arRnhdgSFnDL55NYJo0dlkV4rFhGqtnzov8DoHmbWcONK88aqXrYFbFYzqJZCOnU/LpVLQmfNMJlyAfM5rKcdlR0UFcnbl5VKd9+hssVSMfrSY0XLj1zUv4GSGBvgUuugONErHbNKw7KXjIJJGKFIZQye2a0UrQmiIjUnYU7slk+72wAc8htR2DQuutQkCyIdAJzjr8q3hX9Sbd9FtikVwpARgQcYYcqmaaNYU0PrC0kS0WW2PiLYJHSoxptt/BeSXGkb/sxbSW1vqbaR/wCbrtXQlRySdsPfu2ctNMMMPEg3GfSlYzVcFERt5BHlcAZLA4HqKa6JejU9mbES3nfyy95HENZXBGw96vHFXbInLVIDNnZ3EnEriLiS/eyairxMNPpud6JKMr2Zu6ENzZShmNrcRSN0CSaGPyP96wlH4ZmicX2oqFuWkI6a9/oayk5VTGX4BGKyvZLKpMgYzVDFd8SGPUVnOgAVnCgLjx6s59PKpaXGqEGo0koAztWD0DYRBEoxqFSpbAsllCDArRKxAGS7kiqEEMNKcsmkmCAijGQHcU/wUwlAVBxUMkFu2YjbrVRHZXa2JY6iDnyrpg9FDG2tSZN+VXJjHC2aCIYFZWSCNCqtuKqIzPEhRrxXb0Yi29utmA5VqtoVCmK6cXAVScE9KmcuJfE1vDpvDud8VyZM1kpIvuiShBO1cjnb0MzPEoQZPOtoSYJkLZVjYYxVsr0aHh8wGkDfPOsJRcuhDc6WAyKPpP2FlEowQBzPLFL6YWeh9heCoIFuRJl2GM4Ow+depgxqMbNIr2am8uYLSDulLM4HTfUfOulFM837T8SjiiJcuWOSdJ5fX96ltFJHkPG+Ma52xO2kHcNtmsnI0SEd3d98gZlEijbw7/U1LkmUlRnL5xnwDHpyrJrejRWCRzlW2Yk+R5Umr2MKE2lQTnX5g8qla6Kq+wcnJJDb9TTsn+SmOZoZQCQVPPenXJUAbkMuVOxrJqiyKthtyalUwvZehBO2aXQFobA3zSZR0EHOGz6Gp6AtChxuDnzNDXsQJcLpJyGO34etVGxMo0OSCgYA779Kq/QUXRxlQNUm/Ok6YE3tkmXxc6UZUJqypeFywnXAQ3mD1Fa877KTobdm1kX/ABidAOdNClUhydo39pcwvGQ2Qhxgqd/StuRg4tPRNEglkURRtITvjHOlfwGzdcHtlS1X7vuQdgNxVr8kNm84PDHb8AuZnUs5BAIJyPWto6VmUuzHWd5cf8NkaV3bU5GHAbA+dZObStiloXXTawdogdtygKn8sj9KynO0Qg6yYgFZIwDyOMjPuORrBzp7E2QuI4y+Ae6b+rdT7HpRcW/gTBmiYHSy+meYoa4oSAru3IztXPOQ/wCRU9uokBAwaVv2KxnZoiKPOspJjRbOV55xUxQWDGMyEitYxoTOxQiJh+dUxF0gAzjbas/ZYtuWCbr9KpbAqW5ZtlG1HEh/kthRnPjG1VFAhkigIANq0WjRF8TqnvVJgy43aKuC2KVCqwKS6Vn2INWkOhBK3h9K2Ut7MRXcwd4CRzraLvoRCx4eiHUeeetLJGyrGtu4gfB5VySgLs5e34xgGsVjt2OmKLiQyHAOc1044NjWipkZVyDWzhoLCuGXUizgEHas1jUWDVmjjmllKpGjM52VQMknyxW3FMk2HA+x147rNxWQ2yAg6FwXx652X8zVR8fds0jCts3J4jBaWC21voRV8AzuSfXzrpNaoz3GuJyW4ch0U8gV2PyFO6FR5/xG/Viwbxux5ybZqLLowvGpxMrIsKvg4BTZR/eol1Ra0Y+5xE5BBx004rF6NBRcxHUWB/Y1H8gBOxjbYnbyqtS0U7osgmBI54586loYQxLLsSfY1F+hgsib7VaYmtn1vMYWAbdD+VNpSEn8h/hfBU59KwaaKRNWOcFT8qTq9jReN9t8+QGalqvZRcsZUDVpU9ATk0hfwTUYI+N2/SlWgJtA7jI0K31qv5D8AslrJg65QM9M4o5UKj6O3TffVt060m2FB0cbEACPAxtmmlQfyGRQlY9UrAADOwq0qA+tFUHLgDJz51ToZo+ElQwMZjydsEVSJZq+C2MssyyP4VHLbGapJmcnSNfZIS4RASM4x51qvgzbNzff8p2fEJwjBScHYj2PUVtLSoyW2efQXLNZBZUEignmMH6jn71yzm6HLSKHiiYEwyaTzCy8x7MNj88Vhaa1/wDf1MgmENo0MCrAZXHIj0qGn7AHkcMSGbw9D5Uo9isstmK+Enb6/wCxVt12BVf4UZG37+1cuVe0OhBcFmc6frSTT7JLI5zGuDzpNCsp7/W+kk0IQWjhWB1Zq7Gi4TAjKik3otI6/jGayGIuJyFThSRW0FZIHbSvqGd62caQUPIWZogRWcexpF3eEKSa0oo6ZMLlTTSAX3M0j/DvWqjXYFCSkDxbGm0DRNwmjehnP0ByMkbcxg1pBgBzXIj51vVggCfiWThTk1m4JmiiD95JLvqzmk4JILoutciTc5q4RSE3aG1vZT3FwkcULuzEAIoyST6VclS0JKz0LgPYKXQknFEFtyOk7sB645VjHA5bmaRj8m34facN4OGazt4I3xp7xvjPsTy+VdKjGP7S1FIncXYlQCdjvkgDcD3qv5H/AAZ/jfGIbNcoPFg4Zvi+gzik3Q0jE3t9czSNIkcecZLy56+XpSVjMte8SnmkZSneBNsQptUNtlJJGb4n9on8OoRoPwjwmolbLVITX0MaAEqM9d8VMqBWxXMwYkBSrDbzrNloX3CnO+Tj0xQigbBDYGfar7F0WhyBz3qXGxpk2BK7sBnzqdsZEoQDjJ9aL9CqjsLPC6gZYHbSN/pSe+g6G8ajH3hycfAp3HuelZSiNO+i2M5ysQCDmQu31NQ/aRX8hCRgEF9yeQXmanb2Oy5WXdSFwOYHIe5607p0In3bHdBz5sRimBNLaJjtGpP4iedVQFxgAA7tFUelHGw6IPIsWdi7eRp9IFsqklmlYB9h0A2oYJB9hbGVsHJNUkNuja8B4KjMsjjGkCtIxvbMZS+DY26BAqpv5VbZBtOznCHiVLq5GAd1FbQi1tmUpekH9ppddhMx28J5Cqn0TE874FiTh7MqqV1nIU+Ft+Y8j6VyS0VLom8PXPh5g+dc8lRkfFmiQ6T6jyzSTAAmLCVtOcHcfP8A3+VX7EE2kjYww5cqO0FnbrxqVPnkelc818jADaDfPyrJOiWimWzO+c4o5CYO8JHIAnNCZNE4UdV8Q5mnZSQbawZGWNLkX0XyqvdnHOhfArEd1bmYkYrSLoRdw3hul9R396pyBbHC2gVdhU2WUSW+52zVqQwGeNgCApFWmI5BbkjlWnMXRyW0xzFLkgF9yy5wa0dN2c7FF6cnCnatIRb2NfkVzRzSEjOR5Vsky00VR8Pcvvmqr2DkO7LhU0y4giMh5bdKmhdm57L/AML5LwrccbuvskBziJPjPzIwKtQ+S1B+z0rhnD+F8EiEPC7WGPG3eMcsfXPOr/g1UUgfiHE1jG2RKOshAC+n77UrGJ7rin4GlXUN9bJ8PrvQMR8b4y0ulVnZtuibGhsEhHe8QPegLpVwMtlP2oYIUXdy0spM0jPEPwBcA/QfpS97K9CPiM0j5RUUIPwg4AqW7GkJpY20HBEW2edZvSLTEt5GjH7sFj/M+wrNu+h7XYnuUAcaGyeuBSe+iugV8bAk7dM5qbGVEDoCPUU7+Q6IFSp3OKpb0BLYD98UNgEwxMcE+AEdf1qKCyxmWHAt+oOXbmf7Cl/AHYYG3csVGfbNS9lBUF0WOlRsNtR5UnEAxAGGEJC8iw5sfIVm18AXqoXAxjyXy9TS6HYVCd9jlR+dOwGEQTGGAx1qkxUFpBFKo3xmqsNk14QpK93pOTvR2K6JtwVu8BxlfTekkPkPOEcKSNg7DGfOrj+SZSNPaoBhE2HI1d30Q0bPsvwxJJkYpqwetb4oGU2bSbKkL0A2xyrZmSEHaVscMmPXSazn0VE847LPiwnRhhC5OK5MnWxy6HQKumkHxc1PnWPemZFBjJ2POosCBtxpUnGdxTu0iHssit9x+lWlaFZKeNAOQqJQoOQBOVXlg1g0VZWzhlwSDWbv0FFEioNxS7A5GwYgNnFNIYbGY9OnYmkxPZ9KiketJSCgbuAzagTn9K1T9AFRJp5bU07GWGXAwOY61cYWMGedc4Jq+NDKtm5kUxMIi0qpzyqX2IDu5QGGMUIpGFe98G78uVdaj8GNFH2gMcnlXVFUqChjZhNJJwSa0SJ6HHAeAXnGb1Y7aCTQ22sLt8s06HGPI9b7M9muF9moGd9d1xAbMx6ew5D3oVI2jCgi84i95IykqqgYwG2AoNBDd8T0gxwxtIEGzEHT8sUrsdCSTiAWAvO8ClDyRST7UrGLLu/e6bw28rIN9T7D6UXYCfiU4kcy3lzsnwo2QKTrtsavpGevL+OJS7PueShtTH2HIUrrsdWIJuLXcjd3aRtFGTgszfXNZcpM0UUtspa5mRiryfJdv1ovdCoruZ2WMKrkZ8yTmpmykLSxbLO2SfTYVG12OrYHM6hMKoGeW9FgkByZOwAHr51Mex9FeVY9fem/wM+KZJxgdM0RYUSTKkCJQXPJ2GT7+lXyS0iaPmZj4UZmJO5PNjU2NIvgiCkO27Hy3+lQ2CJu+onvNwDjSDkfOl+GN/JZCjytjYAZJx0FTIYXqFuQIsa8bDotLVh2RjmkXIcZ9RUv0h0MbeaMKpY4weRHWk2Og+NwVHiHnvTQ+w23U76WoQDqyTkS2McxVIljS3UKuM5IqhdjCHU+NsCjbJdIc8Mh1SDbO9awiRJnp3B4DDw5WCpgDOccvpXbFUjlfYWG1DJBGfWkAj7Uf+2TDzBrOfRUTzzgTAcNYr5muXL+0cv2hKTKDpJ26Vio2ZBEbmRdXUHDf3oatWDIPOFwPU1KRLPlvADzya3USGiu8uD3edQ9qiQjP3l041YbasWrLRRa3bsSBnFZSihhaz+DLHNKMaY2Ui4Pekcx0q2hFsd1obdvaokgCheIQMtWajQyyKcNyNaJAGoNeCT9KdAclTKnetYsBVcxvr25A1sqopE7dsNhxUyExkgBXIFYt30IXXkZ18sinEZ5dOCo2r1OAuwUSvGc5yKcVWgo3HYjs9xPtNKGtYZBaKRrlwNPtnzrVJsnjZ75wbhdr2c4WsdkjNIww8jnLMffoKvo0jHQHxHiD2skoZoEBGTud/QedDdFJGYv+KsUCvJPobOkYC5z5VF+ihFd3zupVZkKDfSHJI9zyFK2MXXV9P8AZcwx26nO7Dxftik7rQ0tim4up2jDTSPI43A5D2wKQ9XsWXFw8hx92HXc48X1NJMekKLoqFLR6nb+dsb+gpfwMTzSkbKmk533x9ai/gpFCtpRyrBmb8TdBU9Jh2L7iXWSUJY8snrWT30a9EFZ1UmRiBj4SdhQtE1ZWZUKnbUB1PKmmhUweTSSCMmlZWikjJ8hQmB8MkDA39edNu+wLipA0LkseZNT0OiccOlCxbCjm3mfIU+XsmvgreUjZc49ev8ApR2FHyeLQiruTtgdaUqSKT9DJNNtFoB1EbsfM1HYIHV8yHJOc5pP8jDLRRJINXLmc0m/QwhF1y7bIDgCpfY0MoYVYZbcHlVUAbb2pXlyPyp1XQX8jyygIxqJOepNOibHMKaQoA3piGlqmRvzqlvshmh4NFqmQAZ3reC2ZSZ6Tcqltw6AqWDEAEV1PowRGPdBtipAQdr208Ll/wAp/Ss8nRUTzngPh4Tz5sawmvtHJ6OtnVtWcdGQztm55GxG9TasRRcKRz6VNUxAathsjlWsQZGRS586znEzsC4hB4ccqzLQNaw6WAycedZN29lBEkbKvUihNADKTrJUZPSrTok5IjaRkUqTArYMBjG/vTSQwvhZYMASdPTNJ0ilsfoxCbc6gKK5JGPM71omIHlfzFaroaOR4WTce4NJoGMonQjntWLED3JXPnREDyu9XoBua9liizVdguwE3aC5EnEYprexQandvCG8gOtOML7K/g94tUtODcKitLCPTbJ4QB+I/KtHpFJCrjnHJAoEJAB8JYqfD67UpMaRmuI8VMEaiGNJpjsHcAE/uKlv4KoQ8TnuQVMiRKW+LS5yPQdaHoBRdzufuoBCzHrnOk+tS+6RSS9i+SxnP/qb5CP5IRn6nOBU18sd30Q7u3jQYjKr0csST606AWXd7bRRuBht+eQT9Klz0VxdiWW5M58CESEYBfc/6VPK0VXyLrhGiXxyZ+dZsfYtuJGk+AAR+tS7e0UtaByGXxO3Llipb+RkTqcjSAPU70v5CjjL4dyo+dP2mgRWcdOZ50r+AI6d8ty6Ci36GdjBJLDHPAou+hUXJpXwgeHGT5mkOkSYtIwPIDZfSk5WOvRFotXMn50m17AnbxlFaYjGDge/pT7FW6onIwGFz68t6KroZ1ANJON+YHrU6uh2GWx0xEnGWGPcVIBlts5x5UL8AxrbqNAxgHPyq0AwiXSQwJ22xQ9bD8Di0OkD86diHVthwABmqJGdvGSNquKIkzU9moc3CDHXlXRjRjNmr4vIW4hGgYroAGnO1XLshdBsX+GKCTM9uGxwmY/0n9KzyPRcTzvs6S3BdTDfNZT3EUugrTXPejILikCKM9KQAV1Pk7Hl4TWiiAIJMsN8Votdgw2BM4zstYy2ZsqvkwueYrJoaKLVNTbgYrnkygua2DKBtijQgZrQxjYZosD42+caqObodHzWqEHGKfMRO3hRCNtxQgQwBUIAAc43qlTKBZuRNXQAesscetWrRVl+NWSTv5mqcrJBXu+4JUmk430CRH7aGPPNJQYxX2S7N3fE7lHezLREg6pThcZ58v3FetGPtkRdntpxHbR2dvEY4FGp2yefuev6Vb3/AAapUC3HEILSBu9AeQ7RxknA9ccz7nnSvQ6Mnd8duLebCffT89vhVfQdaV0Nox3E+K3V5faGk7oj+nWc+WKi23RdJKwe5muApUTA52LSgajQ7BL2ykS2qwkTktIOeDjfzIFHoE3ZS725iB7kMR+MA7D9Kkr2AXGm4AZggj8y2r5VPfZV/AqmigG+lpGzyAwtQWVTPMqHGiMHYKq7Ae9JyYkhbJAzAv8ACg3zn+9ZtKrKsWSsdegHLZ96E7HRTIp574PM5qLa7GU6gmCxJB2GarsXWzoBBznfpQ1QH256/OlY6OKgZtiSDtSukFFjgL4V6bVNhSJlMDBIHmc0+kOiaqGcYzgdKXYFyqSSW9gKi1Yyy7jzoiAyF5486r4sSBCuJMtnOadhRbFz67chSqmOw5gNBxjAwNvSk9ISLIAQ4I2zz9AaSK/kZQuc4U7cv2pp0L0NraYMuCMYG/pV2IdW66kGDyFOtC9jWxJVwpGG54oQPaHltv4sEZrZbMWa/sudMq6up51vjMpDzioH/FRhgwIB2py7JXQwT/DFUSZXtzvwuVf6T+lY5Oi4mL4VGI+AIwO2d6lr7QfRT3mX57VzOOjItY5jJBoihCu5YrK/ln966EgRGNSd+lJhYzgcBQMjFc7ZnIpv5gBzGKiT+AQJazAPudjWEo2UOY5FZNt6xpjOFlB3FUkwRVLJ4eVNxaGCNcrnHI9aaQmz6O4B9apdiLGuVVeuKtRofYHLeliR58qtIZCGQ6/SqaAOZToyOVSmIQcSEhfw8q6cdVsuJVAkpG2eVVJRK6Pc+F2MXDrWK3tIUVwMFiAGPv5e2a7/AOBJJFHGeJJYWza2SJs+Jc5z6f6YobpAkYjiXFXuAzW9oTncsfCx9d+XzzUlGbuhKsOtiI3O+X5D59aT0MX99Aj4W8bvXB+Bjy/IUv4GLbqOKNSzszNz6KB71LSKTE13cc+6ZcHfOr+1ZyZomAvLNI3iaVl6AucUtsKR9FDMVBZwoHUg4/Palsdou+06MqZlydj4xmp5DUSE00khwDHgcv8AZqXJvoql7F1y8m+cHHrms2/ka/ACUfGQq6+eeVNpiKXGkfETU/kpg7qNWWB+dNCPhsBnwg9Opp6A6GyQNs+QFTVhZdFu3i2wDsKl9j/J0DQfXpTTsCaqCckk1LGiwKckYwDST0DDLQZYMR4U3FNfgC0x6vT160xUDSwBV5H1pVQWQihKuM7Y3OfPyo/A/RdqCqqrkk7nHSlYL8hcSkliD1xin2ATGCFA6Bt96KGMrVxkqBnPTzqhD7hsgLEZ9KZMkPrcagjHZga0qyXoeWWygHY/rWsTNmn4CdM6bdfpWsTKQ84ggXjGV6gZ96cl9xK6GS7IKZJku3JI4bMR0Q/pWOQ0iYjhUrf+XWLbZND6E+gaJgMc96zaMgwMBHk8qiIMXzSRgSZXJY7HyraNE0UwyjGM0NARe8CNiuSaFQPPcl8/pUICiW9xIMLpXyq5pSChnaXo0/EBWDiOi9bzW2Cc0+NAi93Dpgc6bGCSW4HXej+SWVhGXcbVPsGzsjZGPrW0RogYC2NJxTYy61g335+VQ2MbrFmPHSo6EwQ2IeTltV86QJBMfDlQfCKh5GUbjivGIrK3T7TJDC8mcDckD+kcyfWvcbrspIx3FOLwSeKytJnYfFNcHQF+ZH6Cpv4X+ZSVdmZ4nxmYRYFwskr/AP0jnG/5UndDpCWeD7vvbqTumYZYa9yKTikgsSzcQjs1ZbYSkNzIYEn6cqlypFVYtuTeXOhiNEf4dRJz8qiSbNFSB2trtWDykrttpODip62PRwTYzqjYsfCDqzj19KLFRHKsPG7LjpUPZV/CPmeNQAoG45EVEnSopfkHlLAY1BTnOKztpDonHGGTfGnmf6jTVAUXDhixXJ26Cjl2x1oGAG55n2qWMGc4bffy25UxEBu2+T5gVWqF+C5MYz8IqRlqDBOFyfWkDJrGS2Tgmk9aGXaSB0FLYEol1AnmKSt7BhcQ+6ONs88VURFunHxfCOlMZ1o1ZR0PnT7QuilYyD6kHHpSSAjHFq8Q6mppjDVj8OB8R8/Kq36AMt4yFPUDYU1pC7DreA4LLsR1oHYbbEhtvekNmkspNQUbnI6VomZDy1JGnV8PPUK1jfRmzT9n5i0+Djngj9xW0HbM5I0V9/7x12UfpVS/cQuhlnwCqJMf2/OOEXB/oNY5Oi4mHsXB7NQ/1Gk+hPopC4QH86kzPu+KoRnanGIMU3c+SSK0URAkU7d5tmhxHRJgzN1rjy6ZNk9IBGT71iybB5cMSBTQ0dgBB3zirbTGwy0J7zxbCoe0IdQqSD/eoHdEZEYnfO1JsVlMoZjgcqEiSyOIY8XPpVWWmSICDeixgpulSXyqlGykg0X2wOqjjYui6C9y29JqhB/2xQByrNwYz7iXECZZJVto2kfIM0rkHHv/ALFe5s0VCKd47p3e68W2cJsPTmaXfYwG4/4NaBXmtoJJseFM5b3/ANik6Q9sUcRv7a6TUIo7dQdlYFsepqXT2UtCe4SF1JtFLkZ1SsukD2FL+AuhfNPJERiR223PwgVLZSSBpL1c7hjvsW5fTrUOXwVFWVTSkjOpSOYGdvpUsoFklkc+E/Raybb2UkdV2TxSOGPTpU2vY6JLcZOERAQNy1JsaOTTM641Zz/KNqnl8jopdNI+E6j1osdFTEoAvU8hRaFRUYgNJkI1enl5VVhRW/hxy38+tNCaJoceKQ+29Kx0FRR6upHlUtBZ0HS+hBluvpQgCFQkgEnJ8zQCJMBpAA8P60XrQi+D/CBxzfOB1poGEW/jJ6k7ZqltgXmNdJwRgbknpV6YugYou50+2aj2BfFCMZPIYycbmnxvYBLRZ3xjqRTaGE2kRB3G3SpSCxjEhUYG/wAqKoAy3hXSxxzORtRQnYZZs0U4TGxGxoWgZpYWwijOCdq3T0ZGm7OKFmB+R9a2gZSNPcnPFBlQMKB71Uv3ELoYD4aYjHdv/wD2i4z1QissnRUTCyr9k4LZxNjcZpLaFPSBe+wmKKMgOafYgVpFDFsjlmI86sBjw+yBGSKwyToTYfJbquDgA+1cU5WyGCzLp5Lms09k2CGIEksNya1uxoJigBXYVm2UXxQKo32NCdiYdCB51EhFjqSPSkpADHbNaLYgaSYxnd6pKyokYZHnJwcim4mlI+ltSQTtmtIgUEPGMHetaAlA7F9iOdTKKBh41lRvWVUItu76GJ83gWd15gZwp8gOtem2bC+a6NzJrbubePG0MaZkpW+xmeult2d/uQXJ5leXlnGM+1KigIRwQAu4cjmScL9BgUugBbu+gOUtxoUHJAGTn59alyHVANzcgAFlYnmFfB+dS37KSFrzYfXKgXPINz96z12OmVzTQlgFQMfMVLaspJnCcAksFz+HrWcrRaI6ojlVDY65qbKJK8QO+nI/D5/Ok7D2RkuE6IAQeYzS/Iz6LSTqckk9cUm60B82lXJUb+tGgopK5xvsKd2BXKmny500Lo5GpLZOcdBTYBisVTI3Y7AVLdAWQRaFGR4jufWjQglQAowMk00BUwKDxHep6DsshdjHt8ZOBnpVIA1VWCHAOT1pqohZeGAhbI35/OqT0Ik0Q23ycZJqgCI49thk5G1NAXxxkvkjwDn60AFwpuCRjbYe9SAwhjGBuCR1oCxjbxDmBQkI4YtMpJ50qHY2spC2lThhmrUvRDXs2nZ4feqOpNdMDnkP3lDcUYMwDfCozzxzxTbXKhLoaD4c1RBke3ahuGPk7YrLJ0XFmG4uFSO1D7ppxmnjonL0Jrpgpwm486tr4ISBWZj0BzTQyEKFnAC9aUpUQaG0CIg6VyTdiBOIXscbYJz7Vg02yewZbpHA3qKoKLWRZDleXrTv4DoMjRRHtjNZjBbmTu98jFUrEyqO93xTcbEWm9ao4DBLm6IG5wPStYJhQsku3mfSDtXQo12WlQ/4aiCFShYsRvnpWU3RTDHAVTWansBXcsckiuqLGga1nImII61UkJocwy6huN6jiIDSFjreVZVA6zSgn0IC8q7Ujd7BHtJXifXcd3E/RAAxHl6D8zS3QaFcosEBVO8KqTqfWWY/LkKFRW7AZu6fLLAhUDIOTkDzNT+RgGqEkmMqMfyruaVIdg8oaQ4LFc9OWPnUNDsFngSAEIEPm5Xf86h60irBwzgkjOnHMVP5GVmcfh0/Pas2y6Po5UfYohcdSahpdDOyW+d9SDrsM/Spoop8BbBJ+VKwouTSdhjbnmlQEXG53HsKa0x9kWAzsNPTnyoq+hFUyg4PPAyapOgZGMeMADb9ab+SQhR4uQzjr0pdof5CIuR22HruadUIJ04UkgDoOtOrGBTnLEDZcY386m/gC63kCKzc9tvShaEycLl33yRzNNDGagYXB2B29TWvokLjjwFJ3PWmgLtOCBgn0FDAZ8M4fJfzCGDTt4mZjsPWuLzvNxeFieTJ/RfJePG5ukaWDswsckEou9YRwXUxYJOehyfzr5jL/ab6kJQWOm+nZ1R8fi07Lbns3PEss9ky3MROVjUESKM7bfi59Dn0r0/A/X/HzpQyPjL8/P8A7MZ4JR6KLSPYAjkN9utfQx6OZljw6l1DbJpNaFewrh8OCoG7Z6daVqKcpOl8jdvSNfwpntyGUDWRtn8O3OvnPM/tTCDcPEXJ/L6/p8m8fDvc/wDI5byL/wCYoriaRiUzhm8iCDn0/wBK8rw/1PJHy8efyJt/Lf5N54rxuEUbdMMlfoyPEZjO3hP/AA2VBjNZz+CkYvjkEr8OtWHQVUF7FNiB0Ye9XRK32QQMTUsJDC0gz0rCcjPsMliZUOPKsExGV4kszXGQuR607URrZ9awMMFs+1ZOQMdWowviGaylJE0WTXCxJUoYmv7hXVNEgLN0HSt1HSlYEIBpAJ50mAWrE7VJILc28jxlgDitIyoaYFaW7CbDEgk1ry0WaezUog07VlIYZHGZiN9qxfYXRO6showorSMqCxNJYtFJkiu2ErGpBCPgb03EEhD9sIKy3crzXHMRBcgn1zzrZP5N6K7l57te8vNSDYrEAB9cUmm1sapAt7mRVydWThEQjA+Q50nsIgk9uwx3zhRz0nI+q0mMqkZwhEYVNI3J2ofQ0ASBxltwOmWxmoZSYOwc+KWQAfyxksT86h2UvwVyBSw8L456WH7Vm38FJHPCwOQQPMryqSitYU1nYMPXbFQMI7tFXUBnpy2qeuh0RDo/hGAf6RihKw6K+57xjvgA450mrBHyxDWMnOD+dL2MnoGsgADHM0xFPdAMRg88mnXoD4IEm8yKpIRJvxH0xmlSTAJt1wrHAJqkhBEf+HgeVNL4CwKddLbDIXelVBZxScqoB2GCPU1PWgNFw7s1xK94fHc8NhW8if4hC47xT1BU4PzGa45fqfj45vFkfFr5NHilSkgy14BxJC32i0lt2XcrMNBIHPAPP35etLL+reNBL7rv4HHFJsYwcDvJwjRojRnxBjIozWX/AO74kV97af8AAS8eSeiq64Xc2mhbqIoSfi5hvQEbV2+L52Dyv8GV/wD3wZyg49jbsgJpL9obaJ5JJAdKqOgPP0Hqdq8/9c8KflYY8FbT/wBzbx8kYNqXs1xbEsEEdzC7EkymM5UYBwurGD5kjPLnXxuTxY4nx5Jtr16OxPluhxZ2d33Bk7hzEpO6kNtnnsc4rmn+n+RKH1IRtfgX1Ip02UcZtlvLZ7kD/m0XJcDeVRzDeZA3B57EHO2Pf/s/+tTWReL5Du9J/n4f/g58+BVziJooC6Kq78sV9p5HkY/GxPLmdRX/AN//AIcEYucqiaHhHC+4geWR4yrgBCrjUjDnlfI+4O3Wvj/NeT9SxOc7jF9K/wDVr3f86O+NY2ku/Zd3gRsYKsMggdD/AL3r5VRcJ8GdPYoguQ94xO+pjXZlp4y3GjccCuzcWIU/FH4TnqOn+/Svv/7N+a/L8JKT+6Gn/wCP9DxPNx8Mlr2ZXt9dhIZEzuRivblXJI510U8Ak4ZxjgsUU76HTZhnBq4a0yZKwmXshw24UdxdaSBsM1dWT0Ze77OXVvIdEbOobAIHOoknQmyUFjPEoLROAPSueUX8ElkoJGGWs+LJFFxbozEld6xlYrImFU307Cs6sVlclzGPDyNHErsV38yupANaQgOtiwRKbvwSak55rWcElQ71scRxpoAPM+dc7WyaJoV7wKOdJokaCAd0CoFJIZR/w0skk6L4YyAcetbQ3f4KWiyNNIAqnG9lBtrzHvWM4iGekaMk9KlKhWLLvBzvXXiY0K5B4utdBRk7m4jMmYtUp6yyLqJ+XlVWvR01rYOsyuxHdO7DkXGB9Keg2iYkdWIhjZWYYJUkE+Z9KX4QfyDyIwADzbdFzv8A3o/gPYJJKxyowB0KkAj/AH71DZRTr0LjKZPJnOTSt9DIMsOol31OB5VDKWyh3bfu1yDgcudZttlKiEkcoI1bnG+OQ9KTTRSIRpkgFBgeeazat7GEMyY0uwY52wOVJuxqyLW4DaiCOu3OihrZaqnRsD4fpR6FZADKAj4ydvekkP8AJJVGdgMDO9NJehHGTTjOd9yc0aD0DuPEEG5J3AHIVS2LoIZVCKFBwMZ2506EEcNtxPJo7xUdidJZSQT8uXvg1lmyrDHnLo0xY/qOl2Ol7P3yrqAgZT4hpmBz7Vx//r+MpU2U8MjOcRjkgublJkdXjIBUjcGu6GSOVcoO0YtNaZPh9rNfTxQWyF55m0KPU8z8t/oaWbNDDB5JdIErdHqnZrhbcFhNvHcNIwYuWZcLvjIA6jI618L+o+avKyfU416PQxx4xo1MRhvYwtyupc52OCp9D0ry4ZXjmm+vYNP0URcDAiYcLmaUqxzBLgSL6A8mr1H468lc8Lv8E/Up/cLrnElvNbXCkDGCrDdWHLbzBrn8d5PFzxnFfcn/APIqSUon3COGNY2EkTsUuJADcINtPkh88cz6n0r0/wBd/UnPL9CD+1d/z/6M8GOlbDY4CiqYtjvg/X+1fPOdvZ1BVs8tuFWN2UgblTiiOacHcHQmk+x3Y30XEBouWSG8HwynZX9G/vXc3i85VlfHJ6l8/wA/89mNSxbW18A8trHZzSjBjdOcZGcH09Dt+1T5/m+Z5GSHjeX3HX8/l/P8rVFY4QScsfsHgkeFZHJOnIPPlXoTm4RbI42QuZjI2C6owGBjLH6Dy9ccq87JBTkpzaX+rNYvihbNCq29wqvKrpHrBXwud/Tl1/v0qvqpNKH+ppbfZrODXEkF3pQD78BfTfdf1/Ou/wDs55UvD8/6Eup6/r2mcXl41kxcvaLOIdjrzi12JZXCrn4SK/RJYnJ3Z5Kmki+3/hvCi574Iee1P6X5Cw1ewxVQFugMcsZp8H8iLl7K30enu76MhTyYE1S5r2JxTOP2f4rqwZLV08txn8qblNi4IHl7KzvICbWErjcCQZpd9ol4/gEfsTqdme0cZ5aZAcfnUvHB9oX0wS77EgqVS2ucnbUOlL6UPgX0hJe/w5uSpaJ5dY5Bo9qf04+mH0zN8Q/h/wAYiBYQd5nyBFHBAotDfgnAoIOHrFxThZWdFPiBB1euaHBNbRSElz2fvAxaK3bQTsM8hXM8RHCT6B7fgd2s4ZoZAetS8XpIX05D+K1miTHcMysORG4qeHH+ouEvZV3ckUbxmCQI5GoYODjlWkIpLaBJi+7QI7DRoAqnH4K/kqt5W1YBqXiAMLXOF0gNq2xmoeB9oAd4bxmP3Jx71tjxSXY7RGOzmJOY2rbiwtHnUErySNjuiRuXYnb2wdqI7Ot6LHu9CaAxwTzQ7f6/M0NhHZAyNpCoZEH0/Xal6GwaWVFU90yNg+IBgcn1NTLXQ0CmVpCVYLg8lxn86QFc0cgUawUHPCjNJoaZUsTFQNGhfMnc/KocUUmERukORrBI6ADak2PRF3z4u8IH9Oahp9jIKzA/ET6YqdsqiakjkpY0mqAuVRjx+Hz3wKX8jI6NSFRqI8uVTVjIBMEqB4j+QopgXIviA8jyprb0DRwx+F/MnIOKaXsTB+6bmu45Ek700DPiPvFXkDvjNNMTQVas8E0cqsAwbUB54pZMayxcJdMcZuL5I9J4LdQXUIORqI2B8jvXwPnYJ4Mji/R6cvuSmumR7R8Dt+KwBCe7uUGElAzgeR8x+lV+n/qOTxJWtxfaOeeNS7FfY3gU/BONyXV+FKxxlYmU5DFtifkAdvWvQ/U/1SHlYFjw9t7sjHiads29wI5Cs8B8B2K+Rr5labizoSOJKIZAcnf8qTXJUMJaQm4SaF+7lHM4yDTxZZYXaJq9MPvJ1nlguokVeIICvfYzp8iM7EjfB5j6V6eT9VSUcmNff8/H/wB/oRHF6fQHDbLCrSPIBhfEzHYjzJrx5ZJZJUttnR0ROFgKZJKylR7ZB/8Ayp17/BYUAmWwMdDWGyCi4jAGpdquEmBWvEHlg7qclpIsCNvNc/CfbmPmK9GWRThFT7j0/wAfH/AuNbQwTVOBGoKgjd/2FGfy+S4RIUaC4IYoEB0AN1yMFTXA8lbH2IL64X7fcaB4VjEY+uf3rqxxf07ejZR1Y2snJtYH1YYLseuQdjWflTljyY8ke0l/ozGNO0zb2/aLHdKxXvZVLqmd2AxqIHkCa/WvE8yPk4YZY/8Acr/5/wBTwsmJwk18Bq9oAPjiPyrp5ozLk7QWxxqVxRyQFy8bsj/1CPlTtAWLxayb/rqPcUWgstHELQ8p0phZYt1bt8M0Z/8AkKKCyxZEbk6n2NAWSyDyoGfUAVyQxS/4kSP/AJlBpVYFLcPs2+K1gP8A/GKXFfAFB4Jw4gg2cODzwMUcUBD/AIBw3IItsY8nb+9L6cfgLIS9nrGT8Mi/5W/vRwQFf/ljhxhaJkdg3MsQT+lVFcVSE0m7ZQeyXDwgRVXA5ZRTQ1aoEkil+yFtlWTuSV5Zi/1pcWgpA8/ZDUrd39l1EYBKkYpty9UJQSKF7ISZPeRWzDppcj9qlcvdD4o/KE08vcd0jsqdFRcfn/s1EpHRQNGHTxAxq3LVzP1pX8CO6myDOruOQeR9vkOZpN+2Vr0wqOR0XBRQoHQAfOhsSKHuC76UyT1Y9KLsf5OuMIS6ljUsZSoVtznB/DneopdjRZp6Rpy2B5CkOyx0CY1FM03SGMeC2cPETNCWENxjMTMfAx/lb+XPQ/WvO8vy348o/DNYY+cWyi5s57O4MV1E8Ei81dSK3xZ8eZXBktNdkbe2lvbpLa0jlnnkOESNSzMfb/eK0e9BdD9OBx8NuRFxWXvWdD3sdo4JiONvGQQWHUDbpk15Xlef9PIox3XZtjxuUbD7DhXZh00snG0mIP3ryxMuT106B+tYS/VVFdP/AE/4BYJL2L7jspdLKzW9xbPbahiV30Hf+nmT6DNa4f1bFki3LTQnjadDSz4NZxRIWCzlidfer4ZB/lz4eXTf1rg8n9Qy/VfF18HRjx1GmM5uzHBbmxWCASWcr5YS6jKFOeoO+Pnyrnx/qzWVZJ9/6EOH2uPoSR9iDZvJJxORZJF3EcR8LDodXMg+mK6vL/W5qXDHGvyyIY0+xX2isYY4bG5t8rHJG0br/K6nfHuCCPSvT/TPJ+qnGT2ic8eLI8IvHgQKrfAcr7Vz/q/iKVZF10/+Tq8LIpJ45Gu4ZxGO6PPfrk718rnwPGaThRO5vAL5FyNPI1MMT4NgloPW5CR5HP4WHpWDg26CjomWdQ6kMDScXF0waoh37ROFY+xp8FJWgqx5w5jLArAE5NceVcXQyfEQptHi+PXs22xGeXzrs8bHjivqdtdC3YRfcLkFuZ7Tx6sO8RGTkDcr58htSyuKlQ4TvTFttc96JDyAY43ztXNPHxpFSXwTeXIxUqJJRBEXn1dK0lKlQ29UPbfSI8YAI3rmkyaKOJXghtXkJ3Udegp4oOcki4xsQWVtd3KEpBJI7nWwVSzAeZ8q9mWKVUukXKcUqs0NmNEUccisGXKsp2I361z+VLFcHLaXo5op7GlkypcxyEDVoK4BxlTvj25V2Yf1LN4zjkx6a9eq+CZ41KLixlIZCCYHJ/pbc/I9a+h8D+1OPNNYs64v59f+jgy+HxVx2Cm7lx+E/KvqfqM46Pvtj9UQ/Kn9RhxPvtvnCh9qPqfgXE79siPxQY9jT5r4Cn8nftUH8ko9mo5x+BUz4XUHR51+dPnEKZNbxB8N5MvuKrlH5Fx/BcnEJQPBxJh/mzT5L5Dj+C5OK3g+HiCH3NHL8oVFicY4iPhuIX+Yqt/gC1eN8TXmkTD3FG/gCwdob9fitVPtRv4GTHaW4Hx2Z+VH9BbLB2oUf4lrIPai0PZIdqrX8UUootBbLF7UWB5mQf8AxotBb+C1O0fDWP8AjEe4o0F/gvXjnDmH/qF+YNMLPxDLcuzAyyAbbLz+Vc232zoqilZVDZyrv9cD9qWkFt7OtMrN4HIP82DtU37TAr7ovu7ny55NFP2OwgEJpTSNXm3T6U38AWSSIo1Mwc49aTYJHI5O8OMAA8+mKl7K6LGchcak046bn8qTfyxlYZpMNkIo3Az+dL8sY+7NsO+nwhIKjduvnXg/ra1B/wAnV470z0O2EHFOEx2/EI1lTTpBPxL0yp6GvmVmyYMnLG6aLlFexPZ8Jm4Gt3DYLJcXs4ILxAllh6LtyLcz8hXveR+qOWKMV9rktmcMSbtlFhwa9vNxCwmU63SbwE55YzzORXlZM+OK3I6m6GC8Ne1GJ43RhudakZ9q4nmU/wBrJ2OuE8KEuJroHuhkKPLNYz8iteh1QHxGyF0RHbqFvIho0rsJgOXs35H359uPOsiimtmsXw/gptHLQrqyCux89q5cqqTFNU9DiOVbqE2lw2IyuFc792fP29KrDm19PI9evx/6MWqfKJjr+xPdXfD7rwujZ8wGB2Ptj8jXpYc0vGzRn/maSiskbRkAHjlKtsynB9K+yXHPD5TR5ycscrXaCbS9a2mLAkZHKvnfL8ThLg/6HtQnHPBSQdaXhuZQ5O5OK4cmLgqIarRoHuB3Tgnpj/WuBQ2CXRDglzI4u42A7tRs3Majt+m/yrTPhVKQZKVM2lrwOz4lw63ngllVowBJCCpG2xAI3Hn1rz83kxw25Lb6+GZRbsNzFbwiJAI1XYKK8+3kdsYpuJWklGDgFhyr0ofbjo24pI1thJ90NTchzrjc+V8jlaM32pjFrfLcRYCXAOrp4xzPzH71phfNOL7RtB2qFyTAgeLntmqcGhsYwtoxjl1rCWyAhrlUUE/9qz4NlJGev7trq6SAYMZbU3y3H7V6GLH9OLn7NapWPOA31wk6W805a1kkAZZN8D06ijNnlOHCTtHNKKTtGnexhnQlW7t8YBIzj3Arzk1dsOTQkLTW/EhFOArq3uCMcx5iu2clxtGqpxtD62nDAefWuFO3TMpInNbGeVTCMknxeQ9a+x/Rv16OLBLD5D3Fa/K+DhzePb5R9hkXDoIsMxLnzYDH0rk8z+0HkZlxj9kfx2OGCMd9nOIRQtBIBHCpCkhlUBht0x+9c0P13ycNrHO9e9miwRk1aFV1FFE6CGRpEKA5Yb565r7n9P8AKjnxpJ26TOHNDi7qgfFd5kcxTDo5RYiJFAESBQBEigZzJ6E/WgDneSD8b/Wi2I++03CjAmk+tPk/kKR3/iF0vKd/nT5y+RcUff8AE7sH/EB91Bp/Ul8i4o+/4xcgeJYW90qvqyDgiJ4wT8dpbt8qPqv4QcDh4tAfi4fH8mIo+ovgXF/J+Y3jbfrj1zn+9ZOzoOJGBH96oJPqd/lSdAiYl0gLHG2r12AotdjqiyWZQwAxqB8+VEhLrZZ3i6cySZJ+Zov0xk/jYKwbGN8tjahgvwXm0YwCZIWa3BwZFGpFPkccj71l9THz43s04yrlWiQzowqKiHqeZrTfbJOxjA2yxY8z0qdjHvZe3aW9ljMiJqQEk8lAzk14n60vtg3rZvg9m14TLZRYtnvJ+8UkArbeE7+r5/KvnJ4sLuUm/wDJUdEoyY5tFaJS8cyTAsXYpnO/mDvXD5OP6knNO/8Af/Ipa0XWv3127A7lAyk8snmP0NU8Kfj1LTXv8fkeyy5u1hj0zRtIrfgGN/mdvnvXHi8ZKaeS0vwN36IrfwTAa45rfCMqqrhuoPIjBxj0r144/EyYvpxTW+/f/v8AgzqSdme4lK1vxANqDg4ZXXkynkRXO/H4Lgzrx/dEJu3SRTdxgh2wJR0Pk3z5H196z/ct9mdV9rKo5sb8qzlEllXaBRPbRXy7vEBFL6r+E/t9K7sM3khxfaCOvtMLxSMG71jYMN6+p/SM7lj+m/8At/2ObyYbU0KruTTJkDNdnm4lOHL2h+Hk4z4vpk+EXOm4ZCf6hXieRjuNnoT07NPcT4gWQsMkda8uELlQoP0M+EwmLhok06e8bXjrnp+VZ+Q5P3pGc3cqNX2SvY7Nro3EmmNkXA5kkHoPma8fzscsiSiJIIv7pbiRyhMYY7DTk/lUYcXGky13ZOz4fazESPcTEg7hVC4Pkc1cssovg4hKb9Glt4bNYgI5pw4/+ooYZ+WK3xLwM6qUnB/naOd/UXoScZjbinASxAjlUiQajsjKdx58s1zY6xeQt/a9GsXxZnZAlpEpE0Nw5YfAxyM8+YHrXdLCm9S1+L/4Hbk+ghpGibQ6lTjbI/3kVzzxSi/uGqYJc3MrlljilfSFJKqWGCT5b9K2w+O5K0XGl2wHhWr7ewkDKwQnDAgjl51r5EXHH/U0yNOOjQ8PgywbGMb15uWdHOx8vENO2reuPhJdBRTdrLxGWA20byzxnkgySp/sd67PD8fNnbxwV2HOME+Qfb2V9AodrWRs8iuGA9dia6sn6R5mJXw/2ZksuOT7G/C7lJJDbO8a3PMRM4D/ACB3rHxf0/yJtqt/l0/8icsorYVcy6CV5Hr6Vl5kcnj/AG5I0KCUtoS31ySWx/Kf7fvXnwuTtm6VAQk+9jUHmv586+3/ALN+Q+cYP4aOLy4/a2XV9secfEUwIkUCOYoAiVoGRK+lOxECKBkGG9AECKBFbCgZWwoEVsKBoqbnQBUwxQFHgbTBvgbG/Inl9KLZp+Cl5D3g+Ejq3ICk2CRIBVOrckjIHSgfZ2SMggkqMefKpGVOcshCswJ5kDB9hTtCosSZdWA5IHPG5zRf5CjWdhbt1u5yuloSFLagGDKTggg7Ee9fPfrn28ckXvZ1+O/tcWb7jfZPhPGYHayiisLzYiSJdKMfJlH6j868Pw/1jPglTfKP5KnjTPMuIWVzwviEtndIEmibB2JXHQjzHrX2fjeVDyYLLD2c0ouOjUfw/iDG/ncBiuiMbb4OSdvkK+f/ALR5WlCC/LOjx12abh9gvfSyEZJY18vlzOlE62FaJbWdJUYhgQQF29hRhyfcpfGyWr0QurkxgTSnMgYk42yc1fKWVtvtnTDGqL+C8RuZI7xu4mktTmTwpty6HlTcZwcYwdfJGWERjeWavKvhQOcFGGyt5ZA2+Yrb6ksGfhkSv8dP4OftaMfcv9ot7mADEts7OgPMDPiX9/lW3LpPpnTH7Wn8kuF3QMIV91IIOOorDJHjOwyLZQZe6ldGJOk7etU48laJYdaMk6SQS/BMpQnyzyPyOD8qWN8JpmbMXxIEMUIxJGSh9DX0H6ZJ486T9izLljYTwXs4vEIkur2RorQ50hCNcu/TyHqflXo/qH6jj8a4ds4sUG3aHFx2b4PcXdqtlw25tZcgNJFdHQFweasCST715Ef1GGSDUo7O1PJ7djePsj3FxE0sgubKM6yCMNkdCBzH/avIzeQ1FuHb0VHJsmLeW5UFRhCS7MeQyf1rmnmUUo2D7sPhtUjQYHzPOuSWRtjsm8egEqC2RyPWkpW9is5cSzuEAmkVPCxXUd8YIz866l5E+PFhGKHvDOLcPnCx3MU1u527xH1DPngit8eH9Pyrjki4v5TIn9SO1sZK4jSW1n7ssuJInH4kOzAeYz9M1vl8SvFlhlTlDcX+CFK5Jr2eUcSSReKy2aNkxzGNfIYPP6VOJJwUvlHcq42MEvJbW1S3iijkjDaiZSZA3sD8PsK0WeNKLirXyZceTuwiG4eOU3NrqtLgrgiPZR5EDp+m1XOaglkSqS/2Eo39r2h7I03ErW3ecaZ1XBOcq56nHMfnXneR5UctKqomK4MpiR45ND5DDoDXBMvsu+zyGVmAJjzkDz86jmqr2VeiT2kjD/FfT0ANaQ8qUVSdEUBrYujgoxVs8wcH1raPmTXUmDoKt7MbmbLEtqJbc8v+1ZZM8pPk3sPwhss0qwpiQsAMb8wKqfmTyY1Ce0QopO0UTXBZgSD4h+eeX6Vxxgl0X2UrJniqhTsG0/LGP2r6H+z0mvJxpfk5/JX2MbGv0Q8o+NAjlHYHKYEaBETQBEjNAECKYyBFAiDCgCpqQytqBMqamMpb2pUDPz8Ci+JVJX+r+1F10albSAnwnLdADsPy3pX8AfB3VxqBJA/3mi9hXwTM/hLEgtnG4zii72C+EWR6GXJYnHM5zn50Ug36OKwOQgULjckUfgLNB2QbF3Op27yMEfI14X65D+6jJen/ALnRgf3NM9RtJm7qKQbK4B9q+Ny4XjqXpnV3oB7T8HXjturwzCG9hQhG05Ei9FJ6eh9a9D9L/UpeHJp7izKcOQo7BwvZSXcN6jRuJFVlfYg46iuv+0WRZvpzxu1T/wBx4ItWay2DJNMSyKkSnWXYAbcvU5GOXka8XF4r8mPJaS7b/wDuzpnJJfyGxR27cPifiIc3AGW7l9K6/QEE1MJ4U3DHBtv8/wDgj7k9Caa1jvLgzRR3MsMT/eIwGk/06tt/St8WHLwcoxr8myzUuLNBPxJ5eFzxCMf4LKirggbYxgcq44wywkk9mNK+xfwe7D8ORSoxEdJ9RXZ5cPq+OpJbiOuM/wCSri1ks8iTrgTqCFkPNh/K3n6HpXJh8qTXCXRfRmLyFLOVBBrMQRTIzrj7w8wPQHb1xmvU1OFezSMnPsE4jNmWGbVv8J9fKlijpxFXaL7SfDc6yyQ0Q0CXtmL3jZB/wn+9kx5DYj5n9a7MefhDm+0LpUaWKNSiqiqqAYVVGwHQCvKy5ZTm5S7ZKXwXrMsKyMcYzzx05V0JJLRtw0au1JeNTkDbIFef9XtNnM0L+KQi30PEMRscEDoaz/c7NIsHiyUXPIis32UfS+FN+nKnHsQulnBYE9FA/M/2rpjDVFpUUB8YOc8hVNWA9seKf8n3c7EhCCp8gdiPp+ldmPybxSxT+Nf8GTx/dcQLinD45eJSTKVDyABiBjI8xXJjztwUb6LukfMkFlAzxRKGAzqPxNj1rb67l9qRK2I7R5HE07NqGsfVt/kNj9a2zzckotnQkujVcMkDW8RB2xXjzuMzGSD7iMMobG4H0pN3tkp0cs2kAxKBnpj9KxlV3E0CzGvMbA1g5bADmYJIuefi/StYW1YHZf8AEcry1aQB6U+6B6Og460kxFJIDjyzn51SAo4dluIRhujE/lX0n9n9+ZFfCZz+X+xj/TjnX6C2krZ5QVNDFZxq1wS0x3EYHw+9fI/qX6823iwa/J2YvH9yM3x7tC8YK2sMfeHZXlGTnoMD1rg8D9Rz4pcMcnK37Ol4IT3IaR6zChl0iTSNQHLON6+9XWzyn26PiKYjhoAiRQDIEUICBoAgaAK2oAqagClxQgKm50BR+eFl1bn70nfGCBT7NNo+MuTsGDf0jYVNj6IEuN8EjmWPKkHZW8iYO7L64/KgEiUeyfGWJGwz0pdjOQse8w2MDkB0p+gY94NcLbX8UzklFyrNuTvt864fO8eWfBKC7/4LxzUZI9P4Ddh4RAxG3w+tfIxa/wAOS7O2S9oLdzGxxtXnTxuDaY1tESUlkaQAB9IyfPHL8qhylSi+i4Iq+0y3GuP+VVGcdc7nz5bV0t8cUYLrtjSSfJhF+txeWiqNCR4xpUbn1Y+ftiso54RlUY1/5FHTsqs+8aGHv5ZZVjH3aO+QmDjYdNsVpnzzmqb0huKT0MUKqNQJz0xXntuwoqtYnilaZE1JKDlEGT74r0/HTUPuVpibXV9DC4Ro4YtZUxTKHQhgdQrkl4U8M05e+g5piLivdJPH9o3t2YJL5hTsT8tiPavX8KF3Fjhb0uzJ8XSS07+CUfewPpb5HmPcHPzqo4+M6ZqpJ00V2NzllGrNTlxksb8PId55epYRj5bn8zXLm+1KJDVjiOYIoGehya4nC2XFWDvOMHHMkA/XO9dEVqjpa0aWz4jHFCihS8hGTkdK89xq9HE1bCHd7u3lDgDI8PoRuKmK+6xLTFqXIVdLHG2abhe0a0RmulKsCfce1OON2FCK4uPupHBySzFfYDA/Wu6ENpGijskshSNNZyQo2pNW9EtFtvI8xMUe7Hb29alwS2xultmhU6kAdtWBjV61ycePRg3bE3aS8ENiwLYY+EGunxIOc1ouCtiixctwcTNnxzk7dQFAFdWX/F4r0jpS2aDs9diW1CZ8SMR+ded5ePjKzDIqZp4iDDj61yRe9mTI28u5B3I8+tZTVO0XF2SM2keYqONlCu9uVPEIlBzkfqyiuvFjf02UlaL45sxKT8Rz+tZSjsT7JGXypcSSp5MHNUogX8OUG+Qj1b6ivoP7ON/9Yl+Gc/lf4bNPbBLeI3EuNR2jU+fnXsfr36pxX/T4nv3/AMHJ4+L/ALmIuMX+BIJDl85z518fbb/k7UjN8FgPE+NGV97e18Z8i5+Efv8ASvrv0Dwd/XkuujHycnGPFezYV9aeaRNMCJ2oBESKAIGgCDCkBWaYFbc6QFbUwKmoApagZ+e0tlQagxx5Yzn3oRpRwlQAGkIPTwjP+lGkHZYUDrk6tONtqG7F0wbuQzAAA71NN6K/JZL93HgLgZ+tFfIHIhkkMoUjc+lOvkB5wLgV5xYqLSS0JLY0vcBCPcGuLP52LxnWXT/g1jilKPJG24dwfivDeHK96sOIzjMUwcgdCcV8j52fBmzOWH2dWO0qkMhc/abXUf8AETY1hNfUjvtFVTKoJvBIRzArllDaNYh3B7cPCJCN2Oo1j5GRp0JjOdESMkHTjp51zRbboa7M/HdKIWy2NDcj5Zx/avQeNtmnFl8l4sbAupKY5cqjHj3siiP/AB+G31Jah8F8jvDkry5Yr04y+nGscf8AMlY3J7D4+JNfKJGxjOwHIef51y5sk8k1zfRMoqOkAdoWD27K2AxXGfOu7xp/3yT7KxKmIe1Rabhlrf8AWW2Ebn+tBzPqR+ldeWP99TKqm4md4dOQgJPLpUZoboqWjQcFuB/wpZGIBLu3/wB1ef5MP72l+BVYcLwPACdxWP06kawjsBvrrTGSNtwMkc66MeO2bS0h9wybvCJJW2boPKvPzxrUThfY++1jusR+EVxKLTIEN9daLhh0O9duPHcbN4bQruuJlE3PiJ5iumHj2zWMdi+5vTpKjdlVE38zua6IYvf8lKIZ9qLxopO561j9OnZFbNBwhO6iMh3dvyFcOaVukYTlboNmuEVCc4zWKTbJSMV2lvWup4YEOWY7gfQV7Ph4ljTmzoxxD71lteGxWyMAIgN/Xqa58ac8jm/Zquyjs7xEx3zozeF8HGetX5eDlBNEZFas3treAoN8npXhyx0+jmaJxzBbjOcahiolG4jiRuJiFkBOM8iPOnCF0aCWK4MnE8k/Dgbn3J/Su1wSxmi6DrK4D24AbGNs+1YZIVIiSLFnJzk+1Q4EnGlpqIDTs8UfiAaQ+BYmYjzx0/Ourw/Kl4k3kit01/mZ5oqUaGPFL5mYvIBjGMDoPKuablJ23tkJejI8Vmlvrxba1GuWU6VHQep8hXo/pvhS8rIor+oTkoK2anhXD04dZJBGdR+J3x8bHma/RcOKOGChH0eXkm5ythJrYgic0gOGmBE0CIGkMgaAK2oArNAFTCmBWevWkB552r/iNNwPjEtlacPtrhI8Bnm1Z1deVdUKSpJMwlt7Z54koiIGFCjqdya5ujqq+gnvo3+HxN7AVTYL8nzxK6Z71ifLPKih2UhSrLswA577mp/gCm6d2PhXSR1I/Slv0CKYz3anfGfPmaLHQ+7K3n2PiK9+AYZPCSd9J6V5H6v4jz4eUe4m/j5KdemeuWF33mEBwAMf32r4KScDraF3EbAWeu7t89z/ANSPGwHUj28q68Gfk0mHapiWSUIJwp54INdDinJGkB/w24KRRnppHLoa87NC2xstvbpAhAxnp61OPG2wRjXuitxKjYAc6cjlv+2QK9mOO4po3Ox3/ewgE+MDGP8AfzqZYeLIkt6B2ddXPbNaJMEPuGTqtlCcgcz+dcmSP95sxntsjxqcOmpWBGMEV3+HC86bHiKoCbzs/eWYAkmVC8SsMgkZOn0yMjbfevWzR4ZFKtB5MG48o9mGiaKSNjaMwbGe5Y5YDrg/iH51pn8fdo4sXmc9ZOx5wif/APoyKCCNR/WvEzw/vmz0YLQQLjShGeu/So+ns3iqF3Ern7sAbAHOK6MMNhNjDg3EcFVBzjl6Vz+Rg9nJI0y3o0bnJxzNeY8TsgT8Wut1bVjGx9vWuzBj9GuLToz0l4WcoDnLDl1FehHF7OitFUl1qKb51uz4z8h+Qq1jr+hX4HnCiJCGJOlOfqa4c+tGE5V0aGO+076tv0rz3iswoX8V4uscMgzggH1roweK5NGkY2ZvgzmfiqzSEEqc/OvR8lKGJxidSVIYcYuCQcHz9cVz+PBAKLS5KXKMraT711zxpxoUujb8I4gGjUg14vkYaZzSQ3lu9Kh+eN65I4r0SuyN7efd7ZIxkH08qePFs1WxXYzZmuGIOoEkZ9F/1rqyx+1L/wC7L9BNncaY0G2joBtvWWSFsJUw2NzuWO3QVhJeiNHzy55UKIDqwj+ywM0hHesP/wDEeVZzoxlK3oE4hfE6Uj1MzkKqKMkknGAOua28TxMnkZFjhtktqKtmw7Mdh72ztjc3fdC+mHiTVnul6Lnz86/SPA/TF4mPiu/Z5ebyPqPXQ3fs7fDkEPs1d/0pGPJA78C4gv8A0c+xpfTkHJA78Iv1520nyFLhL4DkgeSxuk+K3kH/AMaXF/A7RQ8Eo5xuPlRTC0VMrDmpHyoApkOlSzHCjqaai30DaRS8iadWtNOM51DFX9GZP1IkEcSIHQ60P4huKhwkhqSItSpjtFRxmkM/PH8Q5B/5p4gDviU11xqjE40awjDMJMdGb88CuU6tk4ZEZiExv0UYpp3oQfG8dzbRFQiPEhDrnd8E7genL5etZYsnJuD7RnGW9n0cuoELjT6AnFbp+jR7KZIsZdhqJ236UnsAaePB1adI54qWqGWWoRkReYHMAGkqfQ6Nx2Z4wTiCU4dcbk7kV8b+s/pv0pfUgvtf+h3Ycn1I77Ru4ZVkiwdJBGN6+XaaZoZzjfBjEhlsw3dgeKMblRnmPT0r0/H8jlqfZUZK9g9pdaFxnpRkx2zWvYJxG+whUnY7g+XnW2HDbsF2Za5udVydyQQV9vKvUhComl2ij7UUkGDs2/tV/TtB2Ei5yc5ycjFZ/TEjQ20oWzhAIOEFefONzbOeW3Z9dzGS2cEb4yDXo+AqyjjpkOD3Zt7pXVsbg/nmvX8nHzi/wdD+6NGY7SG0t+0F7bXIa2dJdUc8I2KnxDI89+YxyrowyjlxpS7Pns2PhNovtrkfZAFlWQYLF1XTq38vOvI8zElmPX8Jt4lZY8x04BOMc81zKJ3qgDiE2oO2rGMY8/et8UaIk/R9wy80jAO4x1oz4jml2aKK8LjY15ssVEoheMDbyHrpNVj/AHJFQ7M1bTMzNJv4VJx616U4pJI6m6LGYtcRxjAKqq1NVFsOVbNBBKIECqeXP1NcEoubs5m77I3F+QpwelEMNsEZ6fiJnlZWYnfOK9OGDgrNsaGfBZQjg9a5PJjaNbLuIyh4iV51GKNPYCbVqI2rrolmo4LceBMHwjYYrzPIhtmMh5Jcnu8DnXDHHshIqmmPcI+rbTjHqKuMdtG0SixlxHM5IyQ528thWmWO0v4GW2NyupUzkKBvUZIOrBjOO45jYe3WuVwIoMsnBl1tg6TsD51nNUqIm/SGNxeYTcisIw5MzSol2K4ta2XGZuIXNo113P3cGGA0OfibfrjYe5r7z9CwLxcbnKP3P/Q4vLuVJHoifxEsv+pY3K+xU/vX0H/UL4OH6bCU/iDwdvjS7j94gf0NV9eIuEi9O3XAm53Mi+8Lf2p/Wh8hxl8Fq9teAN/+oKv+aNh+1P6sPkXGXwXxdq+BSkhOKWuRzDPj9aayRfTCmELxrg83w8QsW/8A5Vp8l8kgnGls7/hF5BYXdnHdSxFYpVdTpbGxp2vQM8ik7G/xBdSkfE7G5j6g6CD+VNTyroiosBbsn/EG2heEWHD54mbUy92uCaf1ci9f7C4R+TgT+IVpGI27OQtGvIIpA+WDR9af/wDEfCPpg5452st2/wCZ7JzEf06v7UfW+Yhw+GUy9s+IRZ+09mLyP1G/7Uvr4/cR8JfJ5t2it7LinE5r2ew4hC8zFiCvWplkxN2nRUVJCq3lyNJCKD6DH0rnOkIgjiGdTscfy7CivTGwGVEh4uunUsdxGQu+4YHP7fnWGXHyTcdMwyL2M7HiHfSJa3LiOY7JJyWT36BvyPpRgz/UVPsUJ130HyQMjac6Mc9Q3rq/Bun7RQ9oCzENkjrikAGkTRTKrZO+Sc1FUx9h9omljIhCkbhj51GTDHNBwn0yoTeOVo2PBuN95GoZgHzjGetfBeb4EsM3Fo9JNSXJdGqjuFaAHPTevKScXRJmONQiKVpIsKGOSOWDXo4ZXpmsJ6pmU4hcaiQSc9Qa9PFCjQQyzHvPnmu+MLRROWTvELDkDq+tTGNOgTJW7l9K4wW8jSmq2EtGi+1aRjlgY3rz/p3swKHuyU052J89q7PDx1lQeidlcBcOCdhn1r2pK9G8XaFX8QZlbitjMQo7+1B5bEqxH6YrPFipNL0eP50PvFdtcBbNQNhqI/euTJjfPZ2/p7vF/UL7/Ma7n51jw2d7dIEvJw0bHqQNq3xY9kORTw+UhsA+tXngc8nZo7Sc4G9eXkgSFtLqXntWSjQ0Z+2PhbJPiYLjy3zXoT7OlsL4f47mWYjIUnB9ayy6iokZHqg15STXOomVi3idxpiOK6/Hx3IpCm0b/md9/Su/NGo7N4bHfDHIklB5BcbeZrzcy0htn0lzrhGcZ5ULHTHYAZPFgttit+ImzQcEl0qp5VweTExl2ORNqOOlcXGhEZpPumB+H9KcY7LT9FdvOEsWzuTGd/c1U4XP+pZG2uNTbN+dOcNBY0tZGZiWJxXLOKS0RKXEYwXIHKueUDEp4jflIiEJLnZR5npXb+neL9XKrWkDHfD7cWllFDnJUeI+bHc/nX2cEkqPOyS5SbCDVkEDRYis7UwogSR1oERY/OiwK2x5D6UrHRWyr/KKBURDMhyjuh/pYihOgqyxb+9iOYry6Q+azMP3p8n8icY/AQnaHjMQCpxa+X074n9ar6k17Yvpx+AiPtb2ijQsvFbrSoyWfBAHqSMVSy5PTJeOC7LF7bdoNBb7dFMgOkkxxuM88bVS8jKumJYoMqftjxVjmRbFz5m2Wn/1WT8f5A8MTwRo5FcAvsP5cYpGhdCTz3bfbIwKa7CwTjrlUtpgTqSQ74wBTu9EZAgwpeQ6ycatx6Hr+deTmbw5Licy+Aqx4oyFbTiLHI2jl/v5ivRxZ1kjbKjNw2uh2fiwrkqBn0P+lbo6FJPYK4JkGcA8gBSeyui0oiNpZ6NBfwfOxi+8ibxDcgbZri83xo5oP5R0+PlcHT6Zq+B8XE8CMzfhz9K+J8nxuEtHZJbPuMXQaNhmlgx0xGVukMqNhsMN816sHxZcZV2Z65Y75NehBGpO2k1xgZwTlTUzjTFZbw5gZvF+Hf51OVUtBJ6GLz5HPeuZQoyX5KFmzsSd2HWuvx4f3iAtt7jEYGdwSK9KSdm0HQF21xccL4VN+NHkjzn2NaY7jJ/wed+oLpiTh85Nuysd1b9qy8jH91o0/T5fY0wrvSI9hneudY7kd7kCTSlhzrohjoyvRbYtvnkOVY+REzbNBay4AGc15k4iQRNcJDCXkOw5DzrOGNydIpbFkLYiTc5wWOfWuqS2bWF279ymnOfM+dYzXJ2ZSley3vRjNTxEhPxKUv4emfpXf40F2XEHsjhy2NhyrfOm0oo2g9WNeHzBGlc88iuDNjekgbBJ5cPMgO2okDNaxhpNgmUl8sD0OKtRE2PeHyBUT/eK4MsbbM2N0m361xuIHLu6KwMFyKcMdy2NfJCWbRasNzgKo8/9704xuRVldq+oFSQMeXWqmq2OxrFNoGOWwrllGyJliXWkHJFS8dkhPCNN1xNJX3jhGvHTPSvov07CseO/bOfPKo6NR9pTyr0rOE++0J5GgKPjcJ50WBAzx/zCmBBpo/5hQIr71TkaqOwog0qgfEPnQB1Elk/w4pG8iENFE8ortgvEbu14aueI31nanoks6629kXJ/KrWOTVkPNBdGb4h20sI0YcPhuL1xsHZe5jHrk5Y+2BSqK7ZLyt9IVC97VcZ2tybO3brCoiUf/M+I/WhTS6QcZS2zQWnBi0CDjF3PxOQb6Z3JiU+icifU0SyN6ZrHGojGGCK3BEEUcY/oUCoqiiR38xTA8eW+lAAZMDPPlXTyJomLqQ4PhB+pNFiLLtftlkyElnG4x0IpSuvyElqgXhNwU0xMSNey/wCYbEfMYrDyMf1Y/wCxytBt3ClzHvjPnXm45OD6JsqsOKyWLC3uwXiztk7j2r18WVTRadO0PbWdJcSRNrUjAZf97VqdClaLwy5xpDHrttS09DRMEd5qA3Hn50vyNC7h183D+IyQMfu85UHqprw/P8NSto9HFPnFMbXt+JM5PyryseGiroFWQEe9a8aGZ6ZiTht9yPWvRgjayu0c4cDGQQd6rLHaJbLtfdXBKk88gVCjyjsOVoKeRXXOdqxUaIKFmCONbbZHWuvBH7kx1ZbFJoklTqDmuuSfZcZFPHJRJwqBSclZyR7Ff9KqHZy+fXFMT25wWI57Z6UZFf8AQx8CdScS15MgjrUJUz0JyBw2cZ9610ujPsLtHwBnnXNminsnsdW7/lXnTVACcRnMkoUE6F2G/WtsEOKs1WkS1gZIJOMKKniOy8Sb4zWfEyJSyaY8g70QhbGmK7ttXQc8Zr0sUGik6IxHShA3J9KWVcpGqdItE2ghV6bbVm8d22K7Iztk6s4zRBUTZBXIOR0puOmPkMbe5KKmDvneuOeK2yX8jmCfUoNcUoUI+vbgEKoOOS08cPZd62VT3Qkhk0nbX+lVHG01ZKkmW2DFckkHyqMqspMMM+XbeseGhSeyp7hmYIvNvLfaujBg5yRN+z0PgfDxZcPRZB98/jfP5D5CvoYRUVSPOyz5SDTCp/DVmZW8CjkMUqGVmFc86ehWyPcr1GaWg2fC2VwdK7DcnkBQl6REsih2KLzi3CbXI75rqUf9O28X1bZR9T7VnPLix/vdf7mDzyf7ULJe03Ev/wBOs7WyT+Z171z8zgD6Vzy/UYRX2R/zIfKT+5ia4ueNcSkaOa+urgvzjgOgfPTjFEPJz5f2qgjD4RZZdkWPinMVsp5qg1ufc8v1rZY5Pc3ZusfyOrXglrZlTAilx+OQam/Pl8q0UVHo2SS6QYRKdy2cdaYaInvBjDc6BkNU3PNAETLJQB5jcFWXwgbjnyrp2Qgdi652LDkCedK17HRbEWOxYIPIClYMDu0WC4IkJEMuMtjdG6N8qmOnRz5I0w2CcyBllAE8ezgcj/UPQ1yeTh39Rf1MWvRG4ijuI8NnUORrmxylB6EmL7e4uOGzkqcodip5NXp48qmtGsZezTcOvI7xAYCQ34kY7rW/ZrGSfYfspCsPcc80mi0xP2kDr9muhgMh0HT9R+9ZTipdnRgnVxAoL4sAM8sbV52bx0to6k7GsU2VG9efKA7FPEPDK/LHPNduDpWaJgttJic7DB6VvlinHRLkXzOMIwPocVjBXaBSLI5fu9/1qXC3oGwa5kI+EjHWurBHexWXiTWVbmGXJromtFJ0fcQGqyBPRwPqDURe9GHlO8exQrYkB89jWzjyVHn4p8JKRZI2FIzUKO6PVnL2Vht96pk2FwNtvisckRpjZJdERbrjavOlD7qGLQ33wDHA3NdTiuFjci1ZdSJ1y+fzqXCmwUrCg5zt0rncBWVzy5A3yK6MOJFJg0rYVABuBn2zXUlXQXsir4XOfQVPCxuVaIptg561VIXKw6CLvfAOZ5e9c03wVsmUgOTUrsu/hwd63rVkxybout3B2PtvWGXG7s0chtaTDAVcVwZICsG4pfEA9MAnatvH8e9iyZKF9leOY2TI3I/SurPgSaZjjm/ZobObEWpjvivKyQt0dMWfGfrzwM0RgF2aLsJw03/EjcyLmC2wTn8TdB+9ej42KtmGadKj0giu2zjIsD50WwpEGFKwKmXl50wdIT8S41DaM0duBcXI5qPhQ/1H9h+Vc2byoYf3d/BzSzOWo9Gcvrm4vSTf3BdeYhXaMf8Ax6/PNeXl83Nl1HSMaRG1tpbs6LGDUo2aQ7Ivz/YVeLw55NyNIwchxbcAiUZvJGmb+VfCn9zXoY/Gxw3RtHEl2MliSJBHEion8qjFdBr10RYYpgcIoAgwosCBAJzTsCOnAxSsRBlx0ppgeThTgEMB5sa6GSWxyhSTzOPp86PYFqxxN45HAPvRS7Ffopu7T7RCyoUyNx50pJ9oUlaE0MrtH4WIuLfl/UnkfPH6e1Wvu2jmYdDcRzx602PVfI/2rgzYFH7o9CaJSgTJpdaxi3F2hIAaOS1dZIWKsu4IPKuzHl5Fp6H/AA3in2tdDHTc9V6N7f2roUuRrGXyF36farWaBtmYeEnffoaT2bRuLsyEblHKsMEHkehqJxtHZGSTG1rc+EDrXm5cJpZ9dnWuedTjVMdi4sEcY6b867Y7iZtnDdgh1O4ByKaw9MiOXbRfHMDHkH3FQ8dPZqpWU3DkHbPKtMcRNhduyhU1Hl/atHVUDZfeRvLwdrkEhY5VUDPTcE/pUxic3kZLqPwJZNmPLzzW35OMrlYlAwPPY+hoSR0wyNqjqHVy5/pUtUzpTtBcTYIHI1lJFph7SgIFbmRXK4btD5exVdXOg4yd9jXbjxJpM58mX0i6xmZzGD0GdumaxzwSVmmKeqDdZ1ZHTqeWaxhBdGiZB2LEAk71skkXaSInxOcVW+kS5UVyRvqBGoLyG1XGlo45ZW3ZdFE7fhJqddlxy0HMzWcWI0LXUmyKBkjPU1xuMckqk9A8jfQ/7P8AYLivF7F2wsM+ksv2htOs9EH9zgV2Ysc5yfqJlLJxX5M7xjhF/wAGvWteJWstrdLgmOVcEjzHQj1G1XPC0awzqS7IWsh1A7jHTFcWbFV6NuRC8jWWcqZcK45AZIqsNxjtdGOXIk6BLRH5AZBOSa0zTT2ggN0kIUgbkfKuD6dnQpDfgnCLrjF0Le1XYf4kjDwoPU1pjwvthKairPXeF8Pg4ZYx2tqPAnMnmx6k12JUcjbk7YQ3ypiZAnbfnQIizAAkkBQMkk4AHmTRdCb4q2ZbjPGmucwWDskHJ5uTP6L5D15n0ry/J85L7Mf+ZyTk5vfQieRLdAkS5YnAUDJJrgx4Z5nYlb6HXCuAlsT8TGpuYg6D/N/avZweLHGt9nRDFW2PgFVQqhVUbAAYA9hXTZqQagKINzoDogaAKzQBw0AQNFgRNMVHCKQddniyTFt3Z8nodhiu1kBMbF056UB5Dz96jfY2XJA2kMyqpPItk0UKyaQoG3lB686VWF/Aq4kht7pZ4cAZzsNs9RTjpmU1QFM/cXCywZWKQalHl5iqoha0MLe4WRdQyPMeVcWTFxdk1Ra51DBxnl71klxeg6ApI9DakJDDeujHN+x3So0PBeJi7ZYLtgJh8LHbX7+tdMXyNIutMSdowkfGplRQA2lvfbnT40jpx5L0waGXC7VjPGvZ1KQX32oEZx1rCOOmU2L7ssH3yBW+ONaOfI/bF7ticE8s1ulqjnfdjC3k1LjrnOaxlE6MbJyOGbbc5pxj7NbCrSGS5lWGLmeZ8h506t0Y5cvBWaq4s1/4JPaxDYRHTk7kjf8AankVJHJik5uVmHYgqp64+dC7Ymct2UMVO6tsacl8AtESphlIxyO+1P8AcqNceWtMtgcE7HaolE6oyXaDu7muVH2ddb4+Edaw40+gySSQmukc3RR1Ksp06T0NdUahHZyN8mM4VEUYC7E4ya5JPmzqi0lSLl1Ead+f0qkqZqnQXa20k7hIlZ5G6D/e1FLsmWT4NJYcFtraH/mB3tw25IOAvoKZjJ8tME41CtqYNKZWTOQd8HaspwraMMmqob8HtoPs7s8MZfSrAsOWSf7U8cE+xQk26HViILfLxRRI3PKqBgVvGKj0jVmp4JdHvFJY7jnW8JWYzR6Xw+z4V2ksPsXG7K1vY0GUE6BtJ64PMZ9CK6lUkYNtbPMP4z9iOw3ZLhz3Nle3lrxaZSbbhySiUP6sGBZUHnn0FTPB9SLb1+f+PyV/1LjUVs8e7K8Jk4vxWO21KJJs+JxkAYySRXl5YfbUdG+NtytmrH8OeJK5Ec9lp6HUf0xXN9NtnTY64X/DqKFg/EblpvNIVKj6nerWKu9j+obG0tILG3WC0hSGIclQY+fqfU1p0Q3ZaaAIMaBMouJY4ImlmcJGvxMf09SfKpnNQXKWkROSirZjuL8Ue+YocpaqciMc29W8z6chXieR5cs2o9HLKTltima4J0xxAtIxAAUZ38vU08HivIxJWafgXBlslFxcgPeEe4j9B6+texjxxxqoo6oQ4jjO9aFlTHANAyBNIRWx8qBkSaYED6UgImgCJ9KYESKAIk0hHi6zLjwgZJzk12v8EBUMg/Dgt5Cl/AggmV8qXAPUKNzSpj0VTRGM5UEHoOppK2JFMwEsDI5QMdx/Nml3oTVigIZYnh/EPvE/cf78q0UrRh7B4JWhkyPmKcoqS2OhvE4dVYE4xtXDkjwdENEW55A28hSSsPyVuu2U2YdfKri32O6AeJSvPdySyMWYHGTz2ruj0VZG3mGcPzpONnTjzemFE45NlfPyrHi0dKkiLgyKRk56UftZE1yVC94W1gHmds8615ROZxadB/diFAg543J5k1km5OzeNR0QaQIck48tsmtFGxSypaNL2QTvYpnA27zHnyAqorZx5ZcmamNMHSw22FLKvtF47++jzadDDJLE3OOQr9DUL5LfwDnZ+mPOqsQRJ441k6jCt7dDUftJl8nwjVyCPCfOlyaGpuLLViLhndiY4VDac41HNVFqq9lyk8lNjNLKXipkvI1hRy+67jJx51x58qxS4v2OORRVBlp2bubmC8lkubWBLWBpiGYkuBjwrgc9+tXhyRndFfXS0a/+D/ZbhHaHjVzFxeOWW3htXmVVlKZYFQMkb43NbYKySaYnmk+jWrZ8PtO9tbWyjhgDYxGuCfnzNcn11FtPo61jbVi7iXCl095Zg+o8q2U1Lohxa7MV2ogeJbbvAQ2s8x6VOToxyrSD+HnCyKNj9mib/wC4/wB6qH/gzg/vDoZcgA9K1OgaWFwV3yAc8/KqTJkgfjX8UZ+Eo1r2dZGuyMG6Yalj/wAo6n1O1bwy1s5ZJPSMPHw3ivGbLifaC/kknit9LXFxO5Jd2YAKCebb8ugHtROU8itkqKj0em/+GngUPGO03FLq9jMkNtaaQOgd2wPyVvrUYIRkm2jS2uj3r/y/w+3uGEdqTj+Y7VssUF0g5NoIbhPD5RpeCMD+k1XCL9E8mugC57H8NkU6JJIyeuQRWb8eDKWWSMl2j7N3HCUEwJltidnA5Vy5cDgrW0bQy8tMzM80cETyzMEjQZZj0/ufSuac1CPKXRc5qCtmK4vxWS+k1HwQoToTnj1Pmxrw/IzS8iVejjk3J2xHdXPPBIxzzW3jeJyapC7NR2Y4SbWIXl0n/MuPAp/6an/8j+m1evSiuKOvHDirHxOBQaEC2DQBFiDuKAK2NAEKAIE0ARJoERJoGRLfSgXRwmgCJPzoA8N69Plyrv1RmGWvMaQwz0FZ99AHhygzpA9aLF6OZ1eJt88jikUj7ZCCABncDrQlT0FiriC91c94owM6v71UTGapgd7Dg60G1OOtE36I2c+hwpPhNKcOQmMAcjauTr0TVENWG3pV7DYvutpnJ867cbuNssHOxyfOtALYyehPy6UilJrosErIc86nipPZayyLmuV0RiMAl1yxxjSc4x6/61H0ldj+q2fXBZ7MOCQVbB36HlVJJSIk2Lxlmyd8+da1RBuew5Q2ckZbEhcuB6DAqYv7mjOZqmTBB60ZFcWGN1NHnnaGIR8bv0A27zV9R/rWMX0bz/cKpFwARVogJsSrNoY+FxpPp61ExfgkEaNmD7EHBz0qO+iUmyyBtUd2m+8eR8jVpaNE6Nf2etMdn0uI2yBIwkUc18j7GuDzcLa+qv6kSe6O8QYx2VxpJAZNJx5GuTBL76EbH+BjaOK8Q55azZPq6V6eGfHkawVs9Nbg6kk6Rv6Vk4I7ORW3BhjZKFCloHI86/i9YfZLPhLacFp5Fzj+gUp6iY5n0ZaxbF26+div5b/tWsXtfwYR/cW3F9FZQa5W0g8gNy3oK05aOiUlHsznE+MXN6jRjMVudu7U7t7n9qjnydJnLKbnZ92c4Mb+71SnEK7uw5+w9a0i30XCHI3Hb7iMdt2MsuFWqLFFJODoQ4ACDP6kVvKX2NCkqZ6B/wCGRo+HcI4lcS6R9qmAyf5UX+7Gq8ZXAU9M9q4jd27xB2lVFxzJroomxS09vIv3F2ur1G1LTGHWImljIIWQf0NVL8kkOK3dknAL/wC3SiOCOMly/wCHy+eaU2km5dC5cdn5p7QcTN7OUjBW3Q+FT/8A7H1r4/yczzSqPRTk5O2Z+4lP4Tjy9B1NVgwcnSJDezHD1vLr7XcD7iFvAp/G/r7frgV63FQXE6cOO/uZsmm6k0HRREzA4waLCj4vv6UCZWXoAiX286AIl6AIa80ARL0CIF6AId4M7UDPi+1AHNYoA8UTGrA3xz32FdzMmw6BsAlufQKKlgTZmJyzAegpewLBIQoyAP1pOwPgcjmfEd89faivkV2DcRAeDb8P6U6rZM9oGQd5AoP8op7ox7Fc0ZjkK/Sruyuwy1m1ov8AMPXn61jkhRLL3OTke9Yr4F7A7oeJWXkdq3xvVFKgYj02+lb+hny8vWkBKQ7bULQtlXUDJJByKr+R9B9oe8jmi6um3uNxWb7srtACnO/nzqiWOLG5ls47WeBsOjsR5EbbH0rBtqVomSPR+G3sXErFbiHrs6nmjdQa3UuUTL9rMZ2ui0cfuumtI3H0A/asUdU9sSCF5CRGupuZx/vaqRm2TSExDOoMeW3IfPrUSq6EvkpuJDIxaRiTWi0UER97bMJYsZ3zkZBHrWfJXsXs1XBrtrForu2AktZF0Sxefmp/Y1jklLFLk9xfZMqeg3jarHa3AjYmMqrIT1U4I/I15sYKGZU9AjYfwG0Nx+eN2AaSBlTP4jkHH0B+ld8F2a4nvZ76toMDarOiz42Y8qKCzyX/AMQcAi4XwH1upv8A/mtZ5V9uzPK+jyo3Zsb+Gbu+8P2VVCHYHII39KTmocZP4Oe2mJp+8uLhpZ2LOenQD08qxeRzegbbdsgU1yhFHM4A6murGqjQLezbcNiS1tFiTmPiPUnrWyo61GlRnu21133ELeAHaOPJHqT/AKCpySpGM9yPT+xF0/CuztnGhx4NZwcHJOa68WopEscX3aeWZAC2P6WolMqMTsXG3jjDhic+vWkpaG42aLgHaaVXjCyE6j051ccpEofJi/4kdsH43etHbtptFIGBt3rDbWf2rwPP8760uEP2r/Uw72zz6WXGeuTv6muLFG6K7KrSzn4rxOCwtRqmmbBONlHMk+gGTXsY8axouMeTo9Li7NrbwJDCCERdIzz96iUHJ2z0IySSSIPwRxyFT9JlcyluCyjkCPajgw5orbhdyv4m2p1JByRU9hc5zk5ouQvtKntLpc7Z+VHKQUiox3I5pmnzYOKK2Mw5xmnzftC4fkrMjDmjD5U+aBwItN55FPkhcWV98uTg0KcX7BwZITDTvVCaaOd8KKEeQxAggKPeux9mX8BSLoG3M7Z9aQrOyA4IB5UUuwJKNKb7daTD2QaUE+HxHl7UDJCIzRPqJACk7Uu+xP8AbQFA3hXzx+9WjAjfQ6o9Q6dRRdMSYuhcxSA9Ad6qSsoYqwZfMHH0rmlGuyGVTLqBB59KqDpjQGTyroWyjm2fT0oA6eVHfYFB5j+9XtCDLOXTKjZ5Heokk9FohdRCK7kQcgdS+x3FJPVktbCsj7NEBn4mP6VjJbJb2M+BcTl4Zch1BaJvDImfiHp6j/SlGfF2ZyGvamS2u+IxTwyiRWtlDBdiCCefltTk4p8jVu0hFJIFGnG3RRy+nWoTlN/gnsFmkJIyTq/lB/U1rDHxRSVF/DLSOacfaDsRgL5E8s1GXJ6X+ZLlXRORwtxJEwA07bjr5VnCL4KXscVoI4VefZZzHJvE2zKeVatKUd+x99Gj4nIJOHZXdREiAnrjFebkxSx5o/FEhvY66msQLq1fu7iGRJI28mBOPl5+hNaSnwxuXw0K36P1T2d4lDxvgtpxG3AVZ0yUznQw2ZfkQRXZFKS5I6Yz5K0MhHmnxZVnjv8A4jAjWnZ+DWglE00mjPi06VGrHlnIz6Vz+S+ELZlkkeJypjOTlvU15fNzezHplGg59/St06Qwzg1r3nG4x/KQB7mu3xpckxof3UctuxBX0BrdaO7sxd05vePPv8UgUew2qO2crdys38XEBHFpz92Bp0+1dKkauGjq3xl2O/r1qXL5KSoKS4ZogmfzrNvQUgi9vms7LuUY9/MuTv8ACh6e5/T3rzPO8lxX0ovbOfLPk+KMzLIXcnJNedGNIyA5HwNZPov7mvW8XDSUmB61/CHss1vwZuMXUeLm/H3OfwwA7H/5EZ9gPOuyrOjGuKs3jcO9KfE05FbcOH8opcQsqbhw/lpUOypuGjqgo4hyKn4an8lLigsqbhaH8IoodlD8JT+UUUg5MGk4Mh/BS4oOQLLwVDnC0OCHyYFNwMb4UfSpcCuYBPwEb4U1Lxj5gE3AGBOARS4UVzA5OBzqfCTijiw5JnjyZCnR9a9CjlLY/wCrljl5VLBMkAC3i5Z2/wBaPQyMmFUk4LHlRQvZWrBXwCC370/Q+g1MacasqowccqNpUxasVRjEYI6MaI/kw9hUeHjYVTQhNdxd3KR0NVF+hlto+RpJO1ZzjewaCH3XbnWEVQkCSghs9PSulPRXZUcY5YPWqC/RBj8t+lNAV8+tV0gLIDgkHf5+VS1oaDrwa44JRnYaCfbcVC1aCR3P3cY671nLT6IfdBMKYALE5/SspzUfyxVZKSUhTpOAPPp70oQbdsE2wQszErGDnzro1EaJd3oHvSTsbYRbsQQcY3+tYzTZmzkzmfikhOPEwGfPYCqTaxo0j0cu4jDK6nmhx7iqhJNWCYx4bfZi+zzklG2z5etVOKkqYNGi4WrQWUwY7q6fqa87NGsckyXo9G7CdqpuDW1zbbvAxEygH4Tyb/8AE1HiZWouPwaYX91P2aq4/idDZ2jzSRSMyjwoCBrboM9K6X5HFWzoyRUFbPJONcVvOO8SuOI8Tl7y5m3OOSKOSqOijkK8nyPIeZ2zh7diWVRqJIqYOtjOLHgFj0q3LQwvhpaGdJI/jDa/oCa9Hx3xhQ4K5IYT8bbuXM8edKk59QK2jmXTO6UaTaMf2eUPxESycly5P+/Wmr5I5YI0rzxbgyACtXJfJ0bPlv40X7oM7DpyqHkgvY+MmGcJe5mkkuroItpBzQHeRz8KfufT3rDN5axwcq/gyzPgu9nLu5knlkeRizOcknrXhRubuT7OVAbtq8PInmfIeddeDH9WfH0P8jfsTwA9qu1Vrw86ls1+9uWH4YV5gerZCj1b0r2ox1r+Bw2z9RRwRKqpGERFAVVXYKAMAD0A2rTgb2dMA6AGjiwsi1uPKhoLK2tlPSlQWVNbL5UqCyprQeQo4jsqa0FJodlbWgzsBSoLK2sgelFBZU1gPKjiFlD8PB6U6FZQ/DR0FKh2Dvwz+mhoaZQ3CgfwilQ7PyfCCzBRso/Oulv0ZlwXG53xyFRQyvUCzH9Kar2BWzjGQNPl5mjsZ9Gm2o0l+QYSjFVAyNjvR2IHijzasdshjVLo5W90fWx8YH6VVWF2C8Ujzk43prTKi/QsQlXBG2OdNq0MOVwyg7kHnWMoNCIt4iRj29KcGNFBBNaehlbjbmaBUUnz5flV2q2MkhIcHpRdgNIV721mTmVGtdvKsZadlNaslbx6iDnAArGToy12iyd9AycAVMIX2OgeMSXMgVBn9hXQ2oofSCUiWIYH1xzqG7TbEmccZ/1o2B9EcEZ86ib9EHLMauIAZzmTf6051GKNfQx43HidXA55B+tcnizttL5ITFGSrDBr0OykzU8E4i09s9vJ8Zxg+eK5fIxuUGo9ikmaXg8+kxOTkA4YenI/ka8jFP6eZW9PRCb7QBxK47+7YI2qKIkKR18zV+RK3xXSNcuR5GQZ9sVyJW7RmREZbA8/Sqc6WhJEp1xpUUsbvYy+2XE8APJgw/8AtNelgl6Lh+5AnaIiHhcm3ichB+/5CtopWdud1GvkC7MQBo5nPooqpezHCt2Ovs4PQVFM6S+2sTNMkcSqXbYZ5DzJPkNzQ0TKXFWwq8lRRHb23/p48hTyLHqx9/0wK8fNm+rK10ujglLm+TF8p+LB2G1TBCB3JSEk83/IV7XiYuMb9sT0ansbfycFtpZYiyTXGCxU48I5D9TW88lSpHXix/bb9mpj7bX6HadtuhNT9R/JpwDIv4gX6AeJWq1lol4wu3/iXepnvURxn2xVrM/YvpDGD+J0f/Xtl+Rp/WT7QvptDGD+I3C5B97G6Gn9WDFwkg2Dttwab/q6fc01KD9i4y+A+LtFwqXlcp9aacX7FsITiXDpfguY8+9FJ+wtlyvbyDwSofY0+AciWhGzpdTj1pODDkcNuDvnPtRxY+RB7XNLiFlZtPSlxCyBtBnAHrRxCz8S2zMx8PLHOtG60OrO3D63zk7bUmBFsAeE7e9D+R0Vr4mJK89hnrQwLiWxgkeHypXWhHFByF9fpRaHXwX2q5jlU9GNVG2jjyfuoEde7lB5CrVgqZVekMh5Gjsa0xOw3J50/RoWQSYBXcjnUTWgLiSGByNqSXoRyUdRVLYWVNyOBn3oQylhjNXsDhG/z8qaJsZcOl0TIeh2I86ymkXaDIMLGzHYA+fKuWVuRC7ATmaXP4eldS+1DoY8JUC5VBndSPfauZtykmRZKQYZvLNa0BRKdsenWhDK4/fkaUloTLeEjPEIs8tdKb0X6NHxO2zwu/dxuksSqfcsT+WK4/Gjx5P8mXbozEq+fyrsizQlaTPBMrAnwnNaP5HZtLabvLcNFsJRz8vOvF83DwnzXTIaBnbD6Ryrm9WBONu8k9AKX7UJbGES58XyFc0n6HeylzqlYjcCt8a0AZCpM0XoTz9jXZ48v7z+hcP3IRdr5d7WAern9B+9dsFqzfPLaiMOzkPd8MU4+Mk70MvCtWM9OMn86k2YYWFnaEHaeZfFnmqdB89ifTArg83PX91H+pxZp8nS6QsZttW+a89L0Ygjt3hVAfi5+1dvj4+c0v8AMZEA3FyF5L+gFe2nUXIeOPKVDgEjGk4A5VzHorRwsx65FJgR1t1NIZ0Ow6mqEfd4fOpHZ8JWA5n60xaPjK3nTt9ASW4lXGljn3othotXiE64Ac0chUXx8YuU+GWRf8rEVXKhcbC4u0nEVHhvbhfZzTU36YuK+A6DtjxaMjTfzfM5q1ll8k/TQwg/iBxZMargN7qBVrNL2S8aDov4i8RHxMhPquar6rF9MMj/AIj3h5pAfXBp/VYnjR+aVYImnHLnWtewsgrb5PPG3oKQzqgyHnSYj47HYY9BRQE48s7DpyNMC3c6ccyaljCbQeOUHnqqsZy5U+QLfR4XOOVXX9DOOxdK2qI+3nT9Fp7FhxnFBocGxyM0AEB9WN6zCy5BqAU8z51L0JlLppO3KtQKCPFzxtTT9AQ9frT0ARbtgA7bVL+RoYX0quESPYMoZwPPyrOMUvuBlWBGoX8R3P8AapnIzsYcI/8AXRD5VlVNE2TuRiVs1rXyNOgaTGT546UIbKoviwfapmLvRdwbe/iyR8Y/WjI3o0ZsuLxj/wArGQc5Jl1e6oR/auTHJfS//sZLUjHyLgeWD0raD2UmVtGDnG3pmnypaGnsd9nbnZ7ZjzGU361n5EPqwddrYWFXJ0OTXmQV9kvRdYjKZPNqjLpgM/hT22rjqxsqhGpx710w6DoPt18S79CfyNb+LTyf0Lx/uRju0Mvf8ckUZxHiMY9Of616KdKy8jubNfZR9zaQx/yoKH2dMFUUHWka+KaUZih3IP4m/Cvz6+gNZZcixwc2RmnxjrtgV3I0szMx1EnUSfM14btybfbOP8AUrbc+fX0rSNoKB9emJmz4nOBtyFez4mLhG12xBvC4dMRlOxfl7f7/AErfI90jswRpcmGHNZHQtHxoaAjjHlSGfU+2L+Tm/XpSA5+tAHDypgRPnmkB9nlSA+z60DIlsH3pbQvR8GP/AGpptCJd565qrA73mPKnYqOiU/zVXIKPOch+YOOZzXd7MT748joOZpNAXgaUOeQ2qf5BJkNyfnin/Aei5E0kDz51PasC9Fy48sZpd9D9MItB/wAxIMbEA/tV4u2c2dU0yviafd7c61ZiuxBKcA5FBotgLc9/qKCiHXPKnXsLLImwMEbc6mdAEIdxtvUMT2fSuBOVONLAfOnFa/gEqRXNGVAIzpO2f2NNPY31ZSRk1evQycOc7HnSdNCsY2EJlmGQSoNZN/ApSDuL2fdFZ4h922FYfyn/AFFZNEIr4U2L+Ek7Bsc/Ws5dp/kEFcQXTcOD1rofYAMh3O1KhlcWdftUz+RMu4P/AOtiwBjWDSyu6Lelo2N+S/Z5k/CsqyH5qy/rivJwTbjOH5TJrZlHGV9xyrui9iIxjIGKTYdFkLm3uklXoc1pCVlDjiTDKld9W6+xrh4cZtEPsLshhVrkyOm6GGyHEZHrsa5ktjJW4wTjoK3tqLQBqEJlzsEQsfpW/hq5t/gvG/vTMPw9TecUDNuZJNX1Nek/SFFts3yxSNC8qIzRRnDOB4VzyyeQ+dJW+jvbS7YJNxu2biUPC7VBcQrG5kmDFfGQPGvmBjG/QVl5OKDg3P11/wAnFO5XNlMrZIzzx9K8NIz7A521HQB8XP0FdmDF9SSXoLIQobq4WNNk5ZHQdTXtJ8V/sVCPJ0h6FAACjAAwBWPs9DRw0h9kTyoA+3xSYEdzzp/yI+/SgZ8fypICO9OgONyo2K6PgM4pd9gRIyKNAQI32pdMf8HBnlv8qAO5+lMCBOPOpYI+1elFgYAgsSBsBzNeozmLYkIwfOp7Y+iUh6bCgNklGSSM46UvwBei5O+221TYdF4XxCkxlq+CWNz0Ok+x/wBcURlUkzLNHRPiK/dZI+VdT62cj7Mvd+Fjil6NlQCaL2URPn6U+wPkJBBHL0oq9CCo89OfnWUq9g/kruxlUYZ22qod0hWWW0oZDkDOMMp6inJcRshcRd2QR8LfCaItMVn0IywPlvihjRoeGwhEXP8AvNZpezKbt0xozR6jFMAYZfCwoaXRIllgaw4oInOcMCrY2YdDWE7iU6aC+LDFy3pWrYR1sXORgigq7K4RljvvUZNkvRbwkgXkR/qHOjIVJ+zbhO94fcxDJ1QsR6lfEP0rw8Uv75r5AyPMA4xyr0V2T7IxEDAxz6U5Id/JORdSHbaoTqVsEw/WZbK1YndSUPy3/eqzR3yBjK1OFHoM15mTsFsKkbKryzWMNvYwi1HnyzW0k1ED7i8hi4VdFN2dO7X1LED9K38Jdv0NOjO2Drw371AktzyUkZVT6D8R/wB711SyO6iJSfou4rdXbw6r2ZmlI0xwgBQgPmBt5bVUZW1Gy7tl3Z7h720bzTgd7KPxcwv+tcXneQpf3cekEnehhcNgEmuKKvRFAUj4XOfG/wCQr2vGxcY/liG/DLfuYAzDDvufQdBWs3bpHbhhxj+WF8/SoNrs+35cxT6CzhFICLDNKgOAU6C/k+0+dIZ8BzyKYrOEDpSAgQaAPhQHo+PI0UBAj6VLWwI48qdAiBGOVTuhkTnnSoZ0nbH71Viow0MbsdyNPWvSbOVljMAcDYCkUV7sdvrSbGrL0Q7DnjFJ9gqCVUY386kf5L1XxBuvSgRPuwyFTtqGKn0J77OvmW03+MbMPUV1QfKKZwyjxdGY4guCd6frRcBc3XGdjTRZDlv/AK0AffP8qYBFu22Kzkq2DLZEDxsu3LIqE6EARv3MoIzzwRjpW/4GxooEsbR5BDbqfX/e1Y3TsllVohMmnGP2qpMZpLcYto2I3Y5oRhJ7LOJBjASvxKc0pKh3sCvbgT2lpIf8RCUPtWM1or2W8VbU6t0ZQfyoi7iqBWLWPh/tVDsjBjXvjGc+dRkTYnpk+GnF0hP8wFPKrLl0b6zcLKmvkGwfY/8AevnuXHIpP5JZjtGFxnYbV6a/cSVRczvVzeqD8hIXOV5Cse0HQRZbwzRHcghx8uf5GtZSbhZemMrc+FjvvtXmTEgpz4gDms4bex/gLthtv7860yriqYdi/j9yS0drHnOe8b9AP1NdWGLjD8sl7F0Mi2xBTDTfzDcJ7evrWnB/9pSTGPD+H65BdXW/VVP6mufPnUF9PH37Y260g+V8KWbmf94rgUbYgCVu8c5PhXdvfyr0PEw8ny9IWyfDYTdXZd/gTxMOnoK9RtxV+2bYocn+B8M5yayOw4OVAH2AKQEetFDsiw25bUgI5pgcJz51LA5k0D6O74qrEc96QHBjOOlCA+IpiImk0Mgd/ejYEW26VIEcbYzTQzh+VDsRjB19K9FoworHiG/TaperAvRAQOdEiqLYwPzNR10HwXY8WOmcUVphHZeo60pEouUDu9XUCnQ10QAxclR8Lrkj2OK0xKrOfyUtMz3F0A7zHQ1o9Myh8CZhhzVGtFZOR7UCPsU6saRKA7gdKTRD/bYWjHAO2SM1g3cqBIBulCzHHma6I/tQ2GWDExA53XlWeT4Bdh8CAGcjYhqn2JqkOjtbxkeVP8mJObxRnPWOrlH0THqzPTsRIF6fF86yn0zoroaXniit8nnGKyxK4maADuregrX3RbRyHZyOnP8AKs8j0Q/ghZNi5XGPiqcm4lyN3GxB6dK+eybkwXRlzt9RXqNezJkYgPEPInFVOTuhlyDce9ZyVRsbYTZ/+sQeZKn2IqoP0W/kMtiQvzrhmTe6C23lXPv+dRhVvYxhb7Ln0q8/oBDxQ4uJ3/FJIyk+gwABXXi2khpFvA7eN3d3XUUGwPLnS8ybx4vt9lPSHcjFYwR1GTXkdEAMpyD6cq2hsPQEzHRGvQrrPqa93BFKCSJTtj/hkSxWcenm41E+tOXbPRxpKKoKNQy0cbbFAM+HKgCP4aQIhS9lI4xwPlRLoSKzzx86TGdWmhHx5c6EBHng9aOxneYo9kncbUwI0ARB25CjoD7Gc0n7ArPMCkP0QO4pDR//2Q==" alt="Jinny by the Tulips" /></p>
+	</body>
+</html>
diff --git a/tutorials/FIRST-CONFIG.md b/tutorials/FIRST-CONFIG.md
new file mode 100644
index 0000000000..f0f19a7153
--- /dev/null
+++ b/tutorials/FIRST-CONFIG.md
@@ -0,0 +1,109 @@
+# First configuration
+
+&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2Ftutorials%2FFIRST-CONFIG.md)
+
+**NOTE:** If you have any troubles, check [this extensive FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md).
+You may also ask in [this XDA Forum thread](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/)
+or via [this contact form](https://contact.faircode.eu/?product=fairemailsupport). Bad reviews won't help you or the developer, so please try asking in person first.
+
+## 1. Accepting the license agreement
+
+When you start the app for the first time, you need to accept the license agreement.
+![license agreement](images/firstconf-00_license.png)
+
+## 2. Starting the wizard
+
+FairEmail has a setup wizard integrated. It will lead you through the process. Choose the wizard for the easiest configuration.
+If your email provider is not listed, or if you want to authenticate using a password, choose "Other provider".
+
+**NOTE:** OAuth only works for the Play Store and GitHub version. Third party builds (e.g. on F-Droid) do not support OAuth.
+
+**NOTE:** Google OAuth only works for Google accounts added on your Android device. Also see [FAQ #111 Is OAuth supported?](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq111)
+
+![wizard options](images/firstconf-01_wizard-00.png)
+
+## 3. Fill in credentials
+
+Fill in your screen name, your email address and your password. FairEmail will fetch the server settings automatically for most email providers.
+If you want to check the password for typos, you can enable showing the entered password by clicking on the eye icon.
+After you have entered everything, press the "check" button.
+
+**NOTE:** This step requires working internet connection.
+
+![wizard "other provider"](images/firstconf-02_wizard-01.png)
+
+## 4. Setting up default folders
+
+FairEmail will try to recognize the default folders for the inbox, sent messages, spam messages, drafts and archived messages.
+Accept with "OK" if the settings look fine. Otherwise, you may also edit the settings.
+
+![default folders dialog](images/firstconf-03_wizard-02.png)
+
+## 5. Disable battery optimization
+
+Below the wizard, there are two more options:
+
+* Grant access to your contacts, if you want to use the contacts on your device (optional)
+* Disable battery optimization (highly recommended to ensure the app works in the background)
+
+**NOTE:** Even with battery optimization disabled, FairEmail won't drain your battery. The app usage will be high. But that does not mean high battery usage. See [FAQ #39 How can I reduce the battery usage of FairEmail?](https://github.com/M66B/FairEmail/blob/master/docs/FAQ-en-rGB.md#user-content-faq39) for more information.
+
+## 6. (Unified) inbox
+
+Once you press the back button, you'll enter your new inbox. At first, you will see a pop-up message with important information.
+For your better understanding, there will be additional information you can dismiss by tapping on the "X".
+Please read them as they will help you in understanding how the app works and how to get support.
+
+That's it, your app is set up to work.
+
+![inbox image](images/firstconf-04_inbox-00.png)
+
+## Optional settings
+
+FairEmail will already work with the configuration above. However, you may want to change some minor things.
+As FairEmail comes with a lot of options, you can very likely adjust the app and its behavior to the way you personally would like it.
+However, all of those options are optional. The app works well and is stable with the default options without requiring any adjustment by you.
+
+If you still would like to change the settings, just take time looking around the available options. You can also search through available settings.
+The most common three settings you might want to set on the first run are mentioned below.
+Apart from that, there's also [this separate tutorial describing various settings / options](https://github.com/M66B/FairEmail/blob/master/tutorials/SETTINGS-OVERVIEW.md) in FairEmail.
+
+### 1. Disable the permanent notification
+
+The permanent notification is a necessary foreground service as many phones kill the app once there is nothing in the foreground anymore.
+However, it is designed in a way that it has no toll on your battery. If the permanent notification banner annoys you, you can just turn the notification off.
+To do so, press and hold on the notification and then click on the settings icon (gear symbol).
+Now disable the slider for the "Monitor".
+
+![foreground services notification](images/firstconf_watchdog.png)
+
+### 2. Changing start screen
+
+By default you will see a unified inbox on your start screen, which will summarize the inboxes of all your mail accounts in FairEmail.
+If you prefer to have a classic account view on start, maybe because you manage a greater number of email accounts with FairEmail,
+you can do this as follows:
+
+1. Open the menu by tapping the three dashes in the top left corner (hamburger menu)
+2. Choose "Settings"
+3. At the top bar, select the tab called "Display"
+4. Go to the option "Show on start screen" and select an available option within the dropdown menu
+5. Use the back key to get back to the start screen
+
+### 3. Changing the theme
+
+You can slightly change the way the app looks. To this end, FairEmail comes with multiple pre-installed themes.
+You can switch themes like this:
+
+1. Open the menu by tapping the three dashes in the top left corner (hamburger menu)
+2. Choose "Settings"
+3. At the top bar, select the tab called "Display"
+4. Press the "Select theme" button
+5. Select the theme of your choice and confirm
+
+**NOTE:** Dynamic themes are not possible in Android.
+See [FAQ #164 Can you add customizable themes?](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq164) for further details.
+
+<br>
+
+Thanks @[mkasimd](https://github.com/mkasimd/) for contributing this documentation.
+
diff --git a/tutorials/MANUAL-CONFIG.md b/tutorials/MANUAL-CONFIG.md
new file mode 100644
index 0000000000..b25667b23c
--- /dev/null
+++ b/tutorials/MANUAL-CONFIG.md
@@ -0,0 +1,42 @@
+# Manual configuration
+
+&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2Ftutorials%2FMANUAL-CONFIG.md)
+
+**NOTE:** If you have any troubles, check [this extensive FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md).
+You may also ask in [this XDA Forum thread](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/)
+or via [this contact form](https://contact.faircode.eu/?product=fairemailsupport). Bad reviews won't help you or the developer, so please try asking in person first.
+
+**NOTE:** In most cases, an automatic configuration via the wizard described in the [first configuration guide](https://github.com/M66B/FairEmail/blob/master/tutorials/FIRST-CONFIG.md) should work right away. If you are using a custom domain & server and the wizard doesn't work as expected, you can enable automatic configuration by implementing [RFC 6186](https://datatracker.ietf.org/doc/html/rfc6186) within the DNS and / or [Thunderbird:Autoconfiguration](https://wiki.mozilla.org/Thunderbird:Autoconfiguration). An independent guide for both methods can be found in [Auto Discover | LD Documentation](https://doc.ld-online.net/e-mail/auto-discover).
+
+## Accounts & identities
+
+**Accounts** are basically your IMAP and POP3 accounts for reading mails. FairEmail uses your account to fetch _incoming_ mails.
+
+**Identities** are SMTP accounts for sending mails. FairEmail will use the identity to send _outgoing_ mails.
+
+## Adding a new email account
+
+**NOTE:** This step requires a working internet connection.
+
+Adding a new email account (account + identity) is pretty straightforward. Just follow these steps:
+
+1. Open the "Main" settings
+2. Click on "Manual setup and account options" below the wizard
+3. Press the "Accounts" button
+4. Click on the "+" icon to add a new account
+5. Select your provider or "custom"
+6. Enter your account credentials and modify the server name & port, if necessary
+7. Press the "Check" button
+8. Check the recognized default folders
+9. Save with "Add related identity" enabled
+10. Enter the Identity details (e.g. the FROM name and address)
+
+Here are some screenshots to help you visualize these steps:
+
+![Manual setup and account options](images/manualconf-01.png)
+![Adding new IMAP / POP3 account](images/manualconf-02.png)
+![Saving account](images/manualconf-03.png)
+
+<br>
+
+Thanks @[mkasimd](https://github.com/mkasimd/) for contributing this documentation.
diff --git a/tutorials/README.md b/tutorials/README.md
new file mode 100644
index 0000000000..06a5847922
--- /dev/null
+++ b/tutorials/README.md
@@ -0,0 +1,22 @@
+<a name="main"></a>
+# FairEmail tutorials
+
+&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Ftree%2Fmaster%2Ftutorials)
+
+The following tutorials describe how to configure FairEmail as well as how to modify the settings for your own requirements.
+FairEmail offers many options you can always explore yourself within the app or in the FAQ article.
+The tutorials here will only cover the basics that should suffice for most users.
+
+**NOTE:** If you have any troubles, check [this extensive FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md).
+You may also ask in [this XDA Forum thread](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/)
+or via [this contact form](https://contact.faircode.eu/?product=fairemailsupport). Bad reviews won't help you or the developer, so please try asking in person first.
+
+## Index
+
+* [First configuration](https://github.com/M66B/FairEmail/blob/master/tutorials/FIRST-CONFIG.md) &#8211; A tutorial how to set up FairEmail to just work
+* [Settings overview](https://github.com/M66B/FairEmail/blob/master/tutorials/SETTINGS-OVERVIEW.md) &#8211; A tutorial describing where and how to find some settings & options
+* [Manual configuration](https://github.com/M66B/FairEmail/blob/master/tutorials/MANUAL-CONFIG.md) &#8211; A tutorial describing how to manually add your accounts (without the wizard)
+
+<br>
+
+Thanks @[mkasimd](https://github.com/mkasimd/) for contributing this documentation.
diff --git a/tutorials/SETTINGS-OVERVIEW.md b/tutorials/SETTINGS-OVERVIEW.md
new file mode 100644
index 0000000000..610ae9440b
--- /dev/null
+++ b/tutorials/SETTINGS-OVERVIEW.md
@@ -0,0 +1,174 @@
+# Settings overview
+
+&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2Ftutorials%2FSETTINGS-OVERVIEW.md)
+
+In this tutorial, some settings and options in FairEmail will be described without going into too many details.
+Be reminded that all settings here are optional. FairEmail works without any modifications.
+You can simply add an account and start reading and writing your emails.
+
+**NOTE:** If you have any troubles, check [this extensive FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md).
+You may also ask in [this XDA Forum thread](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/)
+or via [this contact form](https://contact.faircode.eu/?product=fairemailsupport). Bad reviews won't help you or the developer, so please try asking in person first.
+
+**NOTE:** A tutorial on the first configuration of the app and on how to add an account can be found in the [first configuration tutorial](https://github.com/M66B/FairEmail/blob/master/tutorials/FIRST-CONFIG.md)
+
+## Opening the settings
+
+To open the settings, tap the three dashes in the top left corner (hamburger menu) and select "Settings" with the gear icon.
+That's it, you're already within the settings.
+
+You will now find multiple categories:
+
+* **Main** - To add a new account
+* **Receive** - To adjust the synchronizing and checking of incoming mails
+* **Send** - Options related to writing and sending an email
+* **Connection** - Options related to using your internet connection and downloading messages
+* **Display** - To adjust how the app and the messages look like
+* **Behavior** - To adjust how the app should behave
+* **Privacy** - To enable / disable options that increase your privacy
+* **Encryption** - Options related to encrypted messaging (PGP & S/MIME)
+* **Notifications** - Options related to the notifications by FairEmail
+* **Miscellaneous** - Some other options such as error reporting
+
+## Index
+
+1. [Adding a new account](#1-adding-a-new-account)
+2. [Receiving messages in the daytime only](#2-receiving-messages-in-the-daytime-only)
+3. [Enable checking for spam](#3-enable-checking-for-spam)
+4. [Edit your email signature](#4-edit-your-email-signature)
+5. [Limit mobile data usage](#5-limit-mobile-data-usage)
+6. [Changing the theme](#6-changing-the-theme)
+7. [Changing start screen](#7-changing-start-screen)
+8. [Show an avatar for each sender](#8-show-an-avatar-for-each-sender)
+9. [Enable biometric authentication](#9-enable-biometric-authentication)
+10. [Enable error reporting](#10-enable-error-reporting)
+
+## 1. Adding a new account
+
+If you want to add a new account, use the wizard in the Main screen. Follow [this first configuration guide](https://github.com/M66B/FairEmail/blob/master/tutorials/FIRST-CONFIG.md).
+You can also [add an account manually](https://github.com/M66B/FairEmail/blob/master/tutorials/MANUAL-CONFIG.md). That requires you to enter everything manually, so it's not recommended.
+
+## 2. Receiving messages in the daytime only
+
+You might want to not receive any messages at late hours. It is very easy and straightforward to tell FairEmail to synchronize only during specified days and hours.
+You can also exclude some accounts from this scheduling such that they are always synchronized regardless of the day and time.
+
+More information on scheduling can be found in [FAQ #78 How do I use schedules?](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq78).
+
+### 2.1 Set synchronization day & time
+
+Follow the following steps:
+
+1. Go to the "Receive" settings
+2. Enable the option "Schedule"
+3. Set the days and time-frame messages should be synchronized
+
+### 2.2 Exclude an account from the schedule
+
+You might want to exclude one specific account from the schedule and always receive messages regardless of the day and time.
+If so, follow these steps:
+
+1. Go to the "Main" settings
+2. Click on "Manual setup and account options" below the wizard
+3. Press the "Accounts" button
+4. Select the account
+5. Scroll down until you find the "Advanced" options (gear icon) and press the button
+6. Enable the option "Synchronize outside the schedule too"
+
+
+## 3. Enable checking for spam
+
+FairEmail can perform various checks on incoming mails. This can be enabled in the "Receive" settings within the "Checks" options.
+
+1. Go to the "Receive" settings
+2. Scroll down to "Checks"
+3. Enable the option "Check if the sender's domain name is on a spam block list"
+
+**NOTE**: The status of the performed checks can be indicated through an icon for each message.
+To enable this, open the "Display" settings enable showing warnings and the status indicator under "Advanced".
+
+## 4. Edit your email signature
+
+The email signature is the text that is always added below the messages you send. The signatures can vary for each identity you send emails from.
+To add or edit your signature, do as follows:
+
+1. Go to the "Main" settings
+2. Click on "Manual setup and account options" below the wizard
+3. Press the "Identities" button
+4. Press the "Edit signature" button
+5. Enter or edit your signature and save it
+
+## 5. Limit mobile data usage
+
+You can set up whether to use metered connections such as mobile data and how much kilobytes of data to use per message.
+You can also disable downloading messages when roaming.
+
+Go to the "Connection" settings and you will find the following "General" options:
+
+* Use metered connections - using mobile data and paid Wi-Fi hotspots
+* Download while roaming
+* Roam like at home - Roaming within the EU won't be considered as roaming
+
+More information can be found in [FAQ #105 How does the roam-like-at-home option work?](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq105).
+
+## 6. Changing the theme
+
+You can slightly change the way the app looks. To this end, FairEmail comes with multiple pre-installed themes.
+You can switch themes like this:
+
+1. Open the menu by tapping the three dashes in the top left corner (hamburger menu)
+2. Choose "Settings"
+3. At the top bar, select the tab called "Display"
+4. Press the "Select theme" button
+5. Select the theme of your choice and confirm
+
+**NOTE:** Dynamic themes are not possible on Android.
+See [FAQ #164 Can you add customizable themes?](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq164) for further details.
+
+## 7. Changing start screen
+
+By default you will see a unified inbox on your start screen, which will summarize the inboxes of all your mail accounts in FairEmail.
+If you prefer to have a classic account view on start, maybe because you manage a greater number of email accounts with FairEmail,
+you can do this as follows:
+
+1. Open the menu by tapping the three dashes in the top left corner (hamburger menu)
+2. Choose "Settings"
+3. At the top bar, select the tab called "Display"
+4. Go to the option "Show on start screen" and select an available option within the dropdown menu
+5. Use the back key to get back to the start screen
+
+## 8. Show an avatar for each sender
+
+There are multiple ways to show an avatar for each sender. You can enable multiple at once.
+
+1. Go to the "Display" settings
+2. Scroll down to the "Message header" section
+3. Enable the options of your choice
+
+**NOTE:** Apart from the generated icons, there might be a privacy risk with each available option.
+Gravatars and Libravatar might not be available in the PlayStore version as Google falsely flags the app to be a spyware otherwise. Also see [this XDA thread](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/page-1125#post-87018167) on the matter.
+
+## 9. Enable biometric authentication
+
+You might want to protect your app via a PIN or a fingerprint to ensure no unauthorized person gains access to your messages.
+To do so, follow these steps:
+
+1. Go to the "Privacy" settings
+2. Press on the "PIN" or "Enable fingerprint" button
+3. Follow the instruction on your screen
+
+More information can be found in [FAQ #113 How does biometric authentication work?](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq113).
+
+## 10. Enable error reporting
+
+Error reporting is disabled by default. However, enabling this helps the developer finding any bugs and improving the app.
+If you want to enable error reporting, do as follows:
+
+1. Go to the "Miscellaneous" settings
+2. Enable the option "Send error reports"
+
+More information can be found in [FAQ #104 What do I need to know about error reporting?](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq104).
+
+<br>
+
+Thanks @[mkasimd](https://github.com/mkasimd/) for contributing this documentation.
diff --git a/tutorials/images/firstconf-00_license.png b/tutorials/images/firstconf-00_license.png
new file mode 100644
index 0000000000..74cd68f124
Binary files /dev/null and b/tutorials/images/firstconf-00_license.png differ
diff --git a/tutorials/images/firstconf-01_wizard-00.png b/tutorials/images/firstconf-01_wizard-00.png
new file mode 100644
index 0000000000..c9afd9a8b6
Binary files /dev/null and b/tutorials/images/firstconf-01_wizard-00.png differ
diff --git a/tutorials/images/firstconf-02_wizard-01.png b/tutorials/images/firstconf-02_wizard-01.png
new file mode 100644
index 0000000000..a547fb3672
Binary files /dev/null and b/tutorials/images/firstconf-02_wizard-01.png differ
diff --git a/tutorials/images/firstconf-03_wizard-02.png b/tutorials/images/firstconf-03_wizard-02.png
new file mode 100644
index 0000000000..0f192b232d
Binary files /dev/null and b/tutorials/images/firstconf-03_wizard-02.png differ
diff --git a/tutorials/images/firstconf-04_inbox-00.png b/tutorials/images/firstconf-04_inbox-00.png
new file mode 100644
index 0000000000..370197fbe7
Binary files /dev/null and b/tutorials/images/firstconf-04_inbox-00.png differ
diff --git a/tutorials/images/firstconf-06_inbox-01.png b/tutorials/images/firstconf-06_inbox-01.png
new file mode 100644
index 0000000000..48cd2d5bea
Binary files /dev/null and b/tutorials/images/firstconf-06_inbox-01.png differ
diff --git a/tutorials/images/firstconf_watchdog.png b/tutorials/images/firstconf_watchdog.png
new file mode 100644
index 0000000000..a84abd62b7
Binary files /dev/null and b/tutorials/images/firstconf_watchdog.png differ
diff --git a/tutorials/images/manualconf-01.png b/tutorials/images/manualconf-01.png
new file mode 100644
index 0000000000..eb662ed3d1
Binary files /dev/null and b/tutorials/images/manualconf-01.png differ
diff --git a/tutorials/images/manualconf-02.png b/tutorials/images/manualconf-02.png
new file mode 100644
index 0000000000..e00f65b4a6
Binary files /dev/null and b/tutorials/images/manualconf-02.png differ
diff --git a/tutorials/images/manualconf-03.png b/tutorials/images/manualconf-03.png
new file mode 100644
index 0000000000..22509b1fcf
Binary files /dev/null and b/tutorials/images/manualconf-03.png differ