mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Use outbox as sent messages folder as last resort
For example laposte.net
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user