]> git.mxchange.org Git - friendica.git/commitdiff
Use the "inbox" symbol as a symbol for mails
authorMichael <heluecht@pirati.ca>
Wed, 15 Jan 2020 04:09:58 +0000 (04:09 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 15 Jan 2020 04:09:58 +0000 (04:09 +0000)
src/Content/ContactSelector.php

index 7a36ea8c681be56a7ad77e9755402e2d96f76fce..ee1f0ca84ca07cc1fa92ff4442f121c24ee1f7fe 100644 (file)
@@ -182,7 +182,7 @@ class ContactSelector
                        Protocol::DFRN      =>   'friendica',
                        Protocol::OSTATUS   =>   'gnu-social', // There is no generic OStatus icon
                        Protocol::FEED      =>   'rss',
-                       Protocol::MAIL      =>   'file-text-o', /// @todo
+                       Protocol::MAIL      =>   'inbox',
                        Protocol::DIASPORA  =>   'diaspora',
                        Protocol::ZOT       =>   'hubzilla',
                        Protocol::LINKEDIN  =>   'linkedin',