mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Debug one click unsubscribe
This commit is contained in:
@@ -3030,7 +3030,7 @@ public class MessageHelper {
|
||||
e = list.indexOf('>', s + 1);
|
||||
}
|
||||
|
||||
if (true || link != null && !link.startsWith("https://"))
|
||||
if (!BuildConfig.DEBUG || link != null && !link.startsWith("https://"))
|
||||
oneclick = false;
|
||||
|
||||
if (link != null)
|
||||
|
||||
Reference in New Issue
Block a user