+
+ 🌎 [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~~
++* ✔ ~~Synchronize on demand (manual)~~
++* ✔ ~~Semi-automatic encryption~~
++* ✔ ~~Copy message~~
++* ✔ ~~Colored stars~~
++* ✔ ~~Notification settings per folder~~
++* ✔ ~~Select local images for signatures~~
++* ✔ ~~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~~ (on-device only because IMAP doesn't support searching for attachments)
++* ✔ ~~Search for a folder~~
++* ✔ ~~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~~
++* ✔ ~~More compact folder view~~
++* ✔ ~~Compose lists~~
++* ❌ ~~Compose tables~~ (the Android editor doesn't suppor tables)
++* ✔ ~~Pinch zoom text size~~
++* ✔ ~~Display GIFs~~
++* ✔ ~~Themes~~
++* ❌ ~~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~~
++* ✔ ~~Unified starred messages view~~ (implemented as saved search)
++* ✔ ~~Move notification action~~
++* ✔ ~~S/MIME support~~
++* ✔ ~~Search for settings~~
++* ✔ 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/)?
+
+
+
+@@ -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.
+
+
+
+-**~~(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?**
+
+ 🌎 [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.
+
+
+
+@@ -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*.
+
+
+@@ -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.
+
+
+@@ -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*.
++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.
++
+
+
+
+@@ -4780,6 +4845,8 @@ Templates can have the following options:
+
+ **(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 @@
+
+
+
++
++
++
++
++
++
++
++
++
+
+
+
+
+
++
++
+
+
+
+
++
++
++
++
++
++
++
++
++
+
+
+
+
+
++
++
+
+
+
+
++
++
++
++
++
++
++
++
++
+
+
+
+
++
++
++
++
++
++
++
++
++
+
+
+
+ iki.fi
+
++// iliad italia: https://www.iliad.it
++// Submitted by Marios Makassikis
++ibxos.it
++iliadboxos.it
++
+ // Impertrix Solutions :
+ // Submitted by Zhixiang Zhao
+ impertrixcdn.com
+@@ -12458,9 +12464,11 @@ iopsys.se
+ // Submitted by Matthew Hardeman
+ ipifony.net
+
+-// IServ GmbH : https://iserv.eu
+-// Submitted by Kim-Alexander Brodowski
++// IServ GmbH : https://iserv.de
++// Submitted by Mario Hoberg
++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
++messerli.app
++
+ // MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
+ // Submitted by Zdeněk Šustr
+ *.cloud.metacentrum.cz
+@@ -13394,9 +13406,9 @@ rocky.page
+
+ // Salesforce.com, Inc. https://salesforce.com/
+ // Submitted by Michael Biven
+-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
+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.
++ *
++ *
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 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.
++ *
++ *
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.
++ *
++ *
Connection types are:
++ *
++ *
{@link #CONNECTION_TYPE_NOT_CONNECTED}
++ *
{@link #CONNECTION_TYPE_NATIVE}
++ *
{@link #CONNECTION_TYPE_PROJECTION}
++ *
++ */
++ @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 start methods have been has been called and
++ * so Bugsnag is initialized; false if start 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.
+- *
++ *
+ * 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.
+- *
++ *
+ * 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.
+- *
++ *
+ * You can use this to add or modify information attached to an Event
+ * before it is sent to your dashboard. You can also return
+ * false 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.
+- *
++ *
+ * For example:
+- *
++ *
+ * 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.
+- *
++ *
+ * You can use this to modify breadcrumbs before they are stored by Bugsnag.
+ * You can also return false from any callback to ignore a breadcrumb.
+- *
++ *
+ * For example:
+- *
++ *
+ * 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.
+- *
++ *
+ * You can use this to modify sessions before they are stored by Bugsnag.
+ * You can also return false from any callback to ignore a session.
+- *
++ *
+ * For example:
+- *
++ *
+ * 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 {
+ *
+ * stability score.
+ *
++ * @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()}.
+- *
++ *
+ * 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.
+- *
++ *
+ * 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.
+- *
++ *
+ * 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, apiKey: String): Event {
++ return Event(convertToEventImpl(map, apiKey), logger)
++ }
++
+ @Suppress("UNCHECKED_CAST")
+ internal fun convertToEventImpl(map: Map, apiKey: String): EventInternal {
+ val event = EventInternal(apiKey)
+@@ -85,7 +89,11 @@ internal class BugsnagEventMapper(
+ return event
+ }
+
+- internal fun convertErrorInternal(error: Map): ErrorInternal {
++ internal fun convertError(error: Map): Error {
++ return Error(convertErrorInternal(error), logger)
++ }
++
++ internal fun convertErrorInternal(error: Map): 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
+@@ -51,6 +53,7 @@ internal class ConfigInternal(
+ var discardClasses: Set = emptySet()
+ var enabledReleaseStages: Set? = null
+ var enabledBreadcrumbTypes: Set? = null
++ var telemetry: Set = EnumSet.of(Telemetry.INTERNAL_ERRORS)
+ var projectPackages: Set = 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 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) {
++ 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
++ private var runtimeVersions: MutableMap
+ private val rootedFuture: Future?
+ private val totalMemoryFuture: Future? = 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 {
+ val map = HashMap()
+ 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
++
++ 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 {
++ 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
++ 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 {
+- 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
+ ) {
+
+- /**
+- * 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
++ ): 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 {
++ internal fun findErrorTypesInFilename(eventFile: File): Set {
+ 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 {
++ internal fun findErrorTypesForEvent(obj: Any): Set {
+ 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 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 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,
+ logger: Logger,
+- currentThread: java.lang.Thread? = null,
+- stackTraces: MutableMap>? = null
++ currentThread: JavaThread = JavaThread.currentThread(),
++ allThreads: List = 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
+
+@@ -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 {
++ val rootGroup = rootThreadGroup()
++ val threadCount = rootGroup.activeCount()
++ val threads: Array = arrayOfNulls(threadCount)
++ rootGroup.enumerate(threads)
++ return threads.filterNotNull()
++ }
++ }
++
+ private fun captureThreadTrace(
+- stackTraces: MutableMap>,
+- currentThread: java.lang.Thread,
++ allThreads: List,
++ currentThread: JavaThread,
+ exc: Throwable?,
+ isUnhandled: Boolean,
++ maxThreadCount: Int,
+ projectPackages: Collection,
+ logger: Logger
+ ): MutableList {
+- // 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, fallbackApiKey: String): Event {
++ return eventMapper.convertToEvent(data, fallbackApiKey)
++ }
++
++ /**
++ * Convert the given `Map` of data to an `Error` object
++ */
++ fun convertToError(data: Map): BugsnagError {
++ return eventMapper.convertError(data)
++ }
++
++ /**
++ * Convert a given `Event` object to a `Map`
++ */
++ fun convertToMap(event: Event): Map {
++ val byteStream = ByteArrayOutputStream()
++ byteStream.writer().use { writer -> JsonStream(writer).value(event) }
++ return JsonHelper.deserialize(byteStream.toByteArray())
++ }
++
++ /**
++ * Convert a given `Error` object to a `Map`
++ */
++ fun convertToMap(error: BugsnagError): Map {
++ 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?,
+ val projectPackages: Collection,
+ val enabledBreadcrumbTypes: Set?,
++ val telemetry: Set,
+ 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,
+ 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 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() {
++ @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= 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= 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() {
++ @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() {
++ @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
+ 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 {
+
+ public void set(@NonNull List logs,
+ Long account, Long folder, Long message,
+- @NonNull List types) {
++ @NonNull List types,
++ Runnable callback) {
+ Log.i("Set logs=" + logs.size());
+
+ this.all = logs;
+@@ -162,6 +163,8 @@ public class AdapterLog extends RecyclerView.Adapter {
+
+ 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 {
+ }
+
+ public void setTypes(@NonNull List 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 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() {
+ @Override
+ protected void onPreExecute(Bundle args) {
+@@ -2820,6 +2840,10 @@ public class AdapterMessage extends RecyclerView.Adapter= 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 0) {
++ List 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 map = new HashMap<>();
+@@ -4242,12 +4263,11 @@ class Core {
+
+ List all = new ArrayList<>();
+
+- if (message.inreplyto != null)
+- for (String inreplyto : message.inreplyto.split(" ")) {
+- List replied = db.message().getMessagesByMsgId(folder.account, inreplyto);
+- if (replied != null)
+- all.addAll(replied);
+- }
++ if (message.inreplyto != null) {
++ List replied = db.message().getMessagesByMsgId(folder.account, message.inreplyto);
++ if (replied != null)
++ all.addAll(replied);
++ }
+ if (r.refid != null) {
+ List 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 getAccounts(String user, int protocol, int[] auth_type);
++ List 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 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> 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 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 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 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 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 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 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 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 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 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 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 {
+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 adapter = new ArrayAdapter(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 .
++
++ 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 adapter = new ArrayAdapter(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>() {
++ @Override
++ protected List onExecute(Context context, Bundle args) {
++ DB db = DB.getInstance(context);
++ return db.identity().getComposableIdentities(null);
++ }
++
++ @Override
++ protected void onExecuted(Bundle args, List 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() {
++ @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() {
++ @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 accounts =
+- db.account().getAccounts(user,
+- protocol,
+- new int[]{AUTH_TYPE_GMAIL, AUTH_TYPE_PASSWORD});
++ List 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 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() {
+ @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 folders;
++ EntityAccount account;
+ Map 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 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 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 accounts =
+- db.account().getAccounts(username,
+- protocol,
+- new int[]{AUTH_TYPE_OAUTH, AUTH_TYPE_PASSWORD});
++ List 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> 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() {
++ @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 accounts =
+- db.account().getAccounts(user,
+- EntityAccount.TYPE_IMAP,
+- new int[]{AUTH_TYPE_PASSWORD});
++ List 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 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 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() {
++ @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 ris = pm.queryIntentActivities(view, 0); // action whitelisted
++ int flags = (Build.VERSION.SDK_INT < Build.VERSION_CODES.M ? 0 : PackageManager.MATCH_ALL);
++ List 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 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
+ Blokeatutako bidaltzaileak
++
++ Blokeatu mezu %1$sen igorlea?
++ Blokeatu %1$s mezuen igorlea?
++
+ Erabili tokiko spam iragazia
+ Horrek bateriaren erabilera areagotu dezake eta mezuak oker markatu spam gisa
+ Erabili spama blokeatzeko zerrendak
+@@ -88,6 +96,10 @@
+ Inaktiboa
+ %1$s(e)k huts egin du
+ Zerbitzari-alerta: \'%1$s\'
++ Geratzen diren saiakerak: %1$d
++ Bidalketa berriro saiatuko da internet konexioa aldatzen denean, edo irteera ontzian behera tiratzean
++ %1$s(r)i bidalketak huts egin du
++ Zentzuratua: Autentifikazio biometrikoa edo PIN bidezkoa gaituta
+ %1$d minutu
+ Txantiloiak
+ Arauak
+@@ -106,6 +118,7 @@
+ Baloratu aplikazio hau
+ Ongi etorri
+ Azken erabiltzailearen lizentziaren onarpena
++ Kode irekiko lizentzia
+ Kolaboratzaileak
+ Ados nago
+ Ez nago ados
+@@ -126,6 +139,7 @@
+ 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.
+ Gehitu edo aldatu kontuak
+ Hornitaile batzuek zaildu egiten dute kontua gehitzea. Ez haserretu FairEmail aplikazioarekin, eskatu gaitzazu laguntza.
++ Sartutako e-mail helbidea e-mail zerbitzariari eta autoconfig.thunderbird.net helbideari informazioa eskatzeko erabiliko da
+ Mesedez, izan pazientzia …
+ IMAP zerbitzaria mezuak jasotzeko
+ SMTP zerbitzaria mezuak igortzeko
+@@ -141,11 +155,11 @@
+ Kontuak
+ Identitateak
+ Beste hornitzaile bat
++ Sarrerako e-maila soilik (ezin dira e-mailak bidali!)
+ POP3 kontua
+ Google kontuak baimentzeak Play Store eta Github bertsioetan bakarrik funtzionatuko du, Androidek aplikazioaren sinadura digitala egiaztatzen duelako
+ Eman baimena kontu bat aukeratu eta zure izena irakurtzeko
+ Google-k zure posta elektronikoa irakurri, konposatu, bidali eta ezabatzeko baimenak eskatuko ditu. FairEmail-ek ez ditu zure mezuak ezabatuko baimen espliziturik gabe.
+- Zirriborroen karpeta IMAP bidez eskuragarri ez badago, Gmailen etiketen ezarpenetan konpondu daiteke
+ \'AUTENTIFIKAZIOAK huts egin du\' errorea sistema administratzaileak IMAP/SMTP desgaitu duelako izan daiteke
+ Baimendu zure %1$s kontura sarbidea
+ Berriro baimendu lehendik dagoen kontu bat (bestela sortu kontu berri bat)
+@@ -170,14 +184,19 @@
+ Eman baimenak
+ Kontaktuen informazioa atzitzeko (aukerakoa)
+ Kontaktuen baimena behar da kontaktuen informazioa biltzeko eta kontuak iradokitzeko
++ Mezu berrien jakinarazpenak erakusteko (aukerazkoa)
++ Zeintzu baimen behar dira eta zergatik?
+ Nola inportatu ditzazket kontaktuak?
+ Desgaitu bateria optimizazioak
+ Posta elektronikoa atzeko planoan modu fidagarrian bidaltzeko eta jasotzeko
+ Egitan, aplikazio honek bateria gutxiago erabiltzen du bateria optimizazioak desgaitzen zaizkionean
++ Zergatik desgaitu beharko litzateke bateria-optimizazioa?
+ Bateria-erabilera handia?
+ Sinkronizazioa gelditu da?
+ Beharrezkoa da hau gailu honetarako
+ Aplikazioak ez du funtzionatuko
++ Alarmak eta oroigarriak desgaituta daude
++ Bigarren planoko mugak indarrean daude
+ Datuen aurreztailea gaituta dago
+ Erakutsi aukera aurreratuak
+ Joan sarrera-ontzira
+@@ -186,6 +205,7 @@
+ Eginda
+ Oraindik egiteko
+ Akatsa
++ Erabili POP3 (ez da aholkatzen)
+ Kontua konfiguratzen …
+ Aplokazio-pasahitz bat erabili behar zenezake
+ Gehigarria
+@@ -204,11 +224,16 @@
+ Pasahitz baliogabea
+ Inportatu kontuak eta identitateak
+ Ezabatu aurretik zeuden kontuak
++ Inportatu iragazte arauak
++ Inportatu tokiko kontaktuak
++ Inportatu erantzuin txantiloiak
++ Inportatu aukerak
+ Ezarpenak esportatuta
+ Ezarpenak inportatuta
+ Ezarpen fitxategi baliogabea
+ Kontua: %1$s
+ Identitatea: %1$s
++ Saltatua: Badago aurretik
+ Exekutatu laguntzailea berriro autentifikatzeko
+ Ordenatu kontuak
+ Ordenatu karpetak
+@@ -232,6 +257,7 @@
+ Iluna
+ Jarraitu sistema
+ Atzeko plano beltza
++ Atzealde argia jatorrizko mezuaren ikuspegian
+ Mezuen editorearentzako fondo argia
+ Jarraitu sistemako azala automatikoki txandakatuko ditu argia eta iluna eguna eta gauaren arabera, Androidek onartzen duenean
+ Kolore gehiago nahi ditut
+@@ -273,9 +299,12 @@
+ Ezabatu irakurri gabeko mezu zaharrak
+ Egiaztatu mezu zaharrak zerbitzaritik ezabatu diren
+ Gmail mezu-taldekatze estiloa Gmail kontuetan
++ Taldekatu mezuak igorle eta mintzagaiaren arabera
+ Sinkronizatu karpeten zerrenda
+ Sinkronizatu partekatutako karpeten zerrenda
+ Kudeatu karpeten harpidetzak
++ Egiaztatu mezuaren autentifikazioa
++ Egiaztatu garraio geruzaren segurtasuna (TLS)
+ Mezuak sinkronizatzean, erantzun-helbideak egiaztatzea
+ Egiaztatu bidaltzailearen helbide elektronikoak mezuak sinkronizatzean
+ Igorlearen domeinu-izena spam-blokeoaren zerrenda batean dagoen egiaztatzea
+@@ -283,19 +312,28 @@
+ Doitu automatikoki biziri-mantendu tartea
+ Erakutsi teklatua lehenetsita
+ Pantaila-teklatu osoa saihestea
++ Erabili izenak eta e-mail helbideak
+ Proposatu lokalean gordetako kontaktuak
+ Proposatu bidalitako mezuetan aurkitutako helbideak
+ Proposatu jasotako mezuetan aurkitutako helbideak
+ Ordenatu iradokitako helbideak erabilera maiztasunaren arabera
++ Erakutsi helbideen bonboiloak
+ Erakutsi oroigarriak
+ Atzeratu mezuen bidalketa
+- Letra mota lehenetsia
++ Gehitu partekatutako fitxategiak zirriborro berri batera
++ Tipografia lehenetsia
+ Jarri aurrizkia mintzagaiari behin bakarrik erantzun edo birbidaltzean
++ Gehitu kontua erantzunaren aurrizkian
+ Erabili erantzun/birbidali goiburu hedatua
++ Idatzi igorlearen testuaren gainean
++ Idatzi igorlearen testuaren azpian
+ Aipatu erantzundako testua
++ Mugatu habiratutako zita kopurua
+ Aldatu irudien tamaina erantzundako testuan
+ Sinaduraren kokapena
++ Erabili sinadura mezu berrietan
+ Erabili sinadura erantzutean
++ Lehen erantzunean besterik ez
+ Erabili sinadura birbidaltzean
+ Zirriborroa baztertzean ezabatu zirriborroa behin betiko
+ Mezu bati erantzutean, gorde erantzuna karpeta berean
+@@ -305,31 +343,45 @@
+ Usenet sinaduren konbentzioa
+ Kendu ezagututako sinadurak
+ Agiria eskatzean
++ Hasi elkarrizketa berria birbidaltzean
+ Hartzaileen email-helbideak egiaztatu bidali aurretik
+ Erabili neurtutako konexioak
+ Deskargatu mezuak eta eranskinak automatikoki neurtutako konexioetan, gehienez
+ Roaming egoeran mezuak eta gehitutakoak jaitsi
+ Ibili etxean bezala
+- Konektatzeko itxarote muga (segundotan)
++ Deskargatu mezu-goiburu guztiak
++ Deskargatu mezu-fitxategi gordinak
++ Deskargatu testu hutseko atalak soilik besterik esan ezean (eskuragarri badaude)
++ Konektatu soilik VPN bidez
++ Konektatzeko denbora-muga (segundotan)
++ Hobetsi IPv4, IPv6 ordez
+ Gogortu SSL konexioak
+ Kudeatu konektibitatea
+ Orokorra
++ Nabigazioa
++ Egiaztaketak
+ Zerrenda
+ Elkarrizketa
+ Mezua
+ Mezuaren goiburua
+ Mezuaren gorputza
++ Modu horizontala
+ Modu horizontala
+ Erabili bi lerro
+ Erabili bi zutabe
+ Pantailaren gutxieneko tamaina pantaila zatitzeko
++ Tolestu errenkada edo zutabea elkarrizketa ixtean
++ Erakutsi nabigazio-menuaren aukerak
+ Erakutsi kontuen kategoriak nabigazio-menuan
++ Finkatu nabigazio-menua
++ Ezkutatu nabigazio-menuaren aukerak?
+ Erakutsi lokalean gordetako mezu kopurua nabigazio menuan
+ Erakutsi finkatutako nabigazio-menuan irakurri ez diren mezuen kopurua
+ Erakutsi hasiera pantailan
+ Erabili txartela estiloa tabulazio estiloaren ordez
+ Txartelaren kolorea atzealdeko kolore gisa erabiltzea tabulu-estiloa erabiltzean
+ Taldekatu dataren arabera
++ Erakutsi data letra lodian
+ Elkarrizketak haritzea
+ Erakutsi irakurri gabeko mezu kopurua elkarrizketetan
+ Ezker/eskuin marjina elkarrizketetan jaso/bidalitako mezuetan
+@@ -342,15 +394,20 @@
+ Erakutsi sortutako ikonoak
+ Erakutsi identikonoak
+ Erakutsi ikono borobilak
++ Saturazioa: %1$s %%
++ Distira: %1$s %%
+ Erakutsi izenak eta e-mail helbideak
+ Nahiago kontaktu-izena bidaltzaile-izena baino
+ Azpimarratu igorlea kontaktua jasotzaile lokalki ezaguna bada
+- Erakutsi hartzaileak mezuaren goiburuan
++ Erakutsi hartzaileak mezu-goiburuan
++ Igorlearen letra tamaina
+ Beharrezkoa denean laburtu igorlea
+ Erakutsi mintzagaia igorlearen gainean
+ Erakutsi mintzagaia letra etzanean
+- Nabarmendu gaia
++ Nabarmendu mintzagaia
++ Mintzagaiaren letra tamaina
+ Behar denean laburtu mintzagaia
++ Nabarmentze-kolorea
+ Erakutsi gako-hitzak mezuaren goiburuan
+ Erakutsi Gmaileko etiketak mezuaren goiburuan
+ Erakutsi izarrak
+@@ -361,10 +418,14 @@
+ Erakutsi helbidearen xehetasunak lehenetsita
+ Erakutsi konprimitutako eranskinen edukia
+ Erakutsi gehitutakoa mezuko testuaren ondoren
++ Erabili hipenazio automatikoa
+ Erabili kontraste altua mezuaren testuarentzat
++ Erabili tipografia monoespaziatua mezuaren testuarentzat lehenetsita
++ Erabili tipografia monoespaziatua aurrez formateatutako testuarentzat
++ Erabili atzealdeko koloreak
+ Mantendu testuaren koloreak
+ Mantendu testuaren tamaina
+- Mantendu tipografiak
++ Erabili tipografiak
+ Mantendu testuaren lerrokatzea
+ Mantendu banaketa lerroak
+ Tolestu aipatutako testua
+@@ -373,8 +434,19 @@
+ Erakutsi elkarrizketako ekintza-barra
+ Erabili kontuaren kolorea elkarrizketaren tresna barrako atzeko planoaren kolore gisa
+ Koloreztatu Android-en nabigazio barra
++ Erabili txertatutako tipografiak
+ Erabili estilo orria
++ Erakutsi autentifikazio abisuak
++ Dagozkion egiaztaketak jasotze-ezarpenetan konfiguratu daitezke
++ Erakutsi autentifikazio egoeraren adierazlea
++ Autentifikaziorik ez
++ Autentifikazio partziala
++ Autentifikazio osoa
++ Berreskuratu aplikazioaren egoera abioan
++ Sinkronizatu abioan
+ \'Atzera\' birritan irteteko
++ Proposatu ekintzak (Android 10+)
++ Proposatu erantzunak (Android 10+)
+ Detektatu mezuen testuaren hizkuntza
+ Tiratu behera berritzeko
+ Korritu gora mezu berriak jasotzean
+@@ -391,6 +463,7 @@
+ Elkarrizketa ixtean
+ Elkarrizketak ixtea irakurri gabeko mezuak markatzean
+ Irakurri edo irakurri ez bezala eskuz markatzen diren mezuak kolapsatzea
++ Desegiteko denbora-muga
+ Erakutsi iragazki azkarren ikonoak
+ Erakutsi azkar gora/behera korritzeko ikonoak
+ Itzuli beti karpeten zerrendara mezuen zerrrendatik
+@@ -435,14 +508,21 @@
+ Erakutsi ezkutatutako mezuen testuak
+ Ezkutatu erabilitako azken aplikazioen pantailatik eta saihestu pantaila-argazkia egitea
+ PINa
+- Autentifikazio biometrikoaren iraupena
++ Autentifikazio biometrikoaren denbora-muga
++ Blokeatu pantaila itzaltzean
++ Ezabatu datuak urrunetik
+ Gaiaren lerroan hitz hauek dituen edozein mezu elektronikok automatikoki eta berehala ezabatuko ditu aplikazioaren datuak
++ Ezabatu aplikazioaren datuak
+ Besterik ezean sinatu
+ Besterik ezean zifratu
+ Desenkriptatu mezuak automatikoki
+ OpenPGP hornitzailea
+ Erabili Autocrypt
+ Elkarrekiko Autocrypt modua
++ Zifratu mintzagaia
++ Inportatu gakoa
++ Sinadura-algoritmoa
++ Zifratze-algoritmoa
+ Egiaztatu gako publikoa bidaltzean
+ Kudeatu gako publikoak
+ Inportatu gako pribatua
+@@ -452,28 +532,39 @@
+ Erakutsi maiz erabilitako kontaktuak Android partekatzeko menuan
+ Sortu bilaketa-indizea
+ %1$d / %2$d mezu indexatuak (%3$s)
++ Klasifikatu mezuak
+ Hizkuntza
+ Sistema
++ DeepL integrazioa
++ SD txartela erabili nahi dut
+ Aldiro egiaztatu FairEmail aktibo dagoen
+ Egiaztatu GitHub-eko eguneratzeak
++ Astero egiaztatu nahi dut, ez egunero
+ Probatu ezaugarri esperimentalak
+ Bidali errore txostenak
+ Ezabatu mezu zaharren eranskinak
+ Garbiketa
+ Aplikazioaren ezarpenak
+ Aukera gehiago
++ Egunkari nagusia
++ Protokoloen egunkaria
++ Arazke egunkaria
+ Arazketa modua
+ Mezuak jasotzea desgaituta badago, mezuak jaso daitezke oraindik ere mezuen zerrenda behera tiratuz
++ Honek bateria erabilera handia ekar lezake!
+ 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.
+ Sakatu orduren batean ordua ezartzeko
+ Programak desaktibatu egin daitezke kontuaren konfigurazio aurreratuan
+ Honek datuen erabilera murrizten du, baina mezu berriak gal daitezke posta-zerbitzariak estandarrak jarraitzen ez baditu
+ Hornitzaile batzuek ezezaguna, baliogabea edo etorkizuneko data duten mezuak datarik gabe gordetzen dituzte
+ Hornitzaile batzuek ez dute hori behar bezala onartzen, eta horrek mezu bat edo guztiak ez sinkronizatzea eragin dezake
++ Honek datu erabilera handia ekar lezake!
+ Desaktibatuta dagoenean, irakurri gabeko mezuak gailuan gordeko dira betiko
+ Honek datu gehigarriak transferituko ditu eta bateriaren energia gehigarria kontsumituko du, batez ere telefonoan mezu asko gordetzen badira
+ Honek duela gutxi jasotako mezuei bakarrik aplikatzen zaie eta dauden taldeak hautsi daitezke
++ Azken %1$d orduetan jasotako mezuak besterik ez
+ Hori ezgaitzeak datuak eta bateriaren erabilera zertxobait murriztuko ditu, baina karpeten zerrenda eguneratzea ere ezgaituko du
++ Honek DKIM, SPF eta DMARC autentifikazioen emaitza egiaztatutko du e-mail zerbitzariak egin bezala
+ Honek ezkutu berde bat erakutsiko du, baldin eta mezu bat zerbitzari guztiek segurtasunez garraiatu badute
+ Honek egiaztatuko du igorlearen domeinu-izena eta erantzun-helbidea berdinak diren
+ Honek DNS MX erregistroak dauden ala ez egiaztatuko du
+@@ -481,12 +572,12 @@
+ Hau beti itzuliko da mezuen zerrenda batetik erlazionatutako kontuaren karpeta-zerrendara
+ Desaktibatuta badago, helbide elektronikoak bakarrik erabiliko dira kontaktuak hautatzean
+ Android-en kontaktuez gain. Kontaktuen datuak gordeko dira mezuak bidali edo jasotzean soilik baimenduta badago.
+- Erakutsi abisua mezuaren edo gairen testua hutsik dagoenean edo eranskina falta denean
++ Erakutsi abisua mezuaren edo mintzagairen testua hutsik dagoenean edo eranskina falta denean
+ Txertatu \'-- \' testua eta sinaduraren artean
+ Neurtutako konexioak orokorrean konexio mugikorrak eta ordainpeko wifi guneak dira
+ Aukera hau desgaitzeak internet konexio mugikorrekin mezuak bidaltzea eta jasotzea eragotziko du
+ EBn ez da datuen ibiltaritza onartzen
+- Irakurtzeko/idazteko itxarote-muga konexio-denboraren bikoitza ezarriko da. Balio altuagoak bateriaren erabileran gehiago eragingo lukete.
++ Irakurtzeko/idazteko denbora-muga konexioaren denbora-mugaren bikoitzean ezarriko da. Balio altuagoek bateriaren erabileran gehiago eragingo lukete.
+ Hori aktibatuz gero, SSL protokolo ahulak eta zifratzeak desgaituko dira eta horrek konexio arazoak sor ditzake
+ Mezuen goiburuak beti jasoko dira datuen ibiltaritza dagoenean. Telefonoaren datuen ibiltaritza ezarpena erabil dezakezu internet desgaitzeko.
+ Bilatu mezu gehiago korritzerakoan
+@@ -536,6 +627,7 @@
+ Baimendu bidaltzailearen helbidea editatzea
+ Regex sarrerako helbideen erabiltzaile izenarekin bat etortzeko
+ Erantzun-helbidea
++ Baimendu UTF-8 mezu-goiburuetan
+ Zerbitzari gehienek ez dute hau onartzen
+ Mezuaren gehieneko tamaina (MB)
+ Eskatu defektuz bidalketa/irakurri izanaren egiaztagiria
+@@ -545,10 +637,12 @@
+ Gomendatua
+ Lotutako kontua
+ Kontuaren izena
++ Kategoria
+ Karpetak bereizteko erabilia
+ Mezu berrien arazketa freskatzeko maiztasuna
+ Ezgaitu hau mezu hutsak edo eranskinak hondatuta badaude
+ Kolorea
++ Atzealdea
+ Gardena
+ Sinkronizatu eskuz
+ Banatutako jakinarazpenak
+@@ -563,12 +657,12 @@
+ Pertsonalizatua
+ Ostalari-izena
+ Zifratzea
+- Bat ere ez
+ Baimendu konexio ez seguruak
+ Konexio ez seguruak konfiantzazko sareetan besterik ez lirateke onartu behar, inoiz ez sare publikoetan
+ Ataka zenbakia
+ Erabiltzaile izena
+ Pasahitza
++ Nola gordetzen dira pasahitzak?
+ Erabiltzaile-izenak eta pasahitzek maiuskulak eta minuskulak bereizi ohi dituzte
+ Bezero ziurtagiria
+ Domeinua
+@@ -578,8 +672,8 @@
+ Nagusia (kontu lehenetsia)
+ Nagusia (identitate lehenetsia)
+ Kendu e-mail helbidea erantzutean
+- Utzi mezuak zerbitzarian
+- Utzi ezabatutako mezuak zerbitzarian
++ Mantendu mezuak zerbitzarian
++ Mantendu ezabatutako mezuak zerbitzarian
+ Utzi mezuak gailuan
+ Deskargatzeko gehienezko mezuen kopurua (guztientzako hutsik)
+ Erabili \'Jasota\' goiburua
+@@ -603,10 +697,12 @@
+ Sinkronizazio akatsak %1$s geroztik
+ Bidaltzailearena (%1$s) eta erantzuteko domeinua (%2$s) ez datoz bat
+ Mezu elektronikoak bidaltzeko, kontuaren konfigurazioan zirriborroen karpeta bat hautatu behar da
++ Aldatu pasahitz bidezko autentifikaziora
+ Ezabatu kontua
+ Ezabatu kontu hau behin betiko?
+ Ezabatu identitate hau behin betiko?
+ Editatu HTML gisa
++ Inportatu fitxategia
+ Sinadura-gakoa: %1$s
+ Azken konexioa: %1$s
+ Zerbitzariko biltegiratze erabilera: %1$s/%2$s
+@@ -622,6 +718,7 @@
+ Mezuak zabaltzean markatu irakurrita gisa
+ Sinkronizatu orain
+ Azpikarpetak
++ Eskuratu mezu gehiago
+ Kontuan izan mezu asko (hamar mila edo gehiago) zure gailuan biltegiratzeak atzerapenak eragin ditzakeela, barneko biltegiratze-espazioa ez baita infinituki azkarra.
+ Sinkronizatu
+ Gaitu sinkronizazioa
+@@ -634,6 +731,7 @@
+ Spam hutsak
+ Editatu propietateak
+ Editatu arauak
++ Esportatu mezuak
+ Sortu jakinarazpen kanala
+ Editatu jakinarazpen kanala
+ Ezabatu jakinarazpen kanala
+@@ -641,6 +739,7 @@
+ Editatu kontaktua
+ E-mail
+ Izena
++ Taldea
+ Sortu azpi-karpeta
+ Ezabatu zakarrontziko mezu guztiak behin betiko?
+ Ezabatu spam mezu guztiak behin betiko?
+@@ -657,11 +756,16 @@
+ Kontaktu lokal ikusgarriak ezabatu?
+ Ez dago eragiketarik egiteke
+ Eragiketak ezabatzeak mezuen desagertzea eta sinkronizazio arazoak eragin ditzake
++ Goiburuak deskargatzen
++ Mezu gordina deskargatzen
+ Karpetaren izena
+ Pantaila-izena
+ Erakutsi karpeta ezkutuak
+ Erakutsi izardun mezuen kopurua
+ Harpidetuta bakarrik
++ Aplikatu guztiei
++ Editatu kontuaren izena
++ Editatu kontuaren kolorea
+ Ezkutatu karpeta
+ Erakutsi sarrera ontzi bateratuan
+ Erakutsi nabigazio menuan
+@@ -697,10 +801,12 @@
+ Erabiltzailearen karpetak soilik
+ Kontu nagusiaren karpetak
+ Sarrera ontzi bateratuko karpetak
++ Tokiko zirriborroak
+ Karpetarik ez
+ Mezurik ez
+ Iragazki bat edo gehiago aktibo
+ Mezu bikoiztua %1$s-(a)n
++ %1$s(e)tik zakarrontzira bidalitako mezua
+ Re: %1$s
+ Fwd: %1$s
+ Re: %1$s
+@@ -718,24 +824,36 @@
+ Handia
+ Bilatu testuan …
+ Birbidali
++ Birbidali
++ Mezu-goiburuak deskargatzen …
+ Mezu berria
+ Editatu berri gisa
++ Editatu tokiko oharrak
+ Sortu araua …
+ Partekatu
+ Gehitu egutegira
+ Gehitu lasterbidea
+ Inprimatu
++ Inprimatu goiburua
++ Irudiak deskargatzea denbora hartu lezake
+ Erakutsi goiburuak
++ Partekatu HTML gisa
+ Gorde mezu gordina
+ Bidali eranskin gisa
+ Mezua
+ Elkarrizketa
+- Kudeatu hitz gakoak
+- Gehitu hitz gakoak
++ Kudeatu gako-hitzak
++ Gehitu gako-hitzak
+ Erakutsi txertatutako eranskinak
+ Deskargatu denak
+ Gorde denak
+ Gorde mezu gordinaren fitxategia
++ Bilatu mezuetan
++ Bilatu mezuen testuan
++ Konfiguratu botoiak …
++ Aukeratu ekintzak
++ Garrantxi gutxikoa
++ Garrantzi handikoa
+ Atzeratu
+ Zakarrontzia
+ Kopiatu …
+@@ -744,6 +862,7 @@
+ Ezabatu
+ Ezabatu guztiak
+ Gehiago
++ Gutxiago
+ Spama
+ Eraman
+ Kopiatu
+@@ -771,6 +890,7 @@
+ Ez da erantzun txantiloirik zehaztu
+ Edukiaren izena
+ Eduki mota
++ Bilatu aplikazioa
+ Ez dago audio grabagailu aplikazio egokirik eskuragarri
+ Ez dago kamera aplikazio egokirik eskuragarri
+ Biltegiratzea atzitzeko tresneria ez dago eskuragarri
+@@ -786,6 +906,8 @@
+ Mezua luzeegia da osorik erakusteko
+ Erakutsi mezu osoa
+ Erakutsi pantaila osoan
++ Doitu zabalera
++ Desgaitu zabalerak
+ Erabili gabeko txertatutako irudiak kenduko dira bidaltzean
+ Kontutik kontura eramandako mezuak berriro deskargatuko dira horrek dakarren datuen erabilera gehigarriarekin
+ Mezu gordina gorde da
+@@ -829,6 +951,7 @@
+ Honen bidez:
+ Bidalita:
+ Jasota:
++ Data:
+ Biltegiratua:
+ Tamaina:
+ Hizkuntza:
+@@ -839,11 +962,13 @@
+ Baztertu
+ Gorde
+ Bidali
++ Bidaltzen …
+ Bidali orain
+ Bidali honen bidez
+ Bidali noiz …
+ Zifratzea
+ Lehentasuna
++ Sentikortasuna
+ Ez da zerbitzaririk aurkitu \'%1$s\' helbidean
+ Estiloa
+ Lodia
+@@ -860,11 +985,16 @@
+ Zerrenda
+ Buletak
+ Zenbakiduna
+- Letra-tipoa
++ Tipografia
+ Lehenetsia
++ Indentazioa
++ Nabarmendu
+ Marratua
+ Garbitu formatua
+ Txertatu esteka
++ Helbidea
++ Titulua
++ Eskuratu tituloa
+ Gehitu irudia
+ Txertatu
+ Erantsi
+@@ -882,6 +1012,11 @@
+ Multimedia tresna-barra
+ Txertatu kontaktu taldea
+ Txertatu txantiloia
++ Itzuli
++ Sartu gakoa
++ Erabili tipografia txikia iturburuaren testuarentzan
++ Egiaztatzen …
++ Iradokizunik ez
+ Editatu testu soil gisa
+ Editatu birformateatutako testu gisa
+ Aukeratu gako publikoa
+@@ -892,6 +1027,7 @@
+ Gako pribatua ez dator bat zifratze-gakoekin
+ Oroigarriak berriro gaitu daitezke bidalketa ezarpenetan
+ Testu soila besterik ez
++ Egoeraren txostena
+ Eskatu agiria
+ Hornitzaile eta bezero gehienek ez dituzte jasotze agiri eskariak aintzat hartzen
+ Igorlea falta da
+@@ -915,6 +1051,10 @@
+ Zifratu
+ Deszifratu
+ Birsinkronizatu
++ Kodeaketa
++ Automatikoa
++ Erakutsi testu hutsa
++ Erakutsi HTML
+ Ez da OpenKeychain aurkitu
+ OpenKeychain-era transferitzen
+ Egiaztatu sinadura mezuaren testua erakusteko
+@@ -933,7 +1073,8 @@
+ Igorlearen helbidea
+ Sinaduraren helbidea
+ Igorlearen helbide elektronikoa eta sinadura ez datoz bat
+- Gaia
++ Algoritmoa
++ Mintzagaia
+ Baliozkotasuna
+ Gako publiko hori une honetan ez da baliozkoa
+ Biltegiratu
+@@ -950,7 +1091,7 @@
+ Igorleetan (nork)
+ Hartzaileetan (nori, cc)
+ Mintzagaian
+- Hitz-gakoetan (onartuz gero)
++ Gako-hitzetan (onartuz gero)
+ Mezuen testuan
+ Lokaleko oharretan
+ Bilaketaren muga
+@@ -961,6 +1102,7 @@
+ Eranskinekin (gailuan soilik)
+ Mezuaren neurria hau baino handiagoa
+ Zaborrontzian
++ Spam karpetan
+ Aurretik
+ Ondoren
+ Bilatu lehenengo gailuan
+@@ -977,6 +1119,9 @@
+ Bilatu hemen
+ Bilatu igorlea
+ Gordetako bilaketa ezabatu?
++ Izena
++ Ordena
++ Kolorea
+ Ordenatzeko irizpidea
+ Denbora
+ Irakurri gabea
+@@ -1022,6 +1167,8 @@
+ Ezkutatu menuetan
+ Txantiloi-testua
+ Igorlearen izen osoa
++ Igorlearen e-mail helbidea
++ Igorlearen abizena
+ Ekintzarik ez
+ Markatu irakurria
+ Markatu irakurri gabeko gisa
+@@ -1030,11 +1177,14 @@
+ Atzeratu
+ Gehitu izarra
+ Ezarri garrantzia
+- Gehitu hitz gakoa
++ Gehitu gako-hitza
+ Eraman
+ Kopiatu (etiketa)
++ Erantzun/birbidali
++ Testua hizketara
+ Automatizazioa
+ Ezabatu behin betiko
++ Jo soinua
+ Editatu araua
+ Araua honi aplikatzen zaio
+ Izena
+@@ -1047,6 +1197,7 @@
+ Mintzagaiak hau du
+ Eranskinen bat du
+ Goiburuak hau du
++ Testuak dauka
+ Baldintza hori erabiltzeak beti deskargatuko du testua mezutik, eta horrek mezu-zerrendaren sinkronizazioa mantsotu dezake
+ Adierazpen erregularra
+ ETA
+@@ -1058,7 +1209,9 @@
+ Elkarrizketa eta karpeta bereko mezu guztiak
+ Identitatea
+ Erantzun txantiloia
++ Erabili txantiloiaren izena mintzagai gisa
+ Birbidali hona:
++ Birbidali
+ Erantzun CC helbideei
+ Eranskinekin
+ Erantzun bakarra bidaliko da elkarrizketako, erantzun begiztan sahiesteko
+@@ -1084,6 +1237,7 @@
+ Nork
+ Mintzagaia
+ Testua
++ Hautatu soinua
+ Sinkronizatu
+ Karpetak
+ Mezuak
+@@ -1127,12 +1281,16 @@
+ Zirriborroa du
+ Lehentasun altua du
+ Lehentasun baxua du
++ Pertsonala da
++ Pribatua da
++ Konfidentziala da
+ Garrantzitsua da
+ Ez da garrantzitsua
+ Sinatuta dago
+ Zifratuta dago
+ Autentifikazioak huts egin du
+ Topatu da
++ Automatikoki klasifikatu da
+ Atzeratu da
+ Arakatua edo bilatua da
+ Erantzun izan da
+@@ -1147,6 +1305,8 @@
+ Ikusi edukia
+ Ezkutatu edukia
+ Deskargatu edukia
++ Ikusi jatorrizko mezua
++ Ikusi birformateatutako mezua
+ Kanpo irudiarentzat tokia
+ Txertatutako irudiarentzat tokia
+ Jarraipen irudia
+@@ -1172,7 +1332,10 @@
+ Sortu araua
+ Kendu zerrendarako harpidetza
+ Erakutsi irudiak
++ Ezkutatu irudiak
++ Erakutsi AMP aldaera
+ Erakutsi jatorrizko mezua
++ Erakutsi birformateatutako mezua
+ Editatu
+ Lehenetsitako kolorea
+ Itxi laguntza
+@@ -1195,6 +1358,8 @@
+ Fokatu testua
+ Sakatu luze karpetako aukerak ikusteko, hala nola karpeta bat gehitzeko abio bizkorreko nabigazio menuan
+ Bateria eta sarearen erabilera mugatzeko ez dira karpeta eta mezu guztiak sinkronizatuko lehenetsita
++ Hegaldi modua aktibatuta dago
++ Jakinarazpenak desgaituta daude
+ Galdera edo arazoren bat baduzu, erabili laguntza menua laguntza jasotzeko
+ Pasatu hatza ezkerrera zakarrontzira botatzeko, pasatu hatza eskuinera artxibatzeko (eskuragarri badago). Hatza pasatzeko ekintzak kontuaren ezarpenetan konfiguratu daitezke
+ Sakatu luze mezu bat hainbat mezu hautatzen hasteko. Mantendu eta pasatu hatza gora edo behera mezu gehiago hautatzeko
+@@ -1209,6 +1374,7 @@
+ Sakatu luze aukeretarako
+ Hau mezu gordin fitxategi baten edukiaren laburpena da. Gorde mezu gordina ekintza-barrako \'gorde\' ikonoarekin eduki osoa ikusteko.
+ Ireki esteka
++ Irudiaren esteka
+ Izenburua eta estekaren helbidea desberdinak dira
+ Trafikoa ez da zifratuko
+ Trafikoa zifratuko da
+@@ -1217,6 +1383,7 @@
+ Egiaztatu jabea
+ Informazioa ipinfo.io helbidetik eskuratuko da
+ Jabearen IP helbidea
++ Lehenetsitako aplikazioak
+ Hautatu aplikazioa
+ Galdera edo arazoren bat duzu?
+ Bai
+@@ -1224,6 +1391,7 @@
+ Geroago
+ Desegin
+ Berregin
++ Txertatu errenkada
+ Gehitu
+ Ireki honekin
+ Informazioa
+@@ -1234,6 +1402,7 @@
+ Gaitu
+ Gaituta
+ Desgaitu
++ Mantendu egunean
+ Exekutatzen
+ Burututa
+ Kopiatu arbelera
+@@ -1284,7 +1453,6 @@
+ Saiatu berriro
+ Ustekabeko errorea
+ Egunkaria
+- Korritze automatikoa
+ Garbitu
+ Esportatu arauak
+ Inportatu arauak
+@@ -1297,7 +1465,10 @@
+ Mezu berrien kopurua
+ Mezuen zerrenda
+ Sinkronizazioa bai/ez
++ Sinkronizazioa
++ Bai
+ Itzalita
++ Bai/Ez
+ Kontua
+ Denak
+ Karpeta
+@@ -1306,8 +1477,11 @@
+ Izardun mezuak soilik
+ Letra-tamaina
+ Betegarriaren tamaina
++ Erakutsi banaketa-lerroak
+ Atzeko plano erdi gardena
++ Erakutsi kontaktuen abatarrak
+ Atzeko kolorea
++ Jarraitu sistemaren gai iluna
+ Tolestuta
+ Hedatua
+ Irakurrita
+@@ -1346,6 +1520,7 @@
+
+ Beti
+ 5 minuturik behin
++ 10 minuturik behin
+ 15 minuturik behin
+ 30 minuturik behin
+ Orduero
+@@ -1389,6 +1564,7 @@
+ Joan hurrengo elkarrizketara
+
+
++ Oso txikia
+ Estra txikia
+ Txikia
+ Ertaina
+@@ -1423,8 +1599,8 @@
+
+ Arrunta
+ Pertsonala
+- Private
+- Confidential
++ Pribatua
++ Konfidentziala
+
+
+ 1
+@@ -1439,6 +1615,7 @@
+ Ertaina
+ Handia
+
++ Oso txikia
+
+ Irakurragiria bakarrik
+ Bidaltze agiria bakarrik
+@@ -1479,10 +1656,15 @@
+ Etzana
+ Serif
+ Sans-serif
+- Monospace
+- Fantasy
++ Monoespaziatua
++ Fantasiazkoa
+
+
++
++ Izena besterik ez
++ E-maila besterik ez
++ Izena eta e-maila
++
+
+
+
+@@ -1496,13 +1678,13 @@
+ Hartzailea
+ Igorlea
+ Blokeatua
+- Not blocked
++ Ez blokeatuta
+
+
+- Any
+- Home
++ Edozein
++ Etxekoa
+ Lanekoa
+ Bestea
+- Mobile
++ Mugikorra
+
+
+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 @@
+ FairEmail یک برنامه منبع باز بوده که تمرکز آن بر روی امنیت و حفظ حریم خصوصی است. بنابر دلایلی ممکن است برخی ویژگیها بسته به نوع استفاده شما متفاوت باشند.
+ به عنوان مثال ، پیامها به طور پیش فرض برای حذف عناصر ناامن و بهبود خوانایی مجدداً قالب بندی می شوند و باز شدن پیوندها باید از نظر ایمنی تأیید شود. در صورت تمایل می توان هر دو را غیرفعال کرد.
+ اشکالات در نسخه اندروید این دستگاه خاص باعث خروج ناگهانی می شود
++ تمام دادهها ممکن است از دست بروند
+ به هر حال ادامه بده
+ برای خروج دوباره روی \'بازگشت\' کلیک کنید
+ فضای ذخیره سازی کافی باقی نمانده است
+@@ -141,6 +142,7 @@
+ سرور SMTP برای ارسال پیامها
+ گواهینامههای سرور
+ جادوگر
++ آموزش ها
+ برنامه نصب کننده میتواند چندین بار برای راهاندازی چندین حساب مورد استفاده قرار بگیرد
+ من به یک نشانیهای ایمیل تازه نیاز دارم
+ تنظیمات دستی و گزینههای حساب
+@@ -158,7 +160,6 @@
+ حساب های گوگل فقط در نسخههای پلی استور و گیت هاب مجاز میشوند چون اندروید امضای برنامه را بررسی میکند
+ لطفا مجوز برای انتخاب حساب و خواندن نام شما را اعطا کنید
+ گوگل برای خواندن، نوشتن، فرستادن و حذف همیشگی همه ایمیلهای شما درخواست دسترسی خواهد کرد. FairEmail هیچوقت بدون رضایت آشکار شما پیامهای شما را حذف نخواهد کرد.
+- اگر پوشه پیشنویسها بهوسیله IMAP قابل دسترسی نیست، میتوان آن را در تنظیمات برچسبهای جیمیل درست کرد
+ میخواهم به جای حسابی روی دستگاه، به یک حساب با رمز عبور اجازه بدهم
+ خطای \'AUTHENTICATE failed\' میتواند بهدلیل غیرفعال بودن IMAP/SMTP به دست مدیر سیستم باشد
+ برای دسترسی به %1$s حسابتان اجازه دهید
+@@ -352,7 +353,7 @@
+ استفاده از دو ردیف
+ استفاده از دو ستون
+ کمترین اندازه صفحه برای تقسیم کردن صفحه
+- پهنای ستون پیام: %1$s %%
++ عرض ستون / ارتفاع ردیف پیام %1$s %%
+ نشان دادن گزینههای منوی ناوبری
+ دستهبندیهای حساب را در منوی ناوبری نمایش بده
+ سنجاق کردن منوی ناوبری
+@@ -404,6 +405,7 @@
+ استفاده از اندازه متن
+ استفاده از قلمها
+ استفاده از چیدمان متن
++ نمایش {HTML titles}
+ استفاده از خطوط جدا کننده
+ بستن متن نقل شده
+ تصاویر درون خطی را خودکار نمایش بده
+@@ -416,6 +418,7 @@
+ بدون تایید هویت
+ تایید هویت ناقص
+ تایید هویت کامل
++ بازیابی وضعیت اپ در هنگام شروع
+ همگامسازی در موقع شروع
+ برای خروج دوبار \'بازگشت\' را بزنید
+ پیشنهاد پاسخ (اندروید +۱۰)
+@@ -489,6 +492,7 @@
+ %1$d / %2$d پیام ایندکس شد (%3$s)
+ زبان
+ سیستم
++ یکپارچگی ابزارهای زبانی
+ بطور دوره ای بررسی کن که آیا FairEmail هنوز فعال است یا خیر
+ امتحان ویژگیهای آزمایشی
+ ارسال گزارشهای خطا
+@@ -502,7 +506,7 @@
+ این بررسی خواهد کرد که آیا سابقه DNS MX وجود دارد
+ این سرعت همگامسازی پیامها را کاهش خواهد داد
+ این همیشه به فهرست پوشه مرتبط با حساب از یک لیست پیام برخواهد گشت
+- این گزینه، آخرین هویت استفاده شده برای اولین گیرنده پیامهای جدید را انتخاب خواهد کرد
++ این گزینه، آخرین هویت استفاده شده را به عنوان گیرنده پیامهای جدید انتخاب خواهد کرد
+ هنگامی که موضوع یا متن پیام خالی است یا یک پیوست ممکن است وجود نداشته باشد، یک هشدار نشان بده
+ بین متن و امضا \'-- \' درج کنید
+ اتصالهای حجمی عموما شبکههای موبایل یا یک هات اسپات غیر رایگان میباشند
+@@ -558,7 +562,6 @@
+ سفارشی
+ نام میزبان
+ رمزنگاری
+- هیچ کدام
+ اجازه اتصال ناامن
+ میتوانید این را برای نوتیفیکیشنهای خاص حساب فعال کنید
+ شماره پورت
+@@ -596,6 +599,7 @@
+ حذف همیشگی این حساب؟
+ حذف همیشگی این هویت؟
+ ویرایش بهصورت HTML
++ وارد کردن فایل
+ کلید امضا: %1$s
+ آخرین اتصال: %1$s
+ استفاده از حافظه سرور: %1$s/%2$s
+@@ -634,6 +638,7 @@
+ نمایش پوشههای پنهان
+ نمایش شمار پیامهای ستارهدار
+ تنها مشترک شده
++ ویرایش رنگ حساب
+ پنهانسازی پوشه
+ در صورتی که همه پیامها خوانده شدهاند پوشه را پنهان کن
+ تنها در فهرست پوشههای نمایش داده شده در صفحه شروع
+@@ -931,6 +936,10 @@
+ جستجو در
+ جستجو برای فرستنده
+ جستجوی ذخیره شده پاک شود؟
++ جستجوهای ذخیره شده
++ نام
++ سفارش
++ رنگ
+ مرتبسازی براساس
+ زمان
+ خوانده نشده
+@@ -1081,6 +1090,7 @@
+ مکان نگهداری تصویر جاسازی شده
+ تصویر ردیاب
+ تصویر شکسته (خراب)
++ باز کردن بیرون از اپلیکیشن
+ انتخاب مخاطب
+ نمایش گیرنده رونوشت/رونوشت پنهان
+ درج لینک
+@@ -1144,6 +1154,7 @@
+ بله
+ خير
+ بعدا
++ جایگذاری به عنوان متن ساده
+ عقبگرد
+ انجام دوباره
+ افزودن
+@@ -1203,7 +1214,6 @@
+ دوباره تلاش کن
+ خطای غیر منتظره
+ گزارش اتفاقات
+- پیمایش خودکار
+ پاکسازی
+ اطلاعات اشکال زدایی
+ لطفاً مشکل را شرح داده و به زمان مشکل نیز اشاره کنید:
+@@ -1224,6 +1234,7 @@
+ نمایش تصویر مخاطبین
+ رنگ پسزمینه
+ بر اساس تم تاریک سیستم
++ گوگل قابلیت حالت تاریک را در نسخههای اندروید کمتر از ۱۰ حذف کرد
+ جمع شده
+ گسترش یافته
+ خوانده شده
+@@ -1260,6 +1271,7 @@
+
+ همیشه
+ Every 5 minutes
++ هر ۱۰ دقیقه
+ هر ۱۵ دقیقه
+ هر ۳۰ دقیقه
+ هر ساعت
+@@ -1303,7 +1315,8 @@
+ رفتن به گفتگو بعدی
+
+
+- Extra small
++ ریز
++ خیلی کوچک
+ کوچک
+ متوسط
+ بزرگ
+@@ -1353,6 +1366,7 @@
+ متوسط
+ بزرگ
+
++ ریز
+
+ تنها رسید خواندن
+ تنها رسید دریافت
+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 @@
+ Google-tilien valtuutus toimii vain Play Kaupan ja GitHubin versioissa, koska Android tarkistaa sovelluksen digitaalisen allekirjoituksen
+ Ole hyvä ja myönnä oikeudet tilin valitsemiseksi ja nimesi lukemiseksi
+ Google kysyy oikeuksia lukea, kirjoittaa, lähettää ja poistaa viestejäsi pysyvästi. FairEmail ei koskaan poista viestejäsi ilman yksiselitteistä hyväksyntääsi.
+- Jos luonnokset-kansio ei ole IMAPin saatavilla, asia voidaan korjata Gmailin tunnisteiden asetuksissa
+ Virhe \'AUTHENTICATE failed\' voi aiheutua siitä, että järjestelmän ylläpitäjän on poistanut IMAP/SMTP-protokollat käytöstä
+ Valtuuta pääsy tilillesi %1$s
+ Valtuuta olemassa oleva tili uudelleen (muussa tapauksessa luo uusi tili)
+@@ -389,7 +388,6 @@
+ Käytä kahta saraketta
+ Näytön vähimmäiskoko näytön jakamiseksi
+ Tiivistä rivi tai sarake, kun keskustelu suljetaan
+- Viestisarakkeen leveys: %1$s %%
+ Näytä asetukset navigointivalikossa
+ Näytä tilien luokat navigointivalikossa
+ Kiinnitä navigointivalikko
+@@ -645,7 +643,6 @@
+ Tämä palaa aina viestilistasta kyseisen tilin kansiolistaan
+ Jos poistettu käytöstä, yhteystietoja valittaessa käytetään vain sähköpostiosoitteita
+ Androidin yhteystietojen lisäksi. Yhteystietoja tallennetaan uusista lähetetyistä ja vastaanotetuista viesteistä vain, jos asetus on päällä.
+- Tämä valitsee identiteetin, jota on käytetty uusien viestien ensimmäiselle vastaanottajalle edellisen kerran lähetettäessä
+ Näytä varoitus, kun viestin teksti tai aihe on tyhjä tai kun liite puuttuu
+ Sähköpostipalvelin voi silti lisätä viestit lähetettyjen viestien kansioon
+ Lisää \'--\' tekstin ja allekirjoituksen väliin
+@@ -761,7 +758,6 @@
+ Mukautettu
+ Verkko-osoite
+ Salaus
+- Ei mitään
+ Salli salaamattomat yhteydet
+ Salaamattomat yhteydet tulisi sallia vain turvallisissa verkoissa eikä koskaan julkisissa verkoissa
+ Porttinumero
+@@ -1301,6 +1297,9 @@
+ Hae kohteesta
+ Hae lähettäjää
+ Poistetaanko tallennettu haku?
++ Nimi
++ Järjestys
++ Väri
+ Järjestys
+ Aika
+ Lukematon
+@@ -1660,7 +1659,6 @@
+ Yritä uudelleen
+ Odottamaton virhe
+ Lokitiedot
+- Automaattinen vieritys
+ Tyhjennä
+ Hae nimeä tai ehtoa
+ Vie säännöt
+@@ -1731,6 +1729,7 @@
+
+ Jatkuvasti
+ 5 minuutin välein
++ 10 minuutin välein
+ 15 minuutin välein
+ 30 minuutin välein
+ Joka tunti
+@@ -1774,6 +1773,7 @@
+ Siirry seuraavaan keskusteluun
+
+
++ Erittäin pieni
+ Erittäin pieni
+ Pieni
+ Keskikokoinen
+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 @@
+ 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.
+ 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é.
+ Des bogues dans la version d\'Android de cet appareil spécifique provoquent des plantages
++ Toutes les données peuvent être perdues
+ Poursuivre tout de même
+ Faites de nouveau « Retour » pour quitter
+ Espace de stockage restant insuffisant
+@@ -145,6 +146,7 @@
+ Serveur SMTP pour l’envoi des messages
+ Certificats du serveur
+ Assistant
++ Tutoriels
+ L\'assistant peut être utilisé plusieurs fois pour configurer plusieurs comptes
+ J\'ai besoin d\'une nouvelle adresse courriel
+ Configuration manuelle et options des comptes
+@@ -155,6 +157,7 @@
+ 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é
+ Comptes
+ Identités
++ Se connecter avec Google
+ Autre fournisseur
+ Courrier entrant seulement (le courriel ne peut pas être envoyé!)
+ Compte POP3
+@@ -162,7 +165,7 @@
+ 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
+ Veuillez accorder les autorisations pour sélectionner un compte et lire votre nom
+ 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.
+- Si le dossier « Brouillons » n’est pas accessible via IMAP, ceci peut être corrigé dans les paramètres de libellé Gmail
++ Pourquoi dois-je sélectionner un compte présent sur mon appareil ?
+ Je veux autoriser un compte avec un mot de passe au lieu d\'un compte de l\'appareil
+ L’erreur \'AUTHENTICATE failed\' peut être due à la désactivation d’IMAP/SMTP par l’administrateur système
+ Autoriser l’accès à votre compte %1$s
+@@ -383,6 +386,7 @@
+ Délai d’expiration de la connexion (secondes)
+ Préférer IPv4 à IPv6
+ Renforcer les connexions SSL
++ TLS 1.3 requis
+ Vérification stricte du certificat
+ Gérer la connectivité
+ Général
+@@ -399,7 +403,7 @@
+ Utiliser deux colonnes
+ Taille minimale de l\'écran pour partager l\'écran
+ Replier la ligne ou la colonne lors de la fermeture d\'une conversation
+- Largeur de la colonne des messages : %1$s %%
++ Largeur de colonne / hauteur de ligne du message: %1$s %%
+ Afficher les options du menu de navigation
+ Afficher les catégories de compte dans le menu de navigation
+ Épingler le menu de navigation
+@@ -474,6 +478,7 @@
+ Utiliser la taille du texte
+ Utiliser les polices de caractères
+ Utiliser l\'alignement du texte
++ Afficher {HTML titles}
+ Utiliser des lignes de séparation
+ Replier le texte cité
+ Afficher les espaces réservés aux images
+@@ -484,6 +489,7 @@
+ Utiliser la couleur du compte comme couleur d\'arrière-plan de la barre d’action de conversation
+ Regrouper par catégorie de compte
+ Coloriser la barre de navigation d’Android
++ Afficher le nombre de messages ou de conversations dans la barre d\'action supérieure
+ Utiliser des polices groupées
+ Utiliser les feuilles de style
+ Afficher les avertissements d\'authentification
+@@ -492,6 +498,7 @@
+ Pas d\'authentification
+ Authentification partielle
+ Authentification complète
++ Restaurer l’état de l’application au démarrage
+ Synchroniser au lancement de l\'application
+ Faire deux fois « Retour » pour quitter
+ Suggérer des actions (Android 10+)
+@@ -534,6 +541,7 @@
+ Afficher les notifications en arrière-plan uniquement
+ Afficher les notifications uniquement pour les contacts
+ Différer les notifications pendant un appel
++ Retarder les notifications lorsque Android Auto est connecté
+ Afficher uniquement une notification résumée
+ Afficher l’aperçu du message dans les notifications
+ Aperçu de tout le texte
+@@ -619,6 +627,7 @@
+ Différence minimale de classe : %1$s %%
+ Langue
+ Système
++ Intégration de LanguageTool
+ Intégration de DeepL
+ Je veux utiliser une carte SD
+ Vérifier périodiquement si FairEmail est toujours actif
+@@ -632,8 +641,9 @@
+ Dernier nettoyage : %1$s
+ Paramètres Android de l\'application
+ Plus d’options
++ Journalisation principale
+ Journalisation du protocole
+- Journal de débogage
++ Journalisation de débogage
+ Débogage
+ 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
+ Ceci peut entraîner une utilisation élevée de la pile!
+@@ -659,7 +669,7 @@
+ Ceci retournera toujours à la liste des dossiers du compte associé à partir d\'une liste de messages
+ Si désactivé, seules les adresses courriel seront utilisées lors de la sélection des contacts
+ 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é.
+- Ceci sélectionnera la dernière identité utilisée pour le premier destinataire de nouveaux messages
++ Ceci sélectionnera la dernière identité utilisée lors de la sélection d\'un destinataire pour les nouveaux messages
+ Afficher un avertissement quand le texte du message ou l’objet sont vides ou quand une pièce jointe semble avoir été oubliée
+ Le serveur de messagerie pourrait tout de même ajouter les messages au dossier des messages envoyés
+ Insérer -- entre le texte et la signature
+@@ -696,6 +706,7 @@
+ Les images incluses dans le message font partie intégrante du message
+ 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é
+ L’affichage des messages sera plus fidèle mais pourra être retardé
++ Au redémarrage via l\'icône du lanceur, restaurer le dernier état de l\'application dans les %1$d minutes
+ La prise en charge de la détection de la langue dépend du fabricant de l\'appareil
+ Ouvrir automatiquement le message s’il n’y a qu’un seul message ou un seul message non lu dans une conversation
+ 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
+@@ -713,6 +724,7 @@
+ Le serveur Google a connaissance des adresses qui sont recherchées
+ Disponible uniquement sur les lanceurs pris en charge
+ Trois actions au plus seront affichées
++ Connecté signifie que quelque chose est projeté, comme une carte pour la navigation
+ Les notifications de nouveau message seront toujours supprimées lors de leur balayage et du marquage des messages comme lus
+ Appuyez sur le nom d’un canal pour définir ses propriétés
+ Pour définir le son par défaut, etc.
+@@ -779,7 +791,7 @@
+ Personnalisé
+ Nom d’hôte
+ Chiffrement
+- Aucun
++ Aucun (non sécurisé)
+ Autoriser les connexions non sécurisées
+ 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
+ Vous pouvez activer ceci pour avoir des notifications spécifiques par compte
+@@ -839,6 +851,7 @@
+ Supprimer définitivement ce compte?
+ Supprimer définitivement cette identité?
+ Modifier en HTML
++ Importer un fichier
+ Clé de signature : %1$s
+ Dernière connexion : %1$s
+ Attente après l\'échec jusqu\'à : %1$s
+@@ -919,6 +932,7 @@
+ Rechercher un dossier
+ Appliquer à tous
+ Modifier le nom du compte
++ Modifier la couleur du compte
+ Masquer le dossier
+ Masquer le dossier si tous les messages sont lus
+ Seulement dans la liste des dossiers affichée sur l\'écran de démarrage
+@@ -1330,6 +1344,10 @@
+ Rechercher dans
+ Rechercher un expéditeur
+ Supprimer la recherche enregistrée?
++ Recherche enregistrée
++ Nom
++ Ordre
++ Couleur
+ Trier par
+ Date
+ Non lu(s)
+@@ -1537,6 +1555,7 @@
+ Espace réservé pour une image incluse
+ Image de pistage
+ Image introuvable
++ Ouvrir en dehors de l\'application
+ Sélectionner un contact
+ Afficher Cc/Cci
+ Insérer un lien
+@@ -1620,6 +1639,7 @@
+ Oui
+ Non
+ Plus tard
++ Coller comme texte brut
+ Annuler
+ Rétablir
+ Insérer une ligne
+@@ -1691,7 +1711,6 @@
+ Veuillez réessayer
+ Erreur inattendue
+ Journal
+- Défilement automatique
+ Effacer
+ Rechercher un nom ou une condition
+ Exporter les règles
+@@ -1724,6 +1743,7 @@
+ Afficher le bouton pour rédiger un nouveau message
+ Couleur d\'arrière-plan
+ Utiliser le thème sombre du système
++ Google a supprimé le mode sombre dans les versions d\'Android inférieures à la version 10
+ Replié
+ Déplié
+ Lu
+@@ -1762,6 +1782,7 @@
+
+ En continu
+ Toutes les 5 minutes
++ Toutes les 10 minutes
+ Toutes les 15 minutes
+ Toutes les 30 minutes
+ Toutes les heures
+@@ -1805,6 +1826,7 @@
+ Aller à la conversation suivante
+
+
++ Minuscule
+ Très petit
+ Petit
+ Moyen
+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 @@
+ 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é.
+ 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é.
+ Des bogues dans la version d\'Android de cet appareil spécifique provoquent des plantages
++ Toutes les données peuvent être perdues
+ Poursuivre tout de même
+ Faire de nouveau « Retour » pour quitter
+ Espace de stockage restant insuffisant
+@@ -145,6 +146,7 @@
+ Serveur SMTP pour l’envoi des messages
+ Certificats du serveur
+ Assistant
++ Tutoriels
+ L\'assistant peut être utilisé plusieurs fois pour configurer plusieurs comptes
+ J\'ai besoin d\'une nouvelle adresse e-mail
+ Configuration manuelle et options des comptes
+@@ -155,6 +157,7 @@
+ 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é
+ Comptes
+ Identités
++ Se connecter avec Google
+ Autre fournisseur
+ Courrier entrant seulement (l\'e-mail ne peut pas être envoyé !)
+ Compte POP3
+@@ -162,7 +165,7 @@
+ 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
+ Veuillez accorder les autorisations pour sélectionner un compte et lire votre nom
+ 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.
+- Si le dossier « Brouillons » n’est pas accessible via IMAP, ceci peut être corrigé dans les paramètres de libellé Gmail
++ Pourquoi dois-je sélectionner un compte présent sur mon appareil ?
+ Je veux autoriser un compte avec un mot de passe au lieu d\'un compte de l\'appareil
+ L’erreur \'AUTHENTICATE failed\' peut être due à la désactivation d’IMAP/SMTP par l’administrateur système
+ Autoriser l\'accès à votre compte %1$s
+@@ -383,6 +386,7 @@
+ Délai d’expiration de la connexion (secondes)
+ Préférer IPv4 à IPv6
+ Renforcer les connexions SSL
++ TLS 1.3 requis
+ Vérification stricte du certificat
+ Gérer la connectivité
+ Général
+@@ -399,7 +403,7 @@
+ Utiliser deux colonnes
+ Taille minimale de l\'écran pour partager l\'écran
+ Replier la ligne ou la colonne lors de la fermeture d\'une conversation
+- Largeur de la colonne des messages : %1$s %%
++ Largeur de colonne / hauteur de ligne du message : %1$s %%
+ Afficher les options du menu de navigation
+ Afficher les catégories de compte dans le menu de navigation
+ Épingler le menu de navigation
+@@ -474,6 +478,7 @@
+ Utiliser la taille du texte
+ Utiliser les polices de caractères
+ Utiliser l\'alignement du texte
++ Afficher {HTML titles}
+ Utiliser des lignes de séparation
+ Replier le texte cité
+ Afficher les espaces réservés aux images
+@@ -484,6 +489,7 @@
+ Utiliser la couleur du compte comme couleur d\'arrière-plan de la barre d’action de conversation
+ Regrouper par catégorie de compte
+ Coloriser la barre de navigation d’Android
++ Afficher le nombre de messages ou de conversations dans la barre d\'action supérieure
+ Utiliser des polices groupées
+ Utiliser les feuilles de style
+ Afficher les avertissements d\'authentification
+@@ -492,6 +498,7 @@
+ Pas d\'authentification
+ Authentification partielle
+ Authentification complète
++ Restaurer l’état de l’application au démarrage
+ Synchroniser au lancement de l\'application
+ Faire deux fois « Retour » pour quitter
+ Suggérer des actions (Android 10+)
+@@ -534,6 +541,7 @@
+ Afficher les notifications en arrière-plan uniquement
+ Afficher les notifications uniquement pour les contacts
+ Différer les notifications pendant un appel
++ Retarder les notifications lorsque Android Auto est connecté
+ Afficher seulement une notification récapitulative
+ Afficher un aperçu du message dans les notifications
+ Aperçu de tout le texte
+@@ -619,6 +627,7 @@
+ Différence minimale de classe : %1$s %%
+ Langue
+ Système
++ Intégration de LanguageTool
+ Intégration de DeepL
+ Je veux utiliser une carte SD
+ Vérifier périodiquement si FairEmail est toujours actif
+@@ -632,8 +641,9 @@
+ Dernier nettoyage : %1$s
+ Paramètres Android de l\'application
+ Plus d\'options
++ Journalisation principale
+ Journalisation du protocole
+- Journal de débogage
++ Journalisation de débogage
+ Débogage
+ 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
+ Ceci peut entraîner une utilisation élevée de la batterie !
+@@ -659,7 +669,7 @@
+ Ceci retournera toujours à la liste des dossiers du compte associé à partir d\'une liste de messages
+ Si désactivé, seules les adresses e-mail seront utilisées lors de la sélection des contacts
+ 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é.
+- Ceci sélectionnera la dernière identité utilisée pour le premier destinataire de nouveaux messages
++ Ceci sélectionnera la dernière identité utilisée lors de la sélection d\'un destinataire pour les nouveaux messages
+ Afficher un avertissement quand le texte du message ou l’objet sont vides ou quand une pièce jointe semble avoir été oubliée
+ Le serveur de messagerie pourrait tout de même ajouter les messages au dossier des messages envoyés
+ Insérer \'-- \' entre le texte et la signature
+@@ -696,6 +706,7 @@
+ Les images incluses dans le message font partie intégrante du message
+ 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é
+ L’affichage des messages sera plus fidèle mais pourra être retardé
++ Au redémarrage via l\'icône du lanceur, restaurer le dernier état de l\'application dans les %1$d minutes
+ La prise en charge de la détection de la langue dépend du fabricant de l\'appareil
+ Ouvrir automatiquement le message s’il n’y a qu’un seul message ou un seul message non lu dans une conversation
+ 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
+@@ -713,6 +724,7 @@
+ Le serveur Google a connaissance des adresses qui sont recherchées
+ Disponible uniquement sur les lanceurs pris en charge
+ Trois actions au plus seront affichées
++ Connecté signifie que quelque chose est projeté, comme une carte pour la navigation
+ Les notifications de nouveaux messages seront toujours supprimées lors de leur balayage et du marquage des messages comme lus
+ Appuyez sur le nom d’un canal pour définir ses propriétés
+ Pour définir le son par défaut, etc.
+@@ -779,7 +791,7 @@
+ Personnalisé
+ Nom d’hôte
+ Chiffrement
+- Aucun
++ Aucun (non sécurisé)
+ Autoriser les connexions non sécurisées
+ 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
+ Vous pouvez activer ceci pour avoir des notifications spécifiques par compte
+@@ -839,6 +851,7 @@
+ Supprimer définitivement ce compte ?
+ Supprimer définitivement cette identité ?
+ Modifier en HTML
++ Importer un fichier
+ Clé de signature : %1$s
+ Dernière connexion : %1$s
+ Attente après l\'échec jusqu\'à : %1$s
+@@ -919,6 +932,7 @@
+ Rechercher un dossier
+ Appliquer à tous
+ Modifier le nom du compte
++ Modifier la couleur du compte
+ Masquer le dossier
+ Masquer le dossier si tous les messages sont lus
+ Seulement dans la liste des dossiers affichée sur l\'écran de démarrage
+@@ -1330,6 +1344,10 @@
+ Rechercher dans
+ Rechercher un expéditeur
+ Supprimer la recherche enregistrée ?
++ Recherche enregistrée
++ Nom
++ Ordre
++ Couleur
+ Trier par
+ Date
+ Non lus
+@@ -1537,6 +1555,7 @@
+ Espace réservé pour une image incluse
+ Image de pistage
+ Image introuvable
++ Ouvrir en dehors de l\'application
+ Sélectionner un contact
+ Afficher Cc/Cci
+ Insérer un lien
+@@ -1620,6 +1639,7 @@
+ Oui
+ Non
+ Plus tard
++ Coller comme texte brut
+ Annuler
+ Rétablir
+ Insérer une ligne
+@@ -1691,7 +1711,6 @@
+ Veuillez réessayer
+ Erreur inattendue
+ Journal
+- Défilement automatique
+ Effacer
+ Rechercher un nom ou une condition
+ Exporter les règles
+@@ -1724,6 +1743,7 @@
+ Afficher le bouton pour rédiger un nouveau message
+ Couleur d\'arrière-plan
+ Utiliser le thème sombre du système
++ Google a supprimé le mode sombre dans les versions d\'Android inférieures à la version 10
+ Replié
+ Déplié
+ Lu
+@@ -1762,6 +1782,7 @@
+
+ En continu
+ Toutes les 5 minutes
++ Toutes les 10 minutes
+ Toutes les 15 minutes
+ Toutes les 30 minutes
+ Toutes les heures
+@@ -1805,6 +1826,7 @@
+ Aller à la conversation suivante
+
+
++ Minuscule
+ Très petit
+ Petit
+ Moyen
+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 @@
+ POP3 akkount
+ Jou asjebleaft tagongsrjochten om in akkount te selektearjen en jo namme te lêzen
+ 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.
+- As de map ûntwerpen net tagonklik is troch IMAP, kin dit wurde fêst yn \'e ynstellings fan it label fan Gmail
+ De flater \'AUTHENTICATE is mislearre\' kin wurde feroarsake troch IMAP / SMTP te wurden útskeakele troch de systeembehearder
+ Autorisearje tagong ta jo %1$s akkount
+ Akkountautorisaasje is bywurke
+@@ -572,7 +571,6 @@
+ Oanpast
+ Hostnamme
+ Fersifering
+- Gjin
+ Unfeilige ferbiningen tastean
+ Unfeilige ferbiningen moatte allinich wurde tastien op fertroude netwurken en nea op iepenbiere netwurken
+ Poartenûmer
+@@ -1026,6 +1024,9 @@
+ Sykje op server
+ Sykje yn
+ Sykje nei stjoerder
++ Namme
++ Sekwinsje
++ Kleur
+ Sortearje op
+ Tiid
+ Net lêzen
+@@ -1340,7 +1341,6 @@
+ Besykje opnij
+ Net ferwachte flater
+ Lochboek
+- Auto skowe
+ Wiskje
+ Sykje namme as tastân
+ Eksportregels
+@@ -1403,6 +1403,7 @@
+
+ Altyd
+ Elke 5 minuten
++ Elke 10 minuten
+ Elke 15 minuten
+ Elke 30 minuten
+ Elk oere
+@@ -1446,6 +1447,7 @@
+ Gean nei folgjende petear
+
+
++ Tiny
+ Extra small
+ Lyts
+ Medium
+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 @@
+ 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
+ Por favor, conceda permisos para seleccionar unha conta e ler o seu nome
+ 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.
+- Se o cartafol de borradores non é accesible por IMAP, isto pódese solucionar na configuración de etiquetas de Gmail
+ O erro \'AUTHENTICATE failed\' pode estar causado porque IMAP/SMTP estea desactivado polo administrador do sistema
+ Autorizar o acceso á súa conta %1$s
+ A autorización da conta foi actualizada
+@@ -361,7 +360,6 @@
+ Usar dúas columnas
+ Tamaño mínimo de pantalla para podela dividir
+ Agocha fila ou columna cando se peche unha conversa
+- Lonxitude da columna de mensaxes: %1$s %%
+ Mostrar o menú de opcións de navegación
+ Fixar o menú de navegación
+ Agochar o menú de opcións de navegación?
+@@ -724,7 +722,6 @@
+ Personalizado
+ Nome do servidor
+ Cifrado
+- Ningún
+ Permitir conexións non seguras
+ Deberíase permitir só as conexións non seguras en redes de confianza e nunca nas redes públicas
+ Número de porto
+@@ -1239,6 +1236,9 @@
+ Buscar en servidor
+ Buscar en
+ Procurar remitente
++ Nome
++ Orde
++ Cor
+ Ordenar por
+ Data
+ Sen ler
+@@ -1594,7 +1594,6 @@
+ Tentar de novo
+ Erro imprevisto
+ Rexistro
+- Desprazamento automático
+ Limpar
+ Buscar nome ou condición
+ Exportar regras
+@@ -1662,6 +1661,7 @@
+
+ Sempre
+ Cada 5 minutos
++ Cada 10 minutos
+ Cada 15 minutos
+ Cada 30 minutos
+ Cada hora
+@@ -1705,6 +1705,7 @@
+ Ir á conversa seguinte
+
+
++ Minúsculo
+ Moi pequeno
+ Pequeno
+ Mediano
+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 @@
+ Autorizacija Google računa funkcionirat će u Play Store i GitHub verziji samo zato što Android provjerava digitalni potpis programa
+ Molimo dajte dopuštenje za izbor računa i čitanje vašeg imena
+ 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.
+- Ako preko IMAP mapa skica nije dostupna, to se može popraviti u postavkama Gmail oznake
+ Želim autorizirati račun lozinkom umjesto računa na uređaju
+ Greška \'AUTHENTICATE failed\' se može pojaviti ako je IMAP/SMTP isključen od strane administratora
+ Autorizirajte pristup vašem %1$s računu
+@@ -405,7 +404,6 @@
+ Koristi dva stupca
+ Najmanja veličina zaslona za dijeljenje zaslona
+ Sažmi redak ili stupac prilikom zatvaranja razgovora
+- Širina stupca poruke: %1$s %%
+ Prikaži opcije navigacijskog izbornika
+ Prikaži kategorije računa u navigacijskom izborniku
+ Prikvači navigacijski izbornik
+@@ -664,7 +662,6 @@
+ Ovo će uvijek, s popisa poruka, vratiti na popis mapa povezanog računa
+ Ako je onemogućeno, pri odabiru kontakata koristit će se samo adrese e-pošte
+ Pored kontakata koje pruža Android. Podaci za kontakte bit će pohranjeni za novoprimljene ili primljene poruke samo ako su omogućene.
+- Ovo će odabrati posljednji korišteni identitet za prvog primatelja novih poruka
+ Pokaži upozorenje kada je tekst poruke ili predmet prazan ili kada prilog možda nedostaje
+ Poslužitelj e-pošte i dalje može dodati poruke u mapu poslanih poruka
+ Umetni \'--\' između teksta i potpisa
+@@ -782,7 +779,6 @@
+ Prilagođeno
+ Naziv računala
+ Šifriranje
+- Nijedan
+ Dopustiti nesigurne veze
+ Nesigurne veze trebaju biti dopuštene samo na pouzdanim mrežama, a nikad na javnim mrežama
+ Ovo možete omogućiti za obavijesti specifične za račun
+@@ -1329,6 +1325,9 @@
+ Traži u
+ Traži pošiljatelja
+ Izbriši spremljenu pretragu?
++ Ime
++ Redoslijed
++ Boja
+ Poredaj na
+ Vrijeme
+ Nepročitano
+@@ -1689,7 +1688,6 @@
+ Pokušaj ponovno
+ Neočekivana greška
+ Zapisnik
+- Automatsko pomicanje
+ Izbriši
+ Traži ime ili uvjet
+ Izvoz pravila
+@@ -1761,6 +1759,7 @@
+
+ Uvijek
+ Svakih 5 minuta
++ Svakih 10 minuta
+ Svakih 15 minuta
+ Svakih 30 minuta
+ Svaki sat
+@@ -1804,6 +1803,7 @@
+ Pređi na sljedeći razgovor
+
+
++ Sićušna
+ Vrlo mala
+ Maleno
+ Srednje
+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 @@
+ 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
+ Kérem adja meg a szükséges engedélyeket hogy a kijelölhessen egy fiókot, illetve az alkalmazás hozzáférjen
+ 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.
+- 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
+ Az \'AUTHENTICATE failed\' hibának oka lehet hogy a rendszeradminisztrátor kikapcsolta az IMAP/SMTP-t
+ Engedélyezze a hozzáférést a %1$s fiókjához
+ A fiókhitelesítés frissült
+@@ -370,7 +369,6 @@
+ Két oszlop használata
+ Legkisebb képernyő méret a kettévágáshoz
+ Sor vagy oszlop összecsukása beszélgetés bezárásánál
+- Üzenet oszlop szélesség: %1$s %%
+ Navigációs menü opciók mutatása
+ Navigációs menü kitűzése
+ Navigációs menü opciók elrejtése?
+@@ -728,7 +726,6 @@
+ Egyéni
+ Kiszolgálónév
+ Titkosítás
+- Egyik sem
+ Nem biztonságos mért kapcsolatok engedélyezése
+ Nem biztonságos kapcsolatokat csak megbízható hálózatokon ajánlott használni és soha publikus hálózatokon
+ Port szám
+@@ -1255,6 +1252,9 @@
+ Keresés a következőben
+ Keresés feladó alapján
+ Mentett keresés törlése?
++ Név
++ Rendezés
++ Szín
+ Rendezés ez által
+ Idő
+ Olvasatlan
+@@ -1601,7 +1601,6 @@
+ Próbálja újra
+ Váratlan hiba
+ Napló
+- Automatikus görgetés
+ Törlés
+ Név vagy feltétel keresése
+ Szabályok exportálása
+@@ -1669,6 +1668,7 @@
+
+ Mindig
+ Minden 5 percenként
++ Minden 10 percenként
+ Minden 15 percenként
+ 30 percenként
+ Óránként
+@@ -1712,6 +1712,7 @@
+ Ugrás a következő beszélgetéshez
+
+
++ Apró
+ Nagyon kicsi
+ Kicsi
+ Közepes
+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.
+ Memberi otorisasi pada akun Google hanya akan berfungsi pada versi Play Store dan GitHub karena Android memeriksa tanda tangan aplikasi
+ Mohon berikan izin untuk memilih akun dan membaca nama Anda.
+ 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.
+- Jika folder draf tidak dapat diakses oleh IMAP, hal ini dapat diperbaiki pada pengaturan label Gmail.
+ Saya ingin mengotorisasi akun dengan kata sandi, bukannya akun pada perangkat
+ Kesalahan \'AUTHENTICATE Failed\' bisa disebabkan oleh IMAP/SMTP yang dinon-aktifkan oleh administrator sistem.
+ Izinkan akses ke akun %1$s Anda
+@@ -383,7 +382,6 @@ Kata sandi diperlukan untuk mengimpor kembali pengaturan, harap jangan sampai lu
+ Gunakan dua kolom
+ Ukuran layar paling kecil untuk membagi layar
+ Tutup baris atau kolom ketika menutup percakapan
+- Lebar kolom pesan: %1$s %%
+ Tampilkan pilihan menu navigasi
+ Tampilkan kategori akun dalam menu navigasi
+ Pin menu navigasi
+@@ -729,7 +727,6 @@ Kunci dan sertifikat umumnya dapat ditemukan di menu Lanjutan - Enkripsi dan kre
+ Kustomisasi
+ Nama Host
+ Enkripsi
+- Tak satupun
+ Mengizinkan koneksi yang tidak aman
+ Koneksi yang tidak aman seharusnya hanya diperbolehkan di jaringan tepercaya dan tidak boleh di jaringan publik
+ Nomor port
+@@ -1226,6 +1223,9 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
+ Penelusuran di server
+ Pencarian di
+ Telusuri berdasarkan pengirim
++ Nama
++ Urutan
++ Warna
+ Urutkan berdasarkan
+ Waktu
+ Belum dibaca
+@@ -1562,7 +1562,6 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
+ Coba lagi
+ Kesalahan tak terduga
+ Catatan
+- Gulir otomatis
+ Bersihkan
+ Cari nama atau kondisi
+ Ekspor aturan
+@@ -1629,6 +1628,7 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
+
+ Selalu
+ Setiap 5 menit
++ Setiap 10 menit
+ Setiap 15 menit
+ Setiap 30 menit
+ Setiap jam
+@@ -1672,6 +1672,7 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
+ Percakapan selanjutnya
+
+
++ Sangat Kecil
+ Extra small
+ Kecil
+ Sedang
+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 @@
+ 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.
+ 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.
+ I bug nella versione Android di questo specifico dispositivo causano crash
++ Tutti i dati potrebbero esser persi
+ Continua comunque
+ Torna \'indietro\' di nuovo per uscire
+ Spazio di archiviazione rimanente insufficiente
+@@ -145,6 +146,7 @@
+ Server SMTP per inviare i messaggi
+ Certificati del server
+ Procedura Guidata
++ Tutorial
+ La procedura guidata è utilizzabile diverse volte per configurare più profili
+ Mi serve un nuovo indirizzo email
+ Configurazione manuale e opzioni del profilo
+@@ -155,15 +157,16 @@
+ Puoi configurare il nome, il colore e le azioni di scorrimento nelle impostazioni del profilo, e configurare una firma nelle impostazioni dell\'identità
+ Profili
+ Identità
++ Accedi con Google
+ Altro provider
+- Solo email in arrivo (l\'email non può essere inviata!)
++ Solo email in arrivo (impossibile inviare l\'email!)
+ Profilo POP3
+ Il provider dell\'email ha approvato OAuth solo per la versione del Play Store e di GitHub
+ Autorizzare i profili di Google funzionerà solo nella versione del Play Store e di GitHub, poiché Android controlla la firma digitale dell\'app
+ Sei pregato di garantire i permessi per selezionare un profilo e leggere il tuo nome
+ 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.
+- Se la cartella delle bozze non è accessibile da IMAP, questo è risolvibile nelle impostazioni dell\'etichetta di Gmail
+- Voglio autorizzare un account con una password invece di un account sul dispositivo
++ Perché devo selezionare un profilo presente sul dispositivo?
++ Desidero autorizzare un profilo con una password, invece di un profilo su dispositivo
+ L\'errore \'AUTHENTICATE fallita\' può esser causato dalla disabilitazione di IMAP/SMTP dall\'amministratore di sistema
+ Autorizza l\'accesso al tuo profilo di %1$s
+ Autorizza nuovamente un profilo esistente (altrimenti creane uno nuovo)
+@@ -189,7 +192,7 @@
+ Concedi autorizzazioni
+ Per accedere alle informazioni di contatto (opzionale)
+ Le autorizzazioni di contatto sono necessarie per cercare informazioni di contatto e suggerire contatti
+- Per mostrare le notifiche di nuovi messaggi (opzionale)
++ Per mostrare le notifiche dei nuovi messaggi (opzionale)
+ Le autorizzazioni di notifica sono necessarie per mostrare le notifiche per i nuovi messaggi nella barra di stato
+ Quali autorizzazioni sono necessarie e perché?
+ Come posso importare i contatti?
+@@ -383,6 +386,7 @@
+ Timeout di connessione (secondi)
+ Preferisce IPv4 su IPv6
+ Indurisci connessioni SSL
++ Richiede TLS 1.3
+ Controllo rigoroso del certificato
+ Gestisci la connettività
+ Generale
+@@ -399,7 +403,7 @@
+ Usa due colonne
+ Dimensione minima dello schermo per la sua divisione
+ Comprimi riga o colonna chiudendo una conversazione
+- Larghezza della colonna del messaggio: %1$s %%
++ Larghezza colonna / altezza riga del messaggio: %1$s %%
+ Mostra le opzioni del menu di navigazione
+ Mostra le categorie di profili nel menu di navigazione
+ Fissa il menu di navigazione
+@@ -474,6 +478,7 @@
+ Usa le dimensioni del testo
+ Usa i caratteri
+ Usa l\'allineamento testo
++ Mostra {HTML titles}
+ Usa linee di separazione
+ Comprimi il testo citato
+ Mostra segnaposto dell\'immagine
+@@ -484,6 +489,7 @@
+ Usa il colore del profilo come colore di sfondo per la barra d\'azione della conversazione
+ Raggruppa per categoria del profilo
+ Colora la barra di navigazione di Android
++ Mostra il numero di messaggi o conversazioni nella barra d\'azione superiore
+ Usa font impacchettati
+ Analizza fogli di stile
+ Mostra avvisi d\'autenticazione
+@@ -492,6 +498,7 @@
+ Nessun\'autenticazione
+ Autenticazione parziale
+ Autenticazione completa
++ Ripristina lo stato dell\'app all\'avvio
+ Sincronizza all\'avvio
+ Doppio \'indietro\' per uscire
+ Suggerisci azioni (Android 10+)
+@@ -534,6 +541,7 @@
+ Mostra le notifiche solo quando in background
+ Mostra le notifiche solo per i contatti
+ Ritarda le notifiche durante una chiamata
++ Ritarda le notifiche mentre Android Auto è connesso
+ Mostra solo le notifiche del riepilogo
+ Mostra l\'anteprima del messaggio nelle notifiche
+ Visualizza tutto il testo
+@@ -619,6 +627,7 @@
+ Differenza minima di classe: %1$s %%
+ Lingua
+ Sistema
++ Integrazione di LanguageTool
+ Integrazione con DeepL
+ Desidero usare una scheda sd
+ Verifica periodicamente se FairEmail è ancora attivo
+@@ -632,6 +641,7 @@
+ Ultima pulizia: %1$s
+ Impostazioni dell\'app
+ Altre opzioni
++ Registrazione principale
+ Registrazione del protocollo
+ Registrazione di debug
+ Modalità di debug
+@@ -659,7 +669,7 @@
+ Questo tornerà sempre all\'elenco delle cartelle del profilo correlato da un elenco di messaggi
+ Se disabilitato, solo gli indirizzi email saranno usati selezionando i contatti
+ In aggiunta ai contatti forniti da Android. I dati di contatto saranno memorizzati per i messaggi appena inviati o ricevuti solo quando abilitato.
+- Questo selezionerà l\'ultima identità usata per il primo destinatario dei nuovi messaggi
++ Questo selezionerà l\'ultima identità usata selezionando un destinatario per i nuovi messaggi
+ Mostra un avviso quando il testo o l\'oggetto del messaggio sono vuoti o quando un allegato potrebbe mancare
+ Il server email potrebbe ancora aggiungere i messaggi alla cartella dei messaggi inviati
+ Inserisci \'--\' tra il testo e la firma
+@@ -696,6 +706,7 @@
+ Le immagini in linea sono immagini incluse nel messaggio
+ I contenuti dei file compressi (%1$s) con oltre %2$s file o con file più grandi di %3$s non saranno mostrati
+ Questo visualizzerà più accuratamente i messaggi, ma probabilmente con un ritardo
++ Quando riavviato tramite l\'icona del launcher, ripristina l\'ultimo stato dell\'app entro %1$d minuti
+ Il supporto per il rilevamento della lingua dipende dal produttore del dispositivo
+ Apri automaticamente il messaggio quando ce n\'è solo uno o c\'è solo un messaggio non letto in una conversazione
+ Il pulsante di risposta non sarà mostrato quando sono espansi più messaggi perché non è chiaro a quale messaggio si applichi il tasto
+@@ -713,6 +724,7 @@
+ Il server di Google sa quali indirizzi sono cercati
+ Disponibile solo sui launcher supportati
+ Saranno mostrate al massimo tre azioni
++ Connesso significa che qualcosa viene proiettato, come una mappa per la navigazione
+ Le notifiche dei nuovi messaggi saranno sempre rimosse scorrendo via e contrassegnando i messaggi come letti
+ Tocca sul nome del canale per impostare le proprietà del canale
+ Per impostare il suono predefinito, etc.
+@@ -779,7 +791,7 @@
+ Personalizzato
+ Nome dell\'host
+ Crittografia
+- Nessuno
++ Nessuno (insicuro)
+ Consenti connessioni non sicure
+ Le connessioni non sicure dovrebbero esser consentite solo su reti affidabili e mai sulle reti pubbliche
+ Puoi abilitarlo per le notifiche specifiche del profilo
+@@ -839,6 +851,7 @@
+ Eliminare permanentemente questo profilo?
+ Eliminare permanentemente quest\'identità?
+ Modifica come HTML
++ Importa file
+ Chiave di firma: %1$s
+ Ultima connessione: %1$s
+ Attesa dopo il fallimento fino a: %1$s
+@@ -919,6 +932,7 @@
+ Cerca per cartella
+ Applica a tutti
+ Modifica nome del profilo
++ Modifica colore del profilo
+ Nascondi cartella
+ Nascondi la cartella se tutti i messaggi sono letti
+ Solo nell\'elenco delle cartelle mostrato nella schermata iniziale
+@@ -1053,7 +1067,7 @@
+ Archivia
+ Risposta
+ Rispondi al mittente
+- Respondi al destinatario
++ Rispondi al destinatario
+ Rispondi a tutti
+ Rispondi all\'elenco
+ Invia conferma di lettura
+@@ -1330,6 +1344,10 @@
+ Cerca in
+ Cerca per mittente
+ Eliminare la ricerca salvata?
++ Ricerca salvata
++ Nome
++ Ordine
++ Colore
+ Ordina per
+ Ora
+ Non letti
+@@ -1537,6 +1555,7 @@
+ Segnaposto immagine incorporata
+ Immagine di monitoraggio
+ Immagine corrotta
++ Apri fuori dall\'app
+ Seleziona il contatto
+ Mostra CC/CCN
+ Inserisci link
+@@ -1620,6 +1639,7 @@
+ Sì
+ No
+ Più tardi
++ Incolla come testo semplice
+ Annulla
+ Ripeti
+ Inserisci riga
+@@ -1691,7 +1711,6 @@
+ Riprova
+ Errore imprevisto
+ Registro
+- Scorrimento automatico
+ Cancella
+ Cerca nome o condizione
+ Regole di esportazione
+@@ -1724,6 +1743,7 @@
+ Mostra il pulsante componi nuovo messaggio
+ Colore di sfondo
+ Applica il tema scuro di sistema
++ Google ha rimosso la modalità scura per le versioni Android prima della versione 10
+ Compresso
+ Espanso
+ Letto
+@@ -1762,6 +1782,7 @@
+
+ Sempre
+ Ogni 5 minuti
++ Ogni 10 minuti
+ Ogni 15 minuti
+ Ogni 30 minuti
+ Ogni ora
+@@ -1805,6 +1826,7 @@
+ Vai alla conversazione successiva
+
+
++ Minuscolo
+ Molto piccolo
+ Piccolo
+ Medio
+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 @@
+ FairEmail הוא יישומון בקוד פתוח שמתמקד בפרטיות ואבטחת מידע. משום כך, חלק מהיכולות כנראה תעבודנה אחרת ממה שהתרגלת.
+ למשל, הודעות מעוצבות מחדש כדי להסיר רכיבים חשודים ולשפר את היכולת לקרוא אותם, נוסף על כך, יש לאשר פתיחת קישורים לשיפור האבטחה. את שני אלו ניתן להשבית במידת הצורך.
+ תקלות בגירסת ה־Android של המכשיר המסוים הזה גורמות לקריסות
++ כל הנתונים עלולים ללכת לאיבוד
+ להמשיך בכל זאת
+ יש ‚לחזור’ שוב אחורה כדי לצאת
+ לא נותר די שטח אחסון
+@@ -167,6 +168,7 @@
+ שרת SMTP לשליחת הודעות
+ אישורי שרת
+ אשף
++ מדריכים
+ אפשר להשתמש באשף מספר פעמים כדי להגדיר מגוון חשבונות
+ ארצה כתובת דוא״ל חדשה
+ הקמה ידנית ואפשרויות חשבון
+@@ -177,6 +179,7 @@
+ אפשר להגדיר את השם, הצבע ואת פעולות ההחלקה בהגדרות החשבון ולהגדיר חתימה בהגדרות הזהות
+ חשבונות
+ זהויות
++ כניסה עם Google
+ ספק אחר
+ הודעות נכנסות בלבד (אי אפשר לשלוח הודעה בדוא״ל!)
+ חשבון POP3
+@@ -184,7 +187,7 @@
+ אימות חשבונות Google יעבוד רק עם גרסה מחנות Play או מ־GitHub כיוון ש־Android בודק את חתימת היישומון
+ נא להרשות לבחור חשבון ולקרוא את שמך
+ Google יבקש לקרוא, לכתוב, לשלוח, ולמחוק את כל ההודעות שלך לצמיתות. Fairmail לעולם לא ימחק ללא הסכמתך המפורשת.
+- אם אי אפשר לגשת לתיקיית טיוטות דרך IMAP, אפשר לתקן את זה דרך הגדרות התוויות של Gmail
++ מדוע עלי לבחור בחשבון שכבר מחובר במכשיר?
+ ארצה לאמת חשבון עם סיסמה במקום חשבון פנימי במכשיר
+ השגיאה ‚AUTHENTICATE נכשל’ עלולה להיגרם עקב IMAP/SMTP שהושבתו על ידי הנהלת המערכת
+ להרשות גישה לחשבון %1$s שלך
+@@ -405,6 +408,7 @@
+ זמן קצוב לחיבור (בשניות)
+ להעדיף IPv4 על פני IPv6
+ הקשחת חיבורי SSL
++ לדרוש TLS 1.3
+ בדיקת אישורים קפדנית
+ ניהול קישוריות
+ כללי
+@@ -421,7 +425,7 @@
+ להשתמש בשתי עמודות
+ גודל המסך המזערי לפיצול המסך
+ לצמצם שורה או עמודה בעת סגירת דיון
+- רוחב עמודת הודעה: %1$s %%
++ רוחב עמודה / גובה שורה של הודעה: %1$s %%
+ הצגת אפשרויות תפריט הניווט
+ להציג את קטגוריות החשבונות בתפריט הניווט
+ נעיצת תפריט הניווט
+@@ -496,6 +500,7 @@
+ להשתמש בגדלי טקסט
+ להשתמש בגופנים
+ להשתמש ביישור טקסט
++ הצגת {HTML titles}
+ להשתמש בשורות מפרידות
+ צמצום טקסט מצוטט
+ הצגת ממלאי מקום תמונות
+@@ -506,6 +511,7 @@
+ להשתמש בצבע החשבון כצבע הרקע לסרגל הפעולות של הדיון
+ קיבוץ לפי קטגוריית חשבון
+ לצבוע את סרגל הניווט של Android
++ הצגת מספר ההודעות או הדיונים בסרגל הפעולות העליון
+ להשתמש בגופנים מאוגדים
+ פענוח גיליונות עיצוב
+ הצגת אזהרות אימות
+@@ -514,6 +520,7 @@
+ אין אימות
+ אימות חלקי
+ אימות מלא
++ שחזור מצב היישומון עם העלייה
+ סנכרון בהפעלה
+ ‚חזרה’ פעמיים כדי לצאת
+ להציע פעולות (Android 10+)
+@@ -556,6 +563,7 @@
+ להציג התראות כאשר במצב רקע בלבד
+ הצגת התראות לאנשי קשר בלבד
+ להשהות התראות בזמן שיחה
++ השבתת ההתראות כאשר מחובר ל־Android Auto
+ הצגת התראות תקציר בלבד
+ תצוגה מקדימה של ההודעות בהתראות
+ תצוגה מקדימה של כל הטקסט
+@@ -641,6 +649,7 @@
+ הפרש מזערי בין מחלקות: %1$s %%
+ שפה
+ מערכת
++ שילוב מול LanguageTool
+ שילוב של DeepL
+ ארצה להשתמש בכרטיס SD
+ לבדוק מדי פעם אם FairEmail עדיין פעיל
+@@ -653,6 +662,7 @@
+ ניקוי
+ הגדרות היישומון
+ אפשרויות נוספות
++ תיעוד ראשי ביומן
+ תיעוד פרוטוקול
+ תיעוד תקלות
+ מצב ניפוי תקלות
+@@ -680,7 +690,7 @@
+ פקודה זו תמיד תחזיר את רשימת התיקיות של החשבון הקשור מרשימת הודעות
+ אם מושבת, אפשר יהיה להשתמש רק בכתובות דוא״ל בעת בחירת אנשי קשר
+ בנוסף לאנשי הקשר שמסופקים על ידי Android. פרטי הקשר יאוחסנו להודעות חדשות שנשלחו או התקבלו כשהאפשרות פעילה.
+- תיבחר הזהות האחרונה ששימשה לנמען הראשון של הודעות חדשות
++ תיבחר הזהות האחרונה בה נעשה שימוש כאשר נבחר נמען להודעות חדשות
+ להציג אזהרה כאשר טקסט ההודעה או הנושא ריקים או כאשר קובץ לא צורף לכאורה
+ שרת הדוא״ל עדיין יכול להוסיף את ההודעות לתיקיית ההודעות שנשלחו
+ להוסיף ‚--’ בין הטקסט והחתימה
+@@ -717,6 +727,7 @@
+ תמונות מובנות הן תמונות שכלולות בהודעה
+ תוכן קבצים דחוסים (%1$s) עם למעלה מ־%2$s קבצים או עם קבצים שגודלם עולה על %3$s לא יוצגו
+ זה יציג הודעות בצורה יותר מדויקת אך כנראה עם עיכוב מסוים
++ שחזור המצב האחרון של היישומון כאשר הוא מופעל מחדש דרך הסמל במשגר תוך %1$d דקות
+ תמיכה בזיהוי שפות תלויה ביצרן המכשיר
+ לפתוח הודעות אוטומטית כשיש רק הודעה אחת או רק הודעה אחת שלא נקראה בדיון
+ כפתור המענה לא יופיע כאשר מספר הודעות מורחבות כיוון שלא ברור לאיזו הודעה הכפתור מתייחס
+@@ -734,6 +745,7 @@
+ השרת של Google יודע אחר אילו כתובות מחפשים
+ זמין רק במשגרים נתמכים
+ תוצגנה שלוש פעולות לכל היותר
++ מחובר כלומר שמשהו מוקרן כגון מפה לניווט
+ התראות על הודעות חשבות תמיד תוסרנה עם החלקה כלפי חוץ ועם סימון הודעות כנקראו
+ יש לגעת בשם הערוץ כדי להגדיר את מאפייניו
+ כדי להגדיר את צלילי בררת המחדל וכו׳
+@@ -800,7 +812,7 @@
+ משלך
+ שם מארח
+ הצפנה
+- אין
++ ללא (בלתי מאובטח)
+ לאפשר חיבורים מפוקפקים
+ חיבורים בלתי מאובטחים/מפוקפקים יש לאפשר רק ברשתות מהימנות ואף פעם לא ברשתות ציבוריות
+ אפשר להפעיל את זה לקבלת התראות לחשבון מסוים
+@@ -860,6 +872,7 @@
+ למחוק את החשבון הזה לצמיתות?
+ למחוק את הזהות הזאת לצמיתות?
+ עריכה כ־HTML
++ ייבוא קובץ
+ חתימת מפתח: %1$s
+ חיבור אחרון: %1$s
+ בהמתנה לאחר הכשל עד: %1$s
+@@ -940,6 +953,7 @@
+ חיפוש אחר תיקייה
+ החלה על הכול
+ עריכת שם חשבון
++ עריכת צבע חשבון
+ הסתרת תיקייה
+ להסתיר את התיקייה אם כל ההודעות נקראו
+ רק ברשימת התיקיות שמופיעה במסך הפתיחה
+@@ -1351,6 +1365,10 @@
+ חיפוש בתוך
+ חיפוש מוען
+ למחוק את החיפוש השמור?
++ חיפוש שמור
++ שם
++ סדר
++ צבע
+ מיון לפי
+ שעה
+ לא נקרא
+@@ -1558,6 +1576,7 @@
+ ממלא מקום לתמונה מוטמעת
+ תמונת מעקב
+ תמונה פגומה
++ לפתוח מחוץ ליישומון
+ בחירת איש קשר
+ הצגת עותק/מוסתר
+ הוספת קישור
+@@ -1641,6 +1660,7 @@
+ כן
+ לא
+ אחר כך
++ הדבקה כטקסט פשוט
+ ביטול
+ ביצוע מחדש
+ הוספת שורה
+@@ -1712,7 +1732,6 @@
+ לנסות שוב
+ שגיאה בלתי צפויה
+ יומן
+- גלילה אוטומטית
+ פינוי
+ חיפוש שם או תנאי
+ ייצוא כללים
+@@ -1745,6 +1764,7 @@
+ הצגת כפתור כתיבת הודעה חדשה
+ צבע הרקע
+ התחקות אחר ערכת העיצוב הכהה של המערכת
++ Google הסירה מצב כהה לגרסאות Android שקדמו ל־10
+ מצומצם
+ מורחב
+ נקראה
+@@ -1785,6 +1805,7 @@
+
+ תמיד
+ כל 5 דקות
++ כל 10 דקות
+ כל רבע שעה
+ כל חצי שעה
+ כל שעה
+@@ -1828,6 +1849,7 @@
+ מעבר לדיון הבא
+
+
++ זעיר
+ קטן במיוחד
+ קטן
+ בינוני
+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 @@
+ FairEmail はプライバシーとセキュリティを重視するオープンソースのメールアプリです。そのため、今までのメールアプリとは異なる動作をする場合があります。
+ 例えば、メッセージから安全でない要素を削除し、読みやすくするために再フォーマットしたり、安全のためにリンクを開く前に確認画面を表示したりします。どちらも不要であれば無効にできます。
+ このデバイスに搭載されている Android バージョンのバグによりクラッシュすることがあります
++ すべてのデータが失われる可能性があります
+ それでも続行する
+ もう一度「戻る」で終了します
+ ストレージの空き容量が不足しています
+@@ -134,6 +135,7 @@
+ メッセージの送信に使用する SMTP サーバー
+ サーバー証明書
+ ウィザード
++ チュートリアル
+ ウィザードを繰り返し使用することで、複数のアカウントを設定できます
+ 新しいメールアドレスを取得する
+ 手動セットアップとアカウントの設定
+@@ -144,6 +146,7 @@
+ アカウント設定で名前、色、スワイプ操作を設定でき、ID 設定で署名を設定できます。
+ アカウント
+ ID
++ Google でサインイン
+ その他のプロバイダー (IMAP)
+ メール受信のみ (送信できません!)
+ その他のプロバイダー (POP3)
+@@ -151,8 +154,8 @@
+ Android がアプリの署名を確認するため、Google アカウントを認証する機能は Play ストア版と GitHub 版でのみ動作します
+ アカウントを選択してアクセス許可を付与してください
+ Google はすべてのメールの読み取り、作成、送信、完全削除の許可を求めます。FairEmail が明示的な同意なしにメッセージを削除することはありません
+- IMAP で下書きフォルダにアクセスできない場合、Gmail ラベル設定で修正できます
+- デバイスのアカウントの代わりにパスワードで別のアカウントを認証したい
++ なぜデバイス上のアカウントを選択するのですか?
++ デバイス上のアカウントの代わりにパスワードで別のアカウントを認証したい
+ 「AUTHENTICATE failed」というエラーは、システム管理者によって IMAP/SMTP が無効にされていることが原因である可能性があります
+ %1$s アカウントへのアクセスを許可する
+ 設定済みのアカウントをもう一度認証する (設定されていない場合、新しいアカウントを作成)
+@@ -372,6 +375,7 @@
+ 接続タイムアウト (秒)
+ IPv6 より IPv4 を優先
+ より強固な SSL 接続
++ TLS 1.3 を要求
+ 厳格な証明書確認
+ 接続を管理
+ 概要
+@@ -388,7 +392,7 @@
+ 2 列に分割
+ 画面を分割するときの最小画面サイズ
+ 会話を閉じるときに、行または列を閉じる
+- 本文の横幅: %1$s %%
++ 本文の列の幅 / 縦の高さ: %1$s %%
+ ナビゲーションメニューにオプションを表示
+ ナビゲーションメニューにアカウントのカテゴリーを表示
+ ナビゲーションメニューをピン留め
+@@ -463,6 +467,7 @@
+ テキストのサイズを使用
+ フォントを使用
+ テキストの配置を使用
++ {HTML titles} を表示
+ 区切り線を使用
+ 引用テキストを折りたたむ
+ 画像のプレースホルダーを表示
+@@ -473,6 +478,7 @@
+ 会話アクションバーの背景色としてアカウントの色を使用
+ アカウントのカテゴリーでグループ化
+ Android ナビゲーションバーに色を付ける
++ 上部アクションバーにメッセージ数または会話数を表示
+ バンドルされたフォントを使用
+ スタイルシートを解析
+ 認証警告を表示
+@@ -481,6 +487,7 @@
+ 認証なし
+ 一部の認証を完了
+ 認証を完了
++ アプリ起動時に前回の状態を復元
+ アプリ起動時に同期
+ 「戻る」をダブルタップして終了
+ アクションを提案 (Android 10+)
+@@ -523,6 +530,7 @@
+ バックグラウンドのときのみ通知を表示
+ 連絡先のみ通知を表示
+ 通話終了まで通知を遅らせる
++ Android Auto の接続が解除されるまで通知を遅らせる
+ まとめ通知のみ表示
+ 通知にメッセージプレビューを表示
+ 全文をプレビュー
+@@ -608,6 +616,7 @@
+ 最小分類差: %1$s %%
+ 言語
+ システム
++ LanguageTool を統合
+ DeepL を統合
+ SD カードを使用できますか?
+ FairEmail がアクティブか定期的に確認
+@@ -620,6 +629,7 @@
+ クリーンアップ
+ アプリ設定
+ その他のオプション
++ メインログ
+ プロトコルログ
+ デバッグログ
+ デバッグモード
+@@ -647,7 +657,7 @@
+ 常にメッセージリストから関連するアカウントのフォルダーリストに戻ります
+ 無効にすると、連絡先を選択する際にメールアドレスのみが使用されます
+ Android のローカル連絡先を追加します。有効にすると、新しく送受信されたメッセージの連絡先データが保存されます。
+- 新規メッセージの筆頭の宛先にメールを送信するとき、最後に使用した ID を選択します
++ 新規メッセージにメールを送信するとき、最後に使用した ID を選択します
+ 本文または件名が空の場合、またはファイルの添付に失敗した可能性がある場合に警告を表示します
+ メールサーバーはこの設定を無視してメッセージを送信済みフォルダーに追加できます
+ テキストと署名の間に「--」を挿入します
+@@ -684,6 +694,7 @@
+ インライン画像はメッセージに含まれる画像のことです
+ %2$s 件以上のファイルまたは %3$s 以上を含むときは、圧縮ファイル (%1$s) の内容は表示されません
+ メッセージをより正確に表示しますが、遅延が発生する場合があります
++ %1$d 分以内にランチャーアイコンからアプリを再起動したとき、最後の状態を復元します
+ 言語検出のサポートはデバイスメーカーに依存します
+ 会話内のメッセージが 1 つだけ、または未読メッセージが 1 つだけの場合に自動的にメッセージを開きます
+ 複数のメッセージが展開されている場合、ボタンがどのメッセージに適用されるかが明確でないため、返信ボタンは表示されません
+@@ -701,6 +712,7 @@
+ Google のサーバーは、どのアドレスが検索されたか知ることができます
+ サポートしているランチャーでのみ利用できます
+ 最大 3 つのアクションを表示できます
++ 接続とは地図など何かが投影されている状態を意味します
+ 新着メッセージ通知はこの設定に関係なく、スワイプしたり、メッセージを既読にすると削除されます
+ チャンネル名をタップして、チャンネルのプロパティを設定します
+ デフォルトの音などを設定します
+@@ -735,7 +747,9 @@
+ 受信メールアドレスのユーザー名を参照する正規表現
+ 返信先 (Reply to)
+ 内部ドメイン名 (カンマ区切り)
++ メッセージヘッダーで UTF-8 を許可
+ ほとんどのサーバーはサポートしていません
++ 8BITMIME を許可
+ 最大メッセージサイズ (MB)
+ デフォルトで配信確認・開封確認メッセージを要求
+ 古い形式の確認メッセージ要求ヘッダーを使用
+@@ -765,7 +779,7 @@
+ カスタム
+ ホスト名
+ 暗号化
+- なし
++ なし (安全でない)
+ 保護されていない接続を許可
+ 保護されていない接続は信頼されたネットワークでのみ許可し、パブリックネットワークでは許可しないでください
+ アカウント別の通知に対して有効にすることができます
+@@ -825,6 +839,7 @@
+ このアカウントを完全に削除しますか?
+ この ID を完全に削除しますか?
+ HTML として編集
++ ファイルをインポート
+ 電子署名鍵: %1$s
+ 最終接続: %1$s
+ 失敗後の待機時間: %1$s
+@@ -905,6 +920,7 @@
+ フォルダーを検索
+ すべてに適用
+ アカウント名を編集
++ アカウントの色を編集
+ フォルダーを非表示
+ すべてのメッセージが既読のとき、フォルダーを非表示にする
+ スタート画面に表示されるフォルダ一覧にのみ表示されます
+@@ -1315,6 +1331,9 @@
+ 検索場所
+ 差出人を検索
+ 保存した検索を削除しますか?
++ 名前
++ 順番
++ カラー
+ 並べ替え
+ 時間
+ 未読
+@@ -1339,7 +1358,7 @@
+ 余白のサイズ
+ 言語を選択
+ すべて選択
+- 見つかったものを選択
++ 検索結果をすべて選択
+ すべて既読にする
+ 会話を見る
+ 強制同期
+@@ -1522,6 +1541,7 @@
+ 埋め込み画像プレースホルダー
+ トラッキング画像
+ 壊れた画像
++ 外部アプリで開く
+ 連絡先を選択
+ CC/BCC を表示
+ リンクを挿入
+@@ -1605,6 +1625,7 @@
+ はい
+ いいえ
+ あとで
++ 書式なしテキストとして貼り付け
+ 元に戻す
+ やり直す
+ 線を挿入
+@@ -1676,7 +1697,6 @@
+ 再試行
+ 予期しないエラー
+ ログ
+- 自動スクロール
+ クリア
+ 名前または条件を検索
+ ルールをエクスポート
+@@ -1709,6 +1729,7 @@
+ メッセージ新規作成ボタンを表示
+ 背景色
+ システムのダークテーマに従う
++ Android 10 以前では Google によりダークモードが取り除かれました
+ 折りたたみました
+ 展開しました
+ 既読
+@@ -1746,6 +1767,7 @@
+
+ 常に
+ 5 分毎
++ 10 分毎
+ 15 分毎
+ 30 分毎
+ 1 時間毎
+@@ -1789,6 +1811,7 @@
+ 次の会話に移動
+
+
++ 極小
+ 極小
+ 小
+ 中
+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 @@
+ 변경 로그
+ FairEmail은 프라이버시와 보안을 위한 오픈 소스 이메일 앱입니다. 그렇기에 몇몇 기능은 당신이 지금까지 써왔던 것과 조금 다르게 작동할 수 있습니다.
+ 예를 들어, 안전하지 않은 요소를 제거하고 가독성을 향상시키기 위해 기본적으로 메시지 형식이 다시 지정되며 안전을 위해 링크 열기를 확인해야 합니다. 원하는 경우 둘 다 비활성화할 수 있습니다.
++ 모든 데이터가 손실됩니다
+ 그냥 진행하기
+ 나가려면 뒤로 버튼을 한번 더 누르세요
+ 저장 공간 부족
+@@ -126,6 +127,7 @@
+ 메시지를 발신할 SMTP 서버
+ 서버 인증서
+ 마법사
++ 튜토리얼
+ 마법사는 여러 계정을 설정하기 위해 여려번 사용할 수 있습니다.
+ 새 이메일 주소 받기
+ 수동 설정 및 계정 설정
+@@ -142,7 +144,6 @@
+ Android에서는 디지털 앱 서명을 확인하므로 Google 계정 인증은 Play 스토어 및 Github 버전에서만 동작합니다
+ 계정을 설정하고 이름을 읽기 위해 권한을 허용해 주세요
+ Google은 이메일 읽기, 쓰기, 보내기 및 영구 삭제 권한을 요구합니다. FairEmail은 당신의 허락 없이는 절대로 이메일을 삭제하지 않습니다.
+- IMAP으로 임시보관함을 접근할 수 없다면, 이는 Gmail 라벨 설정에서 수정할 수 있습니다.
+ 계정 인증이 갱신되었습니다
+ 인증
+ 계정 선택
+@@ -162,9 +163,11 @@
+ 배터리 최적화 비활성화
+ 앱이 백그라운드에서도 안정적으로 메일을 수신 및 발신하려면 이 앱에 대한 배터리 최적화 기능을 꺼야 합니다
+ 왜 배터리 최적화를 꺼야 하나요?
++ 배터리 사용량이 많습니까?
+ 동기화가 중단되었습니까?
+ 이 기기에 필요한 작업으로 예상됩니다
+ 앱이 작동하지 않습니다
++ 고급 설정 표시
+ 받은편지함으로 이동
+ 시작
+ 할 일
+@@ -216,6 +219,8 @@
+ 어둡게
+ 시스템 설정
+ 검정 배경
++ 원본 메시지 보기에 밝은 배경색 사용
++ 메시지 편집기에 밝은 배경색 사용
+ Material You 색상은 Android 배경화면 및 스타일 설정에서 지정할 수 있습니다
+ Android가 지원하는 경우 주간/야간 모드에 따라 테마가 밝게/어둡게로 자동 전환됩니다.
+ 다른 색으로 설정하고 싶습니다
+@@ -227,6 +232,8 @@
+ 원본 메시지 보기
+ 사진 표시
+ 확인 링크
++ Gmail 계정이 2022년 5월 30일 이후에도 계속 작동할 예정입니다
++ 일부 Gmail 계정이 2022년 5월 30일 이후 정지될 수 있습니다
+ Outlook 계정이 2022년 10월 1일 이후에도 계속 작동할 예정입니다
+ 일부 Outlook 계정이 2022년 10월 1일 이후 정지될 수 있습니다
+ 고급 설정 더보기
+@@ -240,8 +247,10 @@
+ 암호화
+ 알림
+ 기타
++ 모든 계정의 메시지 수신
+ 일시
+ 자동으로 최적화
++ 이 계정들의 메시지를 항상 수신
+ 일정
+ 고급
+ 빠른 동기화
+@@ -249,8 +258,10 @@
+ 모든 읽지 않은 메시지
+ 모든 즐겨찾기 메시지
+ 오래된 읽지 않은 메시지 삭제
++ 오래된 메시지가 서버에서 제거되었는지 확인
+ 발신자 및 주제로 메시지 묶기
+ 동기화 폴더 목록
++ 폴더 목록을 동적으로 동기화
+ 동기화 공유 폴더 목록
+ 메시지 인증 확인하기
+ 차단 목록의 도메인에서 온 메시지 건너뛰기 (POP3 전용)
+@@ -283,6 +294,7 @@
+ 연결 제한 시간 (초)
+ IPv6보다 IPv4 우선
+ 강화된 SSL 연결
++ TLS 1.3 필요
+ 엄격한 인증서 확인
+ 연결 관리
+ 일반
+@@ -299,22 +311,27 @@
+ 2열로 표시
+ 화면 분할 시 최소 화면 크기
+ 대화 상자를 닫을 때 행 또는 열 축소
+- 메시지 열 너비: %1$s %%
+- 고정된 내비게이션 메뉴에 읽지 않은 메시지 수 표시
++ 탐색 메뉴 설정 표시
++ 탐색 메뉴 고정
++ 탐색 메뉴 설정을 숨길까요?
++ 고정된 탐색 메뉴에 읽지 않은 메시지 수 표시
+ 시작 화면을 표시합니다
+ 태블릿 스타일 사용 중 구분선 표시
+ 날짜로 묶기
+ 상단 헤더에서 수정일 표시
+ 날짜를 굵게 표시
+ 대화 스레딩
++ 연락처 사진 표시
+ 확인되지 않은 발신자
+ 확인된 발신자
+ 그라바타 표시
+ 리브라바타 표시
+ 파비콘 표시
+ 웹 페이지의 첫 %1$s만 스캔
++ 생성된 아이콘 표시
+ 아이덴티콘 표시
+ 둥근 아이콘 표시
++ 채도: %1$s %%
+ 밝기: %1$s %%
+ 제목 강조
+ 강조 색
+@@ -335,6 +352,7 @@
+ 글씨 크기 사용
+ 글꼴 사용
+ 글자 정렬 사용
++ {HTML titles} 표시
+ 구분선 사용
+ 인용한 텍스트 접기
+ 사진 자리표시자 표시
+@@ -367,6 +385,7 @@
+ 알림 관리
+ 기본 채널
+ 새 알림을 먼저 표시
++ Android Auto에 연결되면 알림 미루기
+ 알림 동작
+ 삭제
+ 제거
+@@ -419,6 +438,7 @@
+ 2줄 이상인 경우 일부 Android 버전의 버그로 인해 스크롤이 느려질 수 있습니다
+ 파일 %2$s개 또는 %3$s 이상이 포함된 압축 파일(%1$s)의 내용은 표시되지 않습니다
+ 최대 3개의 동작이 표시됩니다
++ \'연결\'이란 지도나 내비게이션을 표시하는 상태임을 의미합니다
+ 즐겨찾기 등록 차단
+ 이름 수정
+ … 선택
+@@ -440,7 +460,6 @@
+ 사용자 지정
+ 호스트명
+ 암호화
+- 없음
+ 포트 번호
+ 사용자명
+ 비밀번호
+@@ -682,6 +701,9 @@
+ 초대
+ 크기 > %1$s
+ 검색 위치
++ 이름
++ 정렬
++ 색상
+ 정렬 기준
+ 시간
+ 읽지 않음
+@@ -870,6 +892,7 @@
+ 네
+ 아니오
+ 나중에
++ 일반 텍스트로 붙여넣기
+ 되돌리기
+ 재실행
+ 추가
+@@ -921,7 +944,6 @@
+ 재시도
+ 예기치 않은 오류
+ 기록
+- 자동 스크롤
+ 지우기
+ 규칙 내보내기
+ 규칙 불러오기
+@@ -941,6 +963,7 @@
+ 연락처 아바타 표시
+ 배경 색
+ 시스템의 어두운 테마 설정 사용
++ Google은 Android 10 이전 버전에서 다크 모드를 제거했습니다
+ 접음
+ 펼침
+ 읽음
+@@ -973,6 +996,7 @@
+
+ 항상
+ 매 5분
++ 매 10분
+ 매 15분
+ 매 30분
+ 매시간
+@@ -1016,6 +1040,7 @@
+ Go to next conversation
+
+
++ Tiny
+ 매우 작게
+ 작게
+ 보통
+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 @@
+ POP3-konto
+ Gi tillatelser til å velge en konto og lese navnet ditt
+ 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.
+- Hvis utkast mappen ikke er tilgjengelig med IMAP, kan du fikse dette i Gmail-etikettinnstillingene
+ Feilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratoren
+ Autoriser tilgang til din %1$s konto
+ Konto autorisasjon ble oppdatert
+@@ -500,7 +499,6 @@
+ Tilpasset
+ Vertsnavn
+ Kryptering
+- Ingen
+ Tillat usikre forbindelser
+ Usikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverk
+ Portnummer
+@@ -906,6 +904,9 @@
+ Søk på tjener
+ Søk i
+ Søk etter avsender
++ Navn
++ Rekkefølge
++ Farge
+ Sorter på
+ Tid
+ Ulest
+@@ -1205,7 +1206,6 @@
+ Prøv igjen
+ Uventet feil
+ Logg
+- Automatisk rulling
+ Tøm
+ Søkenavn eller betingelse
+ Eksporter regler
+@@ -1267,6 +1267,7 @@
+
+ Alltid
+ Hvert 5. minutt
++ Hvert 10. minutt
+ Hvert 15. minutt
+ Hvert 30. minutt
+ Hver time
+@@ -1310,6 +1311,7 @@
+ Gå til neste samtale
+
+
++ Tiny
+ Extra small
+ Liten
+ Medium
+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 @@
+ 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.
+ 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.
+ Bugs in de Android-versie van dit specifieke apparaat veroorzaken crashes
++ Alle gegevens kunnen verloren gaan
+ Toch doorgaan
+ Ga nogmaals \'terug\' om af te sluiten
+ Onvoldoende opslagruimte over
+@@ -144,6 +145,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ SMTP-server om berichten te verzenden
+ Server certificaten
+ Wizard
++ Handleidingen
+ De wizard kan meerdere keren gebruikt worden om meerdere accounts in te stellen
+ Ik heb een nieuw e-mailadres nodig
+ Handmatig instellen en account opties
+@@ -154,6 +156,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ U kunt de naam, kleur en veegacties configureren in de accountinstellingen en een handtekening configureren in de identiteitsinstellingen
+ Accounts
+ Identiteiten
++ Log in met Google
+ Andere provider
+ Alleen inkomende mail (mail kan niet verzonden worden!)
+ POP3 account
+@@ -161,8 +164,8 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Autoriseren van Google accounts werkt alleen in de Play Store en GitHub versie omdat Android de digitale app handtekening controleert
+ Geef a.u.b. toestemming om een account te selecteren en uw naam te lezen
+ 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.
+- Als de conceptmap niet toegankelijk is voor IMAP, dan kan dit worden opgelost in de Gmail label instellingen
+- Ik wil een account autoriseren met een wachtwoord in plaats van een on-device account
++ Waarom moet ik een account op het apparaat selecteren?
++ Ik wil een account autoriseren met een wachtwoord in plaats van een account op het apparaat
+ De fout \'AUTHENTICATE failed\' kan worden veroorzaakt doordat IMAP/SMTP door de systeemadministrator is uitgeschakeld
+ Autoriseer toegang tot uw %1$s account
+ Autoriseer een bestaand account opnieuw (anders een nieuwe account aanmaken)
+@@ -381,6 +384,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Verbinding timeout (seconden)
+ Geef de voorkeur aan IPv4 boven IPv6
+ Verhard SSL-verbindingen
++ Vereis TLS 1.3
+ Strenge certificaatcontrole
+ Beheer connectiviteit
+ Algemeen
+@@ -397,7 +401,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Gebruik twee kolommen
+ Minimale schermgrootte voor het splitsen van het scherm
+ Rij of kolom samenvouwen bij het sluiten van een gesprek
+- Breedte berichtkolom: %1$s %%
++ Berichtkolom breedte / rij hoogte: %1$s %%
+ Toon navigatiemenu opties
+ Toon account categorieën in het navigatiemenu
+ Navigatiemenu vastzetten
+@@ -472,6 +476,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Gebruik tekstgrootte
+ Gebruik lettertypen
+ Gebruik tekst uitlijning
++ Toon {HTML titles}
+ Gebruik scheidingslijnen
+ Geciteerde tekst samenvouwen
+ Plaatsvervangers van afbeelding weergeven
+@@ -482,6 +487,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Gebruik de accountkleur als achtergrond voor de gespreksactiebalk
+ Groeperen op account categorie
+ Kleur de Android-navigatiebalk in
++ Toon het aantal berichten of gesprekken in de bovenste actiebalk
+ Gebruik gebundelde lettertypen
+ Stijlbladen parsen
+ Toon authenticatiewaarschuwingen
+@@ -490,6 +496,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Geen authenticatie
+ Gedeeltelijke authenticatie
+ Volledige authenticatie
++ App-status herstellen bij opstarten
+ Synchroniseren bij start
+ Dubbel \'terug\' om te sluiten
+ Acties voorstellen (Android 10+)
+@@ -532,6 +539,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Toon meldingen alleen wanneer op de achtergrond
+ Toon alleen meldingen voor contacten
+ Meldingen uitstellen tijdens een gesprek
++ Meldingen uitstellen als Android Auto is verbonden
+ Toon alleen melding met een samenvatting
+ Toon berichtvoorbeeld in meldingen
+ Voorbeeld van alle tekst
+@@ -616,6 +624,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Minimale klasse verschil: %1$s %%
+ Taal
+ Systeem
++ LanguageTool integratie
+ DeepL integratie
+ Ik wil een SD-kaart gebruiken
+ Periodiek controleren of FairEmail nog actief is
+@@ -629,6 +638,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Laatste schoonmaak: %1$s
+ App instellingen
+ Meer opties
++ Hoofdlog
+ Protocol logging
+ Debug logging
+ Foutopsporing modus
+@@ -656,7 +666,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Dit keert altijd terug naar de mappenlijst van het gerelateerde account vanuit een berichtenlijst
+ Indien uitgeschakeld, worden alleen e-mailadressen gebruikt bij het selecteren van contacten
+ Naast contacten die door Android worden geleverd. Contactgegevens worden alleen opgeslagen voor nieuw verzonden of ontvangen berichten wanneer ingeschakeld.
+- Dit zal de laatste identiteit selecteren die gebruikt werd voor de eerste ontvanger van nieuwe berichten
++ Dit zal de laatst gebruikte identiteit selecteren bij het selecteren van een ontvanger voor nieuwe berichten
+ Toon een waarschuwing wanneer de berichttekst of het onderwerp leeg is of wanneer een bijlage zou kunnen ontbreken
+ De e-mailserver kan de berichten nog steeds toevoegen aan de map met verzonden berichten
+ Voeg \'-- \' in tussen de tekst en de handtekening
+@@ -693,6 +703,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Inline afbeeldingen zijn afbeeldingen opgenomen in het bericht
+ De inhoud van gecomprimeerde bestanden (%1$s) met meer dan %2$s bestanden of met bestanden groter dan %3$s zal niet getoond worden
+ Dit zal nauwkeuriger berichten weergeven, maar mogelijk met een vertraging
++ Herstel laatste app-status bij herstart via het launcher-pictogram binnen %1$d minuten
+ Ondersteuning van taaldetectie is afhankelijk van de fabrikant van het apparaat
+ Bericht automatisch openen als er slechts één bericht of slechts één ongelezen bericht in een gesprek is
+ De antwoordknop zal niet worden weergegeven wanneer meerdere berichten worden opengeklapt omdat het dan onduidelijk is op welk bericht de knop van toepassing is
+@@ -710,6 +721,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ De Google-server weet welke adressen worden opgezocht
+ Alleen beschikbaar op ondersteunde launchers
+ Er worden maximaal drie acties getoond
++ Verbonden betekent dat er iets wordt geprojecteerd, zoals een kaart voor navigatie
+ Meldingen van nieuwe berichten worden altijd verwijderd als ze worden weggeveegd en als berichten worden gemarkeerd als gelezen
+ Tik op de kanaalnaam om de kanaaleigenschappen in te stellen
+ Om het standaardgeluid, etc in te stellen
+@@ -776,7 +788,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Aangepast
+ Hostnaam
+ Versleuteling
+- Geen
++ Geen (onveilig)
+ Onveilige verbindingen toestaan
+ Onveilige verbindingen mogen alleen worden toegestaan op vertrouwde netwerken en nooit op openbare netwerken
+ U kunt dit inschakelen voor account specifieke meldingen
+@@ -836,6 +848,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Verwijder dit account definitief?
+ Verwijder deze identiteit definitief?
+ Bewerk als HTML
++ Bestand importeren
+ Tekensleutel: %1$s
+ Laatst verbonden: %1$s
+ Wachten na fout tot: %1$s
+@@ -915,6 +928,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Zoeken naar map
+ Toepassen op alle
+ Bewerk accountnaam
++ Bewerk accountkleur
+ Verberg map
+ Verberg map als alle berichten gelezen zijn
+ Alleen in de mappenlijst die wordt weergegeven op het startscherm
+@@ -1321,6 +1335,10 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Zoeken in
+ Zoek naar afzender
+ Opgeslagen zoekopdracht verwijderen?
++ Opgeslagen zoekopdracht
++ Naam
++ Volgorde
++ Kleur
+ Sorteer op
+ Tijd
+ Ongelezen
+@@ -1527,6 +1545,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Plaatshouder ingesloten afbeelding
+ Tracking afbeelding
+ Defecte afbeelding
++ Open buiten de app
+ Kies contact
+ Toon CC/BCC
+ Koppeling invoegen
+@@ -1610,6 +1629,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Ja
+ Nee
+ Later
++ Plakken als platte tekst
+ Herstel
+ Opnieuw
+ Lijn invoegen
+@@ -1679,7 +1699,6 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Probeer opnieuw
+ Onverwachte fout
+ Logboek
+- Automatisch scrollen
+ Wissen
+ Zoek naam of voorwaarde
+ Exporteer regels
+@@ -1712,6 +1731,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Toon knop voor het opstellen van een nieuw bericht
+ Achtergrondkleur
+ Volg donker systeemthema
++ Google heeft de donkere modus verwijderd voor Android-versies vóór versie 10
+ Ingevouwen
+ Uitgevouwen
+ Gelezen
+@@ -1750,6 +1770,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+
+ Altijd
+ Elke 5 minuten
++ Elke 10 minuten
+ Elke 15 minuten
+ Elke 30 minuten
+ Elk uur
+@@ -1793,6 +1814,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
+ Ga naar volgende gesprek
+
+
++ Minuscuul
+ Extra klein
+ Klein
+ Gemiddeld
+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 @@
+ POP3-konto
+ Gi tillatelser til å velge en konto og lese navnet ditt
+ 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.
+- Hvis utkast mappen ikke er tilgjengelig med IMAP, kan du fikse dette i Gmail-etikettinnstillingene
+ Feilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratoren
+ Autoriser tilgang til din %1$s konto
+ Konto autorisasjon ble oppdatert
+@@ -500,7 +499,6 @@
+ Tilpasset
+ Vertsnavn
+ Kryptering
+- Ingen
+ Tillat usikre forbindelser
+ Usikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverk
+ Portnummer
+@@ -906,6 +904,9 @@
+ Søk på server
+ Søk i
+ Søk etter avsender
++ Navn
++ Rekkefølge
++ Farge
+ Sorter på
+ Tid
+ Ulest
+@@ -1205,7 +1206,6 @@
+ Prøv igjen
+ Uventet feil
+ Logg
+- Automatisk rulling
+ Tøm
+ Søkenavn eller betingelse
+ Eksporter regler
+@@ -1267,6 +1267,7 @@
+
+ Alltid
+ Hvert 5. minutt
++ Hvert 10. minutt
+ Hvert 15. minutt
+ Hvert 30. minutt
+ Hver time
+@@ -1310,6 +1311,7 @@
+ Gå til neste samtale
+
+
++ Tiny
+ Extra small
+ Liten
+ Middels
+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 @@
+ POP3-konto
+ Gi tillatelser til å velge en konto og lese navnet ditt
+ 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.
+- Hvis utkast mappen ikke er tilgjengelig med IMAP, kan du fikse dette i Gmail-etikettinnstillingene
+ Feilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratoren
+ Autoriser tilgang til din %1$s konto
+ Konto autorisasjon ble oppdatert
+@@ -500,7 +499,6 @@
+ Tilpasset
+ Vertsnavn
+ Kryptering
+- Ingen
+ Tillat usikre forbindelser
+ Usikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverk
+ Portnummer
+@@ -906,6 +904,9 @@
+ Søk på tjener
+ Søk i
+ Søk etter avsender
++ Navn
++ Rekkefølge
++ Farge
+ Sorter på
+ Tid
+ Ulest
+@@ -1205,7 +1206,6 @@
+ Prøv igjen
+ Uventet feil
+ Logg
+- Automatisk rulling
+ Tøm
+ Søkenavn eller betingelse
+ Eksporter regler
+@@ -1267,6 +1267,7 @@
+
+ Alltid
+ Hvert 5. minutt
++ Hvert 10. minutt
+ Hvert 15. minutt
+ Hvert 30. minutt
+ Hver time
+@@ -1310,6 +1311,7 @@
+ Gå til neste samtale
+
+
++ Tiny
+ Extra small
+ Liten
+ Medium
+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 @@
+ ଇମେଲ୍ ପଠାନ୍ତୁ
+ ଆକାଉଣ୍ଟଗୁଡ଼ିକ
+ ପରିଚୟଗୁଡ଼ିକ
++ Google ସହ ସାଇନ୍ ଇନ୍ କରିବେ
+ ଅନ୍ୟ ପ୍ରଦାନକାରୀ
+ POP3 ଆକାଉଣ୍ଟ୍
+ ଇମେଲ୍ ପ୍ରଦାନକାରୀ କେବଳ Play Store ଏବଂ GitHub ସଂସ୍କରଣ ପାଇଁ OAuth ଅନୁମୋଦନ କରିଛନ୍ତି
+ Google ଆକାଉଣ୍ଟଗୁଡ଼ିକର ପ୍ରାଧିକରଣ କେବଳ Play Store ଏବଂ GitHub ସଂସ୍କରଣରେ କାମ କରିବ କାରଣ ଆଣ୍ଡ୍ରଏଡ୍ ଡିଜିଟାଲ୍ ଆପ୍ ସ୍ବାକ୍ଷର ଯାଞ୍ଚ କରେ
++ ମୋତେ କାହିଁକି ଗୋଟିଏ ଡିଭାଇସରେ-ଥିବା ଆକାଉଣ୍ଟକୁ ଚୟନ କରିବାକୁ ପଡ଼ିବ?
++ ମୁଁ ଏକ ଡିଭାଇସରେ-ଥିବା ଆକାଉଣ୍ଟ୍ ବଦଳରେ ପାସ୍ୱାର୍ଡ଼ ସହିତ ଗୋଟିଏ ଆକାଉଣ୍ଟକୁ ପ୍ରାଧିକରଣ କରିବାକୁ ଚାହୁଁଛି
+ ଆକାଉଣ୍ଟ୍ ପ୍ରାଧିକରଣ ଅଦ୍ୟତନ କରାଯାଇଥିଲା
+ ପ୍ରାଧିକୃତ କରନ୍ତୁ
+ ଆକାଉଣ୍ଟ୍ ବାଛନ୍ତୁ
+@@ -199,7 +202,7 @@
+ ଲ୍ୟାଣ୍ଡସ୍କେପ୍ ମୋଡ୍
+ ସ୍କ୍ରିନ୍ ବିଭାଜନ ପାଇଁ ସର୍ବନିମ୍ନ ସ୍କ୍ରିନ୍ ଆକାର
+ ବାର୍ତ୍ତାଳାପ ବନ୍ଦ କରିବା ସମୟରେ ଧାଡ଼ି କିମ୍ବା ସ୍ତମ୍ଭକୁ ସଙ୍କୋଚନ କରନ୍ତୁ
+- ବାର୍ତ୍ତା ସ୍ତମ୍ଭର ପ୍ରସ୍ଥ: %1$s %%
++ ବାର୍ତ୍ତା ସ୍ତମ୍ଭର ପ୍ରସ୍ଥ / ଧାଡ଼ିର ଉଚ୍ଚତା: %1$s %%
+ ନାଭିଗେସନ୍ ମେନୁରେ ଆକାଉଣ୍ଟ୍ ବର୍ଗଗୁଡ଼ିକ ଦେଖାନ୍ତୁ
+ ପିନ୍ ହୋଇଥିବା ନେଭିଗେସନ୍ ମେନୁରେ ପଢ଼ିନଥିବା ବାର୍ତ୍ତାଗୁଡ଼ିକର ସଂଖ୍ୟା ଦେଖାନ୍ତୁ
+ ଷ୍ଟାର୍ଟ ସ୍କ୍ରିନରେ ଦେଖାଅ
+@@ -272,6 +275,7 @@
+ ତ୍ରୁଟି ରିପୋର୍ଟ ପଠାନ୍ତୁ
+ ଆପ୍ ସେଟିଂସ୍
+ ଅଧିକ ବିକଳ୍ପ
++ ମୁଖ୍ୟ ଲଗିଂ
+ ଏହା ଅଧିକ ବ୍ୟାଟେରୀ ବ୍ୟବହାର ର କାରଣ ହୋଇପାରେ!
+ କେବଳ %1$d ଘଣ୍ଟା ମଧ୍ୟରେ ପ୍ରାପ୍ତ ହୋଇଥିବା ବାର୍ତ୍ତାଗୁଡ଼ିକ
+ ଏହା ସର୍ବଦା ଗୋଟେ ବାର୍ତ୍ତା ତାଲିକାରୁ ସମ୍ବନ୍ଧୀୟ ଆକାଉଣ୍ଟର ଫୋଲ୍ଡର୍ ତାଲିକାକୁ ଫେରିବ
+@@ -312,7 +316,6 @@
+ କଷ୍ଟମ୍
+ ହୋଷ୍ଟ ନାମ
+ ଏନକ୍ରିପ୍ସନ୍
+- କିଛି ନୁହେଁ
+ ପୋର୍ଟ ନମ୍ଵର୍
+ ଉପଭୋକ୍ତା ନାମ
+ ପାସ୍ୱାର୍ଡ଼
+@@ -490,6 +493,10 @@
+ ନୋଟଗୁଡ଼ିକ
+ ଆମନ୍ତ୍ରଣ
+ ଆକାର > %1$s
++ ସଞ୍ଚିତ ସନ୍ଧାନ
++ ନାମ
++ କ୍ରମ
++ ରଙ୍ଗ
+ ସମୟ
+ ପଢ଼ି ନାହାଁନ୍ତି
+ ତାରାଙ୍କିତ
+@@ -534,6 +541,7 @@
+ ସବୁଦିନ ପାଇଁ ବିଲୋପ କରନ୍ତୁ
+ ଧ୍ୱନି ବଜାନ୍ତୁ
+ ନାମ
++ କ୍ରମ
+ ସକ୍ଷମ ହୋଇଛି
+ ପାଠ୍ୟ ଧାରଣ କରେ
+ ଏହି ସର୍ତ୍ତ ବ୍ୟବହାର କରିବା ଦ୍ୱାରା ସର୍ବଦା ବାର୍ତ୍ତାର ପାଠ୍ୟ ଡାଉନଲୋଡ୍ ହେବ, ଯାହା ବାର୍ତ୍ତା ତାଲିକାର ସିଙ୍କ୍ରୋନାଇଜେସନ୍ ମନ୍ଥର କରିପାରେ
+@@ -566,6 +574,7 @@
+ ବାର୍ତ୍ତାଳାପ
+ ପାଠ୍ୟ ଆକାର ବଦଳାନ୍ତୁ
+ ରସିଦ ଅନୁରୋଧ କରାଯାଇଥିଲା
++ ଆପ୍ ବାହାରେ ଖୋଲନ୍ତୁ
+ CC/BCC ଦେଖାଅ
+ ଲିଙ୍କ୍ ସନ୍ନିବେଶ କର
+ ଫଟୋ ଉଠାନ୍ତୁ
+@@ -630,6 +639,7 @@
+
+ ସର୍ବଦା
+ ପ୍ରତି ୫ ମିନିଟରେ
++ Every 10 minutes
+ ପ୍ରତି ୧୫ ମିନିଟରେ
+ ପ୍ରତି ୩୦ ମିନିଟରେ
+ ପ୍ରତି ଘଣ୍ଟାରେ
+@@ -673,6 +683,7 @@
+ ପରବର୍ତ୍ତୀ ବାର୍ତ୍ତାଳାପକୁ ଯାଅ
+
+
++ ସାନ
+ ଅତିରିକ୍ତ ଛୋଟ
+ ଛୋଟ
+ ମଧ୍ୟମ
+@@ -716,6 +727,7 @@
+ ମଧ୍ୟମ
+ ବଡ଼
+
++ ସାନ
+
+ କେବଳ ପଠନ ରସିଦ
+ କେବଳ ବିତରଣ ରସିଦ
+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 @@
+ 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.
+ 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.
+ Błędy w wersji Androida tego urządzenia powodują awarie
++ Wszystkie dane mogą zostać utracone
+ Kontynuuj mimo to
+ Użyj przycisku \'wstecz\', aby wyjść
+ Za mało miejsca w pamięci
+@@ -149,7 +150,7 @@
+ Konta
+ Tożsamości
+ Edytuj konto
+- Edycja tożsamości
++ Edytuj tożsamość
+ Edytuj folder
+ Wyłącz aplikację Gmail
+ Ustawienia
+@@ -167,6 +168,7 @@
+ Serwer SMTP do wysyłania wiadomości
+ Certyfikaty serwera
+ Kreator
++ Poradniki
+ Kreator może być używany wielokrotnie, aby skonfigurować wiele kont
+ Potrzebujesz nowego adresu e-mail?
+ Ręczna konfiguracja i opcje konta
+@@ -177,6 +179,7 @@
+ Możesz skonfigurować nazwę, kolor i akcje przesuwania w ustawieniach konta oraz skonfigurować podpis w ustawieniach tożsamości
+ Konta
+ Tożsamości
++ Zaloguj się poprzez Google
+ Inny dostawca
+ Tylko przychodzące wiadomości e-mail (wiadomości e-mail nie mogą być wysyłane!)
+ Konto POP3
+@@ -184,7 +187,7 @@
+ Autoryzacja kont Google będzie działać tylko w wersji Sklep Play i GitHub, ponieważ Android sprawdza podpis aplikacji cyfrowej
+ Przyznaj uprawnienia, aby wybrać konto i odczytać twoje imię
+ 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.
+- Jeśli folder wersji roboczych nie jest dostępny przez IMAP, można to naprawić w ustawieniach etykiety Gmail
++ Dlaczego muszę wybrać konto na urządzeniu?
+ Chcę autoryzować konto za pomocą hasła zamiast konta na urządzeniu
+ Błąd \"AUTHENTICATE failed\" może być spowodowany wyłączeniem protokołu IMAP/SMTP przez administratora systemu
+ Autoryzuj dostęp do Twojego konta %1$s
+@@ -404,6 +407,7 @@
+ Limit czasu połączenia (sekundy)
+ Preferuj IPv4 nad IPv6
+ Wzmocnij połączenia SSL
++ Wymagaj TLS 1.3
+ Ścisła kontrola certyfikatu
+ Zarządzaj połączeniami
+ Ogólne
+@@ -420,7 +424,7 @@
+ Dwie kolumny
+ Minimalny rozmiar ekranu dla podziału ekranu
+ Zwiń wiersz lub kolumnę podczas zamykania rozmowy
+- Szerokość kolumny wiadomości: %1$s %%
++ Szerokość kolumny wiadomości / wysokość wiersza: %1$s %%
+ Pokaż opcje menu nawigacji
+ Pokaż kategorie kont w menu nawigacji
+ Przypnij menu nawigacji
+@@ -495,6 +499,7 @@
+ Użyj rozmiarów tekstu
+ Użyj czcionek
+ Użyj wyrównania tekstu
++ Pokaż {HTML titles}
+ Użyj linii separatora
+ Zwiń cytowany tekst
+ Pokaż symbole zastępcze obrazu
+@@ -505,6 +510,7 @@
+ Użyj koloru konta jako koloru tła dla paska akcji rozmowy
+ Grupuj według kategorii konta
+ Koloruj pasek nawigacji Androida
++ Pokaż liczbę wiadomości lub konwersacji na górnym pasku akcji
+ Użyj dołączonych czcionek
+ Parsowanie arkuszy stylów
+ Pokaż ostrzeżenia o uwierzytelnieniu
+@@ -513,6 +519,7 @@
+ Brak uwierzytelnienia
+ Uwierzytelnianie częściowe
+ Pełne uwierzytelnienie
++ Przywróć stan aplikacji przy uruchomieniu
+ Synchronizuj podczas włączania aplikacji
+ Podwójne \'wstecz\', aby wyjść
+ Sugeruj akcje (Android 10+)
+@@ -555,6 +562,7 @@
+ Pokaż powiadomienia tylko, gdy pracuje w tle
+ Pokaż powiadomienia tylko dla kontaktów
+ Opóźnij powiadomienia podczas połączenia
++ Opóźnij powiadomienia, gdy Android Auto jest połączony
+ Pokaż tylko podsumowanie
+ Pokaż podgląd wiadomości w powiadomieniach
+ Podgląd całego tekstu
+@@ -639,6 +647,7 @@
+ Minimalna różnica klasy: %1$s %%
+ Język
+ Systemowy
++ Integracja LanguageTool
+ Integracja z DeepL
+ Chcę użyć karty SD
+ Okresowo sprawdzaj, czy FairEmail jest nadal aktywny
+@@ -652,6 +661,7 @@
+ Ostatnie czyszczenie: %1$s
+ Ustawienia aplikacji
+ Więcej opcji
++ Logowanie główne
+ Rejestrowanie protokołów
+ Rejestrowanie debugowania
+ Debuguj
+@@ -679,7 +689,7 @@
+ Spowoduje to zawsze powrót z listy wiadomości do listy folderów powiązanego konta
+ Jeśli wyłączone, tylko adresy e-mail będą używane podczas wybierania kontaktów
+ Oprócz kontaktów dostarczanych przez Androida. Dane kontaktowe będą przechowywane dla nowo wysłanych lub odebranych wiadomości tylko kiedy włączone.
+- Spowoduje to wybranie ostatniej tożsamości używanej jako pierwszy odbiorca nowych wiadomości
++ Spowoduje to wybranie ostatnio użytej tożsamości podczas wybierania odbiorcy dla nowych wiadomości
+ Pokaż ostrzeżenie, gdy tekst wiadomości lub temat jest pusty lub gdy może brakować załącznika
+ Serwer e-mail może nadal dodawać wiadomości do folderu wysłanych wiadomości
+ Wstaw \'-- \' między tekstem a podpisem
+@@ -716,6 +726,7 @@
+ Obrazy wstawione są obrazami zawartymi w wiadomości
+ 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
+ Spowoduje to poprawniejsze wyświetlanie wiadomości, ale z możliwym opóźnieniem
++ Przywraca ostatni stan aplikacji po jej ponownym uruchomieniu za pomocą ikony launchera, w ciągu %1$d minut
+ Obsługa wykrywania języków zależy od producenta urządzenia
+ Automatycznie otwieraj wiadomość, gdy w rozmowie jest tylko jedna wiadomość lub tylko jedna nieprzeczytana wiadomość
+ 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
+@@ -733,6 +744,7 @@
+ Serwer Google wie, które adresy są wyszukiwane
+ Dostępne tylko na wspieranych launcherach
+ Wyświetlone zostaną co najwyżej trzy akcje
++ Połączony oznacza, że coś jest wyświetlane, na przykład mapa do nawigacji
+ Powiadomienia o nowych wiadomościach będą zawsze usuwane po przesunięciu i oznaczeniu wiadomości jako przeczytane
+ Dotknij nazwę kanału, aby ustawić właściwości kanału
+ Aby ustawić domyślny dźwięk, itp.
+@@ -767,6 +779,7 @@
+ Regex, aby dopasować nazwę użytkownika dla przychodzących adresów e-mail
+ Odpowiedz na adres
+ Wewnętrzne nazwy domen (oddzielone przecinkami)
++ Zezwalaj na UTF-8 w nagłówkach wiadomości
+ Większość serwerów nie wspiera tego
+ Zezwalaj na 8BITMIME
+ Maksymalny rozmiar wiadomości (MB)
+@@ -798,7 +811,7 @@
+ Własne
+ Nazwa hosta
+ Szyfrowanie
+- Żaden
++ Brak (niebezpieczne)
+ Zezwól na niezabezpieczone połączenia
+ Niebezpieczne połączenia powinny być dozwolone tylko w zaufanych sieciach, a nigdy w sieciach publicznych
+ Można włączyć tę funkcję dla specyficznych powiadomień danego konta
+@@ -858,6 +871,7 @@
+ Usunąć to konto bezpowrotnie?
+ Usunąć tożsamość bezpowrotnie?
+ Edytuj jako HTML
++ Importuj plik
+ Klucz podpisu: %1$s
+ Ostatnio połączony: %1$s
+ Oczekiwanie po niepowodzeniu do: %1$s
+@@ -938,6 +952,7 @@
+ Szukaj folderu
+ Zastosuj dla wszystkich
+ Edytuj nazwę konta
++ Edytuj kolor konta
+ Ukryj folder
+ Ukryj folder, jeśli wszystkie wiadomości zostały przeczytane
+ Tylko na liście folderów wyświetlanej na ekranie startowym
+@@ -1346,6 +1361,10 @@
+ Szukaj w
+ Szukaj nadawcy
+ Usunąć zapisane wyszukiwanie?
++ Zapisane wyszukiwanie
++ Nazwa
++ Kolejność
++ Kolor
+ Sortuj wg
+ Czas
+ Nieprzeczytane
+@@ -1554,6 +1573,7 @@
+ Symbol zastępczy obrazu wstawionego
+ Obrazek śledzący
+ Uszkodzony obraz
++ Otwórz poza aplikacją
+ Wybierz kontakt
+ Pokaż DW/UDW
+ Wstaw link
+@@ -1637,6 +1657,7 @@
+ Tak
+ Nie
+ Później
++ Wklej jako zwykły tekst
+ Cofnij
+ Ponów
+ Wstaw linię
+@@ -1706,7 +1727,6 @@
+ Spróbuj ponownie
+ Nieoczekiwany błąd
+ Log
+- Autoprzewijanie
+ Wyczyść
+ Szukaj nazwy lub warunku
+ Eksportuj reguły
+@@ -1739,6 +1759,7 @@
+ Pokaż przycisk tworzenia nowej wiadomości
+ Kolor tła
+ Podążaj za ciemnym motywem systemowym
++ Google usunęło tryb ciemny dla Androida przed wersją 10
+ Zwinięta
+ Rozwinięta
+ Przeczytana
+@@ -1779,6 +1800,7 @@
+
+ Zawsze
+ Co 5 minut
++ Co 10 minut
+ Co 15 minut
+ Co 30 minut
+ Co godzinę
+@@ -1822,6 +1844,7 @@
+ Idź do następnej wiadomości
+
+
++ Drobna
+ Bardzo mały
+ Małe
+ Średnie
+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 @@
+ 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.
+ 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.
+ Bugs na versão Android deste dispositivo em particular causam travamentos
++ Todos os dados poderão ser perdidos
+ Continuar mesmo assim
+ Pressione \'voltar\' novamente para sair
+ Espaço de armazenamento insuficiente
+@@ -145,6 +146,7 @@
+ Servidor SMTP para enviar mensagens
+ Certificados do servidor
+ Assistente
++ Tutoriais
+ O assistente pode ser usado várias vezes para configurar várias contas
+ Preciso de um novo endereço de e-mail
+ Opções manuais de configuração e conta
+@@ -155,6 +157,7 @@
+ Você pode configurar nome, cor e swipe actions nas configurações de conta e customizar uma assinatura nas configurações de identidade
+ Contas
+ Identidades
++ Entrar com o Google
+ Outro provedor
+ Somente e-mails recebidos (e-mail não pode ser enviado!)
+ Conta POP3
+@@ -162,7 +165,7 @@
+ A autorização de contas Google funcionará apenas nas versões Play Store e GitHub porque o Android verifica a assinatura do aplicativo digital
+ Por favor, conceda permissão para selecionar uma conta e ler seu nome
+ 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.
+- Se a pasta rascunho não estiver acessível pelo IMAP, ela pode ser fixa nas configurações de etiqueta do Gmail
++ Por que eu preciso selecionar uma conta no dispositivo?
+ Eu quero autorizar uma conta com uma senha ao invés de uma conta no dispositivo
+ O erro \'Falha de Autenticação\' pode ser causadado por desativação do IMAP/SMTP pelo administrador do sistema
+ Autorizar acesso à sua conta %1$s
+@@ -382,6 +385,7 @@
+ Conexão expira em (segundos)
+ Preferir IPv4 ao invés de IPv6
+ Reforçar conexões SSL
++ Requer TLS 1.3
+ Verificação rigorosa de certificado
+ Gerenciar conectividade
+ Geral
+@@ -398,7 +402,7 @@
+ Usar duas colunas
+ Tamanho mínimo da tela para dividir a tela
+ Recolher linha ou coluna ao fechar uma conversa
+- Largura da coluna da mensagem: %1$s %%
++ Largura da coluna da mensagem / altura da linha: %1$s %%
+ Mostrar opções de menu de navegação
+ Mostrar categorias de conta no menu de navegação
+ Fixar menu de navegação
+@@ -473,6 +477,7 @@
+ Usar tamanho do texto
+ Usar fontes
+ Usar alinhamento de texto
++ Mostrar {HTML titles}
+ Usar linhas de separador
+ Recolher texto citado
+ Mostrar espaços reservados da imagem
+@@ -483,6 +488,7 @@
+ Usar cor da conta como cor de fundo para barra de ação de conversa
+ Agrupar por categoria de conta
+ Colorir a barra de navegação do Android
++ Mostrar o número de mensagens ou conversas na barra de ação superior
+ Usar fontes embutidas
+ Analisar folhas de estilo
+ Mostrar avisos de autenticação
+@@ -491,6 +497,7 @@
+ Sem autenticação
+ Autenticação parcial
+ Concluir autenticação
++ Restaurar estado do app ao iniciar
+ Sincronizar ao iniciar app
+ Pressione duas vezes \"Voltar\" para sair
+ Sugerir ações (Android 10+)
+@@ -533,6 +540,7 @@
+ Mostrar notificações apenas em segundo plano
+ Mostrar notificações apenas para contatos
+ Atrasar notificações durante uma chamada
++ Atrasar notificações enquanto o Android Auto está conectado
+ Mostrar apenas notificação de resumo
+ Mostrar pré-visualização de mensagem nas notificações
+ Pré-visualizar todo o texto
+@@ -617,6 +625,7 @@
+ Diferença mínima da classe: %1$s %%
+ Idioma
+ Sistema
++ Integração com LanguageTool
+ Integração DeepL
+ Eu quero usar um sdcard
+ Verifique periodicamente se o FairEmail ainda está ativo
+@@ -630,6 +639,7 @@
+ Última limpeza: %1$s
+ Configurações do aplicativo
+ Mais opções
++ Registro principal
+ Registro de protocolo
+ Log de depuração
+ Modo de depuração
+@@ -657,7 +667,7 @@
+ Isto sempre irá retornar para lista de pastas da conta relacionada de uma lista de mensagens
+ Se desativado, somente endereços de email serão utilizados ao selecionar contatos
+ Além dos contatos fornecidos pelo Android. Os dados de contato serão armazenados para novas mensagens enviadas ou recebidas somente quando ativados.
+- Isso selecionará a última identidade usada para o primeiro destinatário de novas mensagens
++ Isso selecionará a última identidade usada ao selecionar um destinatário para novas mensagens
+ Mostrar um aviso quando o texto da mensagem ou o assunto estiver vazio ou quando um anexo puder estar ausente
+ O servidor de e-mail ainda pode adicionar as mensagens à pasta de mensagens enviadas
+ Inserir \'-- \' entre o texto e a assinatura
+@@ -694,6 +704,7 @@
+ Imagens em linha são incluídas na mensagem
+ 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
+ Isto irá exibir mensagens com mais precisão, mas possivelmente com um atraso
++ Restaurar o último estado do app quando reiniciar via ícone do lançador dentro de %1$d minutos
+ O suporte à detecção do idioma depende do fabricante do dispositivo
+ Abrir automaticamente a mensagem quando há apenas uma mensagem ou uma mensagem não-lida em uma conversa
+ 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
+@@ -711,6 +722,7 @@
+ O servidor do Google reconhece quais endereços estão sendo procurados
+ Disponível somente em lançadores suportados
+ No máximo três ações serão mostradas
++ Conectado significa que algo está sendo projetado, como um mapa para navegação
+ Novas notificações de mensagem serão sempre removidas ao serem arrastadas e ao marcar mensagens lidas
+ Toque no nome do canal para definir as propriedades do canal
+ Para definir o som padrão, etc
+@@ -777,7 +789,7 @@
+ Personalizado
+ Nome do servidor
+ Criptografia
+- Nenhuma
++ Nenhuma (inseguro)
+ Permitir conexões inseguras
+ Conexões inseguras só devem ser permitidas em redes confiáveis e nunca em redes públicas
+ Você pode habilitar isso para notificações específicas da conta
+@@ -837,6 +849,7 @@
+ Excluir esta conta permanentemente?
+ Excluir esta identidade permanentemente?
+ Editar como HTML
++ Importar arquivo
+ Assinar chave: %1$s
+ Última vez conectado: %1$s
+ Esperando após falha até %1$s
+@@ -917,6 +930,7 @@
+ Pesquisar pasta
+ Aplicar a todos
+ Editar nome da conta
++ Editar cor da conta
+ Ocultar pasta
+ Ocultar pasta se todas as mensagens estiverem lidas
+ Somente na lista de pastas mostrada na tela inicial
+@@ -1326,6 +1340,10 @@
+ Procurar em
+ Procurar por remetente
+ Excluir a pesquisa salva?
++ Pesquisa salva
++ Nome
++ Ordenar
++ Cor
+ Ordenar por
+ Data
+ Não lida
+@@ -1533,6 +1551,7 @@
+ Espaço reservado a uma imagem embutida
+ Imagem de rastreamento
+ Imagem com erros
++ Abrir fora do aplicativo
+ Escolher contato
+ Mostrar CC/CCO
+ Inserir link
+@@ -1616,6 +1635,7 @@
+ Sim
+ Não
+ Depois
++ Colar como texto simples
+ Desfazer
+ Refazer
+ Inserir linha
+@@ -1686,7 +1706,6 @@
+ Desculpe, tente denovo
+ Erro inesperado
+ Log
+- Rolagem automática
+ Limpar
+ Pesquisar nome ou condição
+ Exportar regras
+@@ -1719,6 +1738,7 @@
+ Mostrar botão compor nova mensagem
+ Cor de fundo
+ Seguir o tema escuro do sistema
++ A Google removeu o modo escuro para versões do Android anteriores a versão 10
+ Desabou
+ Expandido
+ Lido
+@@ -1757,6 +1777,7 @@
+
+ Sempre
+ A cada 5 minutos
++ A cada 10 minutos
+ A cada 15 minutos
+ A cada 30 minutos
+ A cada hora
+@@ -1800,6 +1821,7 @@
+ Ir para a próxima conversa
+
+
++ Minúsculo
+ Extra pequeno
+ Pequeno
+ Médio
+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 @@
+ 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.
+ 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.
+ Bugs na versão Android deste dispositivo em específico causam encerramentos inesperados
++ Poderão perder-se todos os dados
+ Continuar mesmo assim
+ Pressione novamente \'voltar\' para sair
+ Espaço insuficiente
+@@ -79,6 +80,10 @@
+ O bloqueio de nomes de domínio dos remetentes utiliza regras de filtragem, o que é uma funcionalidade paga.
+
+ Remetentes bloqueados
++
++ Bloquear o remetente de %1$s mensagem?
++ Bloquear o remetente de %1$s mensagens?
++
+ Usar filtro de spam local
+ Isto pode aumentar o uso de bateria e marcar incorrectamente mensagens como sendo ‘spam’
+ Usar listas de bloqueio de spam
+@@ -138,6 +143,7 @@
+ Servidor SMTP para enviar mensagens
+ Certificados do servidor
+ Assistente
++ Tutoriais
+ O assistente pode ser usado várias vezes para configurar várias contas
+ Preciso de um novo endereço de e-mail
+ Configuração manual e opções da conta
+@@ -148,13 +154,15 @@
+ É 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
+ Contas
+ Identidades
++ Iniciar a sessão com conta Google
+ Outro fornecedor
+ Conta POP3
+ O fornecedor de e-mail aprovou OAuth apenas para a versão da Play Store e do GitHub
+ Autorizar contas do Google funcionará na Play Store e na versão GitHub apenas porque o Android verifica a assinatura da aplicação digital
+ Por favor, conceda permissões para selecionar uma conta e ler o seu nome
+ 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.
+- Se a pasta de rascunhos não estiver acessível pelo IMAP, isso poderá ser corrigido nas configurações de etiquetas do Gmail
++ Por que é que preciso selecionar uma conta no dispositivo?
++ Quero autorizar uma conta com a palavra-passe ao invés da conta em utilização no dispositivo
+ O erro \'AUTHENTICATE falhou\' pode ser causado por IMAP/SMTP estar desativado pelo administrador do sistema
+ Autorizar o acesso à sua conta %1$s
+ Autorizar novamente uma conta existente (caso contrário, criar uma conta)
+@@ -180,6 +188,7 @@
+ Conceder permissões
+ Para aceder a informações de contacto (opcional)
+ As permissões de contacto são necessárias para procurar informações de contacto e sugerir contactos
++ Para mostrar novas notificações de mensagens (opcional)
+ Que permissões são necessárias e porquê?
+ Como posso importar contactos?
+ Desactivar optimização de bateria
+@@ -467,6 +476,7 @@
+ Utilizar cor da conta como cor de fundo para a barra de acção da conversa
+ Agrupar por categoria de conta
+ Colorir a barra de navegação do Android
++ Mostrar o número de mensagens ou conversas na barra superior
+ Usar tipos de letra embutidos
+ Usar folhas de estilo
+ Mostrar avisos de autenticação
+@@ -475,6 +485,7 @@
+ Sem autenticação
+ Autenticação parcial
+ Autenticação concluída
++ Restaurar o estado da aplicação ao iniciar
+ Sincronizar no início
+ Duplo \'voltar\' para sair
+ Sugerir ações (Android 10+)
+@@ -516,6 +527,8 @@
+ Corresponder o número de novas mensagens ao número de notificações
+ Mostrar notificações apenas em segundo plano
+ Mostrar notificações apenas para contactos
++ Atrasar notificações enquanto está numa chamada
++ Atrasar notificações enquanto o Android Auto está ligado
+ Mostrar apenas resumo na notificação
+ Mostrar pré-visualização de mensagem nas notificações
+ Pré-visualizar todo o texto
+@@ -601,6 +614,7 @@
+ Diferença mínima de classe: %1$s %%
+ Idioma
+ Sistema
++ Integração LanguageTool
+ Integração DeepL
+ Quero utilizar um cartão SD
+ Verificar periodicamente se o FairEmail ainda está ativo
+@@ -613,6 +627,7 @@
+ Limpeza
+ Definições da aplicação
+ Mais opções
++ Principais registos
+ Registo do protocolo
+ Registo de depuração
+ Modo de depuração
+@@ -638,7 +653,6 @@
+ Isto fará com que, ao pressionar \'voltar\' a partir da lista de mensagens, retorne sempre à lista de pastas da respectiva conta
+ Com a opção desactiva, ao seleccionar um contacto apenas os endereços de e-mail serão utilizados
+ 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.
+- Isto selecionará a última identidade utilizada para o primeiro destinatário de novas mensagens
+ O servidor de correio electrónico ainda pode adicionar as mensagens à pasta de mensagens enviadas
+ Coloca \'-- \' entre o texto e a assinatura
+ Pode resultar na remoção de pouco ou de demasiado texto
+@@ -666,9 +680,12 @@
+ Fechar as conversas automaticamente quando todas as mensagens são arquivadas, enviadas ou movidas para o lixo
+ O endereço não será mostrado, mas será adicionado ao enviar
+ Haverá um aviso quando enviar para outro domínio
++ Opções para \'encriptação ponta-a-ponta\'
+ A desactivação desta opção pode ser lesiva para a sua privacidade
+ Pode resultar em textos mal formatados e em duplicado
+ O PIN tem prioridade relativamente à autenticação biométrica
++ Haverá um tempo de carência de %1$d segundos
++ Alguns servidores não aceitam um texto genérico para o \'user agent\'
+ O servidor do Google reconhece quais endereços estão a ser visitados
+ No máximo serão mostradas três acções
+ Novas notificações de mensagens serão sempre removidas ao serem arrastadas e ao serem marcadas como lidas
+@@ -700,6 +717,7 @@
+ Permitir a edição do endereço do remetente
+ Utilizar o nome quando o endereço do remetente for editado
+ Responder para o endereço
++ Permitir UTF-8 nos cabeçalhos da mensagem
+ A maioria dos servidores não suporta isto
+ Permitir 8BITMIME
+ Tamanho máximo da mensagem (MB)
+@@ -713,6 +731,7 @@
+ Nome da conta
+ Categoria
+ Utilizado para diferenciar pastas
++ Desactivar isto apenas em caso de mensagens vazias ou anexos corrompidos
+ Cor
+ Fundo
+ Transparente
+@@ -720,6 +739,7 @@
+ Notificações separadas
+ Deslizar para a esquerda
+ Deslizar para a direita
++ Por predefinição, mover para
+ Nome do domínio
+ Obter configurações
+ Pseudónimos
+@@ -727,8 +747,9 @@
+ Personalizado
+ Nome do servidor
+ Encriptação
+- Nenhuma
++ Nenhuma (insegura)
+ Permitir ligações inseguras
++ Pode activar isto para ter notificações de uma conta em específico
+ Número da porta
+ Nome de utilizador
+ Palavra-passe
+@@ -776,6 +797,7 @@
+ Eliminar esta conta permanentemente?
+ Eliminar esta identidade permanentemente?
+ Editar como HTML
++ Importar ficheiro
+ Chave de assinatura: %1$s
+ Última ligação: %1$s
+ 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.
+@@ -1181,6 +1203,7 @@
+ Cifrar
+ Decifrar
+ Ressincronizar
++ Automático
+ Mostrar texto simples
+ Mostrar HTML
+ OpenKeychain não encontrado
+@@ -1248,6 +1271,10 @@
+ Pesquisar em
+ Pesquisar por remetente
+ Eliminar a pesquisa guardada?
++ Pesquisa guardada
++ Nome
++ Ordenar
++ Cor
+ Ordenar por
+ Data
+ Não lida
+@@ -1453,6 +1480,7 @@
+ Espaço reservado para inserção de imagem
+ Imagem de rastreamento
+ Imagem quebrada
++ Será aberto numa aplicação externa
+ Escolher contacto
+ Mostrar CC/BCC
+ Inserir hiperligação
+@@ -1501,6 +1529,7 @@
+ Toque prolongadamente numa pasta para aceder às opções, como adicionar uma pasta ao menu de navegação para um acesso rápido
+ Para limitar o uso de bateria e rede, por predefinição, nem todas as pastas e mensagens serão sincronizadas
+ O modo de avião está ligado
++ As notificações estão desactivadas
+ Se tiver alguma questão ou um problema, por favor utilize o menu de suporte para obter ajuda
+ 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
+ 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
+@@ -1535,6 +1564,7 @@
+ Sim
+ Não
+ Mais tarde
++ Colar como texto simples
+ Anular
+ Refazer
+ Inserir linha
+@@ -1606,7 +1636,6 @@
+ Tente novamente
+ Erro inesperado
+ Registo
+- Deslocar automaticamente
+ Limpar
+ Pesquisar nome ou condição
+ Exportar regras
+@@ -1638,6 +1667,8 @@
+ Mostrar botão para atualizar mensagens
+ Mostrar botão para compor nova mensagem
+ Cor do fundo
++ Adoptar o tema escuro do sistema
++ A Google removeu o modo escuro para versões do Android antes da versão 10
+ Ocultado
+ Expandido
+ Lida
+@@ -1676,6 +1707,7 @@
+
+ Sempre
+ A cada 5 minutos
++ A cada 10 minutos
+ A cada 15 minutos
+ A cada 30 minutos
+ A cada hora
+@@ -1719,6 +1751,7 @@
+ Ir para a próxima conversa
+
+
++ Muito pequeno
+ Muito pequeno
+ Pequeno
+ Médio
+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 @@
+ 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.
+ 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.
+ Bug-uri în versiunea Android a acestui dispozitiv special cauzează blocaje
++ Toate datele pot fi pierdute
+ Continuă oricum
+ Apăsați din nou \'Înapoi\' pentru a ieși
+ Spațiu de stocare insuficient rămas
+@@ -156,6 +157,7 @@
+ Server SMTP pentru trimitere mesaje
+ Certificate de server
+ Asistent
++ Tutoriale
+ Asistentul poate fi folosit de mai multe ori pentru a configura conturi multiple
+ Am nevoie de o nouă adresă de e-mail
+ Setări manuale și opțiuni cont
+@@ -166,6 +168,7 @@
+ 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
+ Conturi
+ Identități
++ Autentificare cu Google
+ Alt furnizor
+ Doar e-mail de intrare (e-mailul nu poate fi trimis!)
+ Cont POP3
+@@ -173,7 +176,7 @@
+ Autorizarea conturilor Google va funcționa în versiunea Play Store și GitHub doar pentru că Android verifică semnătura digitală a aplicației
+ Vă rugăm să acordați permisiunea de a selecta un cont și a vă citi numele
+ 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.
+- Dacă dosarul de ciorne nu este accesibil IMAP, se poate soluționa în setările de etichete Gmail
++ De ce trebuie să selectez un cont pe dispozitiv?
+ Vreau să autorizez un cont cu o parolă în loc de un cont pe dispozitiv
+ Eroarea \'Autentificare eșuată\' poate fi cauzată de dezactivarea administrativă a IMAP/SMTP
+ Autorizare acces la contul %1$s
+@@ -393,6 +396,7 @@
+ Expirarea conexiunii (secunde)
+ Preferă IPv4 înaintea IPv6
+ Întârire conexiuni SSL
++ Necesită TLS 1.3
+ Verificarea strictă a certificatelor
+ Gestionare conexiuni
+ Generale
+@@ -409,7 +413,7 @@
+ Utilizați două coloane
+ Dimensiunea minimă a ecranului pentru împărțirea ecranului
+ Restrângerea unui rând sau a unei coloane la închiderea unei conversații
+- Lățimea coloanei de mesaje: %1$s %%
++ Lățimea coloanei mesajului / înălțimea rândului: %1$s %%
+ Afișați opțiunile din meniul de navigare
+ Afișați categoriile de conturi în meniul de navigare
+ Meniul de navigare Pin
+@@ -484,6 +488,7 @@
+ Folosește mărimi text
+ Folosește fonturi
+ Folosește alinierea textului
++ Arată {HTML titles}
+ Folosește linii separatoare
+ Restrânge textul citat
+ Afișați înlocuitorul imaginii
+@@ -494,6 +499,7 @@
+ Folosește culoarea contului pentru culoarea de fundal a barei de acțiuni a conversației
+ Gruparea pe categorii de conturi
+ Colorează bara de navigație Android
++ Arată numărul de mesaje sau conversații în bara de acțiuni de sus
+ Utilizați fonturi incluse în pachet
+ Utilizează foile de stil
+ Afișați avertismentele de autentificare
+@@ -502,6 +508,7 @@
+ Fără autentificare
+ Autentificare parțială
+ Autentificare completă
++ Restabilește starea aplicației la pornire
+ Sincronizare la pornire
+ Apăsați de două ori \'înapoi\' pentru a ieși
+ Sugerare acțiuni (Android 10+)
+@@ -544,6 +551,7 @@
+ Arată notificări doar când e în fundal
+ Arată notificări numai pentru contacte
+ Amânare notificări în timpul unui apel
++ Întârziere notificări în timp ce Android Auto este conectat
+ Arată doar sumarul în notificare
+ Arată previzualizare mesaj în notificare
+ Previzualizează tot textul
+@@ -628,6 +636,7 @@
+ Diferenţa minimă a clasei: %1$s %%
+ Limba
+ Sistem
++ Integrare cu LanguageTool
+ Integrare DeepL
+ Vreau să folosesc un sdcard
+ Verifică periodic dacă FairEmail este încă activ
+@@ -641,6 +650,7 @@
+ Ultima curățare: %1$s
+ Setări aplicație
+ Mai multe opțiuni
++ Jurnal principal de depanare
+ Jurnalizare protocol
+ Jurnal depanare
+ Depanare
+@@ -668,7 +678,7 @@
+ Se va reveni întotdeauna la lista de dosare a contului asociat dintr-o listă de mesaje
+ Dacă este dezactivată, numai adresele de e-mail vor fi folosite la selectarea contactelor
+ Pe lângă contactele furnizate de Android. Datele contactelor vor fi memorate pentru mesajele nou trimise sau primite doar când este activată.
+- Aceasta va selecta ultima identitate utilizată pentru primul destinatar al mesajelor noi
++ Aceasta va selecta ultima identitate folosită la selectarea unui destinatar pentru mesaje noi
+ Arată o avertizare atunci când textul mesajului sau subiectul e gol sau când atașamentul s-ar putea să lipsească
+ Serverul de e-mail ar putea adăuga mesajele la folderul de mesaje trimise
+ Inserează \'-- \' între text și semnătură
+@@ -705,6 +715,7 @@
+ Imaginile integrate sunt cele include în mesaj
+ 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
+ Acest lucru va afișa cu mai multă precizie mesajele, dar posibil cu o întârziere
++ Restaurează ultima stare a aplicației la repornirea prin pictograma lansator în %1$d minute
+ Detectarea limbii depinde de producătorul dispozitivului
+ Atunci când este doar un mesaj sau doar un mesaj necitit într-o conversație
+ 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
+@@ -722,6 +733,7 @@
+ Serverul Google știe ce adrese sunt căutate
+ Disponibil doar pe lansatoarele suportate
+ Maxim trei acțiuni vor fi afișate
++ Conectat înseamnă că se proiectează ceva, cum ar fi o hartă pentru navigare
+ Notificările de mesaj nou vor fi mereu eliminate dacă sunt glisate la o parte sau când mesajele sunt marcate drept citite
+ Atingeți numele canalului pentru a-l configura
+ Pentru a configura sunetul implicit etc
+@@ -756,7 +768,9 @@
+ Regex pentru a potrivi numele de utilizator al adreselor de e-mail primite
+ Răspuns la adresa
+ Nume de domenii interne (separate prin virgulă)
++ Permite UTF-8 în antetul mesajelor
+ Majoritatea serverelor nu acceptă acest lucru
++ Permite 8BITMIMIME
+ Dimensiunea maximă a mesajului (MB)
+ Solicită implicit confirmare la livrare/citire
+ Utilizați antetele de cerere de primire vechi
+@@ -786,7 +800,7 @@
+ Personalizat
+ Nume gazdă
+ Criptare
+- Fără
++ Nimic (nesigur)
+ Permite conexiunea nesecurizate
+ Conexiunile nesigure trebuie permise numai pe rețele de încredere și niciodată pe cele publice
+ Puteți activa aceasta pentru notificări specifice contului
+@@ -846,6 +860,7 @@
+ Ștergeți definitiv acest cont?
+ Ștergeți definitiv această identitate?
+ Editează ca HTML
++ Importă fișier
+ Cheie semnatură: %1$s
+ Ultima conectare: %1$s
+ Aşteptare după eşec până la: %1$s
+@@ -926,6 +941,7 @@
+ Căutare folder
+ Aplică la toate
+ Editează numele contului
++ Editare culoare cont
+ Ascunde dosar
+ Ascundeți folderul dacă toate mesajele sunt citite
+ Numai în lista de dosare afișată pe ecranul de pornire
+@@ -1334,6 +1350,10 @@
+ Căutare în
+ Căutare expeditor
+ Ștergeți căutarea salvată?
++ Căutare salvată
++ Nume
++ Ordine
++ Culoare
+ Sortare
+ Dată
+ Necitit
+@@ -1541,6 +1561,7 @@
+ Înlocuitor imagine incorporată
+ Imagine folosită la urmărire
+ Imagine coruptă
++ Deschide în afara aplicației
+ Alege contact
+ Arată CC/BCC
+ Inserare legătură
+@@ -1624,6 +1645,7 @@
+ Da
+ Nu
+ Mai târziu
++ Inserați ca text simplu
+ Anulează
+ Refacere
+ Inserați linia
+@@ -1694,7 +1716,6 @@
+ Reîncearcă
+ Eroare neașteptată
+ Raport
+- Auto derulare
+ Curăță
+ Căutare nume sau condiție
+ Exportă regulile
+@@ -1727,6 +1748,7 @@
+ Afișați butonul de redactare a unui mesaj nou
+ Culoare fundal
+ Urmați tema sistemului întunecat
++ Google a eliminat modul întunecat pentru versiunile de Android anterioare versiunii 10
+ Restrâns
+ Extins
+ Citit
+@@ -1766,6 +1788,7 @@
+
+ Permanent
+ La fiecare 5 minute
++ La fiecare 10 minute
+ La fiecare 15 minute
+ La fiecare 30 de minute
+ La fiecare oră
+@@ -1809,6 +1832,7 @@
+ Mergi la conversația următoare
+
+
++ Mic
+ Extra mic
+ Mic
+ Mediu
+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 @@
+ FairEmail — это почтовое приложение с открытым исходным кодом, ориентированное на конфиденциальность и безопасность. По этой причине некоторые функции могут работать не так, как вы привыкли.
+ Например, по умолчанию сообщения переформатируются, так чтобы удалять небезопасные элементы и улучшать читаемость, а открытие ссылок нужно в целях безопасности подтверждать. Обе функции можно отключить.
+ Ошибки в версии Android этого конкретного устройства вызывают сбои
++ Все данные могут быть потеряны
+ Всё равно продолжить
+ Для выхода снова перейдите \"назад\"
+ Недостаточно места
+@@ -167,6 +168,7 @@
+ SMTP-сервер для отправки сообщений
+ Сертификаты сервера
+ Мастер
++ Обучение
+ Мастер может быть использован неоднократно для настройки разных учётных записей
+ Мне нужен новый адрес электронной почты
+ Ручная настройка и параметры учётной записи
+@@ -177,6 +179,7 @@
+ Вы можете настроить имя, цвет и жесты в настройках учётной записи, а также настроить подпись в настройках идентификатора
+ Учётные записи
+ Идентификаторы
++ Войти с помощью Google
+ Другой провайдер
+ Только входящая почта (отправка письма невозможна!)
+ Учётная запись POP3
+@@ -184,7 +187,7 @@
+ Авторизация учётных записей Google будет работать только в официальных версиях из Play Store и GitHub, так как Android проверяет подпись приложения
+ Пожалуйста, предоставьте разрешения для выбора учётной записи и чтения вашего имени
+ Google запросит разрешения на чтение, создание, отправку и безвозвратное удаление всех ваших сообщений. FairEmail никогда не будет удалять ваши сообщения без вашего явного согласия.
+- Если папка черновиков недоступна по IMAP, это может быть исправлено в настройках ярлыка Gmail
++ Зачем выбирать учётную запись на устройстве?
+ Я хочу авторизовать учётную запись паролем вместо учётной записи на устройстве
+ Ошибка \"AUTHENTICATE failed\" может быть вызвана отключением IMAP/SMTP системным администратором
+ Авторизовать доступ к вашей учётной записи %1$s
+@@ -404,6 +407,7 @@
+ Время ожидания подключения (сек.)
+ Предпочитать IPv4
+ Усиленные SSL-подключения
++ Требовать TLS 1.3
+ Строгая проверка сертификатов
+ Управление подключением
+ По умолчанию
+@@ -420,7 +424,7 @@
+ Использовать две колонки
+ Минимальный размер экрана для его разделения
+ Свернуть строку или колонку при закрытии диалога
+- Ширина колонки сообщения: %1$s %%
++ Ширина колонки / высота строки: %1$s %%
+ Показывать панель меню навигации
+ Показывать категории учётных записей в меню навигации
+ Закрепить меню навигации
+@@ -495,6 +499,7 @@
+ Использовать размер текста
+ Использовать шрифты
+ Использовать выравнивание текста
++ Показывать {HTML titles}
+ Использовать разделитель строк
+ Сворачивать цитируемый текст
+ Показывать места расположения изображений
+@@ -505,6 +510,7 @@
+ Использовать цвет учётной записи в качестве фонового для панели действий в диалоге
+ Группировать по категориям учётных записей
+ Раскрашивать панель навигации Android
++ Показывать количество сообщений или диалогов в верхней панели действий
+ Использовать встроенные шрифты
+ Анализировать таблицы стилей
+ Показывать предупреждения аутентификации
+@@ -513,6 +519,7 @@
+ Без аутентификации
+ Частичная аутентификация
+ Полная аутентификация
++ Восстанавливать состояние приложения при запуске
+ Синхронизация при запуске
+ Двойное нажатие \"Назад\" для выхода
+ Предлагать действия (Android 10+)
+@@ -555,6 +562,7 @@
+ Показывать уведомления только в фоновом режиме
+ Показывать уведомления только для контактов
+ Откладывать уведомления во время вызова
++ Откладывать уведомления при подключении Android Auto
+ Показывать только сводное уведомление
+ Предпросмотр сообщений в уведомлениях
+ Предпросмотр всего текста
+@@ -640,6 +648,7 @@
+ Минимальная разница между классами: %1$s %%
+ Язык
+ Системный
++ Интеграция с LanguageTool
+ Интеграция с DeepL
+ Я хочу использовать SD-карту
+ Регулярно проверять, активен ли FairEmail
+@@ -653,6 +662,7 @@
+ Последняя очистка: %1$s
+ Настройки приложения
+ Другие возможности
++ Основной журнал
+ Журнал протокола
+ Журнал отладки
+ Режим отладки
+@@ -680,7 +690,7 @@
+ Всегда возвращаться к списку папок связанной учётной записи из списка сообщений
+ Если отключено, при выборе контактов будут использоваться только адреса электронной почты
+ В дополнение к контактам, предоставляемым Android. Контактные данные будут сохранены только для вновь отправленных или полученных сообщений при включении этой функции.
+- Будет выбран последний идентификатор, используемый для первого получателя новых сообщений
++ Будет выбран последний идентификатор, использовавшийся для получателя новых сообщений
+ Показывать предупреждение, если отсутствует текст сообщения, тема или, возможно, отсутствует вложение
+ Сервер электронной почты всё ещё может добавлять сообщения в папку отправленных
+ Вставлять \"-- \" между текстом и подписью
+@@ -717,6 +727,7 @@
+ Встроенные изображения – это изображения, включённые в сообщение
+ Содержимое сжатых файлов (%1$s) с более чем %2$s файлами или файлами размером более %3$s не будет показано
+ Позволит более точно отображать сообщения, но, возможно, с задержкой
++ Восстановить последнее состояние приложения при перезапуске через значок на рабочем в течение %1$d мин.
+ Поддержка определения языка зависит от производителя устройства
+ Автоматически открывать сообщение, когда оно только одно или только одно непрочитанное сообщение в диалоге
+ Кнопка ответа не будет отображаться, если развёрнуто несколько сообщений, поскольку будет неясно, к какому сообщению она относится
+@@ -734,6 +745,7 @@
+ Сервер Google знает, какие адреса запрашиваются
+ Доступно только на поддерживаемых рабочих столах
+ Будут показаны максимум три действия
++ Подключение означает отображение чего-либо, например, навигационной карты
+ Уведомления о новых о сообщениях всегда будут удаляться при смахивании сообщения и пометке о прочтении
+ Нажмите на название канала, чтобы установить его свойства
+ Для установки звука по умолчанию и т.д.
+@@ -800,7 +812,7 @@
+ Пользовательское
+ Имя хоста
+ Шифрование
+- Нет
++ Нет (небезопасно)
+ Разрешить небезопасные подключения
+ Небезопасные соединения могут быть разрешены только в доверенных сетях и никогда в публичных сетях
+ Вы можете включить это для уведомлений конкретной учётной записи
+@@ -860,6 +872,7 @@
+ Удалить эту учётную запись навсегда?
+ Удалить этот идентификатор навсегда?
+ Редактировать как HTML
++ Импорт файла
+ Ключ подписи: %1$s
+ Последнее подключение: %1$s
+ Ожидание после ошибки до: %1$s
+@@ -940,6 +953,7 @@
+ Поиск в названии папки
+ Применить ко всем
+ Изменить название учётной записи
++ Изменить цвет учётной записи
+ Скрыть папку
+ Скрывать папку, если все сообщения прочитаны
+ Только в списке папок, отображаемом на начальном экране
+@@ -1350,6 +1364,10 @@
+ Поиск в
+ Поиск отправителя
+ Удалить сохранённый поиск?
++ Сохранённый поиск
++ Название
++ Порядок
++ Цвет
+ Сортировка
+ Время
+ Не прочитано
+@@ -1557,6 +1575,7 @@
+ Встроенное изображение
+ Отслеживающее изображение
+ Повреждённое изображение
++ Открыть вне приложения
+ Выбрать контакт
+ Показать копию/скрытую копию
+ Вставить ссылку
+@@ -1640,6 +1659,7 @@
+ Да
+ Нет
+ Позже
++ Вставить как обычный текст
+ Отменить
+ Восстановить
+ Вставить строку
+@@ -1711,7 +1731,6 @@
+ Повторить
+ Непредвиденная ошибка
+ Журнал
+- Автопрокрутка
+ Очистить
+ Поиск имени или условия
+ Экспорт правил
+@@ -1744,6 +1763,7 @@
+ Показать кнопку создания нового сообщения
+ Цвет фона
+ Использовать системную тёмную тему
++ Google удалил тёмный режим для версий Android младше 10 версии
+ Свёрнуто
+ Развёрнуто
+ Прочитано
+@@ -1784,6 +1804,7 @@
+
+ Непрерывно
+ Каждые 5 минут
++ Каждые 10 минут
+ Каждые 15 минут
+ Каждые 30 минут
+ Каждый час
+@@ -1827,6 +1848,7 @@
+ Перейти к следующему диалогу
+
+
++ Минимальный
+ Очень маленький
+ Маленький
+ Средний
+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 @@
+ ᱯᱷᱮᱭᱟᱨ ᱤᱢᱮᱞ ᱛᱮ ᱯᱟᱸᱛᱮᱭ ᱢᱮ
+ ᱵᱚᱫᱚᱞ ᱞᱟᱸᱜᱽ
+ Fair Email ᱫᱚ ᱦᱩᱭᱩᱜ ᱠᱟᱱᱟ ᱢᱤᱫ ᱨᱟᱲᱟ ᱥᱚᱨᱥ ᱤᱢᱮᱞ ᱮᱯ ᱡᱟᱦᱟᱸ ᱫᱚ ᱯᱨᱟᱤᱵᱷᱮᱥᱤ ᱟᱨ ᱥᱤᱠᱭᱩᱨᱤᱴᱤ ᱪᱚᱴᱨᱮ ᱫᱷᱮᱭᱟᱱ ᱮ ᱮᱢᱟ ᱾ ᱱᱚᱣᱟ ᱠᱷᱟᱹᱛᱤᱨ ᱛᱮ ᱛᱤᱱᱟᱹᱜ ᱯᱷᱤᱪᱚᱨ ᱟᱢ ᱵᱮᱵᱷᱨᱟᱜ ᱠᱷᱚᱱ ᱮᱴᱟᱜ ᱞᱮᱠᱟᱭ ᱠᱟᱹᱢᱤᱭᱟ ᱾
++ ᱯᱟᱞᱮ ᱡᱷᱚᱛᱚ ᱰᱮᱴᱟ ᱟᱫ ᱮᱱᱟ
++ ᱡᱟᱦᱟᱸ ᱞᱮᱠᱟᱛᱮ ᱞᱮᱛᱟᱲ ᱢᱮ
+ ᱵᱟᱦᱨᱮ ᱛᱮ ᱚᱰᱚᱠᱚᱜ ᱞᱟᱹᱜᱤᱫ \'ᱨᱩᱭᱟᱹᱲ\' ᱨᱮ ᱚᱛᱟᱭ ᱢᱮ
+ ᱵᱟᱝ ᱠᱩᱲᱟᱹᱣᱜᱟᱱ ᱥᱴᱚᱨᱮᱡᱽ ᱴᱷᱟᱶ
+ ᱢᱩᱪᱟᱹᱫ ᱚᱯᱰᱮᱴ: %1$s
++ ᱠᱷᱚᱱ ᱰᱟᱭᱩᱱᱞᱚᱰ ᱟᱠᱟᱱᱟ: %1$s
++ ᱪᱟᱪᱞᱟᱣ
+ ᱠᱩᱞ ᱢᱮ
+ ᱤᱢᱮᱞ
+ ᱞᱟᱦᱟᱱᱛᱤ
+@@ -48,6 +52,7 @@
+
+ ᱵᱞᱚᱠᱮ ᱢᱮ %1$s
+ ᱵᱞᱚᱠ ᱠᱩᱠᱩᱞᱤᱭᱟᱹ
++ ᱵᱠᱞᱚᱠ ᱰᱚᱢᱮᱱ %1$s
+ ᱯᱷᱟᱨᱪᱟᱭ ᱢᱮ
+ ᱢᱮᱥᱮᱡᱽ ᱠᱩᱞᱚᱜ ᱠᱟᱱᱟ
+ ᱫᱩᱞᱟ.ᱲ ᱡᱚᱲᱟᱣ ᱞᱟᱹᱜᱤᱫ ᱛᱟᱹᱝᱜᱤᱭ ᱢᱮ
+@@ -144,13 +149,14 @@
+
+
+ Always
+- Every 5 minutes
+- Every 15 minutes
+- Every 30 minutes
+- Every hour
+- Every 2 hours
+- Every 4 hours
+- Every 8 hours
++ ᱥᱟᱱᱟᱢ 5 ᱢᱤᱱᱤᱴᱥ
++ ᱥᱟᱱᱟᱢ 10 ᱢᱤᱱᱤᱴᱥ
++ ᱥᱟᱱᱟᱢ 15 ᱢᱤᱱᱤᱴᱥ
++ ᱥᱟᱱᱟᱢ 30 ᱢᱤᱱᱤᱴᱥ
++ ᱥᱟᱱᱟᱢ ᱴᱟᱬᱟᱝ
++ ᱥᱟᱱᱟᱢ 2 ᱴᱟᱬᱟᱝ
++ ᱥᱟᱱᱟᱢ 4 ᱴᱟᱬᱟᱝ
++ ᱥᱟᱱᱟᱢ 8 ᱴᱟᱬᱟᱝ
+ ᱫᱤᱱ ᱜᱮ
+
+
+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 @@
+ Autorizácia účtov Google funguje len vo verziách z obchodu Play a Github, pretože systém Android kontroluje podpis aplikácií
+ Prosím o udelenie povolenia na výberr účtu a načítanie Vášho mena
+ 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.
+- Ak nie je priečinok s konceptami dostupný cez protokol IMAP, môžete to vyriešiť v nastaveniach štítkov Gmail
+ Chyba \"OVERENIE zlyhalo\" môže byť zapríčinená zakázanými IMAP/SMTP správcom systému
+ Autorizovať prístup do vášho %1$s účtu
+ Opätovne autorizovať existujúci účet (ak neexistuje, bude vytvorený nový)
+@@ -408,7 +407,6 @@
+ Použiť dva stĺpce
+ Minimálna veľkosť obrazovky pre funkciu rozdelenie obrazovky
+ Zbaliť riadok alebo stĺpec pri zatvorení konverzácie
+- Šírka stĺpca správy: %1$s %%
+ Zobrazovať možnosti navigačnej ponuky
+ Zobrazovať kategórie účtov v navigačnej ponuke
+ Pripnúť navigačnú ponuku
+@@ -664,7 +662,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.
+ Týmto vždy prejdete zo zoznamu správ do zoznamu priečinkov pridruženého účtu
+ Ak je to zakázané, pri výbere kontaktov sa budú používať len emailové adresy
+ Okrem kontaktov poskytnutých systémom. Zaznamenané budú kontaktné údaje z prijatých a odoslaných správ, len ak je to povolené.
+- Týmto nastavíte naposledy použitú totožnosť podľa prvého príjemcu nových správ
+ Zobraziť varovanie, ak je text správy alebo predmet prázdny alebo môže chýbať príloha
+ Poštový server môže stále umiestniť správy v priečinku s odoslanou poštou
+ Oddeliť podpis od textu správy znakmi \'-- \'
+@@ -780,7 +777,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.
+ Vlastný
+ Názov hostiteľa
+ Šifrovanie
+- Nič
+ Povoliť nezabezpečené spojenia
+ Nezabezpečené spojenia by ste mali povoliť len v dôveryhodných sieťach a nie na verejnom internete
+ Číslo portu
+@@ -1318,6 +1314,9 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.
+ Hľadať v
+ Hľadať odosielateľa
+ Vymazať uložené hľadanie?
++ Názov
++ Poradie
++ Farba
+ Zotriediť
+ Čas
+ Neprečítané
+@@ -1677,7 +1676,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.
+ Skúsiť znovu
+ Neočakávaná chyba
+ Záznam
+- Automatické posúvanie
+ Vymazať
+ Hľadať názov alebo podmienku
+ Exportovať pravidlá
+@@ -1750,6 +1748,7 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.
+
+ Vždy
+ Každých 5 minút
++ Každých 10 minút
+ Každých 15 minút
+ Každých 30 minút
+ Každú hodinu
+@@ -1793,6 +1792,7 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.
+ Prejsť na nasledujúcu konverzáciu
+
+
++ Veľmi malé
+ Veľmi malá
+ Malá
+ Stredná
+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 @@
+ Iskanje FairEmail
+ Dnevnik sprememb
+ 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.
++ 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.
++ Hrošči v različici Androida te naprave povzročajo sesutja.
++ Vsi podatki so lahko izgubljeni.
++ Vseeno nadaljuj
+ Za izhod še enkrat pritisnite \'Nazaj\'.
++ Premalo prostora za shranjevanje.
++ Zadnja posodobitev: %1$s
++ Preneseno iz: %1$s
++ Nadzor
+ Pošlji
++ E-pošta
++ Napredek
+ Posodobitve
+ Opozorila
+ Napake
+ Opozorila strežnika
+ Stiki
++ Sinhronizacija in nadzor računov
++ Pošiljanje sporočil
++ Obvestila o novih sporočilih
++ Obvestila o napredku daljše izvajajočih se dejavnosti
+
+ Pogovor
+ Pogovora
+@@ -59,6 +73,12 @@
+ %1$d nova
+ %1$d novih
+
++
++ Premakni %1$d sporočilo?
++ Premakni %1$d sporočili?
++ Premakni %1$d sporočila?
++ Premakni %1$d sporočil?
++
+
+ Trajno izbriši %1$d sporočilo?
+ Trajno izbriši %1$d sporočili?
+@@ -72,15 +92,40 @@
+ Obravnavaj %1$d sporočil kot vsiljenih?
+
+ Obravnavaj sporočilo od %1$s kot vsiljeno?
++ 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.
++ 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!
++
+ Blokiraj %1$s
+ Blokiraj pošiljatelja
++ Blokiraj domeno \'%1$s\'
++ Blokiranje pošiljatelja je brezplačna značilnost.
++ Blokiranje domene pošiljatelja uporablja pravila filtriranja, ki je značilnot Pro.
++
++ Blokirani pošiljatelji
++
++ Blokiraj pošiljatelja %1$s-ega sporočila?
++ Blokiraj pošiljatelja %1$s-h sporočil?
++ Blokiraj pošiljatelja %1$s-h sporočil?
++ Blokiraj pošiljatelja %1$s-h sporočil?
++
++ Uporabi krajevni filter proti vsil. pošti
++ To lahko poveča porabo energije in nepravilno označi sporočila kot vsiljena.
++ Uporabi sezname za blok. vsil. pošte
+ Počisti
++ To bo izbrisalo vsa pravila za blokiranje pošiljateljev.
+ Pošiljanje sporočil
+ Čakanje na primerno povezavo
+ Nedejavno
+ \'%1$s\' je spodletelo.
++ Opozorilo strežnika: \'%1$s\'
++ Preostalih poizkusov: %1$d
++ Pošiljanje so bo poizkusilo ponovno izvesti ob spremembi internetne povezave ali če povlečete dol v oknu izhodne pošte.
++ Pošiljanje za %1$s je spodletelo.
++ Skrito: overitev z biometričnimi podatki ali PIN-om je omogočena.
+ %1$d minut
+ Predloge
++ Pravila
+ Opravila
+ Krajevni stiki
+ Nastavitve
+@@ -96,48 +141,116 @@
+ Oceni ta program
+ Dobrodošli
+ Licenčna pogodba s končnim uporabnikom
++ Odprtokodna licenca
++ Prispevali so
+ Strinjam se
+ Ne strinjam se
+ Različica %1$s
++ Pravilnik o zasebnosti
+ Računi
+ Identitete
+ Uredi račun
+ Uredi identiteto
+ Uredi mapo
++ Onemogoči program Gmail
+ Nastavitve
+ Pomoč
+ Hitra nastavitev
++ Nastavitev računa vsebuje samo tri korake, nakar boste lahko prejemali in pošiljali sporočila.
++ Ni potrebe po spreminjanju drugih možnosti.
++ 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!
++ 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.
++ Dodajte ali odstranite račune
++ Nekateri ponudniki otežujejo dodajanje računa. Prosim, ne krivite za to FairMaila, ampak prosite za podproro.
++ 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.
++ Prosim, bodite potrpežljivi …
+ Strežnik IMAP za prejemanje sporočil
+ Strežnik SMTP za pošiljanje sporočil
++ Potrdila strežnika
+ Čarovnik
+- Računi
++ Vodniki
++ Čarovnika lahko večkrat uporabite za nastavitev več računov.
++ Potrebujem nov e-poštni nsalov
++ Ročna nastavitev in možnosti računa
++ Klasična nastavitev
++ Za pravilno nastavitev e-poštnih strežnikov si prosim oglejte dokumentacijo svojega e-poštnega ponudnka.
++ Prejemanje e-pošte
++ Pošiljanje e-pošte
++ Ime, barvo in dejanja potegov lahko nastavite v nastavitvah računa, podpis pa lahko nastavite v nastavitvah identitete.
++ račune
+ Identitete
++ Prijavi se z Googlom
+ Drug ponudnik
++ Samo dohodna pošta (pošte ni mogoče pošiljati)
++ Račun POP3
++ E-poštni ponudnik je OAuth odobril samo za različico iz Trgovine Play in GitHuba.
++ Overjanje računov Google bo delovalo samo v različici iz Trgovine Play in GitHuba, ker Android preveri digitalni podpis programa.
+ Odobrite dovoljenja za izbiro računa in branje vašega imena.
+ 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.
+- Če IMAP nima dostopa do mape z osnutki, lahko to popravite v Gmailovih nastavitvah oznak.
++ Zakaj moram izbrati sistemski račun?
++ Račun želim odobriti z geslom namesto z računom v napravi.
++ Napaka \'OVERITEV je spodletela\' se lahko pojavi, če je skrbnik sistema onemogočil IMAP/SMTP.
+ Odobrite dostop do računa %1$s.
++ Ponovno odobri obstoječi račun (drugače ustvari novega)
++ Odobritev računa je bila posodobljena.
+ Odobri
+ Izberite račun.
+ Navodila za nastavitev
+ Nastavitev za domeno \'%1$s\' ni bilo mogoče najti.
++ Račun poizkusite ročno nastaviti z nastavitvami od vašega e-poštnega ponudnika.
+ Preverite e-poštni naslov in geslo in se prepričajte, da je za vaš račun omogočen zunanji dostop (IMAP/SMTP).
++ Ta ponudnik namesto gesla računa zahteva geslo programa. Oglejte si navodila vašega ponudnika.
+ Mapa \'Prejeto\' ni bila najdena.
++ Ko ste prijavljeni v program napreden zaščite, programov tretjih oseb ni mogoče uporabljati. To je omejitev, ki jo je določil Google.
++ Račun je bil uspešno dodan.
++ Mapa za poslano pošto ni bila izbrana. Poslana sporočila morda ne bodo shranjena.
++ Za urejanje imena, barve, dejanj potegov itd.
+ Upravljaj
+ Odobri
+ Odobri zahtevana dovoljenja
++ Ali je podprt Microsoft Exchange?
++ Kaj je identiteta?
++ Ali je ta program brezplačen?
+ Odobrite dovoljenja
+ Za dostop do podatkov o stikih (izbirno).
++ Deovoljenje za dostop do stikov je zahtevano za iskanje podatkov o stikih in za predlaganje stikov.
++ Za prikaz obvestil o novih sporočilih (izbirno).
++ Dovoljenje za obvestila je zahtevano za prikaz obvestil o novih sporočilih v vrstici stanja.
++ Katera dovoljenja so potrebna in zakaj?
++ Kako lahko uvozim stike?
++ Onemogočite optimizacijo baterije
++ Za zanesljivo pošiljanje in prejemanje e-pošte v ozadju.
++ Za program bi morala biti optimizacija baterije onemogočena, da se zagotovi zanesljivo pošiljanje in prejemanje sporočil v ozadju.
++ Čeprav se sliši protislovno, bo izklop optimizacije baterije za ta program zmanjšal porabo energije.
++ Zakaj bi morala biti optimizacija baterije onemogočena?
++ V naslednjem pogovornem oknu \"Ni optimizirano\" spremenite v \"Vsi programi\", izberite ta program in izberite \"Brez optimizacije\".
+ Visoka poraba energije?
+ Se je sinhronizacija ustavila?
++ To je verjetno zahtevano za to napravo.
++ Program ne bo deloval.
++ Budilke in opomniki so onemogočeni.
++ Omejitve v ozadju so omogočene.
+ Ohranjevalnik podatkov je omogočen.
++ Prikaži napredne možnosti
++ Pojdi v mapo Prejeto
+ Pojdi
+ Za narediti
+ Končano
+ Še vedno za narediti
+ Napaka
++ Uporabi POP3 (ni priporočljivo)
++ Uporabi \'recent\' za več e-poštnih odjemalcev
++ Nastavljanje računa …
++ Mogoče boste morali uporabiti geslo programa
++ Dodatno
++ To bo samo odstranilo račune iz programa.
++ Zapri nastavitve
+ Izvozi nastavitve
+ Uvozi nastavitve
++ 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!
++
++ Izvozna datoteka vsebuje vse nastavitve in podatke, vendar nobenega sporočila ali slike za podpis.
+ Uvoženi računi bodo dodani, ne da bi prepisali obstoječe.
+ Geslo
+ Geslo vsebuje krmilne znake ali presledke.
+@@ -145,9 +258,19 @@
+ Manjka geslo.
+ Gesli se ne ujemata.
+ Geslo je neveljavno.
++ Uvozi račune in identitete
++ Najprej izbriši obstoječe račune
++ Uvozi pravila filtriranja
++ Uvozite krajevne stike
++ Uvozi predloge za odgovor
++ Uvozi možnosti
+ Nastavitve so bile izvožene.
+ Nastavitve so bile uvožene.
+ Neveljavna datoteka z nastavitvami.
++ Račun %1$s
++ Identiteta %1$s
++ Preskočeno: že obstaja.
++ Zaženite čarovnika za ponovno odobritev.
+ Razvrsti račune
+ Razvrsti mape
+ Ponastavi vrstni red
+@@ -162,19 +285,38 @@
+ Rdeča/Zelena
+ Siva
+ Črna
++ Bela
++ Črna ali bela
++ Črno-bela
+ Obrni barve
+- Temno
++ Svetla
++ Temna
+ Sledi sistemu
+ Črno ozadje
++ Svetlo ozadje za pogled izvirnega sporočila
++ Svetlo ozadje za urejevalnik sporočil
++ Barve Material You lahko nastavite v nastavitvah sloga in ozadja za Android.
+ \'Sledi sistemu\' bo samodejno preklopilo med svetlo/temno temo podnevi/ponoči, če to podpira Android.
++ Želim več barv
+ Napredno
+ Možnosti
+ Obnovi privzeto
+ Ponastavi vprašanja
++ Splošna vprašanja
++ Prikaži izvirna sporočila
+ Prikaži slike
++ Potrdi povezave
++ Vaši računi Gmail bodo še naprej delovali po 30. maju 2022.
++ Nekateri od vaših računov Gmail bodo morda prenehali delovati po 30. maju 2022.
++ Vaši računi Outlook bodo še naprej delovali po 1. okrobru 2022.
++ Nekateri od vaših računov Outlook bodo morda prenehali delovati po 1. oktobru 2022.
+ Več naprednih nastavitev
+ 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.
+
++ Možnosti so razvrščene po zavihkih, razdeljene v odseke, organizirane po videzu ali uporabi in lahko jih iščete.
++
++ Račun lahko nastavite z dotikom gumba za čarovnika na zaslonu za glavne nastavitve.
++ Glavno
+ Prejemanje
+ Pošiljanje
+ Povezava
+@@ -184,85 +326,204 @@
+ Šifriranje
+ Obvestila
+ Razno
++ Vse možnosti imajo pogosto uporabljene običajne vrednosti, ki jih za uporabo programa ni treba spreminjati.
++ Prejmi sporočila za vse račune
+ Kdaj
++ Samodejno optimiziraj
++ Vedno prejmi sporoila za te račune
+ Urnik
+ Napredno
++ Hitra sinhronizacija
+ Sporočila brez datuma
+ Vsa neprebrana sporočila
+ Vsa sporočila z zvezdico
+ Izbriši stara neprebrana sporočila
+ Preveri, ali so bila stara sporočila odstranjena s strežnika
+ Slog združevanja sporočil za račune Gmail
++ Združi sporočila po pošiljatelju in zadevi
+ Sinhroniziraj seznam map
++ Dejavno sinhroniziraj seznam map
++ Sinhroniziraj seznam map v souporabi
+ Upravljaj z naročninami na mape
++ Preveri overitev sporočila
++ Preveri varnost prenosnega sloja (TLS)
++ Preveri naslove za odgovor ob sinhronizaciji sporočil
+ Preveri pošiljateljeve e-poštne naslove ob sinhronizaciji sporočil
++ Preveri, ali je ime domene pošiljatelja na seznamu za blokiranje vsiljene pošte
++ Premakni sporočila iz domen, ki so na seznamu blokiranih, v mapo z vsiljeno pošto
++ Preskoči sporočila iz domen, ki so na seznamu blokiranih (samo POP3)
++ Samodejno uglasi razmik med osvežitvami
+ Privzeto prikaži tipkovnico
++ Prepreči celozaslonsko tipkovnico
++ Uporabi imena in e-poštne naslove
+ Predlagaj krajevno shranjene stike
+ Predlagaj naslove, najdene v poslanih sporočilih
+ Predlagaj naslove, najdene v prejetih sporočilih
+ Razvrsti predlagane naslove po pogostosti uporabe
++ Nadomestna predpona za odgovor/posredovanje
++ Prikaži mehurčke za naslove
+ Prikaži opomnike
+ Odloži pošiljanje sporočil
++ Dodaj datoteke v souporabi k novemu osnutku
++ Dolg pritisk na gumb za odgovor bo:
++ Prikaži nevsiljivo ikono zakasnelega pošiljanja
++ Samodejno shrani osnutek po vsakem odstavku
++ Samodejno shrani osnutek po vsakem stavku
++ Privzeta pisava
++ Samodejno izberi identitete za nova sporočila
+ V odgovorih ali posredovanih sporočilih zadevi dodaj predpono samo enkrat
++ Dodaj število k predponi za odgovor
++ Vstavi vodoravno črto pred glavo za odgovor/posredovanje
+ V odgovorih/posredovanih sporočilih uporabi razširjeno glavo
++ Piši nad besedilom pošiljatelja
++ Piši pod besedilom pošiljatelja
+ Navedi besedilo, na katerega odgovarjam
++ Omeji število ugnezdenih navedkov
+ V navedenem besedilu prilagodi velikost slik
+ Položaj podpisa
++ Uporabi podpis za nova sporočila
++ Uporabi podpis za odgovor
++ Samo za prvi odgovor
++ Uporabi podpis za posredovano sporočilo
+ Trajno izbriši osnutek ob opustitvi osnutka
++ Ob odgovoru na sporočilo shrani odgovor v isto mapo
++ Samodejno ustvari povezave
+ Privzeto pošlji samo golo besedilo
+ \'Tekoča oblika\' za golo besedilo
+ Dogovor za podpis Usenet
+ Odstrani prepoznane podpise
+ Kadar zahtevam potrdilo
++ Začni nov pogovor ob posredovanju
+ Pred pošiljanjem preveri prejemnikove e-poštne naslove
+ Uporabi merjene povezave
+ Samodejno prejmi sporočila in priloge ob merjeni povezavi do
+ Prejmi sporočila in priloge med gostovanjem
+ Gostuj kot doma
++ Prejmi vse glave sporočila
++ Prejmi datoteke surovega sporočila
++ Privzeto prejmi samo dele z golim besedilom (če je na voljo)
++ Zahtevaj preverjeno povezavo
++ Poveži se samo preko VPN-a
+ Časovna omejitev povezave (v sekundah)
++ Prednost ima IPv4 pred IPv6
+ Utrdi povezave SSL
++ Zahtevaj TLS 3.1
++ Strogo preverjanje potrdil
+ Upravljaj s povezljivostjo
+ Splošno
++ Krmarjenje
++ Preverjanja
+ Seznam
+ Pogovor
+ Sporočilo
+ Glava sporočila
+ Telo sporočila
+- Prikaži ob zagonu
++ Pokončni način
++ Ležeči način
++ Uporabi dve vrstici
++ Uporabi dva stolpca
++ Najmanjša velikost za razdelitev zaslona
++ Strni vrstico ali stolpec ob zapiranju pogovora
++ Širina stolpcev/višina vrstic sporočil: %1$s %%
++ Prikaži možnosti menija za krmarjenje
++ Prikaži kategorije računov v meniju za krmarjenje
++ Pripni meni za krmarjenje
++ Skrij možnosti menija za krmarjenje?
++ Možnosti lahko ponovno omogočite v nastavitvah prikaza.
++ Prikaži število krajevno shranjenih sporočil v meniju za krmarjenje
++ Prikaži število neprebranih osnutkov v meniju za krmarjenje
++ Prikaži število neprebranih sporočil v pripetem meniju za krmarjenje
++ Ob zagonu prikaži
+ Uporabi kartice namesto seznama
++ Uporabi sivo-rjavo ozadje ob uporabi kartičnega sloga (samo svetle teme)
++ Uporabi barvo kartic kot ozadje ob uporabi sloga z zavihki
++ Uporabi senčenje za neprebrana sporočila ob uporabi kartičnega sloga
++ Uporabi barvo poudarkov namesto barve odtenka
++ Uporabi ločilne črte ob uporabi sloga z zavihki
+ Združi po datumu
++ Prikaži glavo s fiksnim datumom na vrhu
++ Prikaži datum v krepkem
+ Niti pogovorov
++ Prikaži število neprebranih sporočil v pogovorih
+ V pogovorih zamakni prejeta/poslana sporočila levo/desno
+ Poudari neprebrana sporočila
+ Prikaži barvno črto
++ Uporabi široko barvno črto
+ Prikaži slike stikov
++ Nepreverjen pošiljatelj
++ Preverjen pošiljatelj
+ Prikaži splošne podobe
++ Prikaži pod. iz stor. Libravatar
++ Prikaži ikone zaznamkov
++ Prikaži samo prvih %1$s spletne strani
+ Prikaži ustvarjene ikone
+ Prikaži identitetne ikone
+ Prikaži okrogle ikone
++ Nasičenost: %1$s %%
++ Svetlost: %1$s %%
++ Prag barve črk: %1$s %%
+ Prikaži imena in e-poštne naslove
+ Prednost ima ime stika pred poslanim imenom
++ Prikaži samo imena stikov
+ Podčrtaj pošiljatelja, ko je ta poznan kot krajevni stik \'Za\'
++ Prikaži prejemnike v glavi sporočila
++ Velikost besedila - pošiljatelj
++ Skrajšaj pošiljatelja, če je treba
+ Prikaži zadevo nad pošiljateljem
+ Prikaže zadevo v ležeči pisavi
+ Poudari zadevo
++ Velikost besedila - zadeva
++ Skrajšaj zadevo, če je treba
++ Samo strnjen način
++ Barva poudarka
+ V glavi sporočila prikaži ključne besede
++ Prikaži oznake Gmail v glavi sporočila
+ Prikaži zvezdice
+ Prikaži obarvano ozadje namesto obarvanih zvezdic
+ Prikaži predogled sporočila
+ Prikaži predogled sporočila v ležeči pisavi
+ Število vrstic predogleda
+ Privzeto prikaži podrobnosti naslova
++ Prikaži vsebino stisnjenih prilog
+ Prikaži priloge pod besedilom sporočila
++ Prikaži sličice za besedilom sporočila
++ Privzeta povečava besedila sporočila: %1$s %%
++ Povečaj/pomanjšaj izvirna sporočila, da se prilegajo zaslonu
++ Onemogoči stalne širine v izvirnih sporočilih
++ Uporabi samodejno dodajanje vezajev
+ Uporabi visoki kontrast za besedilo sporočila
++ Privzeto uporabi pisavo s stalno širino za besedilo sporočila
++ Uporabi pisavo s stalno širino za predoblikovano besedilo
++ Uporabi barve ozadja
++ Uporabi barve besedila
++ Uporabi velikosti besedila
++ Uporabi pisave
++ Uporabi poravnavo besedila
++ Prikaži {HTML titles}
++ Uporabi ločilne črte
+ Strni navedeno besedilo
++ Prikaži ograde slik
+ Samodejno prikaži slike v besedilu
++ Prikaži dodatne gumbe na dnu sporočila
+ Prikaži relativni položaj pogovora s piko
+ Prikaži vrstico z dejanji pogovorov
+ Za barvo ozadja vrstice z dejanji pogovorov uporabi barvo računa
++ Združi po kategorijah računa
+ Obarvaj Androidovo vrstico za krmarjenje
++ Prikaži število sporočil ali pogovorov v vrhnji vrstici dejanj
++ Uporabi svežnje pisav
+ Razčleni slogovne predloge
++ Prikaži opozorila o overitvah
++ S tem povezana preverjanja lahko nastavite v nastavivah za prejemanje.
++ Prikaži kazalnik stanja overitve
++ Brez overitve
++ Delna overitev
++ Popolna overitev
++ Obnovi stanje programa ob zagonu
++ Sinhroniziraj ob zagonu
+ Dvojni \'Nazaj\' za izhod
++ Predlagaj dejanja (Android 10+)
++ Predlagaj besedila za odgovor (Android 10+)
+ Zaznaj jezik besedila sporočila
+ Povleci dol za osvežitev
+ Ob prejemanju novih sporočil se pomakni na vrh
+@@ -270,26 +531,42 @@
+ Povleci levo/desno za pomik na naslednje/prejšnje sporočilo
+ Glasnost gor/dol za pomik na naslednje/prejšnje sporočilo
+ Obrni smer krmarjenja
++ Potegni dol za zapiranje pogovora
++ Potegni gor za premik pogovora
+ Samodejno razširi sporočila
++ Samodejno razširi prvo sporočilo, ko preberem pogovor
+ Samodejno razširi vsa prebrana sporočila
+ Razširi samo eno sporočilo naenkrat
+ Ob pritisku na \'Nazaj\' strni sporočila v pogovoru z več sporočili
+ Samodejno zapri pogovore
+ Ob zapiranju pogovora
++ Zapri pogovor, ko so sporočila označena kot prebrana
++ Strni sporočila, ki so ročno označena kot prebrana ali neprebrana
++ Omejitev razveljavitve
+ Prikaži nevsiljive ikone hitrega filtra
+ Prikaži nevsiljive ikone hitrega pomika
++ Vedno se vrni na seznam map s seznama sporoil
+ Ob premikanju sporočil samodejno označi sporočila kot prebrana
+ Ob dremežu sporočil samodejno dodaj zvezdico
+ Ob premikanju sporočil samodejno odstrani zvezdice
+ Samodejno naredi sporočila, označena z zvezdico, pomembna
+ Ponastavi pomembnost ob premikanju sporočil
++ Potegni razširjena sporočila desno za odgovor
++ Privzeti čas dremeža/zakasnitve
+ Upravljaj z obvestili
+ Privzeti kanal
++ Nazdorni kanal
++ Najprej prikaži novejša obvestila
+ Ikono zaganjalnika prikaži s številom novih sporočil
+ Število novih sporočil naj se ujema s številom obvestil
++ Prikaži obvestila samo, ko se program izvaja v ozadju
++ Prikaži obvestila samo za stike
++ Zakasni obvestila med klicem
++ Zakasni obvestila, ko je priklopljen Android Auto
+ Prikaži samo obvestilo s povzetkom
+ V obvestilih prikaži predogled sporočila
+ Predogled vsega besedila
++ Prikaži obvestila samo s predogledom besedila
+ Dejanja obvestil
+ Smeti
+ Izbriši
+@@ -304,57 +581,127 @@
+ Dremež
+ Ob dotiku obvestila odstrani obvestilo o novem sporočilu
+ Ob ogledu seznama sporočil odstrani obvestilo o novem sporočilu
++ Prikaži ime računa ali mape kot podbesedilo
+ V nosljive naprave pošlji samo obvestila s predogledom sporočila
++ Uporabi Androidovo obliko obvestil \'sporočilni slog\'
+ Ob uporabi biometrične overitve prikaži vsebino obvestila
+ Uporabi lučko za obvestila
+ Izberi zvok obvestila
++ Na kratko vklopi zaslon za obvestila o novih sporočilih
++ Za sinhronizacjo sporočil uporabi storitev v ozadju
++ Storitev v ozadju lahko Android kadarkoli ustavi, vendar ne zahteva obvestila v vrstici stanja.
+ Potrdi odpiranje povezav
++ Za sumljive povezave preveri sezname za blokiranje domen
++ Privzeto ne prikazuj slik
+ Potrdi prikaz slik
+ Privzeto prikaži preoblikovana sporočila
++ Potrdi prikaz izvirnih sporočil
++ Poizkusi prepoznati in onemogočiti sledilne slike
+ Pošiljaj sporočila brez podatkov o časovnem pasu
++ Pošlji ime programa in različico e-poštnemu strežniku
+ Prikaži skrita besedila v sporočilu
++ Uporabi zasebno tipovnico (Android 8+)
+ Skrij z zaslona nedavnih programov in prepreči zaslonske slike
+ PIN
+ Časovna omejitev biometrične overitve
++ Zakleni ob izklopu zaslona
++ Zakleni ob zapustitivi programa
++ Uporabi splošnega uporabniškega posrednika v brskalniku
++ Naloži posodobljene izrazne ikone iz Storitev Google Play
++ Samodejno tedensko posodobi sezname
++ Uporabi sezname za opozorilo o sledilnih povezavah
++ Uporabi sezname za prepoznavanje sledilnih slik
++ Oddaljeno izbriši podatke
++ Če bodo prejeta sporočila v zadevi vsebovala spodnje besede, se bodo podatki programa samodejno in takoj izbrisali.
++ Izbriši podatke programa
++ Podatki programa bodo neobnovljivo izbrisani!
+ Privzeto podpiši
+ Privzeto šifriraj
+ Samodejno odšifriraj sporočila
++ Razveljavi šifriranje ob zapiranju programa
+ Ponudnik OpenPGP
+ Uporabi Autocrypt
+ Vzajemni način Autocrypt
++ Šifriraj zadevo
++ Uvozi ključ
++ Algoritem podpisa
++ Šifrirni algoritem
++ Upoštevajte, da vsi e-poštni programi ne podpirajo vseh algoritmov.
++ Privzeta algoritma SHA256 in AES128 sta pogosto podprta.
++
++ Preveri javni ključ ob pošiljanju
+ Upravljaj z javnimi ključi
+ Uvozi zasebni ključ
+ Upravljaj z zasebnimi ključi
++ Nameščena potrdila overiteljev
+ This will open to the Android security settings. Keys and certificates can generally be found under Advanced - Encryption and credentials.
+
++ Dodaj dejanja v Androidov meni za izklop
+ Dovoli drugim programom iskati v sporočilih
++ Razvrsti predloge za odgovor po pogostosti uporabe
+ V Androidovem meniju za deljenje prikaži pogosto uporabljene stike
+ Zgradi iskalno kazalo
+ V kazalo je bilo dodanih %1$d/%2$d sporočil (%3$s)
++ Razvrsti sporočila
++ Najmanjša verjetnost razreda: %1$s %%
++ Najmanjša razlika med razredi: %1$s %%
+ Jezik
+ Sistem
++ Povezava z LanguageToolom
++ Povezava z DeepL-om
++ Želim uporabiti kartico SD
+ Občasno preveri, ali je FairEmail še vedno dejaven
++ Preveri za posodobitve GitHub
++ Preveri tedensko namesto dnevno
++ Prikaži dnevnik sprememb po posodobitvi
+ Preizkusne značilnosti
+ Pošiljaj poročila o napakah
+ Izbriši priloge starih sporočil
+ Počisti
++ Nastavitve programa
+ Več možnosti
++ Glavno beleženje
++ Beleženje protokolov
++ Razhroščevalno beleženje
+ Razhroščevalni način
++ Če je prejemanje sporočil onemogočeno, jih lahko še vedno ročno prejemate s potegom navzdol po seznamu sporočil.
++ To lahko povzroči visoko porabo energije!
++ 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.
++ To lahko spremeni pogostost sinhronizacije zaradi varčevanja z energijo, odvisno od zmogljivosti in vedenja e-poštnih strežnikov.
+ Dotaknite se časa, da ga nastavite.
++ Urnik lahko onemogočite v naprednih nastavitvah računa.
++ To zmanjša porabo podatkov, vendar lahko zgrešite nova sporočila, če e-poštni strežnik ne sledi standardom.
+ Nekateri ponudniki shranjujejo sporočila z neznanim, neveljavnim ali prihodnjim datumom kot sporočila brez datuma.
+ Nekateri ponudniki tega ne podpirajo ustrezno, kar lahko privede do sinhronizacije vseh ali nobenega sporočila.
++ To lahko povzroči visoko porabo podatkov!
+ Ko je onemogočeno, se bodo neprebrana sporočila ohranila na napravi za nedoločen čas.
+ To bo preneslo dodatne podatke in porabilo dodatno energijo, še posebej, če imate na napravi veliko sporočil.
++ To velja samo za na novo prejeta sporočila in lahko pokvari obstoječe skupine.
++ Samo sporočila, prejeta v zadnjih %1$d urah
+ Onemogočanje tega bo nekoliko zmanjšalo porabo podatkov in energije, vendar bo obenem tudi onemogočilo posodabljanje seznama map.
++ Občasno sinhroniziraj seznam map poleg sinhronizacije po povezavi z računom.
++ To bo preverilo rezultate overitve DKIM, SPF in DMARC, ki jih opravi e-poštni strežnik.
++ To bo prikazalo zeleni ščit samo, če so sporočilo varno poslali vsi strežniki.
++ To bo preverilo, ali sta ime domene pošiljatelja in naslov za odgovor enaka.
+ To bo preverilo, ali obstajajo zapisi DNS MX.
+ To bo upočasnilo sinhronizacijo sporočil.
++ To se bo s seznama sporočil vedno vrnilo na seznam map povezanega računa.
++ Če je onemogočeno, se bodo ob izbiri stikov uporabili samo e-poštni naslovi.
+ Poleg stikov iz Androida. Podatki o stikih bodo shranjeni za na novo poslana ali prejeta sporočila samo, ko je omogočeno.
++ To bo ob izbiri prejemnika za nova sporočila izbralo zadnje uporabljeno identiteto.
+ Prikaži opozorilo, kadar je besedilo ali zadeva sporočila prazna, ali ko morda manjka priloga.
++ E-poštni strežnik lahko še vedno doda sporočila v mapo s poslano pošto.
+ Vstavi \'-- \' med besedilo in podpis.
++ To se lahko povzroči premalo ali preveč odstranjenega besedila.
+ Merjene povezave so v splošnem mobilne povezave ali plačljive dostopne točke Wi-Fi.
+ Onemogočanje te možnosti bo onemogočilo prejemanje in pošiljanje sporočil pri mobilnih internetnih povezavah.
+ Program predvideva, da v EU-ju ni gostovanja.
++ To bo povečalo porabo energije, podatkov in prostora za shranjevanje.
++ Omogočanje tega bo omejilo porabo podatkov, vendar bodo sporočila prikazana brez slogov.
++ Omogočanje tega lahko na nekaterih napravah povzroči težave s povezavo in lahko poveča porabo energije.
++ To lahko povzroči, da se sporočila ne sinhronizirajo, na primer ob uporabi VPN-a in tudi v drugih primerih.
+ Časovna omejitev za branje/pisanje bo nastavljena na dvakratno vrednost časovne omejitve povezave. Višje vrednosti bodo povzročile večjo porabo energije.
++ Onemogočanje tega bo razbremenilo preverjanje potrdil strežnika.
+ Omogočanje tega bo onemogočilo šibke protokole SSL in šifre, kar lahko povzroči težave pri povezavi.
+ Med gostovanjem bodo glave sporočil vedno prenesene. Za onemogočanje interneta med gostovanjem lahko uporabite nastavitve naprave za gostovanje.
+ Ob pomikanju navzdol prenesi več sporočil
+@@ -362,55 +709,94 @@
+ Dolg pritisk na katerokoli mapo na seznamu map bo dodal ali odstranil mapo s seznama poenotenih map.
+ Sporočila bodo združena po datumu samo, če so razvrščena po času.
+ Delovanje tega je odvisno od različice in izvedbe Androida.
++ To bo zaslon razdelilo na dva dela.
++ To je stanje, namenjeno prepogljivim napravam.
+ Združi sporočila, ki so med seboj povezana.
+ Odtenek barve teme se bo uporabil za poudarjanje.
+ Vklop te možnosti lahko ogrozi zasebnost.
++ Imena bodo prikazana samo, če so na voljo.
+ Na voljo samo, če je bilo besedilo sporočila prejeto.
++ Skupaj največ %s znakov.
+ Pomikanje je lahko počasno zaradi hrošča v nekaterih različicah Androida, kadar je število vrstic večje od ena.
++ To se lahko povzroči majhne pisave.
++ To lahko zoža sporočila, kar je lahko videti čudno.
++ Sporočila v golem besedilo se bodo smatrala kot predoblikovana.
++ To velja samo za predoblikovana sporočila.
+ Slike v besedilu so vključene v sporočilo.
++ Vsebina stisnjenih datotek (%1$s) z več kot %2$s-imi datotekami ali z datotekami, večjimi kot %3$s ne bo prikazana.
+ To bo natančneje prikazalo sporočila, vendar morda z zakasnitvijo.
++ Obnovi zadnje stanje programa, ko je ponovno zagnan z ikono zaganjalnika v %1$d-h minutah.
++ Podpora za zaznavanje jezika je odvisna od izdelovalca naprave.
+ Samodejno odpri sporočilo, ko je v pogovoru samo eno sporočilo ali eno neprebrano sporočilo.
++ Gumb za odgovor ne bo prikazan, kadar je razširjenih več sporočil, ker potem ni jasno, za katero sporočilo to velja.
++ Samodejno označevanje sporočil kot prebranih ob razširitvi lahko onemogočite v naprednih nastavitvah za posamezni račun.
+ Samodejno zapri pogovore, ko so vsa sporočila arhivirana, poslana ali premaknjena v smeti.
+ Večina ponudnikov ne dovoli spreminjanja naslovov pošiljatelja.
+ Naslov ne bo prikazan, ampak bo dodan ob pošiljanju.
++ Ob pošiljanju v drugo someno se bo prikazalo opozorilo.
++ Možnosti šifriranja
+ Onemogočanje te možnosti lahko škoduje vaši zasebnosti.
+ To lahko povzroči čuden videz besedila ali dvojno besedilo.
+ PIN ima prednost pred biometrično overitvijo.
++ Zakasnitveni čas bo %1$d s.
++ Nekater strežniki ne sprejemajo splošnega niza za uporabnišega posrednika.
++ Googlov strežnik ve, kateri naslovi se iščejo.
+ Na voljo samo v podprtih zaganjalnikih.
+ Prikazana bodo največ tri dejanja.
++ Povezano pomeni, da se nekaj projicira, npr. zemljevid za navigacijo.
+ Obvestila o novih sporočilih bodo vedno odstranjena, ko jih povlečete stran ali označite kot prebrana.
+ Dotaknite se imena kanala, da nastavite lastnosti kanala.
+ Za nastavitev privzetega zvoka itd.
++ Za onemogočanje \'nadzornega\' obvestila.
++ Kako nastavim obvestila za račune, mape in pošiljatelje?
+ Za nosljive naprave, ki lahko prikažejo polno besedilo (do 5000 znakov).
++ To zakasni prikaz obvestil, dokler se besedilo sporočila ne prejme.
+ Obvestila se lahko pošljejo v nosljivo napravo samo, ko je bilo prejeto besedilo sporočila.
++ To je zahteva za podporo Android Auto.
+ Ciljno mapo lahko nastavite v nastavitvah računa.
+ Ta različica Androida ne podpira združevanje obvestil.
+ Ta različica Androida ne podpira kanalov obvestil.
+ Omogočanje tega izboljša zmogljivost iskanja, vendar poveča tudi porabo energije in prostora za shranjevanje.
+ To bo ponovno zagnalo program.
+ Seznam trenutno preizkusnih značilnosti.
++ To bo znatno povečalo porabo energije in prosotra za shranjevanje!
++ To bo na raznih mestih prikazalo grde podatke o razhroščevanju.
+ To bo odstranilo priloge iz sporočil, ki se ne sinhronizirajo več ob ročnem čiščenju.
+ To bo izbrisalo vse začasne datoteke.
+ Nikoli ne dodaj med priljub.
++ Uredi ime
+ Nastavi dejanja vlečenja
+ To bo nastavilo dejanje vlečenja v levo in desno za vse račune IMAP.
++ Občutljivost levega/desnega potega
+ Izberi …
+ Vaše ime
+ Vaš e-poštni naslov
++ To polje v večini prmerov pustite prazno.
+ Barve identitet imajo prednost pred barvami map in računov.
+ Omogoči urejanje pošiljateljevega naslova
++ Uporabi ime, kadar je bil naslov pošiljatelja urejen.
+ Reg. izraz za ujemanje z uporabniškim imenom dohodnega e-poštnega naslova.
+ Naslov za odgovor
++ Notranja imena domen (ločena z vejico)
++ Dovoli UTF-8 v glavah sporočil
++ Večina strežnikov tega ne podpira.
++ Dovoli 8BITMIME
++ Največja velikost sporočila (MB)
+ Privzeto zahtevaj potrdilo o dostavi/branju
++ Uporabi starejše glave zahtev za potrdilo
+ V primeru \'Neveljaven pozdrav\', \'Zahteva veljaven naslov\' ali podobne napake poizkusite spremeniti to nastavitev.
++ Prepreči tudi odgovarjanje samemu sebi
+ Izbirno
+ Priporočljivo
+ Povezan račun
+ Ime računa
++ Kategorija
+ Uporablja se za razlikovanje map.
+ Pogostost osveževanja povezave za potisna sporočila ali preverjanja za nova sporočila.
+ Onemogočite to samo v primeru praznih sporočil ali okvarjenih prilog.
+ Barva
++ Ozadje
++ Prosojno
+ Sinhroniziraj ročno
+ Loči obvestila
+ Povleci levo
+@@ -424,12 +810,15 @@
+ Po meri
+ Ime gostitelja
+ Šifriranje
+- Brez
++ Brez (ni varno)
+ Dovoli nezanesljive povezave
+ Nezanesljive povezave dovolite samo v zaupanja vrednih omrežjih ni ne v javnih omrežjih.
++ To lahko omogočite za obvestila za posamezne račune.
+ Število vrat
+ Uporabniško ime
+ Geslo
++ Kako so gesla shranjena?
++ Uporabniška in imena in gesla so običajno občutljiva na velikost črk.
+ Potrdilo odjemalca
+ Področje
+ Uporabi krajevni naslov IP namesto imena gostitelja
+@@ -437,79 +826,155 @@
+ Glavni
+ Glavni (privzeti račun)
+ Glavna (privzeti identiteta)
++ Odstrani e-poštni naslov ob odgovoru
+ Pusti sporočila na strežniku
+ Pusti izbrisana sporočila na strežniku
+ Pusti sporočila na napravi
+ Največje število prejetih sporočil (prazno za vse)
++ Razmik med poizvedbami (min.)
++ Razmik med osvežitvami (min.)
++ Uporabi čas prejema (strežnik)
++ Uporabi glavo \'Prejeto\'
++ Uporabi glavo \'Datum\' (datum pošiljanja)
++ Spremembe bodo veljale samo za nova sporočila
++ Poveži se samo preko nemerjenih omrežij
++ Sinhroniziraj tudi izven urnika
++ Dodaj povezano identiteto (strežnik SMTP)
+ Preveri
+ Zaupaj potrdilu strežnika s prstnim odtisom %1$s
+ Manjka ime.
+ Manjka e-poštni naslov.
+ E-poštni naslov je neveljaven: \'%1$s\'.
++ Naslov \'%1$s\' je podvojen.
+ Naslov \'%1$s\' je neveljaven: %2$s.
+ Manjka račun.
+ Manjka ime gostitelja.
+ Manjka uporabniško ime.
+ Manjka geslo.
+ Mapa \'Prejeto\' ni bila najdena.
++ Brez mape za osnutke
++ Za ta račun ni izbrana mapa za vsiljeno pošto.
++ Privzeti e-poštni naslov določi glavna identiteta glavnega računa.
++ Pošiljanje e-pošte zahteva nastavljeno identiteto in izbiro mape za osnutke v nastavitvah računa.
+ Ta ponudnik uporablja lastniški e-poštni protokol, zato ni mogoče uporabljati odjemalcev tretjih oseb.
+ Ta ponudnik ne podpira potisnih sporočil. To bo odložilo prejem novih sporočil in povečalo porabo energije.
+ Ta ponudnik ne podpira kodiranja UTF-8.
+ Napake sinhronizacije od %1$s
+ Pošiljatelj (%1$s) in domena za odgovor (%2$s) se razlikujeta.
++ Za pošiljanje e-pošte je zahtevana identiteta.
++ Za pošiljanje e-pošte je zahtevana mapa z osnutki.
++ Pošiljanje e-pošte zahteva izbiro mape za osnutke v nastavitvah računa.
++ Posodobi overitev
++ Preklopi na overitev z geslom
++ Izbriši račun
+ Trajno izbriši ta račun?
+ Trajno izbriši to identiteto?
+ Uredi kot HTML
++ Uvozi datoteko
+ Podpisni ključ: %1$s
+ Nazadnje povezano: %1$s
++ Čakanje po napaki do: %1$s
+ Poraba prostora na strežniku: %1$s/%2$s
++ 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.
++ Če izgubite napravo ali je ukradena, boste morda izgubili poslana sporočila.
++ Če strežnik POP3 ne podpira ukaza UIDL, bo poraba podatkov morda visoka. Ustrezno prilagodite pogostost poizvedovanja.
++ Protokol POP3 ne podpira ustvarjanje map.
+ OAuth ni podprt.
+ Pregled
++ Dolg pritisk na račun bo prikazal možnosti, na primer za onemogočanje ali izbris računa.
+ Dolg pritisk za možnosti, kot je kopiranje za ustvaritev identitet za vzdevke.
++ E-poštni strežnik je sporočil: \'%1$s\'
+ To lahko povzroča VPN, ki ga uporabljate.
++ Upravitelja računov Android lahko blokira VPN, požarni zid, blokator oglasov itd., tako da ne more pridobiti žetona za dostop.
+ Preverite število vrat.
++ Prosim, še enkrat preverite protokol (SSL/TLS ali STARTTLS)
+ Brskaj za sporočila na strežniku
+ Označi sporočila kot prebrana ob razširitvi
+ Sinhroniziraj zdaj
++ Podmape
++ Pridobi več sporočil
++ To bo enkrat prejelo stara sporočila, tako da se vsakodnevna poraba energije ne bo povečala.
++ 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.
++
++ 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.
+ Sinhroniziraj
++ Omogoči sinhronizacijo
++ Onemogoči sinhronizacijo
++ Omogoči obvestila o novih sporočilih
++ Onemogoči obvestila o novih sporočilih
+ Izbriši krajevna sporočila
+ Izbriši prebrskana/iskana sporočila
++ Trajno izbriši
++ To bo trajno izbrisalo vsa sporočila, ki so označena za izbris.
+ Izprazni smeti
+ Izprazni vsil. pošto
+ Uredi lastnosti
+ Uredi pravila
++ Izvedi pravila
++ Izvozi sporočila
+ Ustvari kanal za obvestila
+ Uredi kanal za obvestila
+ Izbriši kanal za obvestila
+ Dodaj stik
+ Uredi stik
++ E-pošta
+ Ime
++ Skupina
++ Uvozi vizitke vCard
++ Izvozi vizitke vCard
+ Ustvari podmapo
+ Trajno izbriši sporočila iz smeti?
+ Trajno izbriši vsiljena sporočila?
+ Trajno izbriši sporočila iz smeti iz vseh računov?
+ Trajno izbriši vsiljena sporočila iz vseh računov?
++ To bo izbrisalo vsa sporočila tako iz naprave kot iz strežnika.
++ Izbriši opravila
++ S sporočilom o napaki
++ Opravila pridobivanja
++ Opravila premikanja
++ Opravila označevanja
++ Opravila brisanja
++ Izbrisanih je bilo %1$d opravil.
++ Izbriši vidne krajevne stike?
+ Ni opravil na čakanju.
++ Preverjanje za opravila
+ Izbris opravil lahko povzroči izginjanje sporočil in težave s sinhronizacijo.
++ Prejemanje glav
++ Prejemanje surovega sporočila
+ Ime mape
+ Prikazano ime
+ Prikaži skrite mape
++ Prikaži število sporočil, označenih z zvezdico
+ Samo naročene
++ Postavi neprebrana na vrh
++ Poišči mapo
++ Uporabi za vse
++ Uredi ime računa
++ Uredi barvo računa
+ Skrij mapo
++ Skrij mapo, če so vsa sporočila prebrana
++ Samo na seznamu map začetnega zaslona
+ Prikaži v poenoteni mapi \'Prejeto\'
+ Prikaži v meniju za krmarjenje
+ Sinhroniziraj (prejmi sporočila)
+ Preveri občasno namesto neprestane sinhronizacije
++ Večina e-poštnih strežnikov dovoli potisna sporočila samo za peščico map!
+ Samodejno prejmi besedilo sporočil in priloge
+ Obvesti o novih sporočilih
++ Razvrsti nova sporočila v tej mapi
++ Samodejno premakni razvrščena sporočila v to mapo
+ Sinhroniziraj sporočila (dni)
+ Povečanje te vrednosti bo povečalo porabo energije in podatkov.
+ Obdrži sporočila (dni)
+ Stara sporočila bodo odstranjena z naprave, toda ostala bodo na strežniku.
+ Obdrži vsa sporočila
++ Nastavi sistemske mape na občasno preverjanje za nova sporočila
++ Nastavi uporabniške mape na občasno preverjanje za nova sporočila
+ Samodejno premakni stara sporočila v smeti
+ Samodejno trajno izbriši stara sporočila
+ Stara sporočila so sporočila, ki se ne hranijo več na napravi.
++ E-poštni strežnik ne dovoli vedno izbrisa iz arhivske mape.
+ 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\'.
+
+ Manjka ime mape.
+@@ -530,18 +995,22 @@
+ Samo uporabniške mape
+ Mape glavnega računa
+ Poenotene mape \'Prejeto\'
++ Krajevni osnutki
+ Ni map
+ Ni sporočil
+ Eden ali več filtrov je dejavnih.
+ Podvoji sporočilo v %1$s
++ Zavrženo sporočilo iz %1$s
+ Odg.: %1$s
+ Posr.: %1$s
+ Odg.: %1$s
+ Posr.: %1$s
+ Označi kot prebrano
+ Označi kot neprebrano
++ Neprebrano/Prebrano
+ Skrij
+ Prikaži
++ Preklopi vidnost
+ Dodaj zvezdico
+ Obarvana zvezdica …
+ Odstrani zvezdico
+@@ -550,33 +1019,62 @@
+ Običajna
+ Visoka
+ Išči v besedilu …
+- Naprej
++ posredoval
++ znova poslal
++ Prejemanje glav sporočil …
+ Novo sporočilo
+- Uredi kot novo
++ uredil kot novo
++ Uredi krajevne zapiske
+ Ustvari pravilo …
++ Vsili svetlo temo
+ Deli
++ Dodaj v koledar
+ Dodaj bližnjico
+ Natisni
++ Natisni glavo
++ Natisni slike
++ Prejem slik lahko traja nekaj časa
+ Prikaži glave
++ Deli kot HTML
+ Shrani izvorno sporočilo
+ Shrani kot prilogo
+ Sporočilo
+ Pogovor
+ Upravljaj s ključnimi besedami
++ Upravljaj z oznakami Gmail
+ Dodaj ključno besedo
+ Prikaži priloge v besedilu
+ Prejmi vse
+ Shrani vse
+ Shrani datoteko izvornega sporočila
++ 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.
++ To lahko preprečite z omogočanjem stalnega prejemanja datotek surovih sporočil v nastavitvah povezave.
++ Prejeta surova sporočila:
++ Samodejno potrdi po nekaj sekundah
++ Izberite gumbe
++ Dejanska razpoložljivost gumbov je odvisna od vrste računa in nastavitev.
++ Išči v sporočilih
++ Išči v besedilu sporočil
++ Nastavi gumbe …
++ Izberite dejanja
++ Prikazanih bo do %1$d dejanj.
++ Nizka pomembnost
++ Visoka pomembnost
+ Dremež
+ Smeti
+ Kopiraj …
+ Kopiraj v …
+ Naroči se
+ Izbriši
++ Izbriši vse
+ Več
++ Manj
+ Vsiljeno
+ Premakni
++ Kopiraj
++ Ključne besede
++ Prekliči naročnino
++ Ustvari pravilo
+ Ni vsiljeno
+ Premakni v …
+ Premakni v …
+@@ -586,18 +1084,29 @@
+ Dremež …
+ Arhiviraj
+ Odgovori
+- Odgovori pošiljatelju
+- Odgovori vsem
+- Odgovori seznamu
++ odgovoril pošiljatelju
++ Odgovori prejemniku
++ odgovoril vsem
++ odgovoril seznamu
+ Pošlji potrdilo o branju
++ Pošlji trdi odboj
+ Odgovori s predlogo
++ Premikanje v %1$s (%2$d)
+ Overitev %1$s je spodletela.
++ Na seznamu za blokiranje vsil. pošte
+ Potrdilo o branju: %1$s
+ To potrdilo o branju potrjuje samo, da je bilo sporočilo prikazano. Ni nobenega zagotovila, da je prejemnik prebral vsebino sporočila.
+ Nobena predloga za odgovor ni določena.
++ Pregledovalnik ni na voljo
++ Ime stka
++ Vrsta vsebine
++ Program za Iskanje
+ Primerni program za snemanje zvoka ni na voljo.
+ Primerni program za fotoaparat ni na voljo.
+ Ogrodje za dostop do pomnilniške naprave ni na voljo.
++ FairMail nima dovoljenja za neposredno branje te datoteke.
++ To lahko rešite tako, da datoteko izberete z bolj sodobnim programom za upravljanje datotek ali da odobrite dovoljenje za branje datotek.
++ Program za izbiro datoteke ni odobril dovoljenja za branje.
+ Ni primerne internetne povezave.
+ Povezovanje na enega ali več računov …
+ Mapa ne obstaja
+@@ -605,24 +1114,33 @@
+ Iskanje na strežniku za ta račun ni na voljo.
+ Sporočilo je preveliko za popolno preoblikovanje.
+ Sporočilo je preveliko za popoln prikaz.
++ Sporočilo je preveliko za razpoložljiv pomnilnik (%1$d).
+ Prikaži celotno sporočilo
+ Prikaži celozaslonsko
++ Prilagodi širino
++ Onemogoči širine
++ S stalno širino <pre>
+ Neuporabljene slike v besedilu bodo ob pošiljanju odstranjene.
+ Sporočila, premaknjena med računi, bodo ponovno prejeta, kar bo povzročilo dodatno porabo podatkov.
+ Izv. sporočilo je bilo shranjeno.
++ Priloženo sporočilo
+ Priloga je bila shranjena.
+ Priloge so bile shranjene.
+ Nekatere predloge ali slike niso bile prejete in jih ni bilo mogoče dodati.
+ Shrani spremembe?
+ Trajno izbriši sporočilo?
++ Razumem, da je trajen izbris sporočil nepovratno.
+ Trajno izbriši predlogo za odgovor?
+ Trajno izbriši pravilo?
++ Odstrani vse priloge?
+ Zavrzi osnutek?
+ Prikaz izvirnega sporočila lahko razkrije občutljive zasebne podatke.
+ Izvirnega sporočila ni mogoče prikazati s temnim ozadjem, ker lahko povzroči nevidna temna besedila in slike.
+ Vedno prikaži slike ob prikazu izvirnih sporočil
+ Prikaz slik lahko razkrije občutljive zasebne podatke.
+ Slike, ki so bile prepoznane kot sledilne, ne bodo prikazane.
++ Prikaži sporočilo v različici AMB?
++ Sporočila AMB so dinamično oblikovana in so povezana z internetom, in vam zato lahko sledijo.
+ Izbriši krajevna sporočila? Sporočila bodo ostala na oddaljenem strežniku.
+ Pomagajte izboljšati FairEmail
+ Pošiljaj poročila o napakah?
+@@ -630,9 +1148,15 @@
+ Prosimo, ocenite FairEmail.
+ You have been using FairEmail for a while. It would be appreciated if you could rate FairEmail in the Play Store.
+
++ Potrebujem pomoč
++ To sporočilo se bo prikazalo samo enkrat, razen če izberete \'Kasneje\'.
+ Uporabljate različico tretje osebe.
+ Razširitev tega sporočila bo prejela %1$s.
+ Prejemanje …
++ To je pogled preoblikovanega sporočila.
++ Lahko se dotaknete ikone ⛶ 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.
++
+ Sestavi
+ Poslal:
+ Dostavljeno za:
+@@ -641,23 +1165,31 @@
+ Odgovori za:
+ Kp:
+ Skp:
++ %1$d prejemnikov
+ Preko:
+ Poslano:
+ Prejeto:
++ Datum:
++ Shranjeno:
+ Velikost:
+ Jezik:
+ Zadeva:
+ Priloga:
+ Vaše sporočilo
++ Besedilo lahko izberete, da ga oblikujete.
+ Zavrzi
+ Shrani
+ Pošlji
++ Pošiljanje …
+ Pošlji zdaj
+ Pošlji preko
+ Pošlji ob …
++ Arhiviraj odgovor na sporočilo
+ Šifriranje
+ Prednost
++ Občutljivost
+ Na \'%1$s\' ni bilo mogoče najti strežnika.
++ Slog
+ Krepko
+ Ležeče
+ Podčrtaj
+@@ -665,14 +1197,33 @@
+ Majhna
+ Srednja
+ Velika
++ Poravnaj
++ Začetek
++ Sredina
++ Konec
+ Seznam
++ Sez. točke
++ Oštev. seznam
++ Povečaj zamik
++ Zmanjšaj zamik
++ Pisava
+ Privzeta
++ Odstavčni navedek
++ Zamik
++ Poudari
++ Prečrtaj
+ Počisti oblikovanje
+ Vstavi povezavo
++ Naslov
++ Naziv
++ Pridobi naziv
++ To bo pridobilo naziv na mestu vnesenega naslova.
+ Dodaj sliko
+ Vstavi
+ Priloži
+ Spremeni velikost
++ Odstrani občutljive zasebne podatke
++ Zemljepisni položaj, serijske številke, imena datotek itd.
+ < %1$d sl. točk
+ Izberi datoteko
+ Dodaj prilogo
+@@ -680,11 +1231,26 @@
+ Posnemi fotografijo
+ Posnemi zvok
+ Prikaži Kp/Skp
++ Shrani osnutke na strežnik
+ Prikaži možnosti pošiljanja
+ Prikaži možnosti za slike
+ Orodna vrstica predst.
++ Upravljaj s krajevnimi stiki
+ Vstavi skupno stikov
+ Vstavi predlogo
++ Ustvari predlogo
++ Prevedi
++ Nastavi …
++ Vnesite ključ
++ Prevajanje …
++ Uporabi uradno obliko
++ Uporabi majhno pisavo za izvorno besedilo
++ Ohrani oblikovanje
++ To bo porabilo več znakov.
++ Poraba: %1$s/%2$s (%3$d %%)
++ Dotaknite se besedila, ki naj se prevede
++ Preverjanje …
++ Ni predlogov
+ Uredi kot golo besedilo
+ Uredi kot preoblikovano besedilo
+ Izberi javni ključ
+@@ -693,17 +1259,26 @@
+ Ni zasebnega ključa.
+ Neveljaven zasebni ključ.
+ Zasebni ključ se ne ujema z nobenim šifrirnim ključem.
++ Ni ključa za %1$s.
++ Opomnika lahko znova omogočite v nastavitvah za pošiljanje.
+ Samo golo besedilo
++ Poročilo o stanju
+ Zahtevaj potrdilo
+ Večina ponudnikov in e-poštnih odjemalcev prezre zahteve za potrdilo.
+ Manjka pošiljatelj.
+ Ključi PGP so na voljo.
++ Ključu S/MIME so na voljo.
+ Manjka prejemnik.
+ Manjka uporabniško ime.
++ Pošiljanje na naslov \'brez-odgovora\'
++ Pošiljanje na zunanji naslov
+ Zadeva je prazna.
+ Sporočilo je prazno.
+ priložena,priloženo,priložen,pripeta,pripeto,pripet,priloga,prilogi,priloge,priponka,priponki,priponke
+ Ali ste nameravali dodati prilogo?
++ Vse oblikovanje bo izgubljeno
++ Trdi odboji škodujejo ugledu izvirnega pošiljatelja!
++ Sporočilo (%1$s) je večje od omejitev strežnika (%2$s).
+ Vse priloge niso bile prejete.
+ To pogovorno okno lahko ponovno omogočite v meniju s tremi pikami v zgornji vrstici z dejanji.
+ Osnutek je bil zavržen.
+@@ -712,11 +1287,17 @@
+ Pošiljanje sporočila
+ Sporočilo bo poslano okoli %1$s.
+ Podpiši
++ Preveri
+ Šifriraj
+ Odšifriraj
+ Pon. sinhr.
++ Kodiranje
++ Samodejno
++ Prikaži golo besedilo
++ Prikaži HTML
+ OpenKeychain ni bil najden.
+ Prenašanje v OpenKeychain
++ Uporabi ključavnico za odšifriranje besedila
+ Preveri podpis za prikaz besedila sporočila.
+ Sporočilo ni podpisano ali šifrirano.
+ Podpisni ključ ni bil izbran.
+@@ -733,12 +1314,20 @@
+ Pošiljateljev naslov
+ Naslov podpisa
+ E-poštni naslov pošiljatelja in podpisa se ne ujemata.
++ Algoritem
+ Zadeva
+ Veljavnost
+ Ta javni ključ trenutno ni veljaven.
+ Shramba
+ Išči
+ Vnesite besedilo
++ Na začetku se iskanje opravi na napravi.
++ Za iskanje na strežniku se znova dotaknite gumba \'Išči znova\'.
++
++ Iskanje preko iskalnega kazala je hitro, vendar najde samo cele besede.
++ Pri velikih količinah sporočil iskanje besedila v sporočilih morda na nekaterih strežnikih ne bo delovalo.
++ \'%s\' pomeni, da e-poštni strežnik ne podpira iskanja v besedilu sporočila.
++ Pri velikih količinah sporočil iskanje sporočil po velikosti morda na nekaterih strežnikih ne bo delovalo.
+ Več možnosti
+ Uporabi iskalno kazalo
+ Med pošiljatelji (Od)
+@@ -746,23 +1335,36 @@
+ Med zadevami
+ Med ključnimi besedami (če je podprto)
+ V besedilu sporočil
++ V krajevnih zapiskih
+ Omeji iskanje na
+ Neprebrana
+ Z zvezdico
+ Skrita (samo na napravi)
+ Šifrirana (samo na napravi)
+ S prilogami (samo na napravi)
++ Velikost sporočila je večja od
++ V smetnjaku
++ Med vsil. pošto
+ Pred
+ Po
++ Najprej išči na napravi
+ neprebrano
+ z zvezdico
+ skrito
+ šifrirano
+ priloge
++ zapiski
++ povabilo
++ velikost > %1$s
+ Išči na napravi
+ Išči na strežniku
+ Išči v
+ Išči pošiljatelja
++ Izbriši shranjeno iskanje?
++ Shranjeno iskanje
++ Ime
++ Vrstni red
++ Barva
+ Razvrsti po
+ Času
+ Neprebrano
+@@ -779,26 +1381,44 @@
+ Brez zvezdice
+ Z neznanimi pošiljatelji
+ Skrita
++ Izbrisano
+ Dvojnike
++ Smeti
+ Strnjen pogled
+ Velikost besedila
++ Velikost blazinjenja
+ Izberite jezik
+ Izberi vse
+ Izberi najdene
++ Označi vse kot prebrano
++ Pokaži pogovor
+ Vsili sinhronizacijo
++ Vsili pošiljanje
+ Vsi
+ Nazaj
+ Naprej
+ Uredi podpis
++ Čeprav Android ne more prikazati vsega HTML-a, bo podpis poslan tak kot je.
+ Besedilo podpisa
+ Vstavi sliko
++ Med pošiljanjem sporočila se slika kopira v sporočilo z izbranega mesta..
++ Ne izbrišite datoteke slike!
++
+ Uredi predlogo
+ Predloga za odgovor
+ Ime predloge
++ Skupina predlog (izbirno)
+ Privzeta
+ Priljubljeno
++ Izrezek
++ Uporabi kot potrdilo o branju
+ Skrij v menijih
+ Besedilo predloge
++ Ograda
++ Polno ime pošiljatelja
++ Pošiljateljev e-poštni naslov
++ Pošiljateljevo ime
++ Pošiljateljev priimek
+ Brez dejanja
+ Označi kot prebrano
+ Označi kot neprebrano
+@@ -810,8 +1430,11 @@
+ Dodaj ključno besedo
+ Premakni
+ Kopiraj (oznako)
++ Odgovori/Posreduj
++ Pretvorba besedila v govor
+ Samodejne dejavnosti
+ Trajno izbriši
++ Predvajaj zvok
+ Uredi pravilo
+ Pravilo velja za
+ Ime
+@@ -824,6 +1447,13 @@
+ Zadeva vsebuje
+ Vsebuje priloge
+ Glava vsebuje
++ Besedilo vsebuje
++ Preskoči navedeno besedilo
++ Uporaba tega pogoja bo vedno prejela besedilo sporočila, kar lahko upočasni sinhronizacijo seznama sporočil.
++ Absolutni (prejeti) čas med
++ Prejeto po
++ Prejeto pred
++ Relativni (prejeti) čas med
+ Reg. izraz
+ IN
+ Dejanje
+@@ -834,32 +1464,58 @@
+ Vsa sporočila v istem pogovoru in mapi
+ Identiteta
+ Predloga za odgovor
++ Uporabi ime predloge kot zadevo
++ Vključi izvirno besedilo sporočila
++ Posreduj za
++ Znova pošlji
++ Priloži surovo datoteko sporočila
+ Naslovi Kp za odgovor
++ S prilogami
++ Za pogovor bo poslan samo en odgovor v izogib zankam odgovorov.
+ Manjka ime pravila.
+ Manjka pogoj.
++ Manjka mapa
++ Manjka identiteta
++ Manjka predloga
++ Manjka ključna beseda
+ To bo poslalo namen \'%1$s\' z dodatki \'%2$s\'.
++ Trajnega izbrisa se ne da povrniti, tako da se prepričajte, da so pogoji pravilni!
+ Izvedi zdaj
+ Sporočila, na katera to vpliva: %1$d
+ Preveri
+ Pogojev za glave ni mogoče preveriti.
++ Besedilo sporočila ni na voljo
+ Ujemajoča se sporočila
+ Ni ujemajočih se sporočil.
++ Nastavitev je v redu
++ Preveri nastavitev
++ Namesti glasovne podatke
+ Novo sporočilo
+ Od
+ Zadevi
++ Besedilo
++ Izberite zvok
++ Uporabi kot budilko
++ To bo prezrlo pravila \'Ne moti\'
++ Najdaljše trajanje budilke (s)
+ Sinhroniziraj
+ Mape
+ Sporočila
+ Sestavi
+ Tipkovnica
+ Overitev OAuth
++ Mapa je povezana
++ Mapa ni povezana
+ Samodejno prejmi vsebino sporočila
+ Vsebino sporočila prejmi na zahtevo
+ Sinhronizacija je vklopljena
+ Sinhronizacija je izklopljena
++ Občasno sinhroniziraj
+ Povezava je prekinjena
+ Povezovanje
+ Povezano
++ Čakanje na napako
++ Poštni predal je skoraj poln.
+ Izvajanje opravil
+ Sinhroniziranje
+ Prejemanje
+@@ -881,21 +1537,28 @@
+ Št. prejetih sporočil/pridobljenih glav
+ Ustavi izvajanje pravil
+ Pogovor
++ Nazadnje odprt pogovor
+ Spremeni velikost pisave
+ Ima osnutek
+ Ima visoko prednost
+ Ima nizko prednost
++ Je osebno
++ Je zasebno
++ Je zaupno
+ Je pomembno
+ Ni pomembno
+ Je podpisano
+ Je šifrirano
+ Overitev je spodletela
+ Je bilo najdeno
++ Je bilo samodeno razvrščeno
+ Je v dremežu
+ Je prebrskano ali iskano
+ Je bilo odgovorjeno
++ Je bilo posredovano
+ Je samo v golem besedilu
+ Zahtevano je bilo potrdilo
++ Je bilo samodejno poslano
+ Vsebuje priloge
+ Je priljubljeno
+ Upravljaj s stiki
+@@ -903,10 +1566,13 @@
+ Pokaži vsebino
+ Skrij vsebino
+ Prejmi vsebino
++ Pokaži izvirno sporočilo
++ Pokaži preoblikovano sporočilo
+ Ograda za zunanjo sliko
+ Ograda za vdelano sliko
+ Sledilna slika
+ Okvarjena slika
++ Odpri izven programa
+ Izberi stik
+ Prikaži Kp/Skp
+ Vstavi povezavo
+@@ -917,6 +1583,7 @@
+ Naredi besedilo krepko
+ Naredi besedilo ležeče
+ Podčrtaj besedilo
++ Nastavi slog besedila
+ Povezava je merjena
+ Povezava ni merjena.
+ Gostovanje
+@@ -924,8 +1591,13 @@
+ Podoba
+ Prikaži navedke
+ Obravnavaj kot vsiljeno
++ Ustvari pravilo
+ Odjavi se s seznama
+ Prikaži slike
++ Skrij slike
++ Prikaži različico AMP
++ Prikaži izvirno sporočilo
++ Prikaži preoblikovano sporočilo
+ Uredi
+ Privzeta barva
+ Zapri namig
+@@ -948,17 +1620,27 @@
+ Osred. se na bes.
+ Dolg pritisk na mapo prikaže možnosti, kot so dodajanje mape v meni za krmarjenje za hitri dostop.
+ Zaradi omejitve porabe energije in podatkov privzeto vse mape in sporočila ne bodo sinhronizirana.
++ Način za letalo je vklopljen
++ Obvestila so onemogočena
+ Če imate vprašanje ali težavo, uporabite meni za podporo, da pridobite pomoč.
+ Povlecite levo za premik v smeti; povlecite desno za arhiviranje (če je na voljo). Dejanja vlečenja lahko nastavite v nastavitvah računa.
+ Dolg pritisk na sporočilo omogoča izbiro več sporočil; držite in povlecite gor in dol za izbiro več sporočil.
++ 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.
+ Pomembno
+ 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.
++ 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č\'.
+ 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.
+ 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.
++ 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.
++ Vsiljeno pošto bi moral filtrirati strežnik in je ni mogoče zanesljivo filtrirati na napravi z omejeno zmogljivostjo, ki jo napaja baterija.
++ 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.
+ Dolg pritisk za možnosti
+ To je povzetek vsebine datoteke izvornega sporočila. Shranite izvorno sporočilo z ikono za shranjevanje v vrstici dejanj za ogled celotne vsebine.
+ Odpri povezavo
++ Povezava do slike
+ Naziv in naslov povezave se razlikujeta.
++ Ta spletna stran vam bo morda sledila.
++ To je sumljiva povezava.
+ Promet ne bo šifriran.
+ Promet bo šifriran.
+ Odstrani sledilne parametre
+@@ -966,24 +1648,32 @@
+ Preveri lastnika
+ Podatki bodo pridobljeni iz ipinfo.io.
+ Lastnikov naslov IP
++ Privzeti programi
++ Nastavi ali počisti privzete programe.
+ Izberite program
++ Na voljo je posodobitev na različico %1$s.
+ Ali imate vprašanje ali težavo?
+ Da
+ Ne
+ Kasneje
++ Prilepi kot golo besedilo
+ Razveljavi
+ Uveljavi
++ Vstavi črto
+ Dodaj
+ Odpri s/z
+ Infor.
++ Prejmi
+ Poročilo
+ Popravi
+ Prikaži
+ Omogoči
+ Omogočeno
+ Onemogoči
++ Obdrži trenutno
+ Izvajanje
+ Dokončano
++ Privzeto je bilo spremenjeno.
+ Kopiraj na odložišče
+ Kopirano na odložišče
+ Vprašaj, kaj storiti
+@@ -1004,6 +1694,7 @@
+ Dremež
+ Nalaganje …
+ Ponovno pridobivanje sporočil s strežnika
++ Pojdi nazaj
+ Dejanja
+ Odgovori s/z: \'%1$s\'
+ Kopiraj: \'%1$s\'
+@@ -1014,26 +1705,46 @@
+ To je značilnost Pro.
+ Seznam značilnosti Pro
+ Kupi
+- 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.
++ %1$s (enkratni nakup)
++ Trgovine Play ni bilo mogoče najti.
++ 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.
+
++ 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.
++ FairMail začne nakup preko Trgovine Play, vendar na koncu postopek nakupa upravlja Google. Ne krivite programa, če se pojavijo težave!
++ Skrij majhno sporočil za %1$d tednov
+ Nakup značilnosti Pro bo omogočil uporabo vseh trenutnih in prihodnjih značilnosti, vzdrževanje in podporo tega programa.
++ Zakaj so značilnosti Pro tako drage?
++ Ali lahko uporabim Družinsko knjižnico Google Play?
++ Kako lahko obnovim nakup (na drugi napravi)?
+ Nakup je na čakanju.
+ Vse značilnosti Pro so aktivirane.
+ Vse značilnosti Pro so aktivirane.
+ Neveljaven odziv.
++ FarMail potrebuje vašo pomoč. Dotaknite se za nakup značilnosti Pro, da projekt ohranite pri življenju ali da izklopite to sporočilo.
+ Napaka pri prejemanju sporočil s poštnega strežnika.
+ Poizkusi znova
+ Nepričakovana napaka
+ Dnevnik
+- Samodejni pomik
+ Počisti
++ Išči ime ali pogoj
++ Izvozi pravila
++ Uvozi pravila
++ Izbriši vsa pravila
++ Izbriši vsa pravila?
+ Podatki o razhrošč.
+ Opišite težavo in označite čas težave:
+ Opišite, kaj ste počeli, ko se je program sesul:
++ Opišite, kaj ste počeli, ko ste dobili napako:
+ Število novih sporočil
+ Seznam sporočil
++ Vkl./Izkl. sinhr.
++ Sinhronizacija
++ Vklopi
++ Izklopi
++ Vkl./Izkl.
+ Račun
+ Vsi
+ Mapa
+@@ -1041,7 +1752,15 @@
+ Samo neprebrana sporočila
+ Samo sporočila z zvezdico
+ Velikost besedila
++ Velikost blazinjenja
++ Prikaži ločilne črte
+ Polprosojno ozadje
++ Prikaži podobe stikov
++ Prikaži gumb za osvežitev sporočila
++ Prikaži gumb za novo sporočilo
++ Barva ozadja
++ Sledi temni temi sistema
++ Google je odstranil temni način za Androidove različice pred razl. 10.
+ Strnjeno
+ Razširjeno
+ Prebrano
+@@ -1082,6 +1801,7 @@
+
+ Vedno
+ Vsakih 5 minut
++ Vsakih 10 minut
+ Vsakih 15 minut
+ Vsakih 30 minut
+ Vsako uro
+@@ -1100,9 +1820,9 @@
+ 10 minut
+
+
+- Poenotena mapa \'Prejeto\'
+- Poenotene mape
+- Mape glavnega računa
++ poenoteno mapo \'Prejeto\'
++ poenotene mape
++ mape glavnega računa
+ Računi
+
+
+@@ -1120,12 +1840,13 @@
+ ∞
+
+
+- Ne naredi ničesar
+- Pojdi na prejšnji pogovor
+- Pojdi na naslednji pogovor
++ ne naredi ničesar
++ pojdi na prejšnji pogovor
++ pojdi na naslednji pogovor
+
+
+- Extra small
++ Drobna
++ Zelo majhna
+ Majhna
+ Srednja
+ Velika
+@@ -1149,7 +1870,7 @@
+ Na začetku
+ Na sredini
+ Na koncu
+- Show untruncated
++ Prikaži neprirezano
+
+
+ Nizka
+@@ -1159,8 +1880,8 @@
+
+ Običajna
+ Osebno
+- Private
+- Confidential
++ Zasebno
++ Zaupno
+
+
+ 1
+@@ -1175,6 +1896,7 @@
+ Srednja
+ Velika
+
++ Drobna
+
+ Samo potrdilo o branju
+ Samo potrdilo o dostavi
+@@ -1204,14 +1926,26 @@
+ 50 MB
+
+
+- Off
++ Izklopi
+ 2,5 s
+ 5 s
+ 7,5 s
+ 10 s
+ 15 s
+
++
++ Cursive
++ Serif
++ Sans-serif
++ S stalno širino
++ Domišljija
++
+
++
++ Samo ime
++ Samo naslov
++ Ime in naslov
++
+
+
+
+@@ -1225,13 +1959,13 @@
+ Prejemnik
+ Pošiljatelju
+ Blokirano
+- Not blocked
++ Ni blokirano
+
+
+- Any
+- Home
++ Vse
++ Domači
+ Služba
+ Drugo
+- Mobile
++ Prenosni
+
+
+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 @@
+
+ FairEmail претрага
+ Дневник измена
+- FairEmail е-мејл апликација отвореног кода са фокусом на приватност и безбедност. Могуће је да ће из ових разлога неке функционалности бити другачије него што сте навикли.
++ FairEmail је е-мејл апликација отвореног кода са фокусом на приватност и безбедност. Могуће је да ће из ових разлога неке функционалности бити другачије него што сте навикли.
++ Ипак наставити
+ За излаз још једном притисните „назад“
+ Пошаљи
+ Ажурирања
+@@ -10,6 +11,7 @@
+ Грешке
+ Упозорења са сервера
+ Контакти
++ Слање порука
+
+ Разговор
+ Разговори
+@@ -63,11 +65,16 @@
+ Означи %1$d порука као нежељене?
+
+ Означи поруке од %1$s као нежељене?
++ Блокирати %1$s
++ Блокирати пошиљаоца
++ Блокирати домен \'%1$s\'
++ Блокирани пошиљаоци
+ Очисти
+ Слање порука
+ Чекам на погодну конекцију
+ %1$s неуспело
+ Шаблони
++ Правила
+ Операције
+ Локални контакти
+ Поставке
+@@ -102,7 +109,6 @@
+ Остали провајдери
+ Одобрите дозволе да се одабере налог и чита Ваше име
+ Гугл ће питати за дозволе за читање, састављае, слање и трајно брисање свих Ваших мејлова. FairEmail никад неће обрисати Ваше поруке без Вашег експлицитног одобрења.
+- Фасцикла нацрта није доступна преко IMAP-а, ово се решава у Gmail поставкама ознака
+ Изабери налог
+ Упутства за поставку
+ Нису нађене поставке за домен ’%1$s’
+@@ -147,9 +153,11 @@
+ Врати на подразумевано
+ Ресетуј питања
+ Прикажи слике
++ Потврдити линкове
+ Више напредних опција
+ 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.
+
++ Главно
+ Примање
+ Слање
+ Конекција
+@@ -255,6 +263,7 @@
+ Прикажи садржај обавештења када се користи биометријска провера идентитета
+ Користи светло обавештења
+ Одаберите звук обавештења
++ Потврдити отварање линкова
+ Прикажи сакривене текстове порука
+ Сакриј са екрана скорашњих апликација и онемогући узимање снимака екрана
+ ПИН
+@@ -340,7 +349,6 @@
+ Прилагођено
+ Назив домаћина
+ Шифровање
+- Ниједно
+ Дозволи небезбедне конекције
+ Небезбедне везе треба да буду дозвољене само на мрежама од поверења и никад на јавним мрежама
+ Број порта
+@@ -376,6 +384,9 @@
+ Прегледај поруке на серверу
+ Означи поруке прочитаним на проширивање
+ Синхронизуј сада
++ Дохвати још порука
++ Поруке ће бити дохваћене онолико брзо колико то сервер може да подржи и биће снимљене онолико брзо колико уређај може да их сними и индексира.
++Ограничавајући фактор је обично брзина интерног простора за снимање уређаја.
+ Синхронизуј
+ Избриши локалне поруке
+ Избриши прегледане/претражене
+@@ -392,6 +403,7 @@
+ Направи подфасциклу
+ Заувек обрисати све поруке из отпада?
+ Обрисати све нежељене поруке заувек?
++ Трајно обрисати све поруке свих налога из отпада?
+ Нема операција на чекању
+ Операције брисања могу довести до порука које нестају и синхронизационих проблема
+ Име фасцикле
+@@ -527,6 +539,7 @@
+ Проширивањем ове поруке ће бити преузет %1$s
+ Преузимам …
+ Састави
++ Испоручено за:
+ Од:
+ За:
+ Одговори за:
+@@ -621,6 +634,7 @@
+ У тексту поруке
+ Непрочитано
+ Озвездано
++ У отпаду
+ Пре
+ После
+ непрочитано
+@@ -632,6 +646,9 @@
+ Претражи на серверу
+ Претражи у
+ Претражи пошиљаоца
++ Име
++ Редослед
++ Боја
+ Сортирај по
+ Времену
+ Непрочитаним
+@@ -649,8 +666,10 @@
+ Непознати пошиљаоци
+ Сакривеним
+ Дупликатима
++ У отпаду
+ Компактан изглед
+ Величина текста
++ Величина размака
+ Изабери језик
+ Изабери све
+ Означи нађене
+@@ -810,6 +829,7 @@
+ Отвори
+ Архивирај
+ Састави
++ Отпад (обрисати)
+ Следеће
+ Претходно
+ Одговори
+@@ -885,8 +905,9 @@
+ Покушај поново
+ Неочекивана грешка
+ Дневник
+- Аутоматско померање
+ Очисти
++ Избрисати сва правила
++ Избрисати сва правила?
+ Отклањање грешака
+ Опишите проблем и назначите време када се десио проблем:
+ Опишите шта сте радили када се апликација срушила:
+@@ -899,6 +920,7 @@
+ Само непрочитане поруке
+ Само озвездане поруке
+ Величина текста
++ Величина размака
+ Смањи
+ Прошири
+ Прочитано
+@@ -930,6 +952,7 @@
+
+ Увек
+ Сваких 5 минута
++ Сваких 10 минута
+ Сваких 15 минута
+ Сваких 30 минута
+ На сваких сат времена
+@@ -973,6 +996,7 @@
+ Иди на следећи разговор
+
+
++ Сићушно
+ Extra small
+ Мала
+ Средња
+@@ -1023,6 +1047,7 @@
+ Средња
+ Велика
+
++ Сићушно
+
+ Изнад текста
+ Испод текста
+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 @@
+ 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.
+ 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.
+ Buggar i Android-versionen på denna enhet orsakar krascher
++ All data kan gå förlorad
+ Fortsätt ändå
+ Tryck \"tillbaka\" igen för att avsluta
+ Otillräckligt lagringsutrymme kvar
+@@ -145,6 +146,7 @@
+ SMTP-server för att skicka meddelanden
+ Servercertifikat
+ Guide
++ Guider
+ Installationsguiden kan användas flera gånger om för att lägga till fler konton
+ Jag behöver en ny e-postadress
+ Manuell installation och kontoalternativ
+@@ -155,6 +157,7 @@
+ Du kan konfigurera namn, färg och svepåtgärder i kontoinställningarna, samt konfigurera din signatur i identitetsinställningarna
+ Konton
+ Identiteter
++ Logga in med Google
+ Annan leverantör
+ Endast inkommande e-post (e-post kan inte skickas!)
+ POP3-konto
+@@ -162,7 +165,7 @@
+ Auktorisera Google-konton kommer endast att fungera i Play Store- och GitHub-versionen eftersom Android kontrollerar den digitala app-signaturen
+ Vänligen bevilja behörigheter för att välja ett konto och läsa ditt namn
+ 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.
+- Om mappen för utkast inte är åtkomlig för IMAP kan detta lösas under inställningarna för Gmail-etiketten
++ Varför måste jag välja ett lokalt konto på enheten?
+ Jag vill auktorisera ett konto med ett lösenord istället för ett konto på enheten
+ Felet \"AUTHENTICATE failed\" kan orsakas av att IMAP/SMTP inaktiveras av systemadministratören
+ Auktorisera åtkomst till ditt %1$s konto
+@@ -379,6 +382,7 @@
+ Timeout för anslutning (sekunder)
+ Föredra IPv4 över IPv6
+ Strikta SSL-anslutningar
++ Kräv TLS 1.3
+ Strikt certifikatkontroll
+ Hantera anslutning
+ Allmänt
+@@ -395,7 +399,6 @@
+ Använd två kolumner
+ Minsta skärmstorlek för uppdelning av skärmen
+ Kollapsa rad eller kolumn när en konversation stängs
+- Kolumnbredd för meddelande: %1$s %%
+ Visa alternativ för navigeringsmeny
+ Visa kontokategorier i navigeringsmenyn
+ Fäst navigeringsmenyn
+@@ -470,6 +473,7 @@
+ Använd textstorlekar
+ Använd typsnitt
+ Använd textjustering
++ Visa {HTML titles}
+ Använd separata linjer
+ Kollapsa citerad text
+ Visa bildplatshållare
+@@ -480,6 +484,7 @@
+ Använd kontofärg som bakgrundsfärg för konversationsfältet
+ Gruppera efter kontokategori
+ Färglägg navigeringsfältet för Android
++ Visa antalet meddelanden eller konversationer i det översta åtgärdsfältet
+ Använd medföljande typsnitt
+ Tolka stilmallar
+ Visa autentiseringsvarningar
+@@ -488,6 +493,7 @@
+ Ingen autentisering
+ Partiell autentisering
+ Fullständig autentisering
++ Återställ appstatus vid start
+ Synkronisera vid start
+ Dubbel \"tillbaka\" för att avsluta
+ Föreslå åtgärder (Android 10+)
+@@ -530,6 +536,7 @@
+ Visa aviseringar endast i bakgrunden
+ Visa endast aviseringar för kontakter
+ Inaktivera aviseringar under pågående telefonsamtal
++ Fördröj aviseringar medan Android Auto är ansluten
+ Visa enbart en sammanställning av aviseringar
+ Visa meddelandeförhandsvisning i aviseringar
+ Förhandsgranska all text
+@@ -614,6 +621,7 @@
+ Minsta klasskillnad: %1$s %%
+ Språk
+ System
++ Språkintegration för verktyg
+ DeepL integration
+ Jag vill använda ett SD-kort
+ Kontrollera regelbundet om FairEmail fortfarande är aktiv
+@@ -627,6 +635,7 @@
+ Senaste rensning: %1$s
+ App-inställningar
+ Fler alternativ
++ Primär loggning
+ Loggar för protokoll
+ Debug Logging
+ Felsökningsläge
+@@ -654,7 +663,7 @@
+ Detta kommer alltid att återgå till mapplistan över det relaterade kontot från en meddelandelista
+ Om inaktiverad, kommer endast e-postadresser att användas vid val av kontakter
+ Förutom kontakter som tillhandahålls av Android. Kontaktdata lagras endast för nyligen skickade eller mottagna meddelanden när det aktiverat.
+- Detta kommer att välja den sista identiteten som används för den första mottagaren av nya meddelanden
++ Detta kommer att välja den senaste identiteten som använts när du väljer en mottagare för nya meddelanden
+ Visa en varning när meddelandetexten eller ämnet är tomt eller när en bilaga kanske saknas
+ E-postservern kan fortfarande lägga till meddelanden till skickade mail mappen
+ Infoga \'-- \' mellan texten och signaturen
+@@ -691,6 +700,7 @@
+ Infogade bilder är bilder som ingår i meddelandet
+ 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
+ Detta kommer att visa meddelanden mer korrekt, men möjligen med en fördröjning
++ Återställ senaste app-status när den startas om via ikonen för launcher inom %1$d minuter
+ Stöd för språkdetektering beror på enhetstillverkaren
+ Öppna automatiskt meddelandet när det bara finns ett meddelande eller bara ett oläst meddelande i en konversation
+ Svarsknappen kommer inte att visas när flera meddelanden visas i utökat läge eftersom det är oklart vilket meddelande knappen gäller
+@@ -708,6 +718,7 @@
+ Googles server vet vilka adresser som det görs uppslag för
+ Endast tillgänglig på programstartare som stöds
+ Högst tre åtgärder kommer att visas
++ Ansluten innebär att något projekteras, till exempel en karta för navigering
+ Nya meddelandeaviseringar kommer alltid att tas bort när de sveps bort och när meddelanden markeras som lästa
+ Tryck på kanalens namn för att ange kanalens egenskaper
+ För att ställa in standardljudet, etc
+@@ -742,7 +753,9 @@
+ Regex för att matcha användarnamn för inkommande e-postadresser
+ Svara till adress
+ Interna domännamn (kommaseparerade)
++ Tillåt UTF-8 i meddelandehuvuden
+ De flesta servrar stöder inte detta
++ Tillåt 8BITMIME
+ Maximal meddelandestorlek (MB)
+ Begär leverans/läs kvitto som standard
+ Använd den äldre typen av kvittoförfrågningsrubriker
+@@ -772,7 +785,7 @@
+ Anpassad
+ Värdnamn
+ Kryptering
+- Ingen
++ Ingen (osäker)
+ Tillåt osäkra anslutningar
+ Osäkra anslutningar bör endast tillåtas på betrodda nätverk och aldrig på offentliga nätverk
+ Du kan aktivera det här för kontospecifika aviseringar
+@@ -832,6 +845,7 @@
+ Ta bort detta konto permanent?
+ Ta bort denna identitet permanent?
+ Redigera som HTML
++ Importera fil
+ Signeringsnyckel: %1$s
+ Senast ansluten: %1$s
+ Väntar efter misslyckande till: %1$s
+@@ -912,6 +926,7 @@
+ Sök efter mapp
+ Tillämpa för alla
+ Redigera kontonamn
++ Redigera kontofärg
+ Dölj mapp
+ Dölj mapp om alla meddelanden har lästs
+ Endast i mapplistan som visas på startskärmen
+@@ -1256,7 +1271,7 @@
+ Visa HTML
+ OpenKeychain hittades inte
+ Överför till OpenKeychain
+- Använd hänglåset för att avkryptera meddelandet
++ Använd hänglåset för att dekryptera meddelandet
+ Verifiera signaturen för att visa meddelandetexten
+ Meddelandet är inte signerat eller krypterat
+ Ingen signeringsnyckel vald
+@@ -1320,6 +1335,9 @@
+ Sök i
+ Sök efter avsändare
+ Ta bort sparad sökning?
++ Namn
++ Ordning
++ Färg
+ Sortera på
+ Tid
+ Olästa
+@@ -1527,6 +1545,7 @@
+ Inbäddad bildplatshållare
+ Spårningsbild
+ Trasig bild
++ Öppna utanför appen
+ Välj kontakt
+ Visa kopia/dold kopia
+ Infoga länk
+@@ -1610,6 +1629,7 @@
+ Ja
+ Nej
+ Senare
++ Klistra in som oformaterad text
+ Ångra
+ Gör om
+ Infoga rad
+@@ -1680,7 +1700,6 @@
+ Försök igen
+ Oväntat fel
+ Logg
+- Automatisk rullning
+ Rensa
+ Sök namn eller villkor
+ Exportera regler
+@@ -1713,6 +1732,7 @@
+ Visa knapp för nytt meddelande
+ Bakgrundsfärg
+ Följ mörkt systemtema
++ Google tog bort mörkt läge för Android före version 10
+ Ihopfälld
+ Expanderad
+ Läst
+@@ -1751,6 +1771,7 @@
+
+ Kontinuerligt
+ Var 5:e minut
++ Var 10:e minut
+ Var 15:e minut
+ Var 30:e minut
+ Varje timme
+@@ -1794,6 +1815,7 @@
+ Gå till nästa konversation
+
+
++ Mycket liten
+ Extra liten
+ Liten
+ Mellan
+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 @@
+ 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.
+ 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.
+ Błędy w wersji Androida tego urządzenia powodują awarie
++ Wszystkie dane mogą zostać utracone
+ Kontynuuj mimo to
+ Użyj przycisku \'wstecz\', aby wyjść
+ Za mało miejsca w pamięci
+@@ -149,7 +150,7 @@
+ Konta
+ Tożsamości
+ Edytuj konto
+- Edycja tożsamości
++ Edytuj tożsamość
+ Edytuj folder
+ Wyłącz aplikację Gmail
+ Ustawienia
+@@ -167,6 +168,7 @@
+ Serwer SMTP do wysyłania wiadomości
+ Certyfikaty serwera
+ Kreator
++ Poradniki
+ Kreator może być używany wielokrotnie, aby skonfigurować wiele kont
+ Potrzebujesz nowego adresu e-mail?
+ Ręczna konfiguracja i opcje konta
+@@ -177,6 +179,7 @@
+ Możesz skonfigurować nazwę, kolor i akcje przesuwania w ustawieniach konta oraz skonfigurować podpis w ustawieniach tożsamości
+ Konta
+ Tożsamości
++ Zaloguj się poprzez Google
+ Inny dostawca
+ Tylko przychodzące wiadomości e-mail (wiadomości e-mail nie mogą być wysyłane!)
+ Konto POP3
+@@ -184,7 +187,7 @@
+ Autoryzacja kont Google będzie działać tylko w wersji Sklep Play i GitHub, ponieważ Android sprawdza podpis aplikacji cyfrowej
+ Przyznaj uprawnienia, aby wybrać konto i odczytać twoje imię
+ 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.
+- Jeśli folder wersji roboczych nie jest dostępny przez IMAP, można to naprawić w ustawieniach etykiety Gmail
++ Dlaczego muszę wybrać konto na urządzeniu?
+ Chcę autoryzować konto za pomocą hasła zamiast konta na urządzeniu
+ Błąd \"AUTHENTICATE failed\" może być spowodowany wyłączeniem protokołu IMAP/SMTP przez administratora systemu
+ Autoryzuj dostęp do Twojego konta %1$s
+@@ -404,6 +407,7 @@
+ Limit czasu połączenia (sekundy)
+ Preferuj IPv4 nad IPv6
+ Wzmocnij połączenia SSL
++ Wymagaj TLS 1.3
+ Ścisła kontrola certyfikatu
+ Zarządzaj połączeniami
+ Ogólne
+@@ -420,7 +424,7 @@
+ Dwie kolumny
+ Minimalny rozmiar ekranu dla podziału ekranu
+ Zwiń wiersz lub kolumnę podczas zamykania rozmowy
+- Szerokość kolumny wiadomości: %1$s %%
++ Szerokość kolumny wiadomości / wysokość wiersza: %1$s %%
+ Pokaż opcje menu nawigacji
+ Pokaż kategorie kont w menu nawigacji
+ Przypnij menu nawigacji
+@@ -495,6 +499,7 @@
+ Użyj rozmiarów tekstu
+ Użyj czcionek
+ Użyj wyrównania tekstu
++ Pokaż {HTML titles}
+ Użyj linii separatora
+ Zwiń cytowany tekst
+ Pokaż symbole zastępcze obrazu
+@@ -505,6 +510,7 @@
+ Użyj koloru konta jako koloru tła dla paska akcji rozmowy
+ Grupuj według kategorii konta
+ Koloruj pasek nawigacji Androida
++ Pokaż liczbę wiadomości lub konwersacji na górnym pasku akcji
+ Użyj dołączonych czcionek
+ Parsowanie arkuszy stylów
+ Pokaż ostrzeżenia o uwierzytelnieniu
+@@ -513,6 +519,7 @@
+ Brak uwierzytelnienia
+ Uwierzytelnianie częściowe
+ Pełne uwierzytelnienie
++ Przywróć stan aplikacji przy uruchomieniu
+ Synchronizuj podczas włączania aplikacji
+ Podwójne \'wstecz\', aby wyjść
+ Sugeruj akcje (Android 10+)
+@@ -555,6 +562,7 @@
+ Pokaż powiadomienia tylko, gdy pracuje w tle
+ Pokaż powiadomienia tylko dla kontaktów
+ Opóźnij powiadomienia podczas połączenia
++ Opóźnij powiadomienia, gdy Android Auto jest połączony
+ Pokaż tylko podsumowanie
+ Pokaż podgląd wiadomości w powiadomieniach
+ Podgląd całego tekstu
+@@ -639,6 +647,7 @@
+ Minimalna różnica klasy: %1$s %%
+ Język
+ Systemowy
++ Integracja LanguageTool
+ Integracja z DeepL
+ Chcę użyć karty SD
+ Okresowo sprawdzaj, czy FairEmail jest nadal aktywny
+@@ -652,6 +661,7 @@
+ Ostatnie czyszczenie: %1$s
+ Ustawienia aplikacji
+ Więcej opcji
++ Logowanie główne
+ Rejestrowanie protokołów
+ Rejestrowanie debugowania
+ Debuguj
+@@ -679,7 +689,7 @@
+ Spowoduje to zawsze powrót z listy wiadomości do listy folderów powiązanego konta
+ Jeśli wyłączone, tylko adresy e-mail będą używane podczas wybierania kontaktów
+ Oprócz kontaktów dostarczanych przez Androida. Dane kontaktowe będą przechowywane dla nowo wysłanych lub odebranych wiadomości tylko kiedy włączone.
+- Spowoduje to wybranie ostatniej tożsamości używanej jako pierwszy odbiorca nowych wiadomości
++ Spowoduje to wybranie ostatnio użytej tożsamości podczas wybierania odbiorcy dla nowych wiadomości
+ Pokaż ostrzeżenie, gdy tekst wiadomości lub temat jest pusty lub gdy może brakować załącznika
+ Serwer e-mail może nadal dodawać wiadomości do folderu wysłanych wiadomości
+ Wstaw \'-- \' między tekstem a podpisem
+@@ -716,6 +726,7 @@
+ Obrazy wstawione są obrazami zawartymi w wiadomości
+ 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
+ Spowoduje to poprawniejsze wyświetlanie wiadomości, ale z możliwym opóźnieniem
++ Przywraca ostatni stan aplikacji po jej ponownym uruchomieniu za pomocą ikony launchera, w ciągu %1$d minut
+ Obsługa wykrywania języków zależy od producenta urządzenia
+ Automatycznie otwieraj wiadomość, gdy w rozmowie jest tylko jedna wiadomość lub tylko jedna nieprzeczytana wiadomość
+ 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
+@@ -733,6 +744,7 @@
+ Serwer Google wie, które adresy są wyszukiwane
+ Dostępne tylko na wspieranych launcherach
+ Wyświetlone zostaną co najwyżej trzy akcje
++ Połączony oznacza, że coś jest wyświetlane, na przykład mapa do nawigacji
+ Powiadomienia o nowych wiadomościach będą zawsze usuwane po przesunięciu i oznaczeniu wiadomości jako przeczytane
+ Dotknij nazwę kanału, aby ustawić właściwości kanału
+ Aby ustawić domyślny dźwięk, itp.
+@@ -767,6 +779,7 @@
+ Regex, aby dopasować nazwę użytkownika dla przychodzących adresów e-mail
+ Odpowiedz na adres
+ Wewnętrzne nazwy domen (oddzielone przecinkami)
++ Zezwalaj na UTF-8 w nagłówkach wiadomości
+ Większość serwerów nie wspiera tego
+ Zezwalaj na 8BITMIME
+ Maksymalny rozmiar wiadomości (MB)
+@@ -798,7 +811,7 @@
+ Własne
+ Nazwa hosta
+ Szyfrowanie
+- Żaden
++ Brak (niebezpieczne)
+ Zezwól na niezabezpieczone połączenia
+ Niebezpieczne połączenia powinny być dozwolone tylko w zaufanych sieciach, a nigdy w sieciach publicznych
+ Można włączyć tę funkcję dla specyficznych powiadomień danego konta
+@@ -858,6 +871,7 @@
+ Usunąć to konto bezpowrotnie?
+ Usunąć tożsamość bezpowrotnie?
+ Edytuj jako HTML
++ Importuj plik
+ Klucz podpisu: %1$s
+ Ostatnio połączony: %1$s
+ Oczekiwanie po niepowodzeniu do: %1$s
+@@ -938,6 +952,7 @@
+ Szukaj folderu
+ Zastosuj dla wszystkich
+ Edytuj nazwę konta
++ Edytuj kolor konta
+ Ukryj folder
+ Ukryj folder, jeśli wszystkie wiadomości zostały przeczytane
+ Tylko na liście folderów wyświetlanej na ekranie startowym
+@@ -1346,6 +1361,10 @@
+ Szukaj w
+ Szukaj nadawcy
+ Usunąć zapisane wyszukiwanie?
++ Zapisane wyszukiwanie
++ Nazwa
++ Kolejność
++ Kolor
+ Sortuj wg
+ Czas
+ Nieprzeczytane
+@@ -1554,6 +1573,7 @@
+ Symbol zastępczy obrazu wstawionego
+ Obrazek śledzący
+ Uszkodzony obraz
++ Otwórz poza aplikacją
+ Wybierz kontakt
+ Pokaż DW/UDW
+ Wstaw link
+@@ -1637,6 +1657,7 @@
+ Tak
+ Nie
+ Później
++ Wklej jako zwykły tekst
+ Cofnij
+ Ponów
+ Wstaw linię
+@@ -1706,7 +1727,6 @@
+ Spróbuj ponownie
+ Nieoczekiwany błąd
+ Log
+- Autoprzewijanie
+ Wyczyść
+ Szukaj nazwy lub warunku
+ Eksportuj reguły
+@@ -1739,6 +1759,7 @@
+ Pokaż przycisk tworzenia nowej wiadomości
+ Kolor tła
+ Podążaj za ciemnym motywem systemowym
++ Google usunęło tryb ciemny dla Androida przed wersją 10
+ Zwinięta
+ Rozwinięta
+ Przeczytana
+@@ -1779,6 +1800,7 @@
+
+ Zawsze
+ Co 5 minut
++ Co 10 minut
+ Co 15 minut
+ Co 30 minut
+ Co godzinę
+@@ -1822,6 +1844,7 @@
+ Idź do następnej wiadomości
+
+
++ Drobna
+ Bardzo mały
+ Małe
+ Średnie
+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 @@
+ 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.
+ Ö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.
+ Bu cihazın Android sürümündeki hatalar çökmelere neden oluyor
++ Tüm veriler kaybolabilir
+ Yine de devam et
+ Çıkmak için tekrar \'Geri\'yi tıklayın
+ Yeterli depolama alanı kalmadı
+@@ -144,6 +145,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ İleti göndermek için SMTP sunucusu
+ Sunucu sertifikaları
+ Yardımcı
++ Rehberler
+ Kurulum sihirbazı, birden fazla hesabı ayarlamak için birden çok kez kullanılabilir
+ Yeni bir e-posta adresi istiyorum
+ Elle kurulum ve hesap ayarları
+@@ -154,6 +156,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Hesap ayarlarında adı, rengi ve kaydırma eylemlerini yapılandırabilir ve kimlik ayarlarında bir imza yapılandırabilirsiniz
+ Hesaplar
+ Kimlikler
++ Google ile giriş yap
+ Diğer sağlayıcı
+ Yalnızca gelen e-posta (e-posta gönderilemez!)
+ POP3 hesabı
+@@ -161,7 +164,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Google hesaplarını yetkilendirmek Android dijital uygulama imzasını kontrol ettiğinden, yalnızca Play Store ve GitHub sürümünde çalışır
+ Lütfen bir hesap seçmek ve isminizi okumak için izin verin
+ 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.
+- Taslaklar klasörüne IMAP tarafından erişilemiyorsa, bu Gmail etiket ayarlarında düzeltilebilir
++ Neden bir cihaz hesabı seçmem gerekiyor?
+ Cihazdaki bir hesap yerine şifreli bir hesabı yetkilendirmek istiyorum
+ \'AUTHENTICATE failed\' hatası, sistem yöneticinizin IMAP/SMTP protokollerini engellemesinden kaynaklanıyor olabilir
+ %1$s hesabınıza erişim için yetkilendirin
+@@ -381,6 +384,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Bağlantı zaman aşımı (saniye)
+ IPv6 yerine IPv4\'ü tercih edin
+ SSL bağlantılarını sağlamlaştır
++ TLS 1.3 gerektir
+ Katı sertifika kontrolü
+ Bağlanabilirliği yönet
+ Genel
+@@ -397,7 +401,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ İki sütun kullan
+ Ekranı bölmek için minimum ekran boyutu
+ Bir konuşmayı kapatırken satırı veya sütunu daralt
+- Mesaj sütunu genişliği: %1$s %%
++ Mesaj sütun genişliği / satır yüksekliği: %1$s %%
+ Gezinme menüsü seçeneklerini göster
+ Gezinme menüsünde hesap kategorilerini göster
+ Gezinme menüsünü sabitle
+@@ -472,6 +476,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Metin boyutunu kullan
+ Yazı tiplerini kullan
+ Metin hizalamasını kullan
++ Göster {HTML titles}
+ Ayırıcı çizgiler kullanın
+ Alıntılanan metni daralt
+ Görüntü yer tutucularını göster
+@@ -482,6 +487,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Hesap rengini konuşma eylem çubuğu için arka plan rengi olarak kullan
+ Hesap kategorisine göre grupla
+ Android gezinme çubuğunu renklendirin
++ Eylem çubuğunda mesaj veya sohbet sayısını göster
+ Birlikte verilen yazı tiplerini kullan
+ CSS\'i çözümle
+ Kimlik doğrulama uyarılarını göster
+@@ -490,6 +496,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Kimlik doğrulama yok
+ Kısmi kimlik doğrulama
+ Tam kimlik doğrulama
++ Başlangıçta uygulama durumunu geri yükle
+ Uygulama açıldığında eşitle
+ Çıkmak için geri tuşuna 2 defa basın
+ Eylem öner (Android 10+)
+@@ -532,6 +539,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Bildirimleri sadece arka plandayken göster
+ Sadece kişilerimden gelen bildirimleri göster
+ Görüşme sırasında bildirimleri geciktir
++ Android Oto bağlıyken bildirimleri ertele
+ Sadece özet bildirimini göster
+ Bildirimlerde ileti önizlemesini göster
+ Tüm metni ön izle
+@@ -616,6 +624,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ En düşük sınıflandırma farkı: %1$s %%
+ Dil
+ Sistem
++ Dil Aracı entegrasyonu
+ DeepL entegrasyonu
+ SD kart kullanmak istiyorum
+ Düzenli aralıklarla FairEmail hala etkin mi diye kontrol et
+@@ -629,6 +638,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Son temizleme: %1$s
+ Uygulama ayarları
+ Daha fazla seçenek
++ Ana günlük kaydı
+ Protokol günlüğü
+ Hata ayıklama günlüğü
+ Hata ayıklama
+@@ -656,7 +666,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Bu, her zaman bir mesaj listesinden ilgili hesabın klasör listesine dönecektir
+ Devre dışı bırakılırsa, kişileri seçerken yalnızca e-posta adresleri kullanılacaktır
+ 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.
+- Bu, yeni mesajların ilk alıcısı için kullanılan son kimliği seçecektir
++ Bu, yeni mesajlar için bir alıcı seçerken kullanılan son kimliği seçecektir
+ Mesaj metni veya konu boş olduğunda veya bir ek eksik olduğunda bir uyarı göster
+ E-posta sunucusu, iletileri gönderilen ileti klasörüne eklemeye devam edebilir
+ Metin ve imza arasına \'-- \' ekle
+@@ -693,6 +703,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Satıriçi resimler mesajın içine eklenen resimlerdir
+ %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
+ Bu, mesajları daha doğru bir şekilde gösterecektir, ancak muhtemelen bir gecikme ile
++ %1$d dakika içinde başlatıcı simgesi aracılığıyla yeniden başlatıldığında son uygulama durumunu geri yükle
+ Dil algılama desteği, cihaz üreticisine bağlıdır
+ Bir sohbette yalnızca bir ileti veya yalnızca bir okunmamış ileti olduğunda iletiyi otomatik olarak aç
+ Düğmenin hangi mesaja uygulanacağı belirsiz olduğundan, birden fazla mesaj genişletildiğinde cevap düğmesi gösterilmeyecektir
+@@ -710,6 +721,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Google sunucusu hangi adreslerin arandığını bilir
+ Yalnızca desteklenen launcherlar üzerinde kullanılabilir
+ En fazla üç eylem gösterilecek
++ Bağlandı, bir şeyin yansıtıldığı anlamına gelir, navigasyon için bir harita gibi
+ Kaydırıldığında ya da mesajlar okundu olarak işaretlendiğinde yeni mesaj bildirimleri her zaman kaldırılacaktır
+ Kanal özelliklerini ayarlamak için kanal adına dokunun
+ Varsayılan sesi ayarlamak için, vs
+@@ -744,7 +756,9 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Gelen e-posta adreslerinin kullanıcı adı bölümünü eşleştirmek için düzenli ifade
+ Yanıtlama adresi
+ Dahili alan adları (virgülle ayrılmış)
++ Mesaj başlıklarında UTF-8\'e izin ver
+ Çoğu sunucu bunu desteklemiyor
++ 8BITMIME\'e izin ver
+ Maksimum mesaj boyutu (MB)
+ Varsayılan olarak iletildi/okundu bilgisi iste
+ Eski alındı isteği başlıklarını kullan
+@@ -774,7 +788,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Özel
+ Sunucu adı
+ Şifreleme açık
+- Şifreleme kapalı
++ Yok (güvenliksiz)
+ Güvensiz bağlantılara izin ver
+ Güvensiz bağlantılara sadece güvenilen ağlarda izin verilmelidir ve halka açık ağlarda asla izin verilmemelidir
+ Bunu hesaba özel bildirimler için etkinleştirebilirsiniz
+@@ -834,6 +848,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Bu hesap kalıcı olarak silinsin mi?
+ Bu kimlik kalıcı olarak silinsin mi?
+ HTML olarak düzenle
++ Dosyayı İçe Aktar
+ İmzalama anahtarı: %1$s
+ Son bağlantı: %1$s
+ Hatadan sonra şu tarihe kadar bekleniyor: %1$s
+@@ -914,6 +929,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Klasörleri ara
+ Tümüne uygula
+ Hesap adını düzenle
++ Hesap rengini düzenle
+ Klasörü gizle
+ Tüm mesajlar okunduysa klasörü gizle
+ Yalnızca başlangıç ekranında gösterilen klasör listesinde
+@@ -1046,6 +1062,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Arşivle
+ Yanıtla
+ Gönderene cevap ver
++ Alıcıya yanıt ver
+ Tümünü yanıtla
+ Listeyi yanıtla
+ Okundu bilgisi gönder
+@@ -1320,6 +1337,10 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ İçinde ara
+ Göndereni ara
+ Kayıtlı arama silinsin mi?
++ Kaydedilmiş arama
++ Ad
++ Sıralama
++ Renk
+ Sırala
+ Zaman
+ Okunmadı
+@@ -1527,6 +1548,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ İliştirilmiş resim vekili
+ İzleme görseli
+ Bozuk görüntü
++ Uygulamanın dışında aç
+ Kişi seçip al
+ CC/BCC\'yi göster
+ Bağlantı ekle
+@@ -1610,6 +1632,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Evet
+ Hayır
+ Daha sonra
++ Düz metin olarak yapıştır
+ Geri Al
+ Yinele
+ Satır ekle
+@@ -1680,7 +1703,6 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Tekrar deneyiniz
+ Beklenmedik hata
+ Kayıt defteri
+- Otomatik kaydırma
+ Temizle
+ Arama adı veya durumu
+ Dışa aktarma kuralları
+@@ -1713,6 +1735,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Yeni mesaj oluştur düğmesini göster
+ Arka plan rengi
+ Karanlık sistem temasına uyum sağla
++ Google Android 10 öncesi sürümler için karanlık modu kaldırdı
+ Daraltılan
+ Genişletilen
+ Okunan
+@@ -1751,6 +1774,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+
+ Her Zaman
+ Her 5 dakikada
++ Her 10 dakikada
+ Her 15 dakikada
+ Her 30 dakikada
+ Her Saat
+@@ -1794,6 +1818,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
+ Sonraki konuşmaya git
+
+
++ Küçücük
+ Çok küçük
+ Küçük
+ Orta
+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 @@
+ Җибәрү
+ Шифрлау
+ Исемлек
++ Төс
+ Бөтенесе
+ Күчермәләү
+ Папка
+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 @@
+ FairEmail - це додаток з відкритим вихідним кодом, орієнтований на конфіденційність та безпеку. Тому деякі функції можуть відрізнятися від того, що ви використовуєте.
+ Наприклад, щоб видалити небезпечні елементи та покращити читання, і для додавання підтвердження відкриття посилань з метою безпеки - повідомлення переформатуються за замовчуванням. За бажанням, ці дії можуть бути відключені.
+ Помилка в версії Android для конкретного пристрою викликають аварійне завершення роботи
++ Всі дані можуть бути втрачені
+ Все одно продовжити
+ Натисніть \"Назад\" знову, щоб вийти
+ Залишилося недостатньо вільного місця для зберігання
+@@ -162,6 +163,7 @@
+ Сервер SMTP для надсилання повідомлень
+ Сертифікати сервера
+ Майстер встановлення
++ Навчальні матеріали
+ Майстер можна використати кілька разів, щоб налаштувати кілька облікових записів
+ Вкажіть нову електронну адресу
+ Налаштування вручну та параметри облікового запису
+@@ -172,13 +174,16 @@
+ Ви можете налаштувати ім\'я, колір і свайп дії в налаштуваннях облікового запису та налаштувати підпис в налаштуваннях ідентифікації
+ Облікові записи
+ Особисті дані
++ Увійти за допомогою Google
+ Інші постачальники
++ Тільки вхідний лист (адреса електронної пошти не може бути надіслана!)
+ Обліковий запис POP3
+ Постачальник електронної пошти схвалив OAuth тільки для версій з Play Store та GitHub
+ Авторизація облікових записів Google працюватиме тільки в версії з Play Store та GitHub, тому що Android перевіряє підпис цифрового додатку
+ Будь ласка, надайте дозвіл для вибору облікового запису та читання вашого імені
+ Google буде запитувати про дозволи на читання, створення, надсилання і остаточне видаляння всієї Вашої електронної пошти. FairEmail ніколи не буде видаляти ваші повідомлення без вашої явної згоди.
+- Якщо тека чернеток недоступна для IMAP, то її можна виправити в налаштуваннях Gmail
++ Навіщо мені обрати обліковий запис на пристрої?
++ Я хочу авторизувати обліковий запис за допомогою пароля замість облікового запису на пристрої
+ Помилка \'Автентифікація не вдалася\' викликана помилкою IMAP/SMTP можливо вимкненою системним адміністратором
+ Авторизувати доступ до вашого облікового запису %1$s
+ Авторизувати наявний обліковий запис знову (інакше створіть новий обліковий запис)
+@@ -204,6 +209,8 @@
+ Надати дозволи
+ Доступ до контактної інформації (необов\'язково)
+ Щоб переглянути контактні дані й запропонувати контакти
++ Для показу нових сповіщень (необов\'язково)
++ Потрібні дозволи для показу сповіщень для нових повідомлень в рядку стану
+ Які дозволи необхідні й чому?
+ Як можна імпортувати контакти?
+ Вимкнути оптимізацію використання батареї
+@@ -227,6 +234,7 @@
+ Все ще
+ Помилка
+ Використовувати POP3 (не рекомендовано)
++ Використовувати \"recent\" для декількох клієнтів електронної пошти
+ Налаштування облікового запису …
+ Можливо, Ви повинні використовувати пароль для додатку
+ Додатково
+@@ -394,6 +402,7 @@
+ Час очікування зв\'язку (секунди)
+ Віддавати перевагу IPv4 над IPv6
+ Посилене SSL з\'єднання
++ Вимагати TLS 1.3
+ Сувора перевірка сертифікату
+ Керувати підключенням
+ Загальні налаштування
+@@ -410,7 +419,6 @@
+ Використовувати два стовпчики
+ Мінімальний розмір екрану для його розділення
+ Згорнути рядок або стовпець при закритті розмови
+- Ширина стовпця повідомлення: %1$s %%
+ Показати параметри меню навігації
+ Показувати категорії облікових записів у навігаційному меню
+ Прикріпити меню навігації
+@@ -476,6 +484,7 @@
+ Масштаб тексту за замовчуванням: %1$s %%
+ Автоматичне масштабування оригінальних повідомлень
+ Відключити фіксовані ширини в оригінальних повідомленнях
++ Використовувати автоматичну дефісацію
+ Використовувати високо-контрастний текст для повідомленнь
+ Використовувати моноширинний шрифт для тексту повідомлень за замовчуванням
+ Використовувати моноширинний шрифт для попередньо форматуванного тексту
+@@ -484,6 +493,7 @@
+ Використовувати розмір тексту
+ Використовувати шрифти
+ Використовувати вирівнювання тексту
++ Показати {HTML titles}
+ Використовувати розділюючі лінії
+ Згорнути цитований текст
+ Показати заповнювачі для зображень
+@@ -494,6 +504,7 @@
+ Використовувати колір аккаунта як тло у панелі дій для розмови
+ Групувати за категорією облікового запису
+ Розфарбувати панель навігації Android
++ Показати кількість повідомлень або розмов у верхній панелі дій
+ Використовувати вбудовані шрифти
+ Аналіз таблиці стилів
+ Показати попередження про авторизацію
+@@ -543,6 +554,8 @@
+ Дозволити так щоб кількість нових повідомлень співпадала з кількістю сповіщень
+ Показувати сповіщення, лише у фоновому режимі
+ Показувати сповіщення лише для контактів
++ Затримка сповіщень під час дзвінка
++ Затримка сповіщень при підключенні Android Авто
+ Показати сповіщення лише про підсумок
+ Показувати попередній перегляд повідомлення у сповіщеннях
+ Попередній перегляд всього тексту
+@@ -627,6 +640,7 @@
+ Мінімальна різниця у класі: %1$s %%
+ Мова
+ Системи
++ Інтеграція з LanguageTool
+ Інтеграція з DeepL
+ Я хочу використовувати SD-карту
+ Періодично перевіряти, чи ще активнний додатк FairEmail
+@@ -639,6 +653,7 @@
+ Очищення
+ Налаштування додатка
+ Інші параметри
++ Основне журналювання
+ Журналювання протоколів
+ Журнал налагодження
+ Режим зневадження
+@@ -666,7 +681,6 @@
+ Це завжди буде повертати до переліку тек що пов\'язані до облікового запису зі списку повідомлень
+ Якщо вимкнено, використовуватимуться лише адреси електронної пошти при виборі контактів
+ На додаток до контактів, що надаються Android. Будуть зберігатися дані про контакт для щойно надісланих або отриманих повідомлень лише тоді, коли увімкнено.
+- Це може обрати останню ідентифікацію, яка використовувалася для першого одержувача нового повідомлення
+ Показувати попередження, коли відсутній текст повідомлення або тема пуста або якщо вкладення може бути відсутнє
+ Сервер електронної пошти може все ще додати повідомлення до теки надісланих повідомлень
+ Вставити \'-- \' між текстом і підписом
+@@ -716,9 +730,11 @@
+ Це може призвести до дивного вигляду та подвійних текстів
+ PIN-код має пріоритет над біометричною аутентифікацією
+ Затримка до виконання на %1$d секунд
++ Деякі сервери не приймають рядок user agent
+ Сервер Google знає, на які адреси звертаються
+ Доступно лише для підтримуваних лаунчерів
+ Не більше трьох дій буде показано
++ Під’єднано означає, що відбувається проєктування, наприклад карта для навігації
+ Нові сповіщення про повідомлення завжди будуть вилучатися при гортанні та при відмічанні повідомлення прочитаним
+ Натисніть на назву каналу, щоб встановити властивості каналу
+ Щоб встановити звук за замовчуванням
+@@ -753,7 +769,9 @@
+ Регулярний вираз, що застосовується до імені користувача з вхідних адрес електронної пошти
+ Відповісти на адресу
+ Внутрішні доменні імена (розділені комами)
++ Дозволити UTF-8 у заголовках повідомлень
+ Більшість серверів не підтримують це
++ Дозволити 8BITMIME
+ Максимальний розмір повідомлення (МБ)
+ Запитати про доставку/прочитання повідомлення за замовчуванням
+ Використовувати сумісний заголовок для запиту про отримання
+@@ -783,7 +801,7 @@
+ Користувача
+ Ім\'я хосту
+ Шифрування
+- Жодного
++ Немає (незахищено)
+ Дозволити незахищене з’єднання
+ Небезпечні підключення повинні бути дозволені тільки в надійних мережах і ніколи в мережах спільного користування
+ Ви можете ввімкнути цю функцію для сповіщень в певному обліковому записі
+@@ -843,6 +861,7 @@
+ Видалити цей обліковий запис безповоротно?
+ Видалити ці особисті дані безповоротно?
+ Редагувати як HTML
++ Імпорт файлу
+ Ключ підпису: %1$s
+ Останнє підключення: %1$s
+ Очікування після збою до: %1$s
+@@ -924,6 +943,7 @@
+ Знайти теку
+ Застосувати до всіх
+ Редагувати ім\'я облікового запису
++ Змінити колір облікового запису
+ Сховати теку
+ Приховати теку, якщо всі повідомлення прочитані
+ Показуватися тільки в списку тек при стартовому екрані
+@@ -1057,6 +1077,7 @@
+ Архівувати
+ Відповісти
+ Відповісти відправнику
++ Відповідь одержувачу
+ Відповісти всім
+ Відповісти до списку
+ Надіслати повідомлення про перегляд
+@@ -1267,6 +1288,7 @@
+ Показувати HTML
+ OpenKeychain не знайдено
+ Передача в OpenKeychain
++ Використовувати padlock для розшифровки повідомлення
+ Перевірте підпис, щоб показати текст повідомлення
+ Повідомлення не підписано або не зашифровано
+ Не вибрано жодного ключа для підпису
+@@ -1330,6 +1352,10 @@
+ Пошук у
+ Пошук відправника
+ Видалити збережений пошук?
++ Збережений пошуковий запит
++ Ім\'я
++ Порядок
++ Колір
+ Сортувати за
+ Часом
+ Непрочитані
+@@ -1537,6 +1563,7 @@
+ Вбудований заповнювач зображень
+ Зображення для відстеження
+ Пошкоджене зображення
++ Відкрити за межами програми
+ Вибрати контакт
+ Показати CC/BCC
+ Вставити посилання
+@@ -1620,6 +1647,7 @@
+ Так
+ Ні
+ Пізніше
++ Вставити як простий текст
+ Скасувати
+ Повторити
+ Вставити текст
+@@ -1690,7 +1718,6 @@
+ Спробуйте знову
+ Непередбачувана помилка
+ Журнал подій
+- Автоматичне прокручування
+ Очистити
+ Пошук імені або стану
+ Експорт правил
+@@ -1723,6 +1750,7 @@
+ Показати кнопку створення нового повідомлення
+ Колір тла
+ Використовувати системну темну тему
++ Google прибирав темний режим для версій Android до 10
+ Згорнуто
+ Розгорнуто
+ Прочитано
+@@ -1763,6 +1791,7 @@
+
+ Завжди
+ Кожні 5 хвилин
++ Кожні 10 хвилин
+ Кожні 15 хвилин
+ Кожні 30 хвилин
+ Кожну годину
+@@ -1806,6 +1835,7 @@
+ Перейти до наступної розмови
+
+
++ Дрібний
+ Дуже маленький
+ Малий
+ Середній
+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 @@
+ 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.
+ 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.
+ Lỗi ở phiên bản Android của thiết bị cụ thể này gây ra dừng đột ngột
++ Tất cả dữ liệu có thể bị mất
+ Vẫn tiếp tục
+ \'Quay lại\' lần nữa để thoát
+ Không đủ không gian bộ nhớ còn lại
+@@ -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.
+
+ Người gửi bị chặn
++
++ Chặn người gửi của %1$s thư?
++
+ Dùng bộ lọc thư rác cục bộ
+ 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
+ Sử dụng các danh sách chặn thư rác
+@@ -125,11 +129,13 @@
+ 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.
+ Thêm hoặc đổi tài khoản
+ 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ợ.
++ Đị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
+ Vui lòng kiên nhẫn …
+ Máy chủ IMAP để nhận thư
+ Máy chủ SMTP để gửi thư
+ Chứng chỉ máy chủ
+ Trình hướng dẫn
++ Hướng dẫn
+ 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
+ Tôi cần một địa chỉ email mới
+ Thiết lập thủ công và các tùy chọn tài khoản
+@@ -140,13 +146,16 @@
+ 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
+ Tài khoản
+ Danh tính
++ Đăng nhập bằng Google
+ Nhà cung cấp khác
++ Chỉ email đến (không thể gửi email!)
+ Tài khoản POP3
+ Nhà cung cấp email đã chấp thuận OAuth chỉ với phiên bản trên CH Play và GitHub
+ 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
+ Hãy cấp quyền để chọn một tài khoản và đọc tên của bạn
+ 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.
+- 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
++ Tại sao tôi lại cần chọn tài khoản trên thiết bị?
++ 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ị
+ 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
+ Cấp quyền truy cập vào tài khoản %1$s của bạn
+ 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)
+@@ -172,6 +181,8 @@
+ Cấp quyền
+ Để truy cập thông tin liên hệ (không bắt buộc)
+ 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ệ
++ Để hiện thông báo thư mới (không bắt buộc)
++ 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
+ Những quyền nào là cần thiết và tại sao?
+ Tôi có thể nhập các liên hệ như thế nào?
+ Tắt tối ưu hoá pin
+@@ -195,6 +206,7 @@
+ Vẫn cần làm
+ Lỗi
+ Sử dụng POP3 (không khuyến cáo)
++ Sử dụng \'recent\' cho nhiều ứng dụng email
+ Đang thiết lập tài khoản …
+ Bạn có thể cần phải sử dụng mật khẩu ứng dụng
+ Thêm
+@@ -362,6 +374,7 @@
+ Thời gian chờ kết nối (giây)
+ Ưu tiên IPv4 hơn IPv6
+ Tăng bảo mật cho các kết nối SSL
++ Yêu cầu TLS 1.3
+ Kiểm tra chứng chỉ nghiêm ngặt
+ Quản lý sự kết nối
+ Cài đặt chung
+@@ -378,7 +391,7 @@
+ Sử dụng hai cột
+ Kích cỡ màn hình tối thiểu để chia tách màn hình
+ Thu gọn hàng hoặc cột khi đóng cuộc hội thoại
+- Độ rộng cột thư: %1$s %%
++ Độ rộng cột / độ cao hàng thư: %1$s %%
+ Hiện các tùy chọn menu điều hướng
+ Hiện thể loại tài khoản trong menu điều hướng
+ Ghim menu điều hướng
+@@ -444,6 +457,7 @@
+ Độ phóng văn bản thư mặc định: %1$s %%
+ Phóng thư gốc để vừa với màn hình
+ Tắt độ rộng cố định trong thư gốc
++ Sử dụng gạch ngang tự động
+ Sử dụng độ tương phản cao cho văn bản thư
+ Sử dụng phông chữ đơn cách cho văn bản thư theo mặc định
+ Sử dụng phông chữ đơn cách cho văn bản đã định dạng trước
+@@ -452,6 +466,7 @@
+ Sử dụng kích cỡ văn bản
+ Sử dụng phông chữ
+ Sử dụng căn chỉnh văn bản
++ Hiện {tiêu đề HTML}
+ Sử dụng đường thẳng chia tách
+ Thu gọn văn bản được trích dẫn
+ Hiện các chỗ giữ chỗ hình ảnh
+@@ -462,6 +477,7 @@
+ 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
+ Nhóm theo thể loại tài khoản
+ Tô màu thanh điều hướng Android
++ Hiện số thư hoặc cuộc hội thoại trong thanh hành động trên cùng
+ Sử dụng phông chữ tích hợp
+ Xử lý các trang phong cách
+ Hiện cảnh báo xác thực
+@@ -470,6 +486,7 @@
+ Không có xác thực
+ Xác thực một phần
+ Xác thực hoàn thiện
++ Khôi phục trạng thái ứng dụng khi khởi động
+ Đồng bộ hóa khi mở
+ \'Quay lại\' hai lần để thoát
+ Đề xuất các hành động (Android 10+)
+@@ -511,6 +528,8 @@
+ Để cho số thư mới khớp với số thông báo
+ Hiển thị thông báo chỉ khi ở trong nền
+ Chỉ hiện thông báo cho các liên hệ
++ Trì hoãn thông báo khi trong cuộc gọi
++ Trì hoãn thông báo khi kết nối Android Auto
+ Chỉ hiển thị thông báo tóm tắt
+ Hiển thị xem trước thư trong thông báo
+ Xem trước tất cả văn bản
+@@ -595,6 +614,7 @@
+ Sự khác biệt tối thiểu của class: %1$s %%
+ Ngôn ngữ
+ Hệ thống
++ Tích hợp LanguageTool
+ Tích hợp DeepL
+ Tôi muốn sử dụng thẻ SD
+ Kiểm tra định kỳ xem FairEmail vẫn hoạt động hay không
+@@ -607,6 +627,7 @@
+ Dọn dẹp
+ Cài đặt ứng dụng
+ Thêm tuỳ chọn
++ Ghi nhật ký chính
+ Ghi nhật ký giao thức
+ Nhật ký gỡ lỗi
+ Chế độ gỡ lỗi
+@@ -634,7 +655,7 @@
+ 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ư
+ 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ệ
+ 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.
+- 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
++ 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
+ 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
+ Máy chủ email vẫn có thể thêm thư vào thư mục thư đã gửi
+ Chèn \'-- \' giữa văn bản và chữ ký
+@@ -644,6 +665,7 @@
+ Giả sử là không chuyển vùng trong EU (Liên minh châu Âu)
+ Cái này sẽ làm tăng sử dụng pin, dữ liệu và không gian bộ nhớ
+ 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
++ 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
+ 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
+ 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.
+ 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ủ
+@@ -670,6 +692,7 @@
+ Hình ảnh tích hợp là hình ảnh được bao gồm trong thư
+ 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
+ Cái này sẽ hiển thị thư chính xác hơn, nhưng có thể có độ trễ
++ 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
+ Việc hỗ trợ dò tìm ngôn ngữ phụ thuộc vào nhà sản xuất thiết bị
+ 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
+ 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
+@@ -683,9 +706,11 @@
+ Cái này có thể dẫn đến văn bản trông kỳ quặc và văn bản đôi
+ Mã PIN được ưu tiên trước xác thực sinh trắc học
+ Sẽ có thời gian cuối là %1$d giây
++ Một số máy chủ không chấp nhận chuỗi người dùng chung chung
+ Máy chủ Google biết các địa chỉ nào đang được tra cứu
+ Chỉ có trên các launcher được hỗ trợ
+ Nhiều nhất ba hành động sẽ được hiện
++ Kết nối nghĩa là có gì đó đang được chiếu như là bản đồ
+ 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
+ Nhấn vào tên kênh để đặt thuộc tính kênh
+ Để đặt âm thanh mặc định, v.v.
+@@ -720,7 +745,9 @@
+ 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
+ Trả lời đến địa chỉ
+ Tên miền nội bộ (được ngăn cách bởi dấu phẩy)
++ Cho phép UTF-8 trong tiêu đề thư
+ Đa số các máy chủ không hỗ trợ điều này
++ Cho phép 8BITMIME
+ Kích cỡ thư lớn nhất (MB)
+ Yêu cầu xác nhận đã gửi/đã đọc theo mặc định
+ Sử dụng tiêu đề yêu cầu xác nhận cũ
+@@ -750,9 +777,10 @@
+ Tuỳ chỉnh
+ Tên máy chủ
+ Mã hóa
+- Không có
++ Không có (không bảo mật)
+ Cho phép các kết nối không bảo mật
+ 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
++ Bạn có thể bật cái này cho thông báo của từng tài khoản
+ Số cổng
+ Tên người dùng
+ Mật khẩu
+@@ -809,6 +837,7 @@
+ Xóa tài khoản này vĩnh viễn?
+ Xóa danh tính này vĩnh viễn?
+ Chỉnh sửa dưới dạng HTML
++ Nhập tệp
+ Mã ký: %1$s
+ Lần cuối kết nối: %1$s
+ Đang đợi sau khi thất bại cho đến: %1$s
+@@ -889,6 +918,7 @@
+ Tìm kiếm thư mục
+ Áp dụng cho tất cả
+ Sửa tên tài khoản
++ Sửa màu tài khoản
+ Ẩn thư mục
+ Ẩn thư mục nếu tất cả thư đã được đọc
+ Chỉ ở danh sách thư mục hiện ở màn hình bắt đầu
+@@ -1022,6 +1052,7 @@
+ Lưu trữ
+ Trả lời
+ Trả lời người nhận
++ Trả lời người nhận
+ Trả lời tất cả
+ Trả lời danh sách
+ Gửi xác nhận đã đọc
+@@ -1149,6 +1180,10 @@
+ Gạch bỏ
+ Xóa định dạng
+ Chèn liên kết
++ Địa chỉ
++ Tiêu đề
++ Lấy tiêu đề
++ Việc này sẽ lấy tiêu đề tại địa chỉ được nhập
+ Thêm hình ảnh
+ Chèn
+ Đính kèm
+@@ -1222,10 +1257,13 @@
+ Mã hóa
+ Giải mã
+ Đồng bộ lại
++ Bảng mã
++ Tự động
+ Hiện văn bản thuần
+ Hiện HTML
+ Không tìm thấy OpenKeychain
+ Đang chuyển sang OpenKeychain
++ Sử dụng khoá để giải mã thư
+ Xác minh chữ ký để hiện văn bản thư
+ Thư không được ký hoặc mã hóa
+ Không có mã khoá ký được chọn
+@@ -1289,6 +1327,10 @@
+ Tìm kiếm trong
+ Tìm kiếm người gửi
+ Xóa mục tìm kiếm đã lưu?
++ Tìm kiếm đã lưu
++ Tên
++ Thứ tự
++ Màu săc
+ Sắp xếp theo
+ Thời gian
+ Chưa đọc
+@@ -1496,6 +1538,7 @@
+ Giữ chỗ cho hình ảnh được gắn vào
+ Hình ảnh theo dõi
+ Hình ảnh bị hỏng
++ Mở ngoài ứng dụng
+ Chọn liên hệ
+ Hiện CC/BCC
+ Chèn liên kết
+@@ -1544,6 +1587,7 @@
+ 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
+ Để 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
+ Đang bật chế độ máy bay
++ Thông báo bị tắt
+ 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
+ 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
+ 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ư
+@@ -1578,6 +1622,7 @@
+ Có
+ Không
+ Để sau
++ Dán kiểu văn bản thuần
+ Hoàn tác
+ Làm lại
+ Chèn dòng
+@@ -1648,7 +1693,6 @@
+ Thử lại
+ Lỗi không mong muốn
+ Nhật ký
+- Tự động cuộn
+ Xóa
+ Tìm kiếm tên hoặc điều kiện
+ Xuất các quy tắc
+@@ -1681,6 +1725,7 @@
+ Hiện nút soạn thư mới
+ Màu nền
+ Theo giao diện tối hệ thống
++ Google đã xoá chế độ tối cho tất cả phiên bản Android trước phiên bản 10
+ Thu gọn
+ Mở rộng
+ Đã đọc
+@@ -1718,6 +1763,7 @@
+
+ Luôn luôn
+ Mỗi 5 phút
++ Mỗi 10 phút
+ Mỗi 15 phút
+ Mỗi 30 phút
+ Mỗi tiếng
+@@ -1761,6 +1807,7 @@
+ Đi đến cuộc hội thoại sau
+
+
++ Rất nhỏ
+ Rất nhỏ
+ Nhỏ
+ Vừa
+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 @@
+ FairEmail 是一款专注于隐私与安全的开源电子邮件应用。所以,某些功能的工作方式可能与您的习惯不同。
+ 例如,默认情况下,消息将被重新格式化以移除不安全的元素并提高可读性;另外,为确保安全,打开链接前需要得到确认。当然如有需要,这两个选项都可以禁用
+ 此特定设备的该 Android 版本中的 Bug 会导致崩溃
++ 所有数据可能都会丢失
+ 仍然继续
+ 再按一次退出
+ 剩余存储空间不足
+@@ -134,6 +135,7 @@
+ 发送邮件的SMTP服务器
+ 服务器证书
+ 向导
++ 教程
+ 该向导可多次使用以设置多个账户
+ 我需要一个新的邮件地址
+ 手动设置和更多账户选项
+@@ -144,6 +146,7 @@
+ 你可以在账户设置中配置名称、颜色和滑动操作,以及在身份设置中配置签名
+ 账户
+ 身份
++ 使用 Google 账号登录
+ 其他提供商
+ 仅限收到的邮件(邮件不能发送!)
+ POP3 账户
+@@ -151,7 +154,7 @@
+ 只有 Play 商店和 GitHub 版本才支持授权 Google 账户,因为 Android 会检查应用的数字签名
+ 请授予权限来选择一个账户并读取您的姓名
+ Google 会请求读取、撰写、发送和永久删除您的所有电子邮件的权限。相比之下,未经您的明确同意,FairEmail 永远不会删除您的邮件。
+- 可以借助更改 Gmail 的标签设置来修复无法通过IMAP访问草稿文件夹的问题
++ 为什么我需要选择设备上账户?
+ 我想使用密码而不是设备上的帐户进行授权
+ \"认证失败\" 的错误可能是由于 IMAP/SMTP 被系统管理员禁用导致的
+ 授权访问您的 %1$s 账户
+@@ -371,6 +374,7 @@
+ 连接超时 (秒)
+ IPv4 优先于 IPv6
+ 加强 SSL 连接
++ 需要 TLS 1.3
+ 严格的证书检查
+ 管理连接
+ 常规
+@@ -387,7 +391,7 @@
+ 使用两列
+ 分屏下的最小屏幕尺寸
+ 关闭会话时收起行或列
+- 消息列宽:%1$s %%
++ 邮件列宽/行高:%1$s %%
+ 显示导航菜单选项
+ 在导航菜单中显示账户类别
+ 固定导航菜单
+@@ -462,6 +466,7 @@
+ 使用文本大小
+ 使用字体
+ 使用文本对齐
++ 显示 {HTML titles}
+ 使用分隔线
+ 折叠引用文本
+ 显示图像占位符
+@@ -472,6 +477,7 @@
+ 使用账户颜色作为对话操作栏的背景色
+ 按账户类别分组
+ 导航栏着色
++ 在顶部操作栏中显示消息或对话的数量
+ 使用捆绑的字体
+ 解析样式表
+ 显示身份验证警告
+@@ -480,6 +486,7 @@
+ 无身份验证
+ 部分身份验证
+ 完成身份验证
++ 启动时恢复应用状态
+ 应用启动时同步
+ 双击返回键退出
+ 建议操作 (Android 10+)
+@@ -522,6 +529,7 @@
+ 仅在处于后台时显示通知
+ 仅显示联系人通知
+ 通话时延迟通知
++ 已连接 Android Auto 时延迟通知
+ 仅显示摘要通知
+ 通知中显示消息预览
+ 预览所有文本
+@@ -606,6 +614,7 @@
+ 不同分类的最小差异:%1$s %%
+ 界面语言
+ 系统
++ LanguageTool 集成
+ DeepL 集成
+ 我想使用 SD 卡
+ 定期检查 FairEmail 是否仍在运行
+@@ -619,6 +628,7 @@
+ 上次清理: %1$s
+ 应用信息
+ 更多选项
++ 主要日志
+ 协议日志
+ 调试日志
+ 调试模式
+@@ -646,7 +656,7 @@
+ 这将总是从邮件列表返回到相关帐户的文件夹列表
+ 如果禁用,选择联系人时将只使用电子邮件地址
+ 这不包括 Android 提供的联系人。应用仅在此选项启用后存储新的接收或发送消息的联系人。
+- 将选择新邮件第一个收件人使用得最后一个身份
++ 这将选择上次使用的身份作为新邮件收件人
+ 当消息文本或主题为空或缺失某个附件时显示警告
+ 邮件服务器仍可能将邮件添加到“已发送”文件夹
+ 在文本和签名之间插入 \'-- \'
+@@ -683,6 +693,7 @@
+ 内联图像是邮件中包含的图像
+ 所含文件超过 %2$s 个或大于 %3$s 的压缩文件 (%1$s) 的内容将不会显示
+ 这将更准确地显示消息,但可能会有延迟
++ 在 %1$d 分钟内通过图标重新启动 FairEmail 时恢复上次应用状态
+ 是否支持语言检测取决于设备制造商
+ 当对话中只有一条消息或只是一条未读消息时,自动打开该消息
+ 展开多封邮件时不会显示回复按钮,因为这样会无法确定回复哪封邮件
+@@ -700,6 +711,7 @@
+ Google 服务器知道被查找的地址
+ 仅可用于支持的启动器
+ 最多显示三项操作
++ 已连接意味着正在投影某些东西,例如用于导航的地图
+ 滑走或标为已读时将总会移除新消息通知
+ 点击频道名称来设置频道属性
+ 设置默认声音等
+@@ -766,7 +778,7 @@
+ 自定义
+ 主机名
+ 加密
+- 无
++ 无(不安全)
+ 允许不安全的连接
+ 只应在受信任的网络中允许不安全连接,请勿用于公共网络
+ 你可以为特定于账户的通知启用该选项
+@@ -826,6 +838,7 @@
+ 确定永久删除这个账户吗?
+ 确定永久删除这个身份吗?
+ 以HTML格式编辑
++ 导入文件
+ 签名密钥:%1$s
+ 上次连接%1$s前
+ 连接失败后等待: %1$s 秒
+@@ -905,6 +918,7 @@
+ 搜索文件夹
+ 应用到全部
+ 编辑账户名称
++ 编辑账户颜色
+ 隐藏文件夹
+ 隐藏所有邮件都已读的文件夹
+ 仅在开始屏幕上显示的文件夹列表
+@@ -1312,6 +1326,10 @@
+ 搜索范围
+ 搜索发件人
+ 删除已保存的搜索?
++ 保存的搜索项
++ 名称
++ 顺序
++ 颜色
+ 排序方式
+ 时间
+ 未读
+@@ -1519,6 +1537,7 @@
+ 嵌入图像的占位符
+ 追踪用途的图像
+ 损坏的图像
++ 在 App 外打开
+ 选择联系人
+ 显示抄送和密送
+ 插入链接
+@@ -1602,6 +1621,7 @@
+ 是
+ 否
+ 稍后再说
++ 粘贴为纯文本
+ 撤销
+ 重做
+ 插入行
+@@ -1671,7 +1691,6 @@
+ 重试
+ 未知错误
+ 日志
+- 自动滚动
+ 清除
+ 搜索名称或条件
+ 导出规则
+@@ -1704,6 +1723,7 @@
+ 显示新建邮件按钮
+ 背景颜色
+ 跟随系统主题
++ 谷歌移除了安卓 10 之前的暗黑模式
+ 折叠
+ 展开
+ 阅读
+@@ -1741,6 +1761,7 @@
+
+ 总是
+ 每 5 分钟
++ 每 10 分钟
+ 每 15 分钟
+ 每 30 分钟
+ 每小时
+@@ -1784,6 +1805,7 @@
+ 转到下一个会话
+
+
++ 极小
+ 超小
+ 小
+ 中等
+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 @@
+ FairEmail 是一款專注於隱私和安全的開源電子郵件應用程式。因此,其中一些功能的工作方式可能與您所熟悉的不同。
+ 例如,預設重排訊息以移除不安全的元件並改善可讀性,並且為了安全,連結的開啟還需要獲得確認。如有需要,兩者皆可停用。
+ 此裝置裏的Android版本存在的漏洞導致了程序的崩潰
++ 所有資料將可能遺失
+ 仍要繼續
+ 再一次執行‘返回’操作以退出
+ 剩餘儲存空間不足
+@@ -72,6 +73,9 @@
+ 使用篩選器規則封鎖寄件者網域則是一項專業版功能。
+
+ 已封鎖的寄件者
++
++ 封鎖 %1$s 封郵件的寄件人?
++
+ 使用本地垃圾郵件篩選器
+ 這可能會增大電池的用量,並導致訊息被錯誤地標記為垃圾郵件
+ 使用垃圾郵件封鎖清單
+@@ -131,6 +135,7 @@
+ 用於傳送訊息的 SMTP 伺服器
+ 伺服器憑證
+ 精靈
++ 教學
+ 此精靈可以多次使用以設置多個帳戶
+ 我需要一個新的電子郵件地址。
+ 手動設置及帳戶選項
+@@ -148,7 +153,6 @@
+ 因為 Android 會檢查程式的數字簽名,所以只有 FairEmail 在 Play Store 和 GitHub 發布的版本支持授權 Google 帳戶
+ 請授予權限以選擇帳戶並讀取您的姓名
+ Google 會請求權限以讀取、撰寫、傳送及永久刪除您的電子郵件。FairEmail 永遠不會在您未予明確同意的前提下刪除您的訊息。
+- 如遇草稿資料夾無法透過 IMAP 存取的情況,可於 Gmail 標籤設定中獲得修復
+ 我要使用密碼登入帳戶而不使用綁定裝置作為認證
+ “驗證失敗”錯誤可能是由系統管理員停用 IMAP/SMTP 所致
+ 授權存取您的 %1$s 帳戶
+@@ -385,7 +389,6 @@
+ 使用雙列
+ 分屏時熒幕最小尺寸
+ 關閉會話時摺疊行或列
+- 訊息欄寬: %1$s %%
+ 顯示導航功能表選項
+ 導覽選單中顯示帳戶類別
+ 固定導航功能表
+@@ -400,6 +403,7 @@
+ 使用表狀式樣時,以卡片色為背景顏色
+ 使用卡片式樣時,應用陰影於未讀訊息上
+ 使用標亮色 (highlight) 而不是強調色 (accent)
++ 套用表格樣式時使用分隔線
+ 按日期分組
+ 在頂部顯示固定日期標頭
+ 以粗體顯示日期
+@@ -413,7 +417,9 @@
+ 未經驗證的寄件者
+ 已經驗證的寄件者
+ 顯示 Gravatars
++ 顯示 Libravatars 大頭照
+ 顯示網站圖示
++ 僅掃描網頁前 %1$s 的資料
+ 顯示依程式設定生成的圖示
+ 顯示 identicons
+ 顯示圓形圖示
+@@ -457,6 +463,7 @@
+ 使用文字大小
+ 使用字型
+ 使用文字對齊
++ 顯示 {HTML titles}
+ 使用分隔線
+ 摺疊引用的文字
+ 顯示圖片占位符
+@@ -467,6 +474,8 @@
+ 使用帳戶色作為會話工具列的背景色
+ 帳戶分類群組
+ 著色 Android 導覽列
++ 在頂端操作區中顯示訊息或對話的數量
++ 使用綑綁的字體
+ 解析樣式表
+ 顯示驗證警告
+ 下層檢查可在接收設定中配置
+@@ -474,6 +483,7 @@
+ 未驗證
+ 部分驗證
+ 完整驗證
++ 啟動時恢復應用狀態
+ 在應用程式啟動時同步。
+ 執行兩次‘返回’操作以退出程式
+ 建議採取的動作 (Android 10+)
+@@ -499,6 +509,7 @@
+ “撤銷”操作可執行時限
+ 顯示存在感稀薄的快速篩選圖示
+ 顯示無存在感的快速向上/下滾動圖示
++ 永遠從郵件列表返回文件夾列表
+ 移動訊息時自動標示訊息為已讀取
+ 自動在延後訊息上添加星號
+ 移動訊息時自動移除其中包含的星號
+@@ -508,12 +519,14 @@
+ 預設延後/延遲時間
+ 管理通知
+ 預設頻道
++ 監控頻道
+ 優先顯示最新通知
+ 顯示附有新訊息計數的主畫面應用程式圖示
+ 讓新訊息計數匹配通知數
+ 僅在於背景中執行時才顯示通知
+ 僅為來自聯絡人的訊息顯示通知
+ 來電時即時通知延遲
++ 已連接 Android Auto 時延遲通知
+ 僅顯示通知摘要
+ 在通知中顯示訊息預覽
+ 預覽所有文字
+@@ -611,6 +624,7 @@
+ 清理
+ 應用程式設定
+ 更多選項
++ 主要日誌
+ 協定資訊記錄
+ 除錯資訊記錄
+ 除錯模式
+@@ -720,6 +734,7 @@
+ 回覆至地址
+ 内部網域名(以逗號隔開)
+ 大多數伺服器不支援此功能
++ 允許 8BITMIME
+ 最大訊息大小 (MB)
+ 預設請求送達/已讀回條
+ 如果出現“無效的問候語”,“需要有效的地址”或類似的錯誤,請嘗試更改此項設定
+@@ -748,7 +763,6 @@
+ 自訂
+ 主機名稱
+ 加密
+- 無
+ 允許不安全的連線
+ 應僅在可信網路中允許使用不安全的連線,公共網路中永遠不要允許
+ 埠號
+@@ -850,6 +864,7 @@
+ 編輯聯絡人
+ 電子郵件
+ 名稱
++ 群組
+ 匯入 vCard
+ 匯出 vCard
+ 建立子資料夾
+@@ -865,7 +880,9 @@
+ 標記操作
+ 刪除操作
+ %1$d 操作已刪除
++ 刪除可見的本地聯絡人?
+ 無待處理操作
++ 操作檢查中
+ 將操作刪除可能會使得訊息消失並導致同步問題
+ 下載標頭中
+ 下載元訊息中
+@@ -878,6 +895,7 @@
+ 搜尋資料夾
+ 套用至全部
+ 編輯帳戶名
++ 編輯帳戶顏色
+ 隱藏資料夾
+ 顯示於全域收件匣中
+ 顯示於導航功能表中
+@@ -980,6 +998,9 @@
+ 在訊息中搜尋
+ 在訊息本文中搜尋
+ 配置按鈕 …
++ 選擇操作
++ 低重要性
++ 高重要性
+ 延後
+ 垃圾桶
+ 複製 …
+@@ -1005,6 +1026,7 @@
+ 封存
+ 回覆
+ 回覆寄件者
++ 回覆收件人
+ 回覆所有人
+ 回覆至清單
+ 傳送已讀回條
+@@ -1023,6 +1045,10 @@
+ 無適用的音頻錄製程式
+ 無適用的相機程式
+ 儲存空間存取架構不可用
++ FairEmail 沒有讀取此文件的權限
++ 欲解決此問題,可藉更現代的文件管理器選擇文件或授予文件讀取權
++这可以通过使用更现代的文件管理器选择文件或授予文件读取权限来解决
++ 選擇文件的APP未授予文件讀取權
+ 無網際網路連線或連線不合宜
+ 正在連線至一個或多個帳戶 …
+ 資料夾不存在
+@@ -1035,6 +1061,7 @@
+ 全屏顯示
+ 適配寬度
+ 停用寬度
++ 等寬的<pre>
+ 未使用的行內圖片將會在傳送時被移除
+ 跨帳戶移動的訊息會再次被下載,從而產生額外的數據用量
+ 元訊息已保存
+@@ -1256,6 +1283,9 @@
+ 在伺服器上搜尋
+ 搜尋
+ 搜尋寄件者
++ 名稱
++ 順序
++ 顏色
+ 排序
+ 時間
+ 未讀取
+@@ -1426,6 +1456,8 @@
+ 有草稿
+ 優先級高
+ 優先級低
++ 私密郵件
++ 機密郵件
+ 重要
+ 不重要
+ 已簽名
+@@ -1601,7 +1633,6 @@
+ 再試一次
+ 意外的錯誤
+ 紀錄
+- 自動滾動
+ 清除
+ 搜尋名稱或條件
+ 匯出規則
+@@ -1668,6 +1699,7 @@
+
+ 時時
+ 每 5 分鐘
++ 每 10 分鐘
+ 每 15 分鐘
+ 每 30 分鐘
+ 每 1 小時
+@@ -1711,6 +1743,7 @@
+ 前往下一個會話
+
+
++ 極小
+ Extra small
+ 小
+ 中
+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 @@
+ #268bd2
+ #2aa198
+ #859900
++
++ #4285F4
+
+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 @@
+ 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.
+ 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.
+ Bugs in the Android version of this particular device cause crashes
++ All data may be lost
+ Continue anyway
+ Go \'back\' again to exit
+ Insufficient storage space left
+@@ -44,6 +45,7 @@
+
+ Synchronize
+ New messages
++ Tile was already added
+
+ Refresh
+ Compose
+@@ -187,6 +189,7 @@
+ SMTP server to send messages
+ Server certificates
+ Wizard
++ Tutorials
+ The wizard can be used multiple times to set up multiple accounts
+ I need a new email address
+ Manual setup and account options
+@@ -199,6 +202,8 @@
+ Identities
+ Gmail
+ %1$s (OAuth)
++ %1$s (Android)
++ Sign in with Google
+ Other provider
+ Incoming email only (email cannot be sent!)
+ POP3 account
+@@ -206,7 +211,7 @@
+ Authorizing Google accounts will work in the Play Store and GitHub version only because Android checks the digital app signature
+ Please grant permissions to select an account and read your name
+ 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.
+- If the drafts folder is not accessible by IMAP, this can be fixed in the Gmail label settings
++ Why do I need to select an on-device account?
+ I want to authorize an account with a password instead of an on-device account
+ The error \'AUTHENTICATE failed\' can be caused by IMAP/SMTP being disabled by the system administrator
+ Authorize access to your %1$s account
+@@ -456,6 +461,7 @@
+ Standalone VPN
+ TCP keep alive
+ Harden SSL connections
++ Require TLS 1.3
+ Strict certificate checking
+ Manage connectivity
+
+@@ -475,7 +481,7 @@
+ Use two columns
+ Minimum screen size for splitting the screen
+ Collapse row or column when closing a conversation
+- Message column width: %1$s %%
++ Message column width / row height: %1$s %%
+ Show navigation menu options
+ Show account categories in the navigation menu
+ Pin navigation menu
+@@ -555,6 +561,7 @@
+ Use text sizes
+ Use fonts
+ Use text alignment
++ Show {HTML titles}
+ Use separator lines
+ Collapse quoted text
+ Show image placeholders
+@@ -565,6 +572,7 @@
+ Use account color as background color for conversation action bar
+ Group by account category
+ Colorize the Android navigation bar
++ Show the number of messages or conversations in the top action bar
+ Use bundled fonts
+ Parse style sheets
+ Show authentication warnings
+@@ -574,6 +582,7 @@
+ Partial authentication
+ Complete authentication
+
++ Restore app state on start
+ Synchronize on start
+ Double \'back\' to exit
+ Suggest actions (Android 10+)
+@@ -618,6 +627,7 @@
+ Show notifications when in the background only
+ Show notifications for contacts only
+ Delay notifications while on a call
++ Delay notifications while Android Auto is connected
+ Show summary notification only
+ Show message preview in notifications
+ Preview all text
+@@ -647,6 +657,7 @@
+ Use background service to synchronize messages
+ A background service can be stopped by Android at any time, but doesn\'t require a status bar notification
+ MIUI notification sound workaround
++ Add quick settings tiles
+
+ PGP
+ S/MIME
+@@ -720,6 +731,7 @@
+ Minimum class difference: %1$s %%
+ Language
+ System
++ LanguageTool integration
+ DeepL integration
+ I want to use an sdcard
+ Periodically check if FairEmail is still active
+@@ -734,6 +746,7 @@
+ Last cleanup: %1$s
+ App settings
+ More options
++ Main logging
+ Protocol logging
+ Debug logging
+ Debug mode
+@@ -750,12 +763,14 @@
+ sqlite WAL
+ sqlite checkpoints
+ sqlite analyze
++ sqlite auto vacuum
+ sqlite cache: %1$s %% - %2$s
+ Chunk size: %1$d
+ Thread range: %1$d days
+ Use Android\'s undo manager
+ Old WebView behavior
+ Use browser zoom
++ Fake dark
+ Show recent flag
+ MODSEQ
+ UID command
+@@ -767,6 +782,7 @@
+ NTLM
+ SASL
+ APOP
++ Use TOP
+ IDLE/DONE
+ Logarithmic back-off
+ Turning this off can result in a significant increase in battery usage!
+@@ -819,7 +835,7 @@
+
+ If disabled, only email addresses will be used when selecting contacts
+ In addition to contacts provided by Android. Contact data will be stored for newly sent or received messages only when enabled.
+- This will select the last identity used for the first recipient of new messages
++ This will select the last identity used when selecting a recipient for new messages
+ Show a warning when the message text or the subject is empty or when an attachment might be missing
+ The email server could still add the messages to the sent message folder
+ Insert \'-- \' between the text and the signature
+@@ -860,6 +876,7 @@
+ The contents of compressed files (%1$s) with more than %2$s files or with files larger than %3$s will not be shown
+ This will more accurately display messages, but possibly with a delay
+
++ Restore last app state when restarted via the launcher icon within %1$d minutes
+ Language detection support depends on the device manufacturer
+ Automatically open message when there is just one message or just one unread message in a conversation
+ The answer button will not be shown when multiple messages are expanded because it is unclear which message the button applies to
+@@ -879,6 +896,7 @@
+
+ Only available on supported launchers
+ At most three actions will be shown
++ Connected means something is being projected, such as a map for navigation
+ New message notifications will always be removed on being swiped away and on marking messages read
+ Tap on the channel name to set the channel properties
+ To set the default sound, etc
+@@ -955,7 +973,7 @@
+ Encryption
+ SSL/TLS
+ STARTTLS
+- None
++ None (insecure)
+ Allow insecure connections
+ Insecure connections should only be allowed on trusted networks and never on public networks
+ You can enable this for account specific notifications
+@@ -1017,6 +1035,7 @@
+ Delete this account permanently?
+ Delete this identity permanently?
+ Edit as HTML
++ Import file
+ Sign key: %1$s
+ Created: %1$s
+ Last connected: %1$s
+@@ -1103,6 +1122,7 @@
+ Search for folder
+ Apply to all
+ Edit account name
++ Edit account color
+ Hide folder
+ Hide folder if all messages are read
+ Only in the folder list shown on the start screen
+@@ -1389,6 +1409,7 @@
+ Indentation
+ Highlight
+ Strikethrough
++ Parenthesis
+ Code
+ Clear formatting
+ Insert link
+@@ -1552,6 +1573,11 @@
+
+ Delete saved search?
+
++ Saved search
++ Name
++ Order
++ Color
++
+ Sort on
+ Time
+ Unread
+@@ -1778,6 +1804,7 @@
+ Embedded image placeholder
+ Tracking image
+ Broken image
++ Open outside the app
+
+ Pick contact
+ Show CC/BCC
+@@ -1867,6 +1894,7 @@
+ Yes
+ No
+ Later
++ Paste as plain text
+ Undo
+ Redo
+ Insert line
+@@ -1945,7 +1973,6 @@
+
+ Unexpected error
+ Log
+- Auto scroll
+ Clear
+ Search name or condition
+ Export rules
+@@ -1983,6 +2010,8 @@
+ Background color
+ Follow dark system theme
+
++ Google removed dark mode for Android versions before version 10
++
+ Collapsed
+ Expanded
+ Read
+@@ -2048,6 +2077,7 @@
+
+ Always
+ Every 5 minutes
++ Every 10 minutes
+ Every 15 minutes
+ Every 30 minutes
+ Every hour
+@@ -2060,6 +2090,7 @@
+
+ 0
+ 5
++ 10
+ 15
+ 30
+ 60
+@@ -2146,6 +2177,7 @@
+
+
+
++ Tiny
+ Extra small
+ Small
+ Medium
+@@ -2156,6 +2188,7 @@
+
+
+
++ 480
+ 720
+ 1080
+ 1440
+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 @@
+
+-
++
++
+
+
+-
++
++
+
+
+
++
++
++
++
+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 @@
+
+
+
++
++
++
++
++
++
++
++
++
+
+
+
++Subject: Wingdings
++MIME-Version: 1.0
++From: "M66B"
++Content-type:text/html;charset=windows-1252
++Message-ID:
++Date: Sat, 17 Jul 2022 18:00:00 +0000
++
++
++
++
++
++
++
!"#$%&'()*+,-./
++
0123456789:;<=>?
++
@ABCDEFGHIJKLMNO
++
PQRSTUVWXYZ[\]^_
++
`abcdefghijklmno
++
pqrstuvwxyz{|}~
++
++
++
++
++
++
++
++
++
++
+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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+-
+-🌎 [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
+
+-🌎 [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
+
+-🌎 [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
+
+-🌎 [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
+
+-🌎 [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
+
+-🌎 [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
+
+-🌎 [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
+
+-🌎 [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 @@
+
+