Revert "Recognize Boîte d'envoi as sent-messages folder"

This reverts commit def5462c87.
pull/217/head
M66B 11 months ago
parent 8d4ff8ba07
commit 66b8cf6b35

@ -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

Loading…
Cancel
Save