mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Revert "Use outbox as sent messages folder as last resort"
This reverts commit 8f402c8105
.
This commit is contained in:
parent
6ce4ddb474
commit
a9c41e4c0f
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||||
put("envoyé", new TypeScore(EntityFolder.SENT, 100));
|
put("envoyé", new TypeScore(EntityFolder.SENT, 100));
|
||||||
put("Отправленные", new TypeScore(EntityFolder.SENT, 100));
|
put("Отправленные", new TypeScore(EntityFolder.SENT, 100));
|
||||||
put("Inviata", 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
|
static final int DEFAULT_SYNC = 7; // days
|
||||||
|
|
Loading…
Reference in a new issue