pull/194/merge
M66B 3 years ago
parent 6e5a0fbcd9
commit f0733908c9

@ -329,7 +329,7 @@ public class FragmentCompose extends FragmentBase {
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "encrypt"); private static ExecutorService executor = Helper.getBackgroundExecutor(1, "encrypt");
private static final List<String> DO_NOT_REPLY = Collections.unmodifiableList(Arrays.asList( 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 @Override

Loading…
Cancel
Save