mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Use outbox as sent messages folder as last resort
For example laposte.net
This commit is contained in:
parent
244bbb0e32
commit
8f402c8105
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue