1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00
This commit is contained in:
M66B 2021-11-08 11:26:20 +01:00
parent 6e5a0fbcd9
commit f0733908c9

View file

@ -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