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:
parent
aab3de3dd2
commit
e46c9cbd47
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue