mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
no.reply
This commit is contained in:
parent
6e5a0fbcd9
commit
f0733908c9
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "encrypt");
|
||||
|
||||
private static final List<String> DO_NOT_REPLY = Collections.unmodifiableList(Arrays.asList(
|
||||
"noreply", "no-reply", "do-not-reply"
|
||||
"noreply", "no.reply", "no-reply", "do-not-reply"
|
||||
));
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue