🌎 [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;
+ }
ListBlokeatutako bidaltzaileak
+
+ Blokeatu mezu %1$sen igorlea?
+ Blokeatu %1$s mezuen igorlea?
+ Erabili tokiko spam iragaziaHorrek bateriaren erabilera areagotu dezake eta mezuak oker markatu spam gisaErabili spama blokeatzeko zerrendak
@@ -88,6 +96,10 @@
Inaktiboa%1$s(e)k huts egin duZerbitzari-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 minutuTxantiloiakArauak
@@ -106,6 +118,7 @@
Baloratu aplikazio hauOngi etorriAzken erabiltzailearen lizentziaren onarpena
+ Kode irekiko lizentziaKolaboratzaileakAdos nagoEz 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 kontuakHornitaile 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 daMesedez, izan pazientzia …IMAP zerbitzaria mezuak jasotzekoSMTP zerbitzaria mezuak igortzeko
@@ -141,11 +155,11 @@
KontuakIdentitateakBeste hornitzaile bat
+ Sarrerako e-maila soilik (ezin dira e-mailak bidali!)POP3 kontuaGoogle kontuak baimentzeak Play Store eta Github bertsioetan bakarrik funtzionatuko du, Androidek aplikazioaren sinadura digitala egiaztatzen duelakoEman baimena kontu bat aukeratu eta zure izena irakurtzekoGoogle-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 daitekeBaimendu zure %1$s kontura sarbideaBerriro baimendu lehendik dagoen kontu bat (bestela sortu kontu berri bat)
@@ -170,14 +184,19 @@
Eman baimenakKontaktuen 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 optimizazioakPosta elektronikoa atzeko planoan modu fidagarrian bidaltzeko eta jasotzekoEgitan, 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 honetarakoAplikazioak ez du funtzionatuko
+ Alarmak eta oroigarriak desgaituta daude
+ Bigarren planoko mugak indarrean daudeDatuen aurreztailea gaituta dagoErakutsi aukera aurreratuakJoan sarrera-ontzira
@@ -186,6 +205,7 @@
EgindaOraindik egitekoAkatsa
+ Erabili POP3 (ez da aholkatzen)Kontua konfiguratzen …Aplokazio-pasahitz bat erabili behar zenezakeGehigarria
@@ -204,11 +224,16 @@
Pasahitz baliogabeaInportatu kontuak eta identitateakEzabatu aurretik zeuden kontuak
+ Inportatu iragazte arauak
+ Inportatu tokiko kontaktuak
+ Inportatu erantzuin txantiloiak
+ Inportatu aukerakEzarpenak esportatutaEzarpenak inportatutaEzarpen fitxategi baliogabeaKontua: %1$sIdentitatea: %1$s
+ Saltatua: Badago aurretikExekutatu laguntzailea berriro autentifikatzekoOrdenatu kontuakOrdenatu karpetak
@@ -232,6 +257,7 @@
IlunaJarraitu sistemaAtzeko plano beltza
+ Atzealde argia jatorrizko mezuaren ikuspegianMezuen editorearentzako fondo argiaJarraitu sistemako azala automatikoki txandakatuko ditu argia eta iluna eguna eta gauaren arabera, Androidek onartzen dueneanKolore gehiago nahi ditut
@@ -273,9 +299,12 @@
Ezabatu irakurri gabeko mezu zaharrakEgiaztatu mezu zaharrak zerbitzaritik ezabatu direnGmail mezu-taldekatze estiloa Gmail kontuetan
+ Taldekatu mezuak igorle eta mintzagaiaren araberaSinkronizatu karpeten zerrendaSinkronizatu partekatutako karpeten zerrendaKudeatu karpeten harpidetzak
+ Egiaztatu mezuaren autentifikazioa
+ Egiaztatu garraio geruzaren segurtasuna (TLS)Mezuak sinkronizatzean, erantzun-helbideak egiaztatzeaEgiaztatu bidaltzailearen helbide elektronikoak mezuak sinkronizatzeanIgorlearen domeinu-izena spam-blokeoaren zerrenda batean dagoen egiaztatzea
@@ -283,19 +312,28 @@
Doitu automatikoki biziri-mantendu tarteaErakutsi teklatua lehenetsitaPantaila-teklatu osoa saihestea
+ Erabili izenak eta e-mail helbideakProposatu lokalean gordetako kontaktuakProposatu bidalitako mezuetan aurkitutako helbideakProposatu jasotako mezuetan aurkitutako helbideakOrdenatu iradokitako helbideak erabilera maiztasunaren arabera
+ Erakutsi helbideen bonboiloakErakutsi oroigarriakAtzeratu mezuen bidalketa
- Letra mota lehenetsia
+ Gehitu partekatutako fitxategiak zirriborro berri batera
+ Tipografia lehenetsiaJarri aurrizkia mintzagaiari behin bakarrik erantzun edo birbidaltzean
+ Gehitu kontua erantzunaren aurrizkianErabili erantzun/birbidali goiburu hedatua
+ Idatzi igorlearen testuaren gainean
+ Idatzi igorlearen testuaren azpianAipatu erantzundako testua
+ Mugatu habiratutako zita kopuruaAldatu irudien tamaina erantzundako testuanSinaduraren kokapena
+ Erabili sinadura mezu berrietanErabili sinadura erantzutean
+ Lehen erantzunean besterik ezErabili sinadura birbidaltzeanZirriborroa baztertzean ezabatu zirriborroa behin betikoMezu bati erantzutean, gorde erantzuna karpeta berean
@@ -305,31 +343,45 @@
Usenet sinaduren konbentzioaKendu ezagututako sinadurakAgiria eskatzean
+ Hasi elkarrizketa berria birbidaltzeanHartzaileen email-helbideak egiaztatu bidali aurretikErabili neurtutako konexioakDeskargatu mezuak eta eranskinak automatikoki neurtutako konexioetan, gehienezRoaming egoeran mezuak eta gehitutakoak jaitsiIbili 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 ordezGogortu SSL konexioakKudeatu konektibitateaOrokorra
+ Nabigazioa
+ EgiaztaketakZerrendaElkarrizketaMezuaMezuaren goiburuaMezuaren gorputza
+ Modu horizontalaModu horizontalaErabili bi lerroErabili bi zutabePantailaren gutxieneko tamaina pantaila zatitzeko
+ Tolestu errenkada edo zutabea elkarrizketa ixtean
+ Erakutsi nabigazio-menuaren aukerakErakutsi kontuen kategoriak nabigazio-menuan
+ Finkatu nabigazio-menua
+ Ezkutatu nabigazio-menuaren aukerak?Erakutsi lokalean gordetako mezu kopurua nabigazio menuanErakutsi finkatutako nabigazio-menuan irakurri ez diren mezuen kopuruaErakutsi hasiera pantailanErabili txartela estiloa tabulazio estiloaren ordezTxartelaren kolorea atzealdeko kolore gisa erabiltzea tabulu-estiloa erabiltzeanTaldekatu dataren arabera
+ Erakutsi data letra lodianElkarrizketak haritzeaErakutsi irakurri gabeko mezu kopurua elkarrizketetanEzker/eskuin marjina elkarrizketetan jaso/bidalitako mezuetan
@@ -342,15 +394,20 @@
Erakutsi sortutako ikonoakErakutsi identikonoakErakutsi ikono borobilak
+ Saturazioa: %1$s %%
+ Distira: %1$s %%Erakutsi izenak eta e-mail helbideakNahiago kontaktu-izena bidaltzaile-izena bainoAzpimarratu igorlea kontaktua jasotzaile lokalki ezaguna bada
- Erakutsi hartzaileak mezuaren goiburuan
+ Erakutsi hartzaileak mezu-goiburuan
+ Igorlearen letra tamainaBeharrezkoa denean laburtu igorleaErakutsi mintzagaia igorlearen gaineanErakutsi mintzagaia letra etzanean
- Nabarmendu gaia
+ Nabarmendu mintzagaia
+ Mintzagaiaren letra tamainaBehar denean laburtu mintzagaia
+ Nabarmentze-koloreaErakutsi gako-hitzak mezuaren goiburuanErakutsi Gmaileko etiketak mezuaren goiburuanErakutsi izarrak
@@ -361,10 +418,14 @@
Erakutsi helbidearen xehetasunak lehenetsitaErakutsi konprimitutako eranskinen edukiaErakutsi gehitutakoa mezuko testuaren ondoren
+ Erabili hipenazio automatikoaErabili kontraste altua mezuaren testuarentzat
+ Erabili tipografia monoespaziatua mezuaren testuarentzat lehenetsita
+ Erabili tipografia monoespaziatua aurrez formateatutako testuarentzat
+ Erabili atzealdeko koloreakMantendu testuaren koloreakMantendu testuaren tamaina
- Mantendu tipografiak
+ Erabili tipografiakMantendu testuaren lerrokatzeaMantendu banaketa lerroakTolestu aipatutako testua
@@ -373,8 +434,19 @@
Erakutsi elkarrizketako ekintza-barraErabili kontuaren kolorea elkarrizketaren tresna barrako atzeko planoaren kolore gisaKoloreztatu Android-en nabigazio barra
+ Erabili txertatutako tipografiakErabili 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 hizkuntzaTiratu behera berritzekoKorritu gora mezu berriak jasotzean
@@ -391,6 +463,7 @@
Elkarrizketa ixteanElkarrizketak ixtea irakurri gabeko mezuak markatzeanIrakurri edo irakurri ez bezala eskuz markatzen diren mezuak kolapsatzea
+ Desegiteko denbora-mugaErakutsi iragazki azkarren ikonoakErakutsi azkar gora/behera korritzeko ikonoakItzuli beti karpeten zerrendara mezuen zerrrendatik
@@ -435,14 +508,21 @@
Erakutsi ezkutatutako mezuen testuakEzkutatu erabilitako azken aplikazioen pantailatik eta saihestu pantaila-argazkia egiteaPINa
- Autentifikazio biometrikoaren iraupena
+ Autentifikazio biometrikoaren denbora-muga
+ Blokeatu pantaila itzaltzean
+ Ezabatu datuak urrunetikGaiaren lerroan hitz hauek dituen edozein mezu elektronikok automatikoki eta berehala ezabatuko ditu aplikazioaren datuak
+ Ezabatu aplikazioaren datuakBesterik ezean sinatuBesterik ezean zifratuDesenkriptatu mezuak automatikokiOpenPGP hornitzaileaErabili AutocryptElkarrekiko Autocrypt modua
+ Zifratu mintzagaia
+ Inportatu gakoa
+ Sinadura-algoritmoa
+ Zifratze-algoritmoaEgiaztatu gako publikoa bidaltzeanKudeatu gako publikoakInportatu gako pribatua
@@ -452,28 +532,39 @@
Erakutsi maiz erabilitako kontaktuak Android partekatzeko menuanSortu bilaketa-indizea%1$d / %2$d mezu indexatuak (%3$s)
+ Klasifikatu mezuakHizkuntzaSistema
+ DeepL integrazioa
+ SD txartela erabili nahi dutAldiro egiaztatu FairEmail aktibo dagoenEgiaztatu GitHub-eko eguneratzeak
+ Astero egiaztatu nahi dut, ez eguneroProbatu ezaugarri esperimentalakBidali errore txostenakEzabatu mezu zaharren eranskinakGarbiketaAplikazioaren ezarpenakAukera gehiago
+ Egunkari nagusia
+ Protokoloen egunkaria
+ Arazke egunkariaArazketa moduaMezuak 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 ezartzekoProgramak desaktibatu egin daitezke kontuaren konfigurazio aurreratuanHonek datuen erabilera murrizten du, baina mezu berriak gal daitezke posta-zerbitzariak estandarrak jarraitzen ez badituHornitzaile batzuek ezezaguna, baliogabea edo etorkizuneko data duten mezuak datarik gabe gordetzen dituzteHornitzaile 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 betikoHonek datu gehigarriak transferituko ditu eta bateriaren energia gehigarria kontsumituko du, batez ere telefonoan mezu asko gordetzen badiraHonek duela gutxi jasotako mezuei bakarrik aplikatzen zaie eta dauden taldeak hautsi daitezke
+ Azken %1$d orduetan jasotako mezuak besterik ezHori 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 bezalaHonek ezkutu berde bat erakutsiko du, baldin eta mezu bat zerbitzari guztiek segurtasunez garraiatu baduteHonek egiaztatuko du igorlearen domeinu-izena eta erantzun-helbidea berdinak direnHonek DNS MX erregistroak dauden ala ez egiaztatuko du
@@ -481,12 +572,12 @@
Hau beti itzuliko da mezuen zerrenda batetik erlazionatutako kontuaren karpeta-zerrendaraDesaktibatuta badago, helbide elektronikoak bakarrik erabiliko dira kontaktuak hautatzeanAndroid-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 deneanTxertatu \'-- \' testua eta sinaduraren arteanNeurtutako konexioak orokorrean konexio mugikorrak eta ordainpeko wifi guneak diraAukera hau desgaitzeak internet konexio mugikorrekin mezuak bidaltzea eta jasotzea eragotziko duEBn 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 ditzakeMezuen 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 editatzeaRegex sarrerako helbideen erabiltzaile izenarekin bat etortzekoErantzun-helbidea
+ Baimendu UTF-8 mezu-goiburuetanZerbitzari gehienek ez dute hau onartzenMezuaren gehieneko tamaina (MB)Eskatu defektuz bidalketa/irakurri izanaren egiaztagiria
@@ -545,10 +637,12 @@
GomendatuaLotutako kontuaKontuaren izena
+ KategoriaKarpetak bereizteko erabiliaMezu berrien arazketa freskatzeko maiztasunaEzgaitu hau mezu hutsak edo eranskinak hondatuta badaudeKolorea
+ AtzealdeaGardenaSinkronizatu eskuzBanatutako jakinarazpenak
@@ -563,12 +657,12 @@
PertsonalizatuaOstalari-izenaZifratzea
- Bat ere ezBaimendu konexio ez seguruakKonexio ez seguruak konfiantzazko sareetan besterik ez lirateke onartu behar, inoiz ez sare publikoetanAtaka zenbakiaErabiltzaile izenaPasahitza
+ Nola gordetzen dira pasahitzak?Erabiltzaile-izenak eta pasahitzek maiuskulak eta minuskulak bereizi ohi dituzteBezero ziurtagiriaDomeinua
@@ -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 zerbitzarianUtzi mezuak gailuanDeskargatzeko gehienezko mezuen kopurua (guztientzako hutsik)Erabili \'Jasota\' goiburua
@@ -603,10 +697,12 @@
Sinkronizazio akatsak %1$s geroztikBidaltzailearena (%1$s) eta erantzuteko domeinua (%2$s) ez datoz batMezu elektronikoak bidaltzeko, kontuaren konfigurazioan zirriborroen karpeta bat hautatu behar da
+ Aldatu pasahitz bidezko autentifikazioraEzabatu kontuaEzabatu kontu hau behin betiko?Ezabatu identitate hau behin betiko?Editatu HTML gisa
+ Inportatu fitxategiaSinadura-gakoa: %1$sAzken konexioa: %1$sZerbitzariko biltegiratze erabilera: %1$s/%2$s
@@ -622,6 +718,7 @@
Mezuak zabaltzean markatu irakurrita gisaSinkronizatu orainAzpikarpetak
+ Eskuratu mezu gehiagoKontuan izan mezu asko (hamar mila edo gehiago) zure gailuan biltegiratzeak atzerapenak eragin ditzakeela, barneko biltegiratze-espazioa ez baita infinituki azkarra.SinkronizatuGaitu sinkronizazioa
@@ -634,6 +731,7 @@
Spam hutsakEditatu propietateakEditatu arauak
+ Esportatu mezuakSortu jakinarazpen kanalaEditatu jakinarazpen kanalaEzabatu jakinarazpen kanala
@@ -641,6 +739,7 @@
Editatu kontaktuaE-mailIzena
+ TaldeaSortu azpi-karpetaEzabatu zakarrontziko mezu guztiak behin betiko?Ezabatu spam mezu guztiak behin betiko?
@@ -657,11 +756,16 @@
Kontaktu lokal ikusgarriak ezabatu?Ez dago eragiketarik egitekeEragiketak ezabatzeak mezuen desagertzea eta sinkronizazio arazoak eragin ditzake
+ Goiburuak deskargatzen
+ Mezu gordina deskargatzenKarpetaren izenaPantaila-izenaErakutsi karpeta ezkutuakErakutsi izardun mezuen kopuruaHarpidetuta bakarrik
+ Aplikatu guztiei
+ Editatu kontuaren izena
+ Editatu kontuaren koloreaEzkutatu karpetaErakutsi sarrera ontzi bateratuanErakutsi nabigazio menuan
@@ -697,10 +801,12 @@
Erabiltzailearen karpetak soilikKontu nagusiaren karpetakSarrera ontzi bateratuko karpetak
+ Tokiko zirriborroakKarpetarik ezMezurik ezIragazki bat edo gehiago aktiboMezu bikoiztua %1$s-(a)n
+ %1$s(e)tik zakarrontzira bidalitako mezuaRe: %1$sFwd: %1$sRe: %1$s
@@ -718,24 +824,36 @@
HandiaBilatu testuan …Birbidali
+ Birbidali
+ Mezu-goiburuak deskargatzen …Mezu berriaEditatu berri gisa
+ Editatu tokiko oharrakSortu araua …PartekatuGehitu egutegiraGehitu lasterbideaInprimatu
+ Inprimatu goiburua
+ Irudiak deskargatzea denbora hartu lezakeErakutsi goiburuak
+ Partekatu HTML gisaGorde mezu gordinaBidali eranskin gisaMezuaElkarrizketa
- Kudeatu hitz gakoak
- Gehitu hitz gakoak
+ Kudeatu gako-hitzak
+ Gehitu gako-hitzakErakutsi txertatutako eranskinakDeskargatu denakGorde denakGorde mezu gordinaren fitxategia
+ Bilatu mezuetan
+ Bilatu mezuen testuan
+ Konfiguratu botoiak …
+ Aukeratu ekintzak
+ Garrantxi gutxikoa
+ Garrantzi handikoaAtzeratuZakarrontziaKopiatu …
@@ -744,6 +862,7 @@
EzabatuEzabatu guztiakGehiago
+ GutxiagoSpamaEramanKopiatu
@@ -771,6 +890,7 @@
Ez da erantzun txantiloirik zehaztuEdukiaren izenaEduki mota
+ Bilatu aplikazioaEz dago audio grabagailu aplikazio egokirik eskuragarriEz dago kamera aplikazio egokirik eskuragarriBiltegiratzea atzitzeko tresneria ez dago eskuragarri
@@ -786,6 +906,8 @@
Mezua luzeegia da osorik erakustekoErakutsi mezu osoaErakutsi pantaila osoan
+ Doitu zabalera
+ Desgaitu zabalerakErabili gabeko txertatutako irudiak kenduko dira bidaltzeanKontutik kontura eramandako mezuak berriro deskargatuko dira horrek dakarren datuen erabilera gehigarriarekinMezu gordina gorde da
@@ -829,6 +951,7 @@
Honen bidez:Bidalita:Jasota:
+ Data:Biltegiratua:Tamaina:Hizkuntza:
@@ -839,11 +962,13 @@
BaztertuGordeBidali
+ Bidaltzen …Bidali orainBidali honen bidezBidali noiz …ZifratzeaLehentasuna
+ SentikortasunaEz da zerbitzaririk aurkitu \'%1$s\' helbideanEstiloaLodia
@@ -860,11 +985,16 @@
ZerrendaBuletakZenbakiduna
- Letra-tipoa
+ TipografiaLehenetsia
+ Indentazioa
+ NabarmenduMarratuaGarbitu formatuaTxertatu esteka
+ Helbidea
+ Titulua
+ Eskuratu tituloaGehitu irudiaTxertatuErantsi
@@ -882,6 +1012,11 @@
Multimedia tresna-barraTxertatu kontaktu taldeaTxertatu txantiloia
+ Itzuli
+ Sartu gakoa
+ Erabili tipografia txikia iturburuaren testuarentzan
+ Egiaztatzen …
+ Iradokizunik ezEditatu testu soil gisaEditatu birformateatutako testu gisaAukeratu gako publikoa
@@ -892,6 +1027,7 @@
Gako pribatua ez dator bat zifratze-gakoekinOroigarriak berriro gaitu daitezke bidalketa ezarpenetanTestu soila besterik ez
+ Egoeraren txostenaEskatu agiriaHornitzaile eta bezero gehienek ez dituzte jasotze agiri eskariak aintzat hartzenIgorlea falta da
@@ -915,6 +1051,10 @@
ZifratuDeszifratuBirsinkronizatu
+ Kodeaketa
+ Automatikoa
+ Erakutsi testu hutsa
+ Erakutsi HTMLEz da OpenKeychain aurkituOpenKeychain-era transferitzenEgiaztatu sinadura mezuaren testua erakusteko
@@ -933,7 +1073,8 @@
Igorlearen helbideaSinaduraren helbideaIgorlearen helbide elektronikoa eta sinadura ez datoz bat
- Gaia
+ Algoritmoa
+ MintzagaiaBaliozkotasunaGako publiko hori une honetan ez da baliozkoaBiltegiratu
@@ -950,7 +1091,7 @@
Igorleetan (nork)Hartzaileetan (nori, cc)Mintzagaian
- Hitz-gakoetan (onartuz gero)
+ Gako-hitzetan (onartuz gero)Mezuen testuanLokaleko oharretanBilaketaren muga
@@ -961,6 +1102,7 @@
Eranskinekin (gailuan soilik)Mezuaren neurria hau baino handiagoaZaborrontzian
+ Spam karpetanAurretikOndorenBilatu lehenengo gailuan
@@ -977,6 +1119,9 @@
Bilatu hemenBilatu igorleaGordetako bilaketa ezabatu?
+ Izena
+ Ordena
+ KoloreaOrdenatzeko irizpideaDenboraIrakurri gabea
@@ -1022,6 +1167,8 @@
Ezkutatu menuetanTxantiloi-testuaIgorlearen izen osoa
+ Igorlearen e-mail helbidea
+ Igorlearen abizenaEkintzarik ezMarkatu irakurriaMarkatu irakurri gabeko gisa
@@ -1030,11 +1177,14 @@
AtzeratuGehitu izarraEzarri garrantzia
- Gehitu hitz gakoa
+ Gehitu gako-hitzaEramanKopiatu (etiketa)
+ Erantzun/birbidali
+ Testua hizketaraAutomatizazioaEzabatu behin betiko
+ Jo soinuaEditatu arauaAraua honi aplikatzen zaioIzena
@@ -1047,6 +1197,7 @@
Mintzagaiak hau duEranskinen bat duGoiburuak hau du
+ Testuak daukaBaldintza hori erabiltzeak beti deskargatuko du testua mezutik, eta horrek mezu-zerrendaren sinkronizazioa mantsotu dezakeAdierazpen erregularraETA
@@ -1058,7 +1209,9 @@
Elkarrizketa eta karpeta bereko mezu guztiakIdentitateaErantzun txantiloia
+ Erabili txantiloiaren izena mintzagai gisaBirbidali hona:
+ BirbidaliErantzun CC helbideeiEranskinekinErantzun bakarra bidaliko da elkarrizketako, erantzun begiztan sahiesteko
@@ -1084,6 +1237,7 @@
NorkMintzagaiaTestua
+ Hautatu soinuaSinkronizatuKarpetakMezuak
@@ -1127,12 +1281,16 @@
Zirriborroa duLehentasun altua duLehentasun baxua du
+ Pertsonala da
+ Pribatua da
+ Konfidentziala daGarrantzitsua daEz da garrantzitsuaSinatuta dagoZifratuta dagoAutentifikazioak huts egin duTopatu da
+ Automatikoki klasifikatu daAtzeratu daArakatua edo bilatua daErantzun izan da
@@ -1147,6 +1305,8 @@
Ikusi edukiaEzkutatu edukiaDeskargatu edukia
+ Ikusi jatorrizko mezua
+ Ikusi birformateatutako mezuaKanpo irudiarentzat tokiaTxertatutako irudiarentzat tokiaJarraipen irudia
@@ -1172,7 +1332,10 @@
Sortu arauaKendu zerrendarako harpidetzaErakutsi irudiak
+ Ezkutatu irudiak
+ Erakutsi AMP aldaeraErakutsi jatorrizko mezua
+ Erakutsi birformateatutako mezuaEditatuLehenetsitako koloreaItxi laguntza
@@ -1195,6 +1358,8 @@
Fokatu testuaSakatu luze karpetako aukerak ikusteko, hala nola karpeta bat gehitzeko abio bizkorreko nabigazio menuanBateria eta sarearen erabilera mugatzeko ez dira karpeta eta mezu guztiak sinkronizatuko lehenetsita
+ Hegaldi modua aktibatuta dago
+ Jakinarazpenak desgaituta daudeGaldera edo arazoren bat baduzu, erabili laguntza menua laguntza jasotzekoPasatu hatza ezkerrera zakarrontzira botatzeko, pasatu hatza eskuinera artxibatzeko (eskuragarri badago). Hatza pasatzeko ekintzak kontuaren ezarpenetan konfiguratu daitezkeSakatu luze mezu bat hainbat mezu hautatzen hasteko. Mantendu eta pasatu hatza gora edo behera mezu gehiago hautatzeko
@@ -1209,6 +1374,7 @@
Sakatu luze aukeretarakoHau mezu gordin fitxategi baten edukiaren laburpena da. Gorde mezu gordina ekintza-barrako \'gorde\' ikonoarekin eduki osoa ikusteko.Ireki esteka
+ Irudiaren estekaIzenburua eta estekaren helbidea desberdinak diraTrafikoa ez da zifratukoTrafikoa zifratuko da
@@ -1217,6 +1383,7 @@
Egiaztatu jabeaInformazioa ipinfo.io helbidetik eskuratuko daJabearen IP helbidea
+ Lehenetsitako aplikazioakHautatu aplikazioaGaldera edo arazoren bat duzu?Bai
@@ -1224,6 +1391,7 @@
GeroagoDeseginBerregin
+ Txertatu errenkadaGehituIreki honekinInformazioa
@@ -1234,6 +1402,7 @@
GaituGaitutaDesgaitu
+ Mantendu eguneanExekutatzenBurututaKopiatu arbelera
@@ -1284,7 +1453,6 @@
Saiatu berriroUstekabeko erroreaEgunkaria
- Korritze automatikoaGarbituEsportatu arauakInportatu arauak
@@ -1297,7 +1465,10 @@
Mezu berrien kopuruaMezuen zerrendaSinkronizazioa bai/ez
+ Sinkronizazioa
+ BaiItzalita
+ Bai/EzKontuaDenakKarpeta
@@ -1306,8 +1477,11 @@
Izardun mezuak soilikLetra-tamainaBetegarriaren tamaina
+ Erakutsi banaketa-lerroakAtzeko plano erdi gardena
+ Erakutsi kontaktuen abatarrakAtzeko kolorea
+ Jarraitu sistemaren gai ilunaTolestutaHedatuaIrakurrita
@@ -1346,6 +1520,7 @@
Beti5 minuturik behin
+ 10 minuturik behin15 minuturik behin30 minuturik behinOrduero
@@ -1389,6 +1564,7 @@
Joan hurrengo elkarrizketara
+ Oso txikiaEstra txikiaTxikiaErtaina
@@ -1423,8 +1599,8 @@
ArruntaPertsonala
- Private
- Confidential
+ Pribatua
+ Konfidentziala1
@@ -1439,6 +1615,7 @@
ErtainaHandia
+ Oso txikiaIrakurragiria bakarrikBidaltze agiria bakarrik
@@ -1479,10 +1656,15 @@
EtzanaSerifSans-serif
- Monospace
- Fantasy
+ Monoespaziatua
+ Fantasiazkoa
+
+ Izena besterik ez
+ E-maila besterik ez
+ Izena eta e-maila
+
@@ -1496,13 +1678,13 @@
HartzaileaIgorleaBlokeatua
- Not blocked
+ Ez blokeatuta
- Any
- Home
+ Edozein
+ EtxekoaLanekoaBestea
- 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 allekirjoituksenOle hyvä ja myönnä oikeudet tilin valitsemiseksi ja nimesi lukemiseksiGoogle 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 asetuksissaVirhe \'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$sValtuuta olemassa oleva tili uudelleen (muussa tapauksessa luo uusi tili)
@@ -389,7 +388,6 @@
Käytä kahta sarakettaNäytön vähimmäiskoko näytön jakamiseksiTiivistä rivi tai sarake, kun keskustelu suljetaan
- Viestisarakkeen leveys: %1$s %%Näytä asetukset navigointivalikossaNäytä tilien luokat navigointivalikossaKiinnitä navigointivalikko
@@ -645,7 +643,6 @@
Tämä palaa aina viestilistasta kyseisen tilin kansiolistaanJos poistettu käytöstä, yhteystietoja valittaessa käytetään vain sähköpostiosoitteitaAndroidin 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 puuttuuSähköpostipalvelin voi silti lisätä viestit lähetettyjen viestien kansioonLisää \'--\' tekstin ja allekirjoituksen väliin
@@ -761,7 +758,6 @@
MukautettuVerkko-osoiteSalaus
- Ei mitäänSalli salaamattomat yhteydetSalaamattomat yhteydet tulisi sallia vain turvallisissa verkoissa eikä koskaan julkisissa verkoissaPorttinumero
@@ -1301,6 +1297,9 @@
Hae kohteestaHae lähettäjääPoistetaanko tallennettu haku?
+ Nimi
+ Järjestys
+ VäriJärjestysAikaLukematon
@@ -1660,7 +1659,6 @@
Yritä uudelleenOdottamaton virheLokitiedot
- Automaattinen vieritysTyhjennäHae nimeä tai ehtoaVie säännöt
@@ -1731,6 +1729,7 @@
Jatkuvasti5 minuutin välein
+ 10 minuutin välein15 minuutin välein30 minuutin väleinJoka tunti
@@ -1774,6 +1773,7 @@
Siirry seuraavaan keskusteluun
+ Erittäin pieniErittäin pieniPieniKeskikokoinen
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 perduesPoursuivre tout de mêmeFaites de nouveau « Retour » pour quitterEspace de stockage restant insuffisant
@@ -145,6 +146,7 @@
Serveur SMTP pour l’envoi des messagesCertificats du serveurAssistant
+ TutorielsL\'assistant peut être utilisé plusieurs fois pour configurer plusieurs comptesJ\'ai besoin d\'une nouvelle adresse courrielConfiguration 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éComptesIdentités
+ Se connecter avec GoogleAutre fournisseurCourrier 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\'applicationVeuillez accorder les autorisations pour sélectionner un compte et lire votre nomGoogle 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\'appareilL’erreur \'AUTHENTICATE failed\' peut être due à la désactivation d’IMAP/SMTP par l’administrateur systèmeAutoriser l’accès à votre compte %1$s
@@ -383,6 +386,7 @@
Délai d’expiration de la connexion (secondes)Préférer IPv4 à IPv6Renforcer les connexions SSL
+ TLS 1.3 requisVérification stricte du certificatGérer la connectivitéGénéral
@@ -399,7 +403,7 @@
Utiliser deux colonnesTaille minimale de l\'écran pour partager l\'écranReplier 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 navigationAfficher les catégories de compte dans le menu de navigationÉpingler le menu de navigation
@@ -474,6 +478,7 @@
Utiliser la taille du texteUtiliser les polices de caractèresUtiliser l\'alignement du texte
+ Afficher {HTML titles}Utiliser des lignes de séparationReplier 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 conversationRegrouper par catégorie de compteColoriser la barre de navigation d’Android
+ Afficher le nombre de messages ou de conversations dans la barre d\'action supérieureUtiliser des polices groupéesUtiliser les feuilles de styleAfficher les avertissements d\'authentification
@@ -492,6 +498,7 @@
Pas d\'authentificationAuthentification partielleAuthentification complète
+ Restaurer l’état de l’application au démarrageSynchroniser au lancement de l\'applicationFaire deux fois « Retour » pour quitterSuggérer des actions (Android 10+)
@@ -534,6 +541,7 @@
Afficher les notifications en arrière-plan uniquementAfficher les notifications uniquement pour les contactsDifférer les notifications pendant un appel
+ Retarder les notifications lorsque Android Auto est connectéAfficher uniquement une notification résuméeAfficher l’aperçu du message dans les notificationsAperçu de tout le texte
@@ -619,6 +627,7 @@
Différence minimale de classe : %1$s %%LangueSystème
+ Intégration de LanguageToolIntégration de DeepLJe veux utiliser une carte SDVérifier périodiquement si FairEmail est toujours actif
@@ -632,8 +641,9 @@
Dernier nettoyage : %1$sParamètres Android de l\'applicationPlus d’options
+ Journalisation principaleJournalisation du protocole
- Journal de débogage
+ Journalisation de débogageDébogageSi 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 messagesCeci 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 messagesSi désactivé, seules les adresses courriel seront utilisées lors de la sélection des contactsEn 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 messagesAfficher un avertissement quand le texte du message ou l’objet sont vides ou quand une pièce jointe semble avoir été oubliéeLe serveur de messagerie pourrait tout de même ajouter les messages au dossier des messages envoyésInsérer -- entre le texte et la signature
@@ -696,6 +706,7 @@
Les images incluses dans le message font partie intégrante du messageLe 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 minutesLa prise en charge de la détection de la langue dépend du fabricant de l\'appareilOuvrir automatiquement le message s’il n’y a qu’un seul message ou un seul message non lu dans une conversationLe 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éesDisponible uniquement sur les lanceurs pris en chargeTrois actions au plus seront affichées
+ Connecté signifie que quelque chose est projeté, comme une carte pour la navigationLes notifications de nouveau message seront toujours supprimées lors de leur balayage et du marquage des messages comme lusAppuyez sur le nom d’un canal pour définir ses propriétésPour définir le son par défaut, etc.
@@ -779,7 +791,7 @@
PersonnaliséNom d’hôteChiffrement
- Aucun
+ Aucun (non sécurisé)Autoriser les connexions non sécuriséesLes connexions non sécurisées ne doivent être autorisées que sur des réseaux de confiance et jamais sur des réseaux publicsVous 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 fichierClé de signature : %1$sDernière connexion : %1$sAttente après l\'échec jusqu\'à : %1$s
@@ -919,6 +932,7 @@
Rechercher un dossierAppliquer à tousModifier le nom du compte
+ Modifier la couleur du compteMasquer le dossierMasquer le dossier si tous les messages sont lusSeulement dans la liste des dossiers affichée sur l\'écran de démarrage
@@ -1330,6 +1344,10 @@
Rechercher dansRechercher un expéditeurSupprimer la recherche enregistrée?
+ Recherche enregistrée
+ Nom
+ Ordre
+ CouleurTrier parDateNon lu(s)
@@ -1537,6 +1555,7 @@
Espace réservé pour une image incluseImage de pistageImage introuvable
+ Ouvrir en dehors de l\'applicationSélectionner un contactAfficher Cc/CciInsérer un lien
@@ -1620,6 +1639,7 @@
OuiNonPlus tard
+ Coller comme texte brutAnnulerRétablirInsérer une ligne
@@ -1691,7 +1711,6 @@
Veuillez réessayerErreur inattendueJournal
- Défilement automatiqueEffacerRechercher un nom ou une conditionExporter les règles
@@ -1724,6 +1743,7 @@
Afficher le bouton pour rédiger un nouveau messageCouleur d\'arrière-planUtiliser le thème sombre du système
+ Google a supprimé le mode sombre dans les versions d\'Android inférieures à la version 10RepliéDépliéLu
@@ -1762,6 +1782,7 @@
En continuToutes les 5 minutes
+ Toutes les 10 minutesToutes les 15 minutesToutes les 30 minutesToutes les heures
@@ -1805,6 +1826,7 @@
Aller à la conversation suivante
+ MinusculeTrès petitPetitMoyen
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 perduesPoursuivre tout de mêmeFaire de nouveau « Retour » pour quitterEspace de stockage restant insuffisant
@@ -145,6 +146,7 @@
Serveur SMTP pour l’envoi des messagesCertificats du serveurAssistant
+ TutorielsL\'assistant peut être utilisé plusieurs fois pour configurer plusieurs comptesJ\'ai besoin d\'une nouvelle adresse e-mailConfiguration 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éComptesIdentités
+ Se connecter avec GoogleAutre fournisseurCourrier 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\'applicationVeuillez accorder les autorisations pour sélectionner un compte et lire votre nomGoogle 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\'appareilL’erreur \'AUTHENTICATE failed\' peut être due à la désactivation d’IMAP/SMTP par l’administrateur systèmeAutoriser l\'accès à votre compte %1$s
@@ -383,6 +386,7 @@
Délai d’expiration de la connexion (secondes)Préférer IPv4 à IPv6Renforcer les connexions SSL
+ TLS 1.3 requisVérification stricte du certificatGérer la connectivitéGénéral
@@ -399,7 +403,7 @@
Utiliser deux colonnesTaille minimale de l\'écran pour partager l\'écranReplier 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 navigationAfficher les catégories de compte dans le menu de navigationÉpingler le menu de navigation
@@ -474,6 +478,7 @@
Utiliser la taille du texteUtiliser les polices de caractèresUtiliser l\'alignement du texte
+ Afficher {HTML titles}Utiliser des lignes de séparationReplier 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 conversationRegrouper par catégorie de compteColoriser la barre de navigation d’Android
+ Afficher le nombre de messages ou de conversations dans la barre d\'action supérieureUtiliser des polices groupéesUtiliser les feuilles de styleAfficher les avertissements d\'authentification
@@ -492,6 +498,7 @@
Pas d\'authentificationAuthentification partielleAuthentification complète
+ Restaurer l’état de l’application au démarrageSynchroniser au lancement de l\'applicationFaire deux fois « Retour » pour quitterSuggérer des actions (Android 10+)
@@ -534,6 +541,7 @@
Afficher les notifications en arrière-plan uniquementAfficher les notifications uniquement pour les contactsDifférer les notifications pendant un appel
+ Retarder les notifications lorsque Android Auto est connectéAfficher seulement une notification récapitulativeAfficher un aperçu du message dans les notificationsAperçu de tout le texte
@@ -619,6 +627,7 @@
Différence minimale de classe : %1$s %%LangueSystème
+ Intégration de LanguageToolIntégration de DeepLJe veux utiliser une carte SDVérifier périodiquement si FairEmail est toujours actif
@@ -632,8 +641,9 @@
Dernier nettoyage : %1$sParamètres Android de l\'applicationPlus d\'options
+ Journalisation principaleJournalisation du protocole
- Journal de débogage
+ Journalisation de débogageDébogageSi 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 messagesCeci 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 messagesSi désactivé, seules les adresses e-mail seront utilisées lors de la sélection des contactsEn 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 messagesAfficher un avertissement quand le texte du message ou l’objet sont vides ou quand une pièce jointe semble avoir été oubliéeLe serveur de messagerie pourrait tout de même ajouter les messages au dossier des messages envoyésInsérer \'-- \' entre le texte et la signature
@@ -696,6 +706,7 @@
Les images incluses dans le message font partie intégrante du messageLe 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 minutesLa prise en charge de la détection de la langue dépend du fabricant de l\'appareilOuvrir automatiquement le message s’il n’y a qu’un seul message ou un seul message non lu dans une conversationLe 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éesDisponible uniquement sur les lanceurs pris en chargeTrois actions au plus seront affichées
+ Connecté signifie que quelque chose est projeté, comme une carte pour la navigationLes notifications de nouveaux messages seront toujours supprimées lors de leur balayage et du marquage des messages comme lusAppuyez sur le nom d’un canal pour définir ses propriétésPour définir le son par défaut, etc.
@@ -779,7 +791,7 @@
PersonnaliséNom d’hôteChiffrement
- Aucun
+ Aucun (non sécurisé)Autoriser les connexions non sécuriséesLes connexions non sécurisées ne doivent être autorisées que sur des réseaux de confiance et jamais sur des réseaux publicsVous 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 fichierClé de signature : %1$sDernière connexion : %1$sAttente après l\'échec jusqu\'à : %1$s
@@ -919,6 +932,7 @@
Rechercher un dossierAppliquer à tousModifier le nom du compte
+ Modifier la couleur du compteMasquer le dossierMasquer le dossier si tous les messages sont lusSeulement dans la liste des dossiers affichée sur l\'écran de démarrage
@@ -1330,6 +1344,10 @@
Rechercher dansRechercher un expéditeurSupprimer la recherche enregistrée ?
+ Recherche enregistrée
+ Nom
+ Ordre
+ CouleurTrier parDateNon lus
@@ -1537,6 +1555,7 @@
Espace réservé pour une image incluseImage de pistageImage introuvable
+ Ouvrir en dehors de l\'applicationSélectionner un contactAfficher Cc/CciInsérer un lien
@@ -1620,6 +1639,7 @@
OuiNonPlus tard
+ Coller comme texte brutAnnulerRétablirInsérer une ligne
@@ -1691,7 +1711,6 @@
Veuillez réessayerErreur inattendueJournal
- Défilement automatiqueEffacerRechercher un nom ou une conditionExporter les règles
@@ -1724,6 +1743,7 @@
Afficher le bouton pour rédiger un nouveau messageCouleur d\'arrière-planUtiliser le thème sombre du système
+ Google a supprimé le mode sombre dans les versions d\'Android inférieures à la version 10RepliéDépliéLu
@@ -1762,6 +1782,7 @@
En continuToutes les 5 minutes
+ Toutes les 10 minutesToutes les 15 minutesToutes les 30 minutesToutes les heures
@@ -1805,6 +1826,7 @@
Aller à la conversation suivante
+ MinusculeTrès petitPetitMoyen
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 akkountJou asjebleaft tagongsrjochten om in akkount te selektearjen en jo namme te lêzenGoogle 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 GmailDe flater \'AUTHENTICATE is mislearre\' kin wurde feroarsake troch IMAP / SMTP te wurden útskeakele troch de systeembehearderAutorisearje tagong ta jo %1$s akkountAkkountautorisaasje is bywurke
@@ -572,7 +571,6 @@
OanpastHostnammeFersifering
- GjinUnfeilige ferbiningen tasteanUnfeilige ferbiningen moatte allinich wurde tastien op fertroude netwurken en nea op iepenbiere netwurkenPoartenûmer
@@ -1026,6 +1024,9 @@
Sykje op serverSykje ynSykje nei stjoerder
+ Namme
+ Sekwinsje
+ KleurSortearje opTiidNet lêzen
@@ -1340,7 +1341,6 @@
Besykje opnijNet ferwachte flaterLochboek
- Auto skoweWiskjeSykje namme as tastânEksportregels
@@ -1403,6 +1403,7 @@
AltydElke 5 minuten
+ Elke 10 minutenElke 15 minutenElke 30 minutenElk oere
@@ -1446,6 +1447,7 @@
Gean nei folgjende petear
+ TinyExtra smallLytsMedium
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 dixitalPor favor, conceda permisos para seleccionar unha conta e ler o seu nomeGoogle 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 GmailO erro \'AUTHENTICATE failed\' pode estar causado porque IMAP/SMTP estea desactivado polo administrador do sistemaAutorizar o acceso á súa conta %1$sA autorización da conta foi actualizada
@@ -361,7 +360,6 @@
Usar dúas columnasTamaño mínimo de pantalla para podela dividirAgocha fila ou columna cando se peche unha conversa
- Lonxitude da columna de mensaxes: %1$s %%Mostrar o menú de opcións de navegaciónFixar o menú de navegaciónAgochar o menú de opcións de navegación?
@@ -724,7 +722,6 @@
PersonalizadoNome do servidorCifrado
- NingúnPermitir conexións non segurasDeberíase permitir só as conexións non seguras en redes de confianza e nunca nas redes públicasNúmero de porto
@@ -1239,6 +1236,9 @@
Buscar en servidorBuscar enProcurar remitente
+ Nome
+ Orde
+ CorOrdenar porDataSen ler
@@ -1594,7 +1594,6 @@
Tentar de novoErro imprevistoRexistro
- Desprazamento automáticoLimparBuscar nome ou condiciónExportar regras
@@ -1662,6 +1661,7 @@
SempreCada 5 minutos
+ Cada 10 minutosCada 15 minutosCada 30 minutosCada hora
@@ -1705,6 +1705,7 @@
Ir á conversa seguinte
+ MinúsculoMoi pequenoPequenoMediano
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 programaMolimo dajte dopuštenje za izbor računa i čitanje vašeg imenaGoogle ć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đajuGreška \'AUTHENTICATE failed\' se može pojaviti ako je IMAP/SMTP isključen od strane administratoraAutorizirajte pristup vašem %1$s računu
@@ -405,7 +404,6 @@
Koristi dva stupcaNajmanja veličina zaslona za dijeljenje zaslonaSažmi redak ili stupac prilikom zatvaranja razgovora
- Širina stupca poruke: %1$s %%Prikaži opcije navigacijskog izbornikaPrikaži kategorije računa u navigacijskom izbornikuPrikvači navigacijski izbornik
@@ -664,7 +662,6 @@
Ovo će uvijek, s popisa poruka, vratiti na popis mapa povezanog računaAko je onemogućeno, pri odabiru kontakata koristit će se samo adrese e-poštePored 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 porukaPokaži upozorenje kada je tekst poruke ili predmet prazan ili kada prilog možda nedostajePoslužitelj e-pošte i dalje može dodati poruke u mapu poslanih porukaUmetni \'--\' između teksta i potpisa
@@ -782,7 +779,6 @@
PrilagođenoNaziv računalaŠifriranje
- NijedanDopustiti nesigurne vezeNesigurne veze trebaju biti dopuštene samo na pouzdanim mrežama, a nikad na javnim mrežamaOvo možete omogućiti za obavijesti specifične za račun
@@ -1329,6 +1325,9 @@
Traži uTraži pošiljateljaIzbriši spremljenu pretragu?
+ Ime
+ Redoslijed
+ BojaPoredaj naVrijemeNepročitano
@@ -1689,7 +1688,6 @@
Pokušaj ponovnoNeočekivana greškaZapisnik
- Automatsko pomicanjeIzbrišiTraži ime ili uvjetIzvoz pravila
@@ -1761,6 +1759,7 @@
UvijekSvakih 5 minuta
+ Svakih 10 minutaSvakih 15 minutaSvakih 30 minutaSvaki sat
@@ -1804,6 +1803,7 @@
Pređi na sljedeći razgovor
+ SićušnaVrlo malaMalenoSrednje
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átKérem adja meg a szükséges engedélyeket hogy a kijelölhessen egy fiókot, illetve az alkalmazás hozzáférjenA 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öttAz \'AUTHENTICATE failed\' hibának oka lehet hogy a rendszeradminisztrátor kikapcsolta az IMAP/SMTP-tEngedélyezze a hozzáférést a %1$s fiókjáhozA fiókhitelesítés frissült
@@ -370,7 +369,6 @@
Két oszlop használataLegkisebb képernyő méret a kettévágáshozSor 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ásaNavigációs menü kitűzéseNavigációs menü opciók elrejtése?
@@ -728,7 +726,6 @@
EgyéniKiszolgálónévTitkosítás
- Egyik semNem biztonságos mért kapcsolatok engedélyezéseNem biztonságos kapcsolatokat csak megbízható hálózatokon ajánlott használni és soha publikus hálózatokonPort szám
@@ -1255,6 +1252,9 @@
Keresés a következőbenKeresés feladó alapjánMentett keresés törlése?
+ Név
+ Rendezés
+ SzínRendezés ez általIdőOlvasatlan
@@ -1601,7 +1601,6 @@
Próbálja újraVáratlan hibaNapló
- Automatikus görgetésTörlésNév vagy feltétel kereséseSzabályok exportálása
@@ -1669,6 +1668,7 @@
MindigMinden 5 percenként
+ Minden 10 percenkéntMinden 15 percenként30 percenkéntÓránként
@@ -1712,6 +1712,7 @@
Ugrás a következő beszélgetéshez
+ ApróNagyon kicsiKicsiKö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 aplikasiMohon 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 perangkatKesalahan \'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 kolomUkuran layar paling kecil untuk membagi layarTutup baris atau kolom ketika menutup percakapan
- Lebar kolom pesan: %1$s %%Tampilkan pilihan menu navigasiTampilkan kategori akun dalam menu navigasiPin menu navigasi
@@ -729,7 +727,6 @@ Kunci dan sertifikat umumnya dapat ditemukan di menu Lanjutan - Enkripsi dan kre
KustomisasiNama HostEnkripsi
- Tak satupunMengizinkan koneksi yang tidak amanKoneksi yang tidak aman seharusnya hanya diperbolehkan di jaringan tepercaya dan tidak boleh di jaringan publikNomor port
@@ -1226,6 +1223,9 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
Penelusuran di serverPencarian diTelusuri berdasarkan pengirim
+ Nama
+ Urutan
+ WarnaUrutkan berdasarkanWaktuBelum dibaca
@@ -1562,7 +1562,6 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
Coba lagiKesalahan tak terdugaCatatan
- Gulir otomatisBersihkanCari nama atau kondisiEkspor aturan
@@ -1629,6 +1628,7 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
SelaluSetiap 5 menit
+ Setiap 10 menitSetiap 15 menitSetiap 30 menitSetiap jam
@@ -1672,6 +1672,7 @@ Memformat ulang pesan perlu waktu, tergantung dari ukuran pesan dan keceoatan pe
Percakapan selanjutnya
+ Sangat KecilExtra smallKecilSedang
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 persiContinua comunqueTorna \'indietro\' di nuovo per uscireSpazio di archiviazione rimanente insufficiente
@@ -145,6 +146,7 @@
Server SMTP per inviare i messaggiCertificati del serverProcedura Guidata
+ TutorialLa procedura guidata è utilizzabile diverse volte per configurare più profiliMi serve un nuovo indirizzo emailConfigurazione 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àProfiliIdentità
+ Accedi con GoogleAltro provider
- Solo email in arrivo (l\'email non può essere inviata!)
+ Solo email in arrivo (impossibile inviare l\'email!)Profilo POP3Il provider dell\'email ha approvato OAuth solo per la versione del Play Store e di GitHubAutorizzare i profili di Google funzionerà solo nella versione del Play Store e di GitHub, poiché Android controlla la firma digitale dell\'appSei pregato di garantire i permessi per selezionare un profilo e leggere il tuo nomeGoogle 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 dispositivoL\'errore \'AUTHENTICATE fallita\' può esser causato dalla disabilitazione di IMAP/SMTP dall\'amministratore di sistemaAutorizza l\'accesso al tuo profilo di %1$sAutorizza nuovamente un profilo esistente (altrimenti creane uno nuovo)
@@ -189,7 +192,7 @@
Concedi autorizzazioniPer 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 statoQuali autorizzazioni sono necessarie e perché?Come posso importare i contatti?
@@ -383,6 +386,7 @@
Timeout di connessione (secondi)Preferisce IPv4 su IPv6Indurisci connessioni SSL
+ Richiede TLS 1.3Controllo rigoroso del certificatoGestisci la connettivitàGenerale
@@ -399,7 +403,7 @@
Usa due colonneDimensione minima dello schermo per la sua divisioneComprimi 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 navigazioneMostra le categorie di profili nel menu di navigazioneFissa il menu di navigazione
@@ -474,6 +478,7 @@
Usa le dimensioni del testoUsa i caratteriUsa l\'allineamento testo
+ Mostra {HTML titles}Usa linee di separazioneComprimi il testo citatoMostra segnaposto dell\'immagine
@@ -484,6 +489,7 @@
Usa il colore del profilo come colore di sfondo per la barra d\'azione della conversazioneRaggruppa per categoria del profiloColora la barra di navigazione di Android
+ Mostra il numero di messaggi o conversazioni nella barra d\'azione superioreUsa font impacchettatiAnalizza fogli di stileMostra avvisi d\'autenticazione
@@ -492,6 +498,7 @@
Nessun\'autenticazioneAutenticazione parzialeAutenticazione completa
+ Ripristina lo stato dell\'app all\'avvioSincronizza all\'avvioDoppio \'indietro\' per uscireSuggerisci azioni (Android 10+)
@@ -534,6 +541,7 @@
Mostra le notifiche solo quando in backgroundMostra le notifiche solo per i contattiRitarda le notifiche durante una chiamata
+ Ritarda le notifiche mentre Android Auto è connessoMostra solo le notifiche del riepilogoMostra l\'anteprima del messaggio nelle notificheVisualizza tutto il testo
@@ -619,6 +627,7 @@
Differenza minima di classe: %1$s %%LinguaSistema
+ Integrazione di LanguageToolIntegrazione con DeepLDesidero usare una scheda sdVerifica periodicamente se FairEmail è ancora attivo
@@ -632,6 +641,7 @@
Ultima pulizia: %1$sImpostazioni dell\'appAltre opzioni
+ Registrazione principaleRegistrazione del protocolloRegistrazione di debugModalità di debug
@@ -659,7 +669,7 @@
Questo tornerà sempre all\'elenco delle cartelle del profilo correlato da un elenco di messaggiSe disabilitato, solo gli indirizzi email saranno usati selezionando i contattiIn 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 messaggiMostra un avviso quando il testo o l\'oggetto del messaggio sono vuoti o quando un allegato potrebbe mancareIl server email potrebbe ancora aggiungere i messaggi alla cartella dei messaggi inviatiInserisci \'--\' tra il testo e la firma
@@ -696,6 +706,7 @@
Le immagini in linea sono immagini incluse nel messaggioI contenuti dei file compressi (%1$s) con oltre %2$s file o con file più grandi di %3$s non saranno mostratiQuesto 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 minutiIl supporto per il rilevamento della lingua dipende dal produttore del dispositivoApri automaticamente il messaggio quando ce n\'è solo uno o c\'è solo un messaggio non letto in una conversazioneIl 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 cercatiDisponibile solo sui launcher supportatiSaranno mostrate al massimo tre azioni
+ Connesso significa che qualcosa viene proiettato, come una mappa per la navigazioneLe notifiche dei nuovi messaggi saranno sempre rimosse scorrendo via e contrassegnando i messaggi come lettiTocca sul nome del canale per impostare le proprietà del canalePer impostare il suono predefinito, etc.
@@ -779,7 +791,7 @@
PersonalizzatoNome dell\'hostCrittografia
- Nessuno
+ Nessuno (insicuro)Consenti connessioni non sicureLe connessioni non sicure dovrebbero esser consentite solo su reti affidabili e mai sulle reti pubblichePuoi abilitarlo per le notifiche specifiche del profilo
@@ -839,6 +851,7 @@
Eliminare permanentemente questo profilo?Eliminare permanentemente quest\'identità?Modifica come HTML
+ Importa fileChiave di firma: %1$sUltima connessione: %1$sAttesa dopo il fallimento fino a: %1$s
@@ -919,6 +932,7 @@
Cerca per cartellaApplica a tuttiModifica nome del profilo
+ Modifica colore del profiloNascondi cartellaNascondi la cartella se tutti i messaggi sono lettiSolo nell\'elenco delle cartelle mostrato nella schermata iniziale
@@ -1053,7 +1067,7 @@
ArchiviaRispostaRispondi al mittente
- Respondi al destinatario
+ Rispondi al destinatarioRispondi a tuttiRispondi all\'elencoInvia conferma di lettura
@@ -1330,6 +1344,10 @@
Cerca inCerca per mittenteEliminare la ricerca salvata?
+ Ricerca salvata
+ Nome
+ Ordine
+ ColoreOrdina perOraNon letti
@@ -1537,6 +1555,7 @@
Segnaposto immagine incorporataImmagine di monitoraggioImmagine corrotta
+ Apri fuori dall\'appSeleziona il contattoMostra CC/CCNInserisci link
@@ -1620,6 +1639,7 @@
SìNoPiù tardi
+ Incolla come testo sempliceAnnullaRipetiInserisci riga
@@ -1691,7 +1711,6 @@
RiprovaErrore imprevistoRegistro
- Scorrimento automaticoCancellaCerca nome o condizioneRegole di esportazione
@@ -1724,6 +1743,7 @@
Mostra il pulsante componi nuovo messaggioColore di sfondoApplica il tema scuro di sistema
+ Google ha rimosso la modalità scura per le versioni Android prima della versione 10CompressoEspansoLetto
@@ -1762,6 +1782,7 @@
SempreOgni 5 minuti
+ Ogni 10 minutiOgni 15 minutiOgni 30 minutiOgni ora
@@ -1805,6 +1826,7 @@
Vai alla conversazione successiva
+ MinuscoloMolto piccoloPiccoloMedio
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-kontoGi tillatelser til å velge en konto og lese navnet dittGoogle 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-etikettinnstillingeneFeilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratorenAutoriser tilgang til din %1$s kontoKonto autorisasjon ble oppdatert
@@ -500,7 +499,6 @@
TilpassetVertsnavnKryptering
- IngenTillat usikre forbindelserUsikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverkPortnummer
@@ -906,6 +904,9 @@
Søk på tjenerSøk iSøk etter avsender
+ Navn
+ Rekkefølge
+ FargeSorter påTidUlest
@@ -1205,7 +1206,6 @@
Prøv igjenUventet feilLogg
- Automatisk rullingTømSøkenavn eller betingelseEksporter regler
@@ -1267,6 +1267,7 @@
AlltidHvert 5. minutt
+ Hvert 10. minuttHvert 15. minuttHvert 30. minuttHver time
@@ -1310,6 +1311,7 @@
Gå til neste samtale
+ TinyExtra smallLitenMedium
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 gaanToch doorgaanGa nogmaals \'terug\' om af te sluitenOnvoldoende opslagruimte over
@@ -144,6 +145,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
SMTP-server om berichten te verzendenServer certificatenWizard
+ HandleidingenDe wizard kan meerdere keren gebruikt worden om meerdere accounts in te stellenIk heb een nieuw e-mailadres nodigHandmatig 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 identiteitsinstellingenAccountsIdentiteiten
+ Log in met GoogleAndere providerAlleen 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 controleertGeef a.u.b. toestemming om een account te selecteren en uw naam te lezenGoogle 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 apparaatDe fout \'AUTHENTICATE failed\' kan worden veroorzaakt doordat IMAP/SMTP door de systeemadministrator is uitgeschakeldAutoriseer toegang tot uw %1$s accountAutoriseer 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 IPv6Verhard SSL-verbindingen
+ Vereis TLS 1.3Strenge certificaatcontroleBeheer connectiviteitAlgemeen
@@ -397,7 +401,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Gebruik twee kolommenMinimale schermgrootte voor het splitsen van het schermRij of kolom samenvouwen bij het sluiten van een gesprek
- Breedte berichtkolom: %1$s %%
+ Berichtkolom breedte / rij hoogte: %1$s %%Toon navigatiemenu optiesToon account categorieën in het navigatiemenuNavigatiemenu vastzetten
@@ -472,6 +476,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Gebruik tekstgrootteGebruik lettertypenGebruik tekst uitlijning
+ Toon {HTML titles}Gebruik scheidingslijnenGeciteerde tekst samenvouwenPlaatsvervangers 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 gespreksactiebalkGroeperen op account categorieKleur de Android-navigatiebalk in
+ Toon het aantal berichten of gesprekken in de bovenste actiebalkGebruik gebundelde lettertypenStijlbladen parsenToon authenticatiewaarschuwingen
@@ -490,6 +496,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Geen authenticatieGedeeltelijke authenticatieVolledige authenticatie
+ App-status herstellen bij opstartenSynchroniseren bij startDubbel \'terug\' om te sluitenActies 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 achtergrondToon alleen meldingen voor contactenMeldingen uitstellen tijdens een gesprek
+ Meldingen uitstellen als Android Auto is verbondenToon alleen melding met een samenvattingToon berichtvoorbeeld in meldingenVoorbeeld van alle tekst
@@ -616,6 +624,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Minimale klasse verschil: %1$s %%TaalSysteem
+ LanguageTool integratieDeepL integratieIk wil een SD-kaart gebruikenPeriodiek 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$sApp instellingenMeer opties
+ HoofdlogProtocol loggingDebug loggingFoutopsporing 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 berichtenlijstIndien uitgeschakeld, worden alleen e-mailadressen gebruikt bij het selecteren van contactenNaast 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 berichtenToon een waarschuwing wanneer de berichttekst of het onderwerp leeg is of wanneer een bijlage zou kunnen ontbrekenDe e-mailserver kan de berichten nog steeds toevoegen aan de map met verzonden berichtenVoeg \'-- \' 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 berichtDe inhoud van gecomprimeerde bestanden (%1$s) met meer dan %2$s bestanden of met bestanden groter dan %3$s zal niet getoond wordenDit zal nauwkeuriger berichten weergeven, maar mogelijk met een vertraging
+ Herstel laatste app-status bij herstart via het launcher-pictogram binnen %1$d minutenOndersteuning van taaldetectie is afhankelijk van de fabrikant van het apparaatBericht automatisch openen als er slechts één bericht of slechts één ongelezen bericht in een gesprek isDe 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 opgezochtAlleen beschikbaar op ondersteunde launchersEr worden maximaal drie acties getoond
+ Verbonden betekent dat er iets wordt geprojecteerd, zoals een kaart voor navigatieMeldingen van nieuwe berichten worden altijd verwijderd als ze worden weggeveegd en als berichten worden gemarkeerd als gelezenTik op de kanaalnaam om de kanaaleigenschappen in te stellenOm het standaardgeluid, etc in te stellen
@@ -776,7 +788,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
AangepastHostnaamVersleuteling
- Geen
+ Geen (onveilig)Onveilige verbindingen toestaanOnveilige verbindingen mogen alleen worden toegestaan op vertrouwde netwerken en nooit op openbare netwerkenU 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 importerenTekensleutel: %1$sLaatst verbonden: %1$sWachten na fout tot: %1$s
@@ -915,6 +928,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Zoeken naar mapToepassen op alleBewerk accountnaam
+ Bewerk accountkleurVerberg mapVerberg map als alle berichten gelezen zijnAlleen 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 inZoek naar afzenderOpgeslagen zoekopdracht verwijderen?
+ Opgeslagen zoekopdracht
+ Naam
+ Volgorde
+ KleurSorteer opTijdOngelezen
@@ -1527,6 +1545,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Plaatshouder ingesloten afbeeldingTracking afbeeldingDefecte afbeelding
+ Open buiten de appKies contactToon CC/BCCKoppeling invoegen
@@ -1610,6 +1629,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
JaNeeLater
+ Plakken als platte tekstHerstelOpnieuwLijn invoegen
@@ -1679,7 +1699,6 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Probeer opnieuwOnverwachte foutLogboek
- Automatisch scrollenWissenZoek naam of voorwaardeExporteer 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 berichtAchtergrondkleurVolg donker systeemthema
+ Google heeft de donkere modus verwijderd voor Android-versies vóór versie 10IngevouwenUitgevouwenGelezen
@@ -1750,6 +1770,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
AltijdElke 5 minuten
+ Elke 10 minutenElke 15 minutenElke 30 minutenElk uur
@@ -1793,6 +1814,7 @@ Het blokkeren van een afzenderdomein maakt gebruik van filterregels, wat een pro
Ga naar volgende gesprek
+ MinuscuulExtra kleinKleinGemiddeld
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-kontoGi tillatelser til å velge en konto og lese navnet dittGoogle 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-etikettinnstillingeneFeilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratorenAutoriser tilgang til din %1$s kontoKonto autorisasjon ble oppdatert
@@ -500,7 +499,6 @@
TilpassetVertsnavnKryptering
- IngenTillat usikre forbindelserUsikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverkPortnummer
@@ -906,6 +904,9 @@
Søk på serverSøk iSøk etter avsender
+ Navn
+ Rekkefølge
+ FargeSorter påTidUlest
@@ -1205,7 +1206,6 @@
Prøv igjenUventet feilLogg
- Automatisk rullingTømSøkenavn eller betingelseEksporter regler
@@ -1267,6 +1267,7 @@
AlltidHvert 5. minutt
+ Hvert 10. minuttHvert 15. minuttHvert 30. minuttHver time
@@ -1310,6 +1311,7 @@
Gå til neste samtale
+ TinyExtra smallLitenMiddels
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-kontoGi tillatelser til å velge en konto og lese navnet dittGoogle 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-etikettinnstillingeneFeilen \'AUTHENTICATE failed\' kan skyldes at IMAP/SMTP er deaktivert av systemadministratorenAutoriser tilgang til din %1$s kontoKonto autorisasjon ble oppdatert
@@ -500,7 +499,6 @@
TilpassetVertsnavnKryptering
- IngenTillat usikre forbindelserUsikre tilkoblinger bør bare være tillatt i pålitelige nettverk og aldri i offentlige nettverkPortnummer
@@ -906,6 +904,9 @@
Søk på tjenerSøk iSøk etter avsender
+ Navn
+ Rekkefølge
+ FargeSorter påTidUlest
@@ -1205,7 +1206,6 @@
Prøv igjenUventet feilLogg
- Automatisk rullingTømSøkenavn eller betingelseEksporter regler
@@ -1267,6 +1267,7 @@
AlltidHvert 5. minutt
+ Hvert 10. minuttHvert 15. minuttHvert 30. minuttHver time
@@ -1310,6 +1311,7 @@
Gå til neste samtale
+ TinyExtra smallLitenMedium
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ć utraconeKontynuuj mimo toUżyj przycisku \'wstecz\', aby wyjśćZa mało miejsca w pamięci
@@ -149,7 +150,7 @@
KontaTożsamościEdytuj konto
- Edycja tożsamości
+ Edytuj tożsamośćEdytuj folderWyłącz aplikację GmailUstawienia
@@ -167,6 +168,7 @@
Serwer SMTP do wysyłania wiadomościCertyfikaty serweraKreator
+ PoradnikiKreator może być używany wielokrotnie, aby skonfigurować wiele kontPotrzebujesz 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ściKontaTożsamości
+ Zaloguj się poprzez GoogleInny dostawcaTylko 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 cyfrowejPrzyznaj 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ądzeniuBłąd \"AUTHENTICATE failed\" może być spowodowany wyłączeniem protokołu IMAP/SMTP przez administratora systemuAutoryzuj dostęp do Twojego konta %1$s
@@ -404,6 +407,7 @@
Limit czasu połączenia (sekundy)Preferuj IPv4 nad IPv6Wzmocnij połączenia SSL
+ Wymagaj TLS 1.3Ścisła kontrola certyfikatuZarządzaj połączeniamiOgólne
@@ -420,7 +424,7 @@
Dwie kolumnyMinimalny rozmiar ekranu dla podziału ekranuZwiń wiersz lub kolumnę podczas zamykania rozmowy
- Szerokość kolumny wiadomości: %1$s %%
+ Szerokość kolumny wiadomości / wysokość wiersza: %1$s %%Pokaż opcje menu nawigacjiPokaż kategorie kont w menu nawigacjiPrzypnij menu nawigacji
@@ -495,6 +499,7 @@
Użyj rozmiarów tekstuUżyj czcionekUżyj wyrównania tekstu
+ Pokaż {HTML titles}Użyj linii separatoraZwiń cytowany tekstPokaż symbole zastępcze obrazu
@@ -505,6 +510,7 @@
Użyj koloru konta jako koloru tła dla paska akcji rozmowyGrupuj według kategorii kontaKoloruj pasek nawigacji Androida
+ Pokaż liczbę wiadomości lub konwersacji na górnym pasku akcjiUżyj dołączonych czcionekParsowanie arkuszy stylówPokaż ostrzeżenia o uwierzytelnieniu
@@ -513,6 +519,7 @@
Brak uwierzytelnieniaUwierzytelnianie częściowePełne uwierzytelnienie
+ Przywróć stan aplikacji przy uruchomieniuSynchronizuj podczas włączania aplikacjiPodwójne \'wstecz\', aby wyjśćSugeruj akcje (Android 10+)
@@ -555,6 +562,7 @@
Pokaż powiadomienia tylko, gdy pracuje w tlePokaż powiadomienia tylko dla kontaktówOpóźnij powiadomienia podczas połączenia
+ Opóźnij powiadomienia, gdy Android Auto jest połączonyPokaż tylko podsumowaniePokaż podgląd wiadomości w powiadomieniachPodgląd całego tekstu
@@ -639,6 +647,7 @@
Minimalna różnica klasy: %1$s %%JęzykSystemowy
+ Integracja LanguageToolIntegracja z DeepLChcę użyć karty SDOkresowo sprawdzaj, czy FairEmail jest nadal aktywny
@@ -652,6 +661,7 @@
Ostatnie czyszczenie: %1$sUstawienia aplikacjiWięcej opcji
+ Logowanie główneRejestrowanie protokołówRejestrowanie debugowaniaDebuguj
@@ -679,7 +689,7 @@
Spowoduje to zawsze powrót z listy wiadomości do listy folderów powiązanego kontaJeśli wyłączone, tylko adresy e-mail będą używane podczas wybierania kontaktówOpró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ściPokaż ostrzeżenie, gdy tekst wiadomości lub temat jest pusty lub gdy może brakować załącznikaSerwer e-mail może nadal dodawać wiadomości do folderu wysłanych wiadomościWstaw \'-- \' między tekstem a podpisem
@@ -716,6 +726,7 @@
Obrazy wstawione są obrazami zawartymi w wiadomościNie zostanie wyświetlona zawartość plików skompresowanych (%1$s), z więcej niż %2$s plikami lub z plikami większymi niż %3$sSpowoduje 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 minutObsługa wykrywania języków zależy od producenta urządzeniaAutomatycznie 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ą wyszukiwaneDostępne tylko na wspieranych launcherachWyświetlone zostaną co najwyżej trzy akcje
+ Połączony oznacza, że coś jest wyświetlane, na przykład mapa do nawigacjiPowiadomienia o nowych wiadomościach będą zawsze usuwane po przesunięciu i oznaczeniu wiadomości jako przeczytaneDotknij nazwę kanału, aby ustawić właściwości kanałuAby ustawić domyślny dźwięk, itp.
@@ -767,6 +779,7 @@
Regex, aby dopasować nazwę użytkownika dla przychodzących adresów e-mailOdpowiedz na adresWewnętrzne nazwy domen (oddzielone przecinkami)
+ Zezwalaj na UTF-8 w nagłówkach wiadomościWiększość serwerów nie wspiera tegoZezwalaj na 8BITMIMEMaksymalny rozmiar wiadomości (MB)
@@ -798,7 +811,7 @@
WłasneNazwa hostaSzyfrowanie
- Żaden
+ Brak (niebezpieczne)Zezwól na niezabezpieczone połączeniaNiebezpieczne połączenia powinny być dozwolone tylko w zaufanych sieciach, a nigdy w sieciach publicznychMoż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 plikKlucz podpisu: %1$sOstatnio połączony: %1$sOczekiwanie po niepowodzeniu do: %1$s
@@ -938,6 +952,7 @@
Szukaj folderuZastosuj dla wszystkichEdytuj nazwę konta
+ Edytuj kolor kontaUkryj folderUkryj folder, jeśli wszystkie wiadomości zostały przeczytaneTylko na liście folderów wyświetlanej na ekranie startowym
@@ -1346,6 +1361,10 @@
Szukaj wSzukaj nadawcyUsunąć zapisane wyszukiwanie?
+ Zapisane wyszukiwanie
+ Nazwa
+ Kolejność
+ KolorSortuj wgCzasNieprzeczytane
@@ -1554,6 +1573,7 @@
Symbol zastępczy obrazu wstawionegoObrazek śledzącyUszkodzony obraz
+ Otwórz poza aplikacjąWybierz kontaktPokaż DW/UDWWstaw link
@@ -1637,6 +1657,7 @@
TakNiePóźniej
+ Wklej jako zwykły tekstCofnijPonówWstaw linię
@@ -1706,7 +1727,6 @@
Spróbuj ponownieNieoczekiwany błądLog
- AutoprzewijanieWyczyśćSzukaj nazwy lub warunkuEksportuj reguły
@@ -1739,6 +1759,7 @@
Pokaż przycisk tworzenia nowej wiadomościKolor tłaPodążaj za ciemnym motywem systemowym
+ Google usunęło tryb ciemny dla Androida przed wersją 10ZwiniętaRozwiniętaPrzeczytana
@@ -1779,6 +1800,7 @@
ZawszeCo 5 minut
+ Co 10 minutCo 15 minutCo 30 minutCo godzinę
@@ -1822,6 +1844,7 @@
Idź do następnej wiadomości
+ DrobnaBardzo małyMał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 perdidosContinuar mesmo assimPressione \'voltar\' novamente para sairEspaço de armazenamento insuficiente
@@ -145,6 +146,7 @@
Servidor SMTP para enviar mensagensCertificados do servidorAssistente
+ TutoriaisO assistente pode ser usado várias vezes para configurar várias contasPreciso de um novo endereço de e-mailOpçõ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 identidadeContasIdentidades
+ Entrar com o GoogleOutro provedorSomente 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 digitalPor favor, conceda permissão para selecionar uma conta e ler seu nomeGoogle 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 dispositivoO erro \'Falha de Autenticação\' pode ser causadado por desativação do IMAP/SMTP pelo administrador do sistemaAutorizar acesso à sua conta %1$s
@@ -382,6 +385,7 @@
Conexão expira em (segundos)Preferir IPv4 ao invés de IPv6Reforçar conexões SSL
+ Requer TLS 1.3Verificação rigorosa de certificadoGerenciar conectividadeGeral
@@ -398,7 +402,7 @@
Usar duas colunasTamanho mínimo da tela para dividir a telaRecolher 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çãoMostrar categorias de conta no menu de navegaçãoFixar menu de navegação
@@ -473,6 +477,7 @@
Usar tamanho do textoUsar fontesUsar alinhamento de texto
+ Mostrar {HTML titles}Usar linhas de separadorRecolher texto citadoMostrar espaços reservados da imagem
@@ -483,6 +488,7 @@
Usar cor da conta como cor de fundo para barra de ação de conversaAgrupar por categoria de contaColorir a barra de navegação do Android
+ Mostrar o número de mensagens ou conversas na barra de ação superiorUsar fontes embutidasAnalisar folhas de estiloMostrar avisos de autenticação
@@ -491,6 +497,7 @@
Sem autenticaçãoAutenticação parcialConcluir autenticação
+ Restaurar estado do app ao iniciarSincronizar ao iniciar appPressione duas vezes \"Voltar\" para sairSugerir ações (Android 10+)
@@ -533,6 +540,7 @@
Mostrar notificações apenas em segundo planoMostrar notificações apenas para contatosAtrasar notificações durante uma chamada
+ Atrasar notificações enquanto o Android Auto está conectadoMostrar apenas notificação de resumoMostrar pré-visualização de mensagem nas notificaçõesPré-visualizar todo o texto
@@ -617,6 +625,7 @@
Diferença mínima da classe: %1$s %%IdiomaSistema
+ Integração com LanguageToolIntegração DeepLEu quero usar um sdcardVerifique periodicamente se o FairEmail ainda está ativo
@@ -630,6 +639,7 @@
Última limpeza: %1$sConfigurações do aplicativoMais opções
+ Registro principalRegistro de protocoloLog de depuraçãoModo de depuração
@@ -657,7 +667,7 @@
Isto sempre irá retornar para lista de pastas da conta relacionada de uma lista de mensagensSe desativado, somente endereços de email serão utilizados ao selecionar contatosAlé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 mensagensMostrar um aviso quando o texto da mensagem ou o assunto estiver vazio ou quando um anexo puder estar ausenteO servidor de e-mail ainda pode adicionar as mensagens à pasta de mensagens enviadasInserir \'-- \' entre o texto e a assinatura
@@ -694,6 +704,7 @@
Imagens em linha são incluídas na mensagemO 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 exibidosIsto 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 minutosO suporte à detecção do idioma depende do fabricante do dispositivoAbrir automaticamente a mensagem quando há apenas uma mensagem ou uma mensagem não-lida em uma conversaO 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 procuradosDisponível somente em lançadores suportadosNo máximo três ações serão mostradas
+ Conectado significa que algo está sendo projetado, como um mapa para navegaçãoNovas notificações de mensagem serão sempre removidas ao serem arrastadas e ao marcar mensagens lidasToque no nome do canal para definir as propriedades do canalPara definir o som padrão, etc
@@ -777,7 +789,7 @@
PersonalizadoNome do servidorCriptografia
- Nenhuma
+ Nenhuma (inseguro)Permitir conexões insegurasConexões inseguras só devem ser permitidas em redes confiáveis e nunca em redes públicasVocê 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 arquivoAssinar chave: %1$sÚltima vez conectado: %1$sEsperando após falha até %1$s
@@ -917,6 +930,7 @@
Pesquisar pastaAplicar a todosEditar nome da conta
+ Editar cor da contaOcultar pastaOcultar pasta se todas as mensagens estiverem lidasSomente na lista de pastas mostrada na tela inicial
@@ -1326,6 +1340,10 @@
Procurar emProcurar por remetenteExcluir a pesquisa salva?
+ Pesquisa salva
+ Nome
+ Ordenar
+ CorOrdenar porDataNão lida
@@ -1533,6 +1551,7 @@
Espaço reservado a uma imagem embutidaImagem de rastreamentoImagem com erros
+ Abrir fora do aplicativoEscolher contatoMostrar CC/CCOInserir link
@@ -1616,6 +1635,7 @@
SimNãoDepois
+ Colar como texto simplesDesfazerRefazerInserir linha
@@ -1686,7 +1706,6 @@
Desculpe, tente denovoErro inesperadoLog
- Rolagem automáticaLimparPesquisar nome ou condiçãoExportar regras
@@ -1719,6 +1738,7 @@
Mostrar botão compor nova mensagemCor de fundoSeguir o tema escuro do sistema
+ A Google removeu o modo escuro para versões do Android anteriores a versão 10DesabouExpandidoLido
@@ -1757,6 +1777,7 @@
SempreA cada 5 minutos
+ A cada 10 minutosA cada 15 minutosA cada 30 minutosA cada hora
@@ -1800,6 +1821,7 @@
Ir para a próxima conversa
+ MinúsculoExtra pequenoPequenoMé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 dadosContinuar mesmo assimPressione novamente \'voltar\' para sairEspaç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 localIsto 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 mensagensCertificados do servidorAssistente
+ TutoriaisO assistente pode ser usado várias vezes para configurar várias contasPreciso de um novo endereço de e-mailConfiguraçã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 identidadeContasIdentidades
+ Iniciar a sessão com conta GoogleOutro fornecedorConta POP3O fornecedor de e-mail aprovou OAuth apenas para a versão da Play Store e do GitHubAutorizar contas do Google funcionará na Play Store e na versão GitHub apenas porque o Android verifica a assinatura da aplicação digitalPor favor, conceda permissões para selecionar uma conta e ler o seu nomeO 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 dispositivoO erro \'AUTHENTICATE falhou\' pode ser causado por IMAP/SMTP estar desativado pelo administrador do sistemaAutorizar o acesso à sua conta %1$sAutorizar novamente uma conta existente (caso contrário, criar uma conta)
@@ -180,6 +188,7 @@
Conceder permissõesPara 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 conversaAgrupar por categoria de contaColorir a barra de navegação do Android
+ Mostrar o número de mensagens ou conversas na barra superiorUsar tipos de letra embutidosUsar folhas de estiloMostrar avisos de autenticação
@@ -475,6 +485,7 @@
Sem autenticaçãoAutenticação parcialAutenticação concluída
+ Restaurar o estado da aplicação ao iniciarSincronizar no inícioDuplo \'voltar\' para sairSugerir ações (Android 10+)
@@ -516,6 +527,8 @@
Corresponder o número de novas mensagens ao número de notificaçõesMostrar notificações apenas em segundo planoMostrar notificações apenas para contactos
+ Atrasar notificações enquanto está numa chamada
+ Atrasar notificações enquanto o Android Auto está ligadoMostrar apenas resumo na notificaçãoMostrar pré-visualização de mensagem nas notificaçõesPré-visualizar todo o texto
@@ -601,6 +614,7 @@
Diferença mínima de classe: %1$s %%IdiomaSistema
+ Integração LanguageToolIntegração DeepLQuero utilizar um cartão SDVerificar periodicamente se o FairEmail ainda está ativo
@@ -613,6 +627,7 @@
LimpezaDefinições da aplicaçãoMais opções
+ Principais registosRegisto do protocoloRegisto de depuraçãoModo 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 contaCom a opção desactiva, ao seleccionar um contacto apenas os endereços de e-mail serão utilizadosEm 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 mensagensO servidor de correio electrónico ainda pode adicionar as mensagens à pasta de mensagens enviadasColoca \'-- \' entre o texto e a assinaturaPode 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 lixoO endereço não será mostrado, mas será adicionado ao enviarHaverá 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 privacidadePode resultar em textos mal formatados e em duplicadoO 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 visitadosNo máximo serão mostradas três acçõesNovas 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 remetenteUtilizar o nome quando o endereço do remetente for editadoResponder para o endereço
+ Permitir UTF-8 nos cabeçalhos da mensagemA maioria dos servidores não suporta istoPermitir 8BITMIMETamanho máximo da mensagem (MB)
@@ -713,6 +731,7 @@
Nome da contaCategoriaUtilizado para diferenciar pastas
+ Desactivar isto apenas em caso de mensagens vazias ou anexos corrompidosCorFundoTransparente
@@ -720,6 +739,7 @@
Notificações separadasDeslizar para a esquerdaDeslizar para a direita
+ Por predefinição, mover paraNome do domínioObter configuraçõesPseudónimos
@@ -727,8 +747,9 @@
PersonalizadoNome do servidorEncriptação
- Nenhuma
+ Nenhuma (insegura)Permitir ligações inseguras
+ Pode activar isto para ter notificações de uma conta em específicoNúmero da portaNome de utilizadorPalavra-passe
@@ -776,6 +797,7 @@
Eliminar esta conta permanentemente?Eliminar esta identidade permanentemente?Editar como HTML
+ Importar ficheiroChave de assinatura: %1$sÚltima ligação: %1$sO 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 @@
CifrarDecifrarRessincronizar
+ AutomáticoMostrar texto simplesMostrar HTMLOpenKeychain não encontrado
@@ -1248,6 +1271,10 @@
Pesquisar emPesquisar por remetenteEliminar a pesquisa guardada?
+ Pesquisa guardada
+ Nome
+ Ordenar
+ CorOrdenar porDataNão lida
@@ -1453,6 +1480,7 @@
Espaço reservado para inserção de imagemImagem de rastreamentoImagem quebrada
+ Será aberto numa aplicação externaEscolher contactoMostrar CC/BCCInserir 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ápidoPara limitar o uso de bateria e rede, por predefinição, nem todas as pastas e mensagens serão sincronizadasO modo de avião está ligado
+ As notificações estão desactivadasSe tiver alguma questão ou um problema, por favor utilize o menu de suporte para obter ajudaDeslize 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 contaSeleccione 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 @@
SimNãoMais tarde
+ Colar como texto simplesAnularRefazerInserir linha
@@ -1606,7 +1636,6 @@
Tente novamenteErro inesperadoRegisto
- Deslocar automaticamenteLimparPesquisar nome ou condiçãoExportar regras
@@ -1638,6 +1667,8 @@
Mostrar botão para atualizar mensagensMostrar botão para compor nova mensagemCor do fundo
+ Adoptar o tema escuro do sistema
+ A Google removeu o modo escuro para versões do Android antes da versão 10OcultadoExpandidoLida
@@ -1676,6 +1707,7 @@
SempreA cada 5 minutos
+ A cada 10 minutosA cada 15 minutosA cada 30 minutosA cada hora
@@ -1719,6 +1751,7 @@
Ir para a próxima conversa
+ Muito pequenoMuito pequenoPequenoMé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 pierduteContinuă oricumApăsați din nou \'Înapoi\' pentru a ieșiSpațiu de stocare insuficient rămas
@@ -156,6 +157,7 @@
Server SMTP pentru trimitere mesajeCertificate de serverAsistent
+ TutorialeAsistentul poate fi folosit de mai multe ori pentru a configura conturi multipleAm nevoie de o nouă adresă de e-mailSetă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 identitateConturiIdentități
+ Autentificare cu GoogleAlt furnizorDoar 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țieiVă rugăm să acordați permisiunea de a selecta un cont și a vă citi numeleGoogle 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 dispozitivEroarea \'Autentificare eșuată\' poate fi cauzată de dezactivarea administrativă a IMAP/SMTPAutorizare acces la contul %1$s
@@ -393,6 +396,7 @@
Expirarea conexiunii (secunde)Preferă IPv4 înaintea IPv6Întârire conexiuni SSL
+ Necesită TLS 1.3Verificarea strictă a certificatelorGestionare conexiuniGenerale
@@ -409,7 +413,7 @@
Utilizați două coloaneDimensiunea minimă a ecranului pentru împărțirea ecranuluiRestrâ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 navigareAfișați categoriile de conturi în meniul de navigareMeniul de navigare Pin
@@ -484,6 +488,7 @@
Folosește mărimi textFolosește fonturiFolosește alinierea textului
+ Arată {HTML titles}Folosește linii separatoareRestrânge textul citatAfișați înlocuitorul imaginii
@@ -494,6 +499,7 @@
Folosește culoarea contului pentru culoarea de fundal a barei de acțiuni a conversațieiGruparea pe categorii de conturiColorează bara de navigație Android
+ Arată numărul de mesaje sau conversații în bara de acțiuni de susUtilizați fonturi incluse în pachetUtilizează foile de stilAfișați avertismentele de autentificare
@@ -502,6 +508,7 @@
Fără autentificareAutentificare parțialăAutentificare completă
+ Restabilește starea aplicației la pornireSincronizare la pornireApăsați de două ori \'înapoi\' pentru a ieșiSugerare acțiuni (Android 10+)
@@ -544,6 +551,7 @@
Arată notificări doar când e în fundalArată notificări numai pentru contacteAmânare notificări în timpul unui apel
+ Întârziere notificări în timp ce Android Auto este conectatArată doar sumarul în notificareArată previzualizare mesaj în notificarePrevizualizează tot textul
@@ -628,6 +636,7 @@
Diferenţa minimă a clasei: %1$s %%LimbaSistem
+ Integrare cu LanguageToolIntegrare DeepLVreau să folosesc un sdcardVerifică periodic dacă FairEmail este încă activ
@@ -641,6 +650,7 @@
Ultima curățare: %1$sSetări aplicațieMai multe opțiuni
+ Jurnal principal de depanareJurnalizare protocolJurnal depanareDepanare
@@ -668,7 +678,7 @@
Se va reveni întotdeauna la lista de dosare a contului asociat dintr-o listă de mesajeDacă este dezactivată, numai adresele de e-mail vor fi folosite la selectarea contactelorPe 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 noiArată 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 trimiseInserează \'-- \' între text și semnătură
@@ -705,6 +715,7 @@
Imaginile integrate sunt cele include în mesajConț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șatAcest 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 minuteDetectarea limbii depinde de producătorul dispozitivuluiAtunci când este doar un mesaj sau doar un mesaj necitit într-o conversațieButonul 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ăutateDisponibil doar pe lansatoarele suportateMaxim trei acțiuni vor fi afișate
+ Conectat înseamnă că se proiectează ceva, cum ar fi o hartă pentru navigareNotificările de mesaj nou vor fi mereu eliminate dacă sunt glisate la o parte sau când mesajele sunt marcate drept cititeAtingeți numele canalului pentru a-l configuraPentru a configura sunetul implicit etc
@@ -756,7 +768,9 @@
Regex pentru a potrivi numele de utilizator al adreselor de e-mail primiteRăspuns la adresaNume de domenii interne (separate prin virgulă)
+ Permite UTF-8 în antetul mesajelorMajoritatea serverelor nu acceptă acest lucru
+ Permite 8BITMIMIMEDimensiunea maximă a mesajului (MB)Solicită implicit confirmare la livrare/citireUtilizați antetele de cerere de primire vechi
@@ -786,7 +800,7 @@
PersonalizatNume gazdăCriptare
- Fără
+ Nimic (nesigur)Permite conexiunea nesecurizateConexiunile nesigure trebuie permise numai pe rețele de încredere și niciodată pe cele publicePuteț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șierCheie semnatură: %1$sUltima conectare: %1$sAşteptare după eşec până la: %1$s
@@ -926,6 +941,7 @@
Căutare folderAplică la toateEditează numele contului
+ Editare culoare contAscunde dosarAscundeți folderul dacă toate mesajele sunt cititeNumai în lista de dosare afișată pe ecranul de pornire
@@ -1334,6 +1350,10 @@
Căutare înCăutare expeditorȘtergeți căutarea salvată?
+ Căutare salvată
+ Nume
+ Ordine
+ CuloareSortareDatăNecitit
@@ -1541,6 +1561,7 @@
Înlocuitor imagine incorporatăImagine folosită la urmărireImagine coruptă
+ Deschide în afara aplicațieiAlege contactArată CC/BCCInserare legătură
@@ -1624,6 +1645,7 @@
DaNuMai târziu
+ Inserați ca text simpluAnuleazăRefacereInserați linia
@@ -1694,7 +1716,6 @@
ReîncearcăEroare neașteptatăRaport
- Auto derulareCurățăCăutare nume sau condițieExportă regulile
@@ -1727,6 +1748,7 @@
Afișați butonul de redactare a unui mesaj nouCuloare fundalUrmați tema sistemului întunecat
+ Google a eliminat modul întunecat pentru versiunile de Android anterioare versiunii 10RestrânsExtinsCitit
@@ -1766,6 +1788,7 @@
PermanentLa fiecare 5 minute
+ La fiecare 10 minuteLa fiecare 15 minuteLa fiecare 30 de minuteLa fiecare oră
@@ -1809,6 +1832,7 @@
Mergi la conversația următoare
+ MicExtra micMicMediu
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 menaGoogle 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 GmailChyba \"OVERENIE zlyhalo\" môže byť zapríčinená zakázanými IMAP/SMTP správcom systémuAutorizovať prístup do vášho %1$s účtuOpätovne autorizovať existujúci účet (ak neexistuje, bude vytvorený nový)
@@ -408,7 +407,6 @@
Použiť dva stĺpceMinimálna veľkosť obrazovky pre funkciu rozdelenie obrazovkyZbaliť riadok alebo stĺpec pri zatvorení konverzácie
- Šírka stĺpca správy: %1$s %%Zobrazovať možnosti navigačnej ponukyZobrazovať kategórie účtov v navigačnej ponukePripnúť 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 účtuAk je to zakázané, pri výbere kontaktov sa budú používať len emailové adresyOkrem 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ávZobraziť varovanie, ak je text správy alebo predmet prázdny alebo môže chýbať prílohaPoštový server môže stále umiestniť správy v priečinku s odoslanou poštouOddeliť 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é spojeniaNezabezpeč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ť vHľadať odosielateľaVymazať uložené hľadanie?
+ Názov
+ Poradie
+ FarbaZotriediťČasNeprečítané
@@ -1677,7 +1676,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.Skúsiť znovuNeočakávaná chybaZáznam
- Automatické posúvanieVymazaťHľadať názov alebo podmienkuExportovať pravidlá
@@ -1750,6 +1748,7 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien.VždyKaždých 5 minút
+ Každých 10 minútKaždých 15 minútKaždých 30 minútKaž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 FairEmailDnevnik spremembFairEmail 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 nadaljujZa izhod še enkrat pritisnite \'Nazaj\'.
+ Premalo prostora za shranjevanje.
+ Zadnja posodobitev: %1$s
+ Preneseno iz: %1$s
+ NadzorPošlji
+ E-pošta
+ NapredekPosodobitveOpozorilaNapakeOpozorila strežnikaStiki
+ Sinhronizacija in nadzor računov
+ Pošiljanje sporočil
+ Obvestila o novih sporočilih
+ Obvestila o napredku daljše izvajajočih se dejavnostiPogovorPogovora
@@ -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$sBlokiraj 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štePočisti
+ To bo izbrisalo vsa pravila za blokiranje pošiljateljev.Pošiljanje sporočilČakanje na primerno povezavoNedejavno\'%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 minutPredloge
+ PravilaOpravilaKrajevni stikiNastavitve
@@ -96,48 +141,116 @@
Oceni ta programDobrodošliLicenčna pogodba s končnim uporabnikom
+ Odprtokodna licenca
+ Prispevali soStrinjam seNe strinjam seRazličica %1$s
+ Pravilnik o zasebnostiRačuniIdentiteteUredi računUredi identitetoUredi mapo
+ Onemogoči program GmailNastavitvePomoč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čilStrež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čuneIdentitete
+ Prijavi se z GooglomDrug 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.OdobriIzberite račun.Navodila za nastavitevNastavitev 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.UpravljajOdobriOdobri zahtevana dovoljenja
+ Ali je podprt Microsoft Exchange?
+ Kaj je identiteta?
+ Ali je ta program brezplačen?Odobrite dovoljenjaZa 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 PrejetoPojdiZa nareditiKončanoŠe vedno za nareditiNapaka
+ 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 nastavitveIzvozi nastavitveUvozi 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.GesloGeslo 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žnostiNastavitve 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čuneRazvrsti mapePonastavi vrstni red
@@ -162,19 +285,38 @@
Rdeča/ZelenaSivaČrna
+ Bela
+ Črna ali bela
+ Črno-belaObrni barve
- Temno
+ Svetla
+ TemnaSledi 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č barvNaprednoMožnostiObnovi privzetoPonastavi vprašanja
+ Splošna vprašanja
+ Prikaži izvirna sporočilaPrikaž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.
+ GlavnoPrejemanjePošiljanjePovezava
@@ -184,85 +326,204 @@
ŠifriranjeObvestilaRazno
+ Vse možnosti imajo pogosto uporabljene običajne vrednosti, ki jih za uporabo programa ni treba spreminjati.
+ Prejmi sporočila za vse računeKdaj
+ Samodejno optimiziraj
+ Vedno prejmi sporoila za te računeUrnikNapredno
+ Hitra sinhronizacijaSporočila brez datumaVsa neprebrana sporočilaVsa sporočila z zvezdicoIzbriši stara neprebrana sporočilaPreveri, ali so bila stara sporočila odstranjena s strežnikaSlog združevanja sporočil za račune Gmail
+ Združi sporočila po pošiljatelju in zadeviSinhroniziraj seznam map
+ Dejavno sinhroniziraj seznam map
+ Sinhroniziraj seznam map v souporabiUpravljaj z naročninami na mape
+ Preveri overitev sporočila
+ Preveri varnost prenosnega sloja (TLS)
+ Preveri naslove za odgovor ob sinhronizaciji sporočilPreveri 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žitvamiPrivzeto prikaži tipkovnico
+ Prepreči celozaslonsko tipkovnico
+ Uporabi imena in e-poštne naslovePredlagaj krajevno shranjene stikePredlagaj naslove, najdene v poslanih sporočilihPredlagaj naslove, najdene v prejetih sporočilihRazvrsti predlagane naslove po pogostosti uporabe
+ Nadomestna predpona za odgovor/posredovanje
+ Prikaži mehurčke za naslovePrikaži opomnikeOdlož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čilaV odgovorih ali posredovanih sporočilih zadevi dodaj predpono samo enkrat
+ Dodaj število k predponi za odgovor
+ Vstavi vodoravno črto pred glavo za odgovor/posredovanjeV odgovorih/posredovanih sporočilih uporabi razširjeno glavo
+ Piši nad besedilom pošiljatelja
+ Piši pod besedilom pošiljateljaNavedi besedilo, na katerega odgovarjam
+ Omeji število ugnezdenih navedkovV navedenem besedilu prilagodi velikost slikPoložaj podpisa
+ Uporabi podpis za nova sporočila
+ Uporabi podpis za odgovor
+ Samo za prvi odgovor
+ Uporabi podpis za posredovano sporočiloTrajno izbriši osnutek ob opustitvi osnutka
+ Ob odgovoru na sporočilo shrani odgovor v isto mapo
+ Samodejno ustvari povezavePrivzeto pošlji samo golo besedilo\'Tekoča oblika\' za golo besediloDogovor za podpis UsenetOdstrani prepoznane podpiseKadar zahtevam potrdilo
+ Začni nov pogovor ob posredovanjuPred pošiljanjem preveri prejemnikove e-poštne nasloveUporabi merjene povezaveSamodejno prejmi sporočila in priloge ob merjeni povezavi doPrejmi sporočila in priloge med gostovanjemGostuj 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 IPv6Utrdi povezave SSL
+ Zahtevaj TLS 3.1
+ Strogo preverjanje potrdilUpravljaj s povezljivostjoSplošno
+ Krmarjenje
+ PreverjanjaSeznamPogovorSporočiloGlava sporočilaTelo 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žiUporabi 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 zavihkiZdruži po datumu
+ Prikaži glavo s fiksnim datumom na vrhu
+ Prikaži datum v krepkemNiti pogovorov
+ Prikaži število neprebranih sporočil v pogovorihV pogovorih zamakni prejeta/poslana sporočila levo/desnoPoudari neprebrana sporočilaPrikaži barvno črto
+ Uporabi široko barvno črtoPrikaži slike stikov
+ Nepreverjen pošiljatelj
+ Preverjen pošiljateljPrikaži splošne podobe
+ Prikaži pod. iz stor. Libravatar
+ Prikaži ikone zaznamkov
+ Prikaži samo prvih %1$s spletne straniPrikaži ustvarjene ikonePrikaži identitetne ikonePrikaži okrogle ikone
+ Nasičenost: %1$s %%
+ Svetlost: %1$s %%
+ Prag barve črk: %1$s %%Prikaži imena in e-poštne naslovePrednost ima ime stika pred poslanim imenom
+ Prikaži samo imena stikovPodč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 trebaPrikaži zadevo nad pošiljateljemPrikaže zadevo v ležeči pisaviPoudari zadevo
+ Velikost besedila - zadeva
+ Skrajšaj zadevo, če je treba
+ Samo strnjen način
+ Barva poudarkaV glavi sporočila prikaži ključne besede
+ Prikaži oznake Gmail v glavi sporočilaPrikaži zvezdicePrikaži obarvano ozadje namesto obarvanih zvezdicPrikaži predogled sporočilaPrikaži predogled sporočila v ležeči pisaviŠtevilo vrstic predogledaPrivzeto prikaži podrobnosti naslova
+ Prikaži vsebino stisnjenih prilogPrikaž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 vezajevUporabi 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 črteStrni navedeno besedilo
+ Prikaži ograde slikSamodejno prikaži slike v besedilu
+ Prikaži dodatne gumbe na dnu sporočilaPrikaži relativni položaj pogovora s pikoPrikaži vrstico z dejanji pogovorovZa barvo ozadja vrstice z dejanji pogovorov uporabi barvo računa
+ Združi po kategorijah računaObarvaj Androidovo vrstico za krmarjenje
+ Prikaži število sporočil ali pogovorov v vrhnji vrstici dejanj
+ Uporabi svežnje pisavRazč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 zagonuDvojni \'Nazaj\' za izhod
+ Predlagaj dejanja (Android 10+)
+ Predlagaj besedila za odgovor (Android 10+)Zaznaj jezik besedila sporočilaPovleci dol za osvežitevOb prejemanju novih sporočil se pomakni na vrh
@@ -270,26 +531,42 @@
Povleci levo/desno za pomik na naslednje/prejšnje sporočiloGlasnost gor/dol za pomik na naslednje/prejšnje sporočiloObrni smer krmarjenja
+ Potegni dol za zapiranje pogovora
+ Potegni gor za premik pogovoraSamodejno razširi sporočila
+ Samodejno razširi prvo sporočilo, ko preberem pogovorSamodejno razširi vsa prebrana sporočilaRazširi samo eno sporočilo naenkratOb pritisku na \'Nazaj\' strni sporočila v pogovoru z več sporočiliSamodejno zapri pogovoreOb 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 razveljavitvePrikaži nevsiljive ikone hitrega filtraPrikaži nevsiljive ikone hitrega pomika
+ Vedno se vrni na seznam map s seznama sporoilOb premikanju sporočil samodejno označi sporočila kot prebranaOb dremežu sporočil samodejno dodaj zvezdicoOb premikanju sporočil samodejno odstrani zvezdiceSamodejno naredi sporočila, označena z zvezdico, pomembnaPonastavi pomembnost ob premikanju sporočil
+ Potegni razširjena sporočila desno za odgovor
+ Privzeti čas dremeža/zakasnitveUpravljaj z obvestiliPrivzeti kanal
+ Nazdorni kanal
+ Najprej prikaži novejša obvestilaIkono 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 AutoPrikaži samo obvestilo s povzetkomV obvestilih prikaži predogled sporočilaPredogled vsega besedila
+ Prikaži obvestila samo s predogledom besedilaDejanja obvestilSmetiIzbriši
@@ -304,57 +581,127 @@
DremežOb dotiku obvestila odstrani obvestilo o novem sporočiluOb ogledu seznama sporočil odstrani obvestilo o novem sporočilu
+ Prikaži ime računa ali mape kot podbesediloV 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 obvestilaUporabi lučko za obvestilaIzberi 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 slikPotrdi prikaz slikPrivzeto prikaži preoblikovana sporočila
+ Potrdi prikaz izvirnih sporočil
+ Poizkusi prepoznati in onemogočiti sledilne slikePošiljaj sporočila brez podatkov o časovnem pasu
+ Pošlji ime programa in različico e-poštnemu strežnikuPrikaži skrita besedila v sporočilu
+ Uporabi zasebno tipovnico (Android 8+)Skrij z zaslona nedavnih programov in prepreči zaslonske slikePINČ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šiPrivzeto šifrirajSamodejno odšifriraj sporočila
+ Razveljavi šifriranje ob zapiranju programaPonudnik OpenPGPUporabi AutocryptVzajemni 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šiljanjuUpravljaj z javnimi ključiUvozi 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 izklopDovoli drugim programom iskati v sporočilih
+ Razvrsti predloge za odgovor po pogostosti uporabeV Androidovem meniju za deljenje prikaži pogosto uporabljene stikeZgradi iskalno kazaloV 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 %%JezikSistem
+ Povezava z LanguageToolom
+ Povezava z DeepL-om
+ Želim uporabiti kartico SDObčasno preveri, ali je FairEmail še vedno dejaven
+ Preveri za posodobitve GitHub
+ Preveri tedensko namesto dnevno
+ Prikaži dnevnik sprememb po posodobitviPreizkusne značilnostiPošiljaj poročila o napakahIzbriši priloge starih sporočilPočisti
+ Nastavitve programaVeč možnosti
+ Glavno beleženje
+ Beleženje protokolov
+ Razhroščevalno beleženjeRazhrošč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 urahOnemogoč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 šifriranjaOnemogoč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 imeNastavi dejanja vlečenjaTo bo nastavilo dejanje vlečenja v levo in desno za vse račune IMAP.
+ Občutljivost levega/desnega potegaIzberi …Vaše imeVaš 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 potrdiloV primeru \'Neveljaven pozdrav\', \'Zahteva veljaven naslov\' ali podobne napake poizkusite spremeniti to nastavitev.
+ Prepreči tudi odgovarjanje samemu sebiIzbirnoPriporočljivoPovezan računIme računa
+ KategorijaUporablja 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
+ ProsojnoSinhroniziraj ročnoLoči obvestilaPovleci levo
@@ -424,12 +810,15 @@
Po meriIme gostiteljaŠifriranje
- Brez
+ Brez (ni varno)Dovoli nezanesljive povezaveNezanesljive 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 vratUporabniško imeGeslo
+ Kako so gesla shranjena?
+ Uporabniška in imena in gesla so običajno občutljiva na velikost črk.Potrdilo odjemalcaPodročjeUporabi krajevni naslov IP namesto imena gostitelja
@@ -437,79 +826,155 @@
GlavniGlavni (privzeti račun)Glavna (privzeti identiteta)
+ Odstrani e-poštni naslov ob odgovoruPusti sporočila na strežnikuPusti izbrisana sporočila na strežnikuPusti sporočila na napraviNajveč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)PreveriZaupaj potrdilu strežnika s prstnim odtisom %1$sManjka 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$sPoš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čunTrajno izbriši ta račun?Trajno izbriši to identiteto?Uredi kot HTML
+ Uvozi datotekoPodpisni ključ: %1$sNazadnje povezano: %1$s
+ Čakanje po napaki do: %1$sPoraba 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žnikuOznači sporočila kot prebrana ob razširitviSinhroniziraj 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čilihIzbriši krajevna sporočilaIzbriši prebrskana/iskana sporočila
+ Trajno izbriši
+ To bo trajno izbrisalo vsa sporočila, ki so označena za izbris.Izprazni smetiIzprazni vsil. poštoUredi lastnostiUredi pravila
+ Izvedi pravila
+ Izvozi sporočilaUstvari kanal za obvestilaUredi kanal za obvestilaIzbriši kanal za obvestilaDodaj stikUredi stik
+ E-poštaIme
+ Skupina
+ Uvozi vizitke vCard
+ Izvozi vizitke vCardUstvari podmapoTrajno 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 opravilaIzbris opravil lahko povzroči izginjanje sporočil in težave s sinhronizacijo.
+ Prejemanje glav
+ Prejemanje surovega sporočilaIme mapePrikazano imePrikaži skrite mape
+ Prikaži število sporočil, označenih z zvezdicoSamo naročene
+ Postavi neprebrana na vrh
+ Poišči mapo
+ Uporabi za vse
+ Uredi ime računa
+ Uredi barvo računaSkrij mapo
+ Skrij mapo, če so vsa sporočila prebrana
+ Samo na seznamu map začetnega zaslonaPrikaži v poenoteni mapi \'Prejeto\'Prikaži v meniju za krmarjenjeSinhroniziraj (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 prilogeObvesti o novih sporočilih
+ Razvrsti nova sporočila v tej mapi
+ Samodejno premakni razvrščena sporočila v to mapoSinhroniziraj 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čilaSamodejno premakni stara sporočila v smetiSamodejno trajno izbriši stara sporočilaStara 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 mapeMape glavnega računaPoenotene mape \'Prejeto\'
+ Krajevni osnutkiNi mapNi sporočilEden ali več filtrov je dejavnih.Podvoji sporočilo v %1$s
+ Zavrženo sporočilo iz %1$sOdg.: %1$sPosr.: %1$sOdg.: %1$sPosr.: %1$sOznači kot prebranoOznači kot neprebrano
+ Neprebrano/PrebranoSkrijPrikaži
+ Preklopi vidnostDodaj zvezdicoObarvana zvezdica …Odstrani zvezdico
@@ -550,33 +1019,62 @@
ObičajnaVisokaIšči v besedilu …
- Naprej
+ posredoval
+ znova poslal
+ Prejemanje glav sporočil …Novo sporočilo
- Uredi kot novo
+ uredil kot novo
+ Uredi krajevne zapiskeUstvari pravilo …
+ Vsili svetlo temoDeli
+ Dodaj v koledarDodaj bližnjicoNatisni
+ Natisni glavo
+ Natisni slike
+ Prejem slik lahko traja nekaj časaPrikaži glave
+ Deli kot HTMLShrani izvorno sporočiloShrani kot prilogoSporočiloPogovorUpravljaj s ključnimi besedami
+ Upravljaj z oznakami GmailDodaj ključno besedoPrikaži priloge v besediluPrejmi vseShrani vseShrani 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 pomembnostDremežSmetiKopiraj …Kopiraj v …Naroči seIzbriši
+ Izbriši vseVeč
+ ManjVsiljenoPremakni
+ Kopiraj
+ Ključne besede
+ Prekliči naročnino
+ Ustvari praviloNi vsiljenoPremakni v …Premakni v …
@@ -586,18 +1084,29 @@
Dremež …ArhivirajOdgovori
- Odgovori pošiljatelju
- Odgovori vsem
- Odgovori seznamu
+ odgovoril pošiljatelju
+ Odgovori prejemniku
+ odgovoril vsem
+ odgovoril seznamuPošlji potrdilo o branju
+ Pošlji trdi odbojOdgovori s predlogo
+ Premikanje v %1$s (%2$d)Overitev %1$s je spodletela.
+ Na seznamu za blokiranje vsil. poštePotrdilo o branju: %1$sTo 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 IskanjePrimerni 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čiloPrikaž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čiloPriloga 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čilPrikaz 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 FairEmailPoš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.
+ SestaviPoslal:Dostavljeno za:
@@ -641,23 +1165,31 @@
Odgovori za:Kp:Skp:
+ %1$d prejemnikovPreko:Poslano:Prejeto:
+ Datum:
+ Shranjeno:Velikost:Jezik:Zadeva:Priloga:Vaše sporočilo
+ Besedilo lahko izberete, da ga oblikujete.ZavrziShraniPošlji
+ Pošiljanje …Pošlji zdajPošlji prekoPošlji ob …
+ Arhiviraj odgovor na sporočiloŠifriranjePrednost
+ ObčutljivostNa \'%1$s\' ni bilo mogoče najti strežnika.
+ SlogKrepkoLežečePodčrtaj
@@ -665,14 +1197,33 @@
MajhnaSrednjaVelika
+ Poravnaj
+ Začetek
+ Sredina
+ KonecSeznam
+ Sez. točke
+ Oštev. seznam
+ Povečaj zamik
+ Zmanjšaj zamik
+ PisavaPrivzeta
+ Odstavčni navedek
+ Zamik
+ Poudari
+ PrečrtajPočisti oblikovanjeVstavi povezavo
+ Naslov
+ Naziv
+ Pridobi naziv
+ To bo pridobilo naziv na mestu vnesenega naslova.Dodaj slikoVstaviPriložiSpremeni velikost
+ Odstrani občutljive zasebne podatke
+ Zemljepisni položaj, serijske številke, imena datotek itd.< %1$d sl. točkIzberi datotekoDodaj prilogo
@@ -680,11 +1231,26 @@
Posnemi fotografijoPosnemi zvokPrikaži Kp/Skp
+ Shrani osnutke na strežnikPrikaži možnosti pošiljanjaPrikaži možnosti za slikeOrodna vrstica predst.
+ Upravljaj s krajevnimi stikiVstavi skupno stikovVstavi 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 predlogovUredi kot golo besediloUredi kot preoblikovano besediloIzberi 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 stanjuZahtevaj potrdiloVeč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 naslovZadeva je prazna.Sporočilo je prazno.priložena,priloženo,priložen,pripeta,pripeto,pripet,priloga,prilogi,priloge,priponka,priponki,priponkeAli 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čilaSporočilo bo poslano okoli %1$s.Podpiši
+ PreveriŠifrirajOdšifrirajPon. sinhr.
+ Kodiranje
+ Samodejno
+ Prikaži golo besedilo
+ Prikaži HTMLOpenKeychain ni bil najden.Prenašanje v OpenKeychain
+ Uporabi ključavnico za odšifriranje besedilaPreveri podpis za prikaz besedila sporočila.Sporočilo ni podpisano ali šifrirano.Podpisni ključ ni bil izbran.
@@ -733,12 +1314,20 @@
Pošiljateljev naslovNaslov podpisaE-poštni naslov pošiljatelja in podpisa se ne ujemata.
+ AlgoritemZadevaVeljavnostTa javni ključ trenutno ni veljaven.ShrambaIščiVnesite 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žnostiUporabi iskalno kazaloMed pošiljatelji (Od)
@@ -746,23 +1335,36 @@
Med zadevamiMed ključnimi besedami (če je podprto)V besedilu sporočil
+ V krajevnih zapiskihOmeji iskanje naNeprebranaZ zvezdicoSkrita (samo na napravi)Šifrirana (samo na napravi)S prilogami (samo na napravi)
+ Velikost sporočila je večja od
+ V smetnjaku
+ Med vsil. poštoPredPo
+ Najprej išči na napravineprebranoz zvezdicoskritošifriranopriloge
+ zapiski
+ povabilo
+ velikost > %1$sIšči na napraviIšči na strežnikuIšči vIšči pošiljatelja
+ Izbriši shranjeno iskanje?
+ Shranjeno iskanje
+ Ime
+ Vrstni red
+ BarvaRazvrsti poČasuNeprebrano
@@ -779,26 +1381,44 @@
Brez zvezdiceZ neznanimi pošiljateljiSkrita
+ IzbrisanoDvojnike
+ SmetiStrnjen pogledVelikost besedila
+ Velikost blazinjenjaIzberite jezikIzberi vseIzberi najdene
+ Označi vse kot prebrano
+ Pokaži pogovorVsili sinhronizacijo
+ Vsili pošiljanjeVsiNazajNaprejUredi podpis
+ Čeprav Android ne more prikazati vsega HTML-a, bo podpis poslan tak kot je.Besedilo podpisaVstavi sliko
+ Med pošiljanjem sporočila se slika kopira v sporočilo z izbranega mesta..
+ Ne izbrišite datoteke slike!
+ Uredi predlogoPredloga za odgovorIme predloge
+ Skupina predlog (izbirno)PrivzetaPriljubljeno
+ Izrezek
+ Uporabi kot potrdilo o branjuSkrij v menijihBesedilo predloge
+ Ograda
+ Polno ime pošiljatelja
+ Pošiljateljev e-poštni naslov
+ Pošiljateljevo ime
+ Pošiljateljev priimekBrez dejanjaOznači kot prebranoOznači kot neprebrano
@@ -810,8 +1430,11 @@
Dodaj ključno besedoPremakniKopiraj (oznako)
+ Odgovori/Posreduj
+ Pretvorba besedila v govorSamodejne dejavnostiTrajno izbriši
+ Predvajaj zvokUredi praviloPravilo velja zaIme
@@ -824,6 +1447,13 @@
Zadeva vsebujeVsebuje prilogeGlava 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 medReg. izrazINDejanje
@@ -834,32 +1464,58 @@
Vsa sporočila v istem pogovoru in mapiIdentitetaPredloga za odgovor
+ Uporabi ime predloge kot zadevo
+ Vključi izvirno besedilo sporočila
+ Posreduj za
+ Znova pošlji
+ Priloži surovo datoteko sporočilaNaslovi 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 besedaTo 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 zdajSporočila, na katera to vpliva: %1$dPreveriPogojev za glave ni mogoče preveriti.
+ Besedilo sporočila ni na voljoUjemajoča se sporočilaNi ujemajočih se sporočil.
+ Nastavitev je v redu
+ Preveri nastavitev
+ Namesti glasovne podatkeNovo sporočiloOdZadevi
+ Besedilo
+ Izberite zvok
+ Uporabi kot budilko
+ To bo prezrlo pravila \'Ne moti\'
+ Najdaljše trajanje budilke (s)SinhronizirajMapeSporočilaSestaviTipkovnicaOveritev OAuth
+ Mapa je povezana
+ Mapa ni povezanaSamodejno prejmi vsebino sporočilaVsebino sporočila prejmi na zahtevoSinhronizacija je vklopljenaSinhronizacija je izklopljena
+ Občasno sinhronizirajPovezava je prekinjenaPovezovanjePovezano
+ Čakanje na napako
+ Poštni predal je skoraj poln.Izvajanje opravilSinhroniziranjePrejemanje
@@ -881,21 +1537,28 @@
Št. prejetih sporočil/pridobljenih glavUstavi izvajanje pravilPogovor
+ Nazadnje odprt pogovorSpremeni velikost pisaveIma osnutekIma visoko prednostIma nizko prednost
+ Je osebno
+ Je zasebno
+ Je zaupnoJe pomembnoNi pomembnoJe podpisanoJe šifriranoOveritev je spodletelaJe bilo najdeno
+ Je bilo samodeno razvrščenoJe v dremežuJe prebrskano ali iskanoJe bilo odgovorjeno
+ Je bilo posredovanoJe samo v golem besediluZahtevano je bilo potrdilo
+ Je bilo samodejno poslanoVsebuje prilogeJe priljubljenoUpravljaj s stiki
@@ -903,10 +1566,13 @@
Pokaži vsebinoSkrij vsebinoPrejmi vsebino
+ Pokaži izvirno sporočilo
+ Pokaži preoblikovano sporočiloOgrada za zunanjo slikoOgrada za vdelano slikoSledilna slikaOkvarjena slika
+ Odpri izven programaIzberi stikPrikaži Kp/SkpVstavi povezavo
@@ -917,6 +1583,7 @@
Naredi besedilo krepkoNaredi besedilo ležečePodčrtaj besedilo
+ Nastavi slog besedilaPovezava je merjenaPovezava ni merjena.Gostovanje
@@ -924,8 +1591,13 @@
PodobaPrikaži navedkeObravnavaj kot vsiljeno
+ Ustvari praviloOdjavi se s seznamaPrikaži slike
+ Skrij slike
+ Prikaži različico AMP
+ Prikaži izvirno sporočilo
+ Prikaži preoblikovano sporočiloUrediPrivzeta barvaZapri 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.PomembnoPrejemanje 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žnostiTo 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 slikeNaziv 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 lastnikaPodatki 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?DaNeKasneje
+ Prilepi kot golo besediloRazveljaviUveljavi
+ Vstavi črtoDodajOdpri s/zInfor.
+ PrejmiPoročiloPopraviPrikažiOmogočiOmogočenoOnemogoči
+ Obdrži trenutnoIzvajanjeDokončano
+ Privzeto je bilo spremenjeno.Kopiraj na odložiščeKopirano na odložiščeVprašaj, kaj storiti
@@ -1004,6 +1694,7 @@
DremežNalaganje …Ponovno pridobivanje sporočil s strežnika
+ Pojdi nazajDejanjaOdgovori s/z: \'%1$s\'Kopiraj: \'%1$s\'
@@ -1014,26 +1705,46 @@
To je značilnost Pro.Seznam značilnosti ProKupi
- 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 tednovNakup 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 znovaNepričakovana napakaDnevnik
- Samodejni pomikPoč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čilSeznam sporočil
+ Vkl./Izkl. sinhr.
+ Sinhronizacija
+ Vklopi
+ Izklopi
+ Vkl./Izkl.RačunVsiMapa
@@ -1041,7 +1752,15 @@
Samo neprebrana sporočilaSamo sporočila z zvezdicoVelikost besedila
+ Velikost blazinjenja
+ Prikaži ločilne črtePolprosojno 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.StrnjenoRazširjenoPrebrano
@@ -1082,6 +1801,7 @@
VednoVsakih 5 minut
+ Vsakih 10 minutVsakih 15 minutVsakih 30 minutVsako uro
@@ -1100,9 +1820,9 @@
10 minut
- Poenotena mapa \'Prejeto\'
- Poenotene mape
- Mape glavnega računa
+ poenoteno mapo \'Prejeto\'
+ poenotene mape
+ mape glavnega računaRač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 majhnaMajhnaSrednjaVelika
@@ -1149,7 +1870,7 @@
Na začetkuNa srediniNa koncu
- Show untruncated
+ Prikaži neprirezanoNizka
@@ -1159,8 +1880,8 @@
ObičajnaOsebno
- Private
- Confidential
+ Zasebno
+ Zaupno1
@@ -1175,6 +1896,7 @@
SrednjaVelika
+ DrobnaSamo potrdilo o branjuSamo potrdilo o dostavi
@@ -1204,14 +1926,26 @@
50 MB
- Off
+ Izklopi2,5 s5 s7,5 s10 s15 s
+
+ Cursive
+ Serif
+ Sans-serif
+ S stalno širino
+ Domišljija
+
+
+ Samo ime
+ Samo naslov
+ Ime in naslov
+
@@ -1225,13 +1959,13 @@
PrejemnikPošiljateljuBlokirano
- Not blocked
+ Ni blokirano
- Any
- Home
+ Vse
+ DomačiSlužbaDrugo
- 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örloradFortsätt ändåTryck \"tillbaka\" igen för att avslutaOtillräckligt lagringsutrymme kvar
@@ -145,6 +146,7 @@
SMTP-server för att skicka meddelandenServercertifikatGuide
+ GuiderInstallationsguiden kan användas flera gånger om för att lägga till fler kontonJag behöver en ny e-postadressManuell 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ällningarnaKontonIdentiteter
+ Logga in med GoogleAnnan leverantörEndast 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-signaturenVänligen bevilja behörigheter för att välja ett konto och läsa ditt namnGoogle 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å enhetenFelet \"AUTHENTICATE failed\" kan orsakas av att IMAP/SMTP inaktiveras av systemadministratörenAuktorisera åtkomst till ditt %1$s konto
@@ -379,6 +382,7 @@
Timeout för anslutning (sekunder)Föredra IPv4 över IPv6Strikta SSL-anslutningar
+ Kräv TLS 1.3Strikt certifikatkontrollHantera anslutningAllmänt
@@ -395,7 +399,6 @@
Använd två kolumnerMinsta skärmstorlek för uppdelning av skärmenKollapsa rad eller kolumn när en konversation stängs
- Kolumnbredd för meddelande: %1$s %%Visa alternativ för navigeringsmenyVisa kontokategorier i navigeringsmenynFäst navigeringsmenyn
@@ -470,6 +473,7 @@
Använd textstorlekarAnvänd typsnittAnvänd textjustering
+ Visa {HTML titles}Använd separata linjerKollapsa citerad textVisa bildplatshållare
@@ -480,6 +484,7 @@
Använd kontofärg som bakgrundsfärg för konversationsfältetGruppera efter kontokategoriFärglägg navigeringsfältet för Android
+ Visa antalet meddelanden eller konversationer i det översta åtgärdsfältetAnvänd medföljande typsnittTolka stilmallarVisa autentiseringsvarningar
@@ -488,6 +493,7 @@
Ingen autentiseringPartiell autentiseringFullständig autentisering
+ Återställ appstatus vid startSynkronisera vid startDubbel \"tillbaka\" för att avslutaFöreslå åtgärder (Android 10+)
@@ -530,6 +536,7 @@
Visa aviseringar endast i bakgrundenVisa endast aviseringar för kontakterInaktivera aviseringar under pågående telefonsamtal
+ Fördröj aviseringar medan Android Auto är anslutenVisa enbart en sammanställning av aviseringarVisa meddelandeförhandsvisning i aviseringarFörhandsgranska all text
@@ -614,6 +621,7 @@
Minsta klasskillnad: %1$s %%SpråkSystem
+ Språkintegration för verktygDeepL integrationJag vill använda ett SD-kortKontrollera regelbundet om FairEmail fortfarande är aktiv
@@ -627,6 +635,7 @@
Senaste rensning: %1$sApp-inställningarFler alternativ
+ Primär loggningLoggar för protokollDebug LoggingFelsökningsläge
@@ -654,7 +663,7 @@
Detta kommer alltid att återgå till mapplistan över det relaterade kontot från en meddelandelistaOm inaktiverad, kommer endast e-postadresser att användas vid val av kontakterFö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 meddelandenVisa en varning när meddelandetexten eller ämnet är tomt eller när en bilaga kanske saknasE-postservern kan fortfarande lägga till meddelanden till skickade mail mappenInfoga \'-- \' mellan texten och signaturen
@@ -691,6 +700,7 @@
Infogade bilder är bilder som ingår i meddelandetInnehållet i komprimerade filer (%1$s) med mer än %2$s filer eller med filer större än %3$s kommer inte att visasDetta 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 minuterStö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 konversationSvarsknappen 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örEndast tillgänglig på programstartare som stödsHögst tre åtgärder kommer att visas
+ Ansluten innebär att något projekteras, till exempel en karta för navigeringNya meddelandeaviseringar kommer alltid att tas bort när de sveps bort och när meddelanden markeras som lästaTryck på kanalens namn för att ange kanalens egenskaperFör att ställa in standardljudet, etc
@@ -742,7 +753,9 @@
Regex för att matcha användarnamn för inkommande e-postadresserSvara till adressInterna domännamn (kommaseparerade)
+ Tillåt UTF-8 i meddelandehuvudenDe flesta servrar stöder inte detta
+ Tillåt 8BITMIMEMaximal meddelandestorlek (MB)Begär leverans/läs kvitto som standardAnvänd den äldre typen av kvittoförfrågningsrubriker
@@ -772,7 +785,7 @@
AnpassadVärdnamnKryptering
- Ingen
+ Ingen (osäker)Tillåt osäkra anslutningarOsäkra anslutningar bör endast tillåtas på betrodda nätverk och aldrig på offentliga nätverkDu 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 filSigneringsnyckel: %1$sSenast ansluten: %1$sVäntar efter misslyckande till: %1$s
@@ -912,6 +926,7 @@
Sök efter mappTillämpa för allaRedigera kontonamn
+ Redigera kontofärgDölj mappDölj mapp om alla meddelanden har lästsEndast i mapplistan som visas på startskärmen
@@ -1256,7 +1271,7 @@
Visa HTMLOpenKeychain 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 meddelandetVerifiera signaturen för att visa meddelandetextenMeddelandet är inte signerat eller krypteratIngen signeringsnyckel vald
@@ -1320,6 +1335,9 @@
Sök iSök efter avsändareTa bort sparad sökning?
+ Namn
+ Ordning
+ FärgSortera påTidOlästa
@@ -1527,6 +1545,7 @@
Inbäddad bildplatshållareSpårningsbildTrasig bild
+ Öppna utanför appenVälj kontaktVisa kopia/dold kopiaInfoga länk
@@ -1610,6 +1629,7 @@
JaNejSenare
+ Klistra in som oformaterad textÅngraGör omInfoga rad
@@ -1680,7 +1700,6 @@
Försök igenOväntat felLogg
- Automatisk rullningRensaSök namn eller villkorExportera regler
@@ -1713,6 +1732,7 @@
Visa knapp för nytt meddelandeBakgrundsfärgFölj mörkt systemtema
+ Google tog bort mörkt läge för Android före version 10IhopfälldExpanderadLäst
@@ -1751,6 +1771,7 @@
KontinuerligtVar 5:e minut
+ Var 10:e minutVar 15:e minutVar 30:e minutVarje timme
@@ -1794,6 +1815,7 @@
Gå till nästa konversation
+ Mycket litenExtra litenLitenMellan
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ć utraconeKontynuuj mimo toUżyj przycisku \'wstecz\', aby wyjśćZa mało miejsca w pamięci
@@ -149,7 +150,7 @@
KontaTożsamościEdytuj konto
- Edycja tożsamości
+ Edytuj tożsamośćEdytuj folderWyłącz aplikację GmailUstawienia
@@ -167,6 +168,7 @@
Serwer SMTP do wysyłania wiadomościCertyfikaty serweraKreator
+ PoradnikiKreator może być używany wielokrotnie, aby skonfigurować wiele kontPotrzebujesz 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ściKontaTożsamości
+ Zaloguj się poprzez GoogleInny dostawcaTylko 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 cyfrowejPrzyznaj 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ądzeniuBłąd \"AUTHENTICATE failed\" może być spowodowany wyłączeniem protokołu IMAP/SMTP przez administratora systemuAutoryzuj dostęp do Twojego konta %1$s
@@ -404,6 +407,7 @@
Limit czasu połączenia (sekundy)Preferuj IPv4 nad IPv6Wzmocnij połączenia SSL
+ Wymagaj TLS 1.3Ścisła kontrola certyfikatuZarządzaj połączeniamiOgólne
@@ -420,7 +424,7 @@
Dwie kolumnyMinimalny rozmiar ekranu dla podziału ekranuZwiń wiersz lub kolumnę podczas zamykania rozmowy
- Szerokość kolumny wiadomości: %1$s %%
+ Szerokość kolumny wiadomości / wysokość wiersza: %1$s %%Pokaż opcje menu nawigacjiPokaż kategorie kont w menu nawigacjiPrzypnij menu nawigacji
@@ -495,6 +499,7 @@
Użyj rozmiarów tekstuUżyj czcionekUżyj wyrównania tekstu
+ Pokaż {HTML titles}Użyj linii separatoraZwiń cytowany tekstPokaż symbole zastępcze obrazu
@@ -505,6 +510,7 @@
Użyj koloru konta jako koloru tła dla paska akcji rozmowyGrupuj według kategorii kontaKoloruj pasek nawigacji Androida
+ Pokaż liczbę wiadomości lub konwersacji na górnym pasku akcjiUżyj dołączonych czcionekParsowanie arkuszy stylówPokaż ostrzeżenia o uwierzytelnieniu
@@ -513,6 +519,7 @@
Brak uwierzytelnieniaUwierzytelnianie częściowePełne uwierzytelnienie
+ Przywróć stan aplikacji przy uruchomieniuSynchronizuj podczas włączania aplikacjiPodwójne \'wstecz\', aby wyjśćSugeruj akcje (Android 10+)
@@ -555,6 +562,7 @@
Pokaż powiadomienia tylko, gdy pracuje w tlePokaż powiadomienia tylko dla kontaktówOpóźnij powiadomienia podczas połączenia
+ Opóźnij powiadomienia, gdy Android Auto jest połączonyPokaż tylko podsumowaniePokaż podgląd wiadomości w powiadomieniachPodgląd całego tekstu
@@ -639,6 +647,7 @@
Minimalna różnica klasy: %1$s %%JęzykSystemowy
+ Integracja LanguageToolIntegracja z DeepLChcę użyć karty SDOkresowo sprawdzaj, czy FairEmail jest nadal aktywny
@@ -652,6 +661,7 @@
Ostatnie czyszczenie: %1$sUstawienia aplikacjiWięcej opcji
+ Logowanie główneRejestrowanie protokołówRejestrowanie debugowaniaDebuguj
@@ -679,7 +689,7 @@
Spowoduje to zawsze powrót z listy wiadomości do listy folderów powiązanego kontaJeśli wyłączone, tylko adresy e-mail będą używane podczas wybierania kontaktówOpró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ściPokaż ostrzeżenie, gdy tekst wiadomości lub temat jest pusty lub gdy może brakować załącznikaSerwer e-mail może nadal dodawać wiadomości do folderu wysłanych wiadomościWstaw \'-- \' między tekstem a podpisem
@@ -716,6 +726,7 @@
Obrazy wstawione są obrazami zawartymi w wiadomościNie zostanie wyświetlona zawartość plików skompresowanych (%1$s), z więcej niż %2$s plikami lub z plikami większymi niż %3$sSpowoduje 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 minutObsługa wykrywania języków zależy od producenta urządzeniaAutomatycznie 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ą wyszukiwaneDostępne tylko na wspieranych launcherachWyświetlone zostaną co najwyżej trzy akcje
+ Połączony oznacza, że coś jest wyświetlane, na przykład mapa do nawigacjiPowiadomienia o nowych wiadomościach będą zawsze usuwane po przesunięciu i oznaczeniu wiadomości jako przeczytaneDotknij nazwę kanału, aby ustawić właściwości kanałuAby ustawić domyślny dźwięk, itp.
@@ -767,6 +779,7 @@
Regex, aby dopasować nazwę użytkownika dla przychodzących adresów e-mailOdpowiedz na adresWewnętrzne nazwy domen (oddzielone przecinkami)
+ Zezwalaj na UTF-8 w nagłówkach wiadomościWiększość serwerów nie wspiera tegoZezwalaj na 8BITMIMEMaksymalny rozmiar wiadomości (MB)
@@ -798,7 +811,7 @@
WłasneNazwa hostaSzyfrowanie
- Żaden
+ Brak (niebezpieczne)Zezwól na niezabezpieczone połączeniaNiebezpieczne połączenia powinny być dozwolone tylko w zaufanych sieciach, a nigdy w sieciach publicznychMoż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 plikKlucz podpisu: %1$sOstatnio połączony: %1$sOczekiwanie po niepowodzeniu do: %1$s
@@ -938,6 +952,7 @@
Szukaj folderuZastosuj dla wszystkichEdytuj nazwę konta
+ Edytuj kolor kontaUkryj folderUkryj folder, jeśli wszystkie wiadomości zostały przeczytaneTylko na liście folderów wyświetlanej na ekranie startowym
@@ -1346,6 +1361,10 @@
Szukaj wSzukaj nadawcyUsunąć zapisane wyszukiwanie?
+ Zapisane wyszukiwanie
+ Nazwa
+ Kolejność
+ KolorSortuj wgCzasNieprzeczytane
@@ -1554,6 +1573,7 @@
Symbol zastępczy obrazu wstawionegoObrazek śledzącyUszkodzony obraz
+ Otwórz poza aplikacjąWybierz kontaktPokaż DW/UDWWstaw link
@@ -1637,6 +1657,7 @@
TakNiePóźniej
+ Wklej jako zwykły tekstCofnijPonówWstaw linię
@@ -1706,7 +1727,6 @@
Spróbuj ponownieNieoczekiwany błądLog
- AutoprzewijanieWyczyśćSzukaj nazwy lub warunkuEksportuj reguły
@@ -1739,6 +1759,7 @@
Pokaż przycisk tworzenia nowej wiadomościKolor tłaPodążaj za ciemnym motywem systemowym
+ Google usunęło tryb ciemny dla Androida przed wersją 10ZwiniętaRozwiniętaPrzeczytana
@@ -1779,6 +1800,7 @@
ZawszeCo 5 minut
+ Co 10 minutCo 15 minutCo 30 minutCo godzinę
@@ -1822,6 +1844,7 @@
Idź do następnej wiadomości
+ DrobnaBardzo małyMał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 kaybolabilirYine de devam etÇıkmak için tekrar \'Geri\'yi tıklayınYeterli 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 sunucusuSunucu sertifikalarıYardımcı
+ RehberlerKurulum sihirbazı, birden fazla hesabı ayarlamak için birden çok kez kullanılabilirYeni bir e-posta adresi istiyorumElle 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ırabilirsinizHesaplarKimlikler
+ Google ile giriş yapDiğ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ışırLütfen bir hesap seçmek ve isminizi okumak için izin verinGoogle, 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 edinSSL bağlantılarını sağlamlaştır
+ TLS 1.3 gerektirKatı sertifika kontrolüBağlanabilirliği yönetGenel
@@ -397,7 +401,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
İki sütun kullanEkranı bölmek için minimum ekran boyutuBir 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österGezinme menüsünde hesap kategorilerini gösterGezinme menüsünü sabitle
@@ -472,6 +476,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
Metin boyutunu kullanYazı tiplerini kullanMetin hizalamasını kullan
+ Göster {HTML titles}Ayırıcı çizgiler kullanınAlıntılanan metni daraltGö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 kullanHesap kategorisine göre gruplaAndroid gezinme çubuğunu renklendirin
+ Eylem çubuğunda mesaj veya sohbet sayısını gösterBirlikte verilen yazı tiplerini kullanCSS\'i çözümleKimlik 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 yokKısmi kimlik doğrulamaTam kimlik doğrulama
+ Başlangıçta uygulama durumunu geri yükleUygulama açıldığında eşitleÇıkmak için geri tuşuna 2 defa basınEylem öner (Android 10+)
@@ -532,6 +539,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
Bildirimleri sadece arka plandayken gösterSadece kişilerimden gelen bildirimleri gösterGörüşme sırasında bildirimleri geciktir
+ Android Oto bağlıyken bildirimleri erteleSadece özet bildirimini gösterBildirimlerde ileti önizlemesini gösterTü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 %%DilSistem
+ Dil Aracı entegrasyonuDeepL entegrasyonuSD kart kullanmak istiyorumDü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$sUygulama 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önecektirDevre dışı bırakılırsa, kişileri seçerken yalnızca e-posta adresleri kullanılacaktırAndroid 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çecektirMesaj metni veya konu boş olduğunda veya bir ek eksik olduğunda bir uyarı gösterE-posta sunucusu, iletileri gönderilen ileti klasörüne eklemeye devam edebilirMetin 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österilmeyecekBu, 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ükleDil algılama desteği, cihaz üreticisine bağlıdırBir 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ı bilirYalnızca desteklenen launcherlar üzerinde kullanılabilirEn fazla üç eylem gösterilecek
+ Bağlandı, bir şeyin yansıtıldığı anlamına gelir, navigasyon için bir harita gibiKaydırıldığında ya da mesajlar okundu olarak işaretlendiğinde yeni mesaj bildirimleri her zaman kaldırılacaktırKanal özelliklerini ayarlamak için kanal adına dokununVarsayı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 ifadeYanıtlama adresiDahili alan adları (virgülle ayrılmış)
+ Mesaj başlıklarında UTF-8\'e izin verÇoğu sunucu bunu desteklemiyor
+ 8BITMIME\'e izin verMaksimum mesaj boyutu (MB)Varsayılan olarak iletildi/okundu bilgisi isteEski 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
ÖzelSunucu adıŞifreleme açık
- Şifreleme kapalı
+ Yok (güvenliksiz)Güvensiz bağlantılara izin verGüvensiz bağlantılara sadece güvenilen ağlarda izin verilmelidir ve halka açık ağlarda asla izin verilmemelidirBunu 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$sSon bağlantı: %1$sHatadan 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 araTümüne uygulaHesap adını düzenle
+ Hesap rengini düzenleKlasörü gizleTüm mesajlar okunduysa klasörü gizleYalnı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şivleYanıtlaGönderene cevap ver
+ Alıcıya yanıt verTümünü yanıtlaListeyi yanıtlaOkundu bilgisi gönder
@@ -1320,6 +1337,10 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
İçinde araGöndereni araKayıtlı arama silinsin mi?
+ Kaydedilmiş arama
+ Ad
+ Sıralama
+ RenkSıralaZamanOkunmadı
@@ -1527,6 +1548,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
İliştirilmiş resim vekiliİzleme görseliBozuk görüntü
+ Uygulamanın dışında açKişi seçip alCC/BCC\'yi gösterBağlantı ekle
@@ -1610,6 +1632,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
EvetHayırDaha sonra
+ Düz metin olarak yapıştırGeri AlYineleSatır ekle
@@ -1680,7 +1703,6 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
Tekrar deneyinizBeklenmedik hataKayıt defteri
- Otomatik kaydırmaTemizleArama adı veya durumuDış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österArka plan rengiKaranlık sistem temasına uyum sağla
+ Google Android 10 öncesi sürümler için karanlık modu kaldırdıDaraltılanGenişletilenOkunan
@@ -1751,6 +1774,7 @@ Gönderen etki alanını engellemek, profesyonel bir özellik olan filtre kurall
Her ZamanHer 5 dakikada
+ Her 10 dakikadaHer 15 dakikadaHer 30 dakikadaHer 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üçükKüçükOrta
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 @@
Показувати HTMLOpenKeychain не знайденоПередача в 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ấtVẫn tiếp tục\'Quay lại\' lần nữa để thoátKhô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ácSử 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ảnMộ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ậpVui 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ẫnTrình hướng dẫn có thể được sử dụng nhiều lần để thiết lập nhiều tài khoảnTôi cần một địa chỉ email mớiThiế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ínhTài khoảnDanh tính
+ Đăng nhập bằng GoogleNhà cung cấp khác
+ Chỉ email đến (không thể gửi email!)Tài khoản POP3Nhà cung cấp email đã chấp thuận OAuth chỉ với phiên bản trên CH Play và GitHubViệ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ụngHãy cấp quyền để chọn một tài khoản và đọc tên của bạnGoogle 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ốngCấp quyền truy cập vào tài khoản %1$s của bạnUỷ 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áiNhữ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àmLỗiSử 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ụngThêm
@@ -362,6 +374,7 @@
Thời gian chờ kết nối (giây)Ưu tiên IPv4 hơn IPv6Tăng bảo mật cho các kết nối SSL
+ Yêu cầu TLS 1.3Kiểm tra chứng chỉ nghiêm ngặtQuản lý sự kết nốiCài đặt chung
@@ -378,7 +391,7 @@
Sử dụng hai cộtKích cỡ màn hình tối thiểu để chia tách màn hìnhThu 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ướngHiện thể loại tài khoản trong menu điều hướngGhim 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ìnhTắt độ rộng cố định trong thư gốc
+ Sử dụng gạch ngang tự độngSử 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 địnhSử 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ảnSử 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áchThu gọn văn bản được trích dẫnHiệ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ạiNhóm theo thể loại tài khoảnTô 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ùngSử dụng phông chữ tích hợpXử lý các trang phong cáchHiện cảnh báo xác thực
@@ -470,6 +486,7 @@
Không có xác thựcXác thực một phầnXá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áoHiển thị thông báo chỉ khi ở trong nềnChỉ 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 AutoChỉ hiển thị thông báo tóm tắtHiển thị xem trước thư trong thông báoXem 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 LanguageToolTích hợp DeepLTôi muốn sử dụng thẻ SDKiểm tra định kỳ xem FairEmail vẫn hoạt động hay không
@@ -607,6 +627,7 @@
Dọn dẹpCài đặt ứng dụngThêm tuỳ chọn
+ Ghi nhật ký chínhGhi nhật ký giao thứcNhật ký gỡ lỗiChế độ 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ớiHiệ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ếuMáy chủ email vẫn có thể thêm thư vào thư mục thư đã gửiChè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ơnCá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ácThờ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ệnCá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útViệ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ạiNú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 đôiMã PIN được ưu tiên trước xác thực sinh trắc họcSẽ 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 chungMáy chủ Google biết các địa chỉ nào đang được tra cứuChỉ 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à đã đọcNhấ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 đếnTrả 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 8BITMIMEKích cỡ thư lớn nhất (MB)Yêu cầu xác nhận đã gửi/đã đọc theo mặc địnhSử dụng tiêu đề yêu cầu xác nhận cũ
@@ -750,9 +777,10 @@
Tuỳ chỉnhTê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ậtCá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ảnSố cổngTên người dùngMậ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ệpMã ký: %1$sLầ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 đọcChỉ ở danh sách thư mục hiện ở màn hình bắt đầu
@@ -1022,6 +1052,7 @@
Lưu trữTrả lờiTrả lời người nhận
+ Trả lời người nhậnTrả lời tất cảTrả lời danh sáchGửi xác nhận đã đọc
@@ -1149,6 +1180,10 @@
Gạch bỏXóa định dạngChè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ậpThêm hình ảnhChènĐính kèm
@@ -1222,10 +1257,13 @@
Mã hóaGiải mãĐồng bộ lại
+ Bảng mã
+ Tự độngHiện văn bản thuầnHiện HTMLKhô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óaKhông có mã khoá ký được chọn
@@ -1289,6 +1327,10 @@
Tìm kiếm trongTìm kiếm người gửiXóa mục tìm kiếm đã lưu?
+ Tìm kiếm đã lưu
+ Tên
+ Thứ tự
+ Màu săcSắp xếp theoThời gianChưa đọc
@@ -1496,6 +1538,7 @@
Giữ chỗ cho hình ảnh được gắn vàoHình ảnh theo dõiHình ảnh bị hỏng
+ Mở ngoài ứng dụngChọn liên hệHiện CC/BCCChè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ắtNếu bạn có câu hỏi hoặc vấn đề, hãy sử dụng menu hỗ trợ để có trợ giúpVuố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ảnNhấ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ầnHoàn tácLàm lạiChèn dòng
@@ -1648,7 +1693,6 @@
Thử lạiLỗi không mong muốnNhật ký
- Tự động cuộnXóaTìm kiếm tên hoặc điều kiệnXuất các quy tắc
@@ -1681,6 +1725,7 @@
Hiện nút soạn thư mớiMàu nềnTheo 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 10Thu gọnMở rộngĐã đọc
@@ -1718,6 +1763,7 @@
Luôn luônMỗi 5 phút
+ Mỗi 10 phútMỗi 15 phútMỗi 30 phútMỗ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 lostContinue anywayGo \'back\' again to exitInsufficient storage space left
@@ -44,6 +45,7 @@
SynchronizeNew messages
+ Tile was already addedRefreshCompose
@@ -187,6 +189,7 @@
SMTP server to send messagesServer certificatesWizard
+ TutorialsThe wizard can be used multiple times to set up multiple accountsI need a new email addressManual setup and account options
@@ -199,6 +202,8 @@
IdentitiesGmail%1$s (OAuth)
+ %1$s (Android)
+ Sign in with GoogleOther providerIncoming 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 signaturePlease grant permissions to select an account and read your nameGoogle 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 accountThe error \'AUTHENTICATE failed\' can be caused by IMAP/SMTP being disabled by the system administratorAuthorize access to your %1$s account
@@ -456,6 +461,7 @@
Standalone VPNTCP keep aliveHarden SSL connections
+ Require TLS 1.3Strict certificate checkingManage connectivity
@@ -475,7 +481,7 @@
Use two columnsMinimum screen size for splitting the screenCollapse row or column when closing a conversation
- Message column width: %1$s %%
+ Message column width / row height: %1$s %%Show navigation menu optionsShow account categories in the navigation menuPin navigation menu
@@ -555,6 +561,7 @@
Use text sizesUse fontsUse text alignment
+ Show {HTML titles}Use separator linesCollapse quoted textShow image placeholders
@@ -565,6 +572,7 @@
Use account color as background color for conversation action barGroup by account categoryColorize the Android navigation bar
+ Show the number of messages or conversations in the top action barUse bundled fontsParse style sheetsShow authentication warnings
@@ -574,6 +582,7 @@
Partial authenticationComplete authentication
+ Restore app state on startSynchronize on startDouble \'back\' to exitSuggest actions (Android 10+)
@@ -618,6 +627,7 @@
Show notifications when in the background onlyShow notifications for contacts onlyDelay notifications while on a call
+ Delay notifications while Android Auto is connectedShow summary notification onlyShow message preview in notificationsPreview all text
@@ -647,6 +657,7 @@
Use background service to synchronize messagesA background service can be stopped by Android at any time, but doesn\'t require a status bar notificationMIUI notification sound workaround
+ Add quick settings tilesPGPS/MIME
@@ -720,6 +731,7 @@
Minimum class difference: %1$s %%LanguageSystem
+ LanguageTool integrationDeepL integrationI want to use an sdcardPeriodically check if FairEmail is still active
@@ -734,6 +746,7 @@
Last cleanup: %1$sApp settingsMore options
+ Main loggingProtocol loggingDebug loggingDebug mode
@@ -750,12 +763,14 @@
sqlite WALsqlite checkpointssqlite analyze
+ sqlite auto vacuumsqlite cache: %1$s %% - %2$sChunk size: %1$dThread range: %1$d daysUse Android\'s undo managerOld WebView behaviorUse browser zoom
+ Fake darkShow recent flagMODSEQUID command
@@ -767,6 +782,7 @@
NTLMSASLAPOP
+ Use TOPIDLE/DONELogarithmic back-offTurning 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 contactsIn 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 messagesShow a warning when the message text or the subject is empty or when an attachment might be missingThe email server could still add the messages to the sent message folderInsert \'-- \' 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 shownThis will more accurately display messages, but possibly with a delay
+ Restore last app state when restarted via the launcher icon within %1$d minutesLanguage detection support depends on the device manufacturerAutomatically open message when there is just one message or just one unread message in a conversationThe 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 launchersAt most three actions will be shown
+ Connected means something is being projected, such as a map for navigationNew message notifications will always be removed on being swiped away and on marking messages readTap on the channel name to set the channel propertiesTo set the default sound, etc
@@ -955,7 +973,7 @@
EncryptionSSL/TLSSTARTTLS
- None
+ None (insecure)Allow insecure connectionsInsecure connections should only be allowed on trusted networks and never on public networksYou can enable this for account specific notifications
@@ -1017,6 +1035,7 @@
Delete this account permanently?Delete this identity permanently?Edit as HTML
+ Import fileSign key: %1$sCreated: %1$sLast connected: %1$s
@@ -1103,6 +1122,7 @@
Search for folderApply to allEdit account name
+ Edit account colorHide folderHide folder if all messages are readOnly in the folder list shown on the start screen
@@ -1389,6 +1409,7 @@
IndentationHighlightStrikethrough
+ ParenthesisCodeClear formattingInsert link
@@ -1552,6 +1573,11 @@
Delete saved search?
+ Saved search
+ Name
+ Order
+ Color
+
Sort onTimeUnread
@@ -1778,6 +1804,7 @@
Embedded image placeholderTracking imageBroken image
+ Open outside the appPick contactShow CC/BCC
@@ -1867,6 +1894,7 @@
YesNoLater
+ Paste as plain textUndoRedoInsert line
@@ -1945,7 +1973,6 @@
Unexpected errorLog
- Auto scrollClearSearch name or conditionExport rules
@@ -1983,6 +2010,8 @@
Background colorFollow dark system theme
+ Google removed dark mode for Android versions before version 10
+
CollapsedExpandedRead
@@ -2048,6 +2077,7 @@
AlwaysEvery 5 minutes
+ Every 10 minutesEvery 15 minutesEvery 30 minutesEvery hour
@@ -2060,6 +2090,7 @@
05
+ 10153060
@@ -2146,6 +2177,7 @@
+ TinyExtra smallSmallMedium
@@ -2156,6 +2188,7 @@
+ 48072010801440
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 @@