mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Enable one click subscribe
This commit is contained in:
@@ -3032,7 +3032,7 @@ public class MessageHelper {
|
||||
e = list.indexOf('>', s + 1);
|
||||
}
|
||||
|
||||
if (!BuildConfig.DEBUG || link != null && !link.startsWith("https://"))
|
||||
if (link != null && !link.startsWith("https://"))
|
||||
oneclick = false;
|
||||
|
||||
if (link != null)
|
||||
|
||||
Reference in New Issue
Block a user