1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Added French no-reply addresses

This commit is contained in:
M66B 2024-04-28 20:07:16 +02:00
parent aab3de3dd2
commit e46c9cbd47

View file

@ -226,7 +226,9 @@ public class MessageHelper {
"donotreply", "donotreply",
"do.not.reply", "do.not.reply",
"do-not-reply", "do-not-reply",
"nicht.antworten" "nicht.antworten",
"nepasrepondre",
"ne-pas-repondre"
)); ));
static final String FLAG_FORWARDED = "$Forwarded"; static final String FLAG_FORWARDED = "$Forwarded";