]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Link to displayed contact URL no matter the "Stay local" setting value
[friendica.git] / view / theme / vier / theme.php
index e357f2c043ec4877d7a58d1f913a5fbd8280ed15..c1562983812416cab64d99939fbf78051582ee94 100644 (file)
@@ -285,7 +285,7 @@ function vier_community_info()
                        $r[] = ["photo" => "images/wordpress.png", "name" => "Wordpress"];
                }
 
-               if (function_exists("imap_open") && !DI::config()->get("system", "imap_disabled") && !DI::config()->get("system", "dfrn_only")) {
+               if (function_exists("imap_open") && !DI::config()->get("system", "imap_disabled")) {
                        $r[] = ["photo" => "images/mail.png", "name" => "E-Mail"];
                }