mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Revert "Use outbox as sent messages folder as last resort"
This reverts commit 8f402c8105.
This commit is contained in:
@@ -222,7 +222,6 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
put("envoyé", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("Отправленные", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("Inviata", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("Outbox", new TypeScore(EntityFolder.SENT, 50));
|
||||
}};
|
||||
|
||||
static final int DEFAULT_SYNC = 7; // days
|
||||
|
||||
Reference in New Issue
Block a user