mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Recognize Boîte d'envoi as sent-messages folder
This commit is contained in:
@@ -245,6 +245,7 @@ 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