1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Guess spam French

This commit is contained in:
Marcel Bokhorst 2020-04-08 21:58:29 +02:00 committed by GitHub
parent ec946b5541
commit cf7be353b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
put("corbeille", EntityFolder.TRASH);
put("junk", EntityFolder.JUNK);
put("spam", EntityFolder.JUNK);
put("quarantaine", EntityFolder.JUNK);
put("pourriel", EntityFolder.JUNK);
put("sent", EntityFolder.SENT);
put("envoyé", EntityFolder.SENT);
}};