mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Oops
This commit is contained in:
@@ -1797,7 +1797,7 @@ public class MessageHelper {
|
||||
String unsubscribe = list.substring(s + 1, e);
|
||||
if (TextUtils.isEmpty(unsubscribe))
|
||||
; // Empty address
|
||||
h else if (unsubscribe.toLowerCase(Locale.ROOT).startsWith("mailto:")) {
|
||||
else if (unsubscribe.toLowerCase(Locale.ROOT).startsWith("mailto:")) {
|
||||
if (mailto == null) {
|
||||
try {
|
||||
MailTo.parse(unsubscribe);
|
||||
|
||||
Reference in New Issue
Block a user