mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Revert "Recognize Boîte d'envoi as sent-messages folder"
This reverts commit def5462c87.
This commit is contained in:
@@ -245,7 +245,6 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
put("sent", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("Gesendet", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("envoyé", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("envoi", new TypeScore(EntityFolder.SENT, 50)); // Boîte d'envoi
|
||||
put("Отправленные", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("Inviata", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("wysłane", new TypeScore(EntityFolder.SENT, 100)); // Polish
|
||||
|
||||
Reference in New Issue
Block a user