diff options
author | Mario <mario@mariovavti.com> | 2021-05-28 08:11:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-28 08:11:40 +0000 |
commit | 0718ac514d2421a96ab191f874a0cd8b120a5a78 (patch) | |
tree | 61640e142ee1412b2fa2856d1ec09807cf4be0bc /Zotlabs/Widget/Notifications.php | |
parent | d289994da4b7717199abf8bf8d43b1a021f250fe (diff) | |
download | volse-hubzilla-0718ac514d2421a96ab191f874a0cd8b120a5a78.tar.gz volse-hubzilla-0718ac514d2421a96ab191f874a0cd8b120a5a78.tar.bz2 volse-hubzilla-0718ac514d2421a96ab191f874a0cd8b120a5a78.zip |
remove deprecated mail code
Diffstat (limited to 'Zotlabs/Widget/Notifications.php')
-rw-r--r-- | Zotlabs/Widget/Notifications.php | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Zotlabs/Widget/Notifications.php b/Zotlabs/Widget/Notifications.php index dd5a6cd46..d59312148 100644 --- a/Zotlabs/Widget/Notifications.php +++ b/Zotlabs/Widget/Notifications.php @@ -68,21 +68,6 @@ class Notifications { ]; $notifications[] = [ - 'type' => 'mail', - 'icon' => 'envelope', - 'severity' => 'danger', - 'label' => t('New Mails'), - 'title' => t('New Mails Notifications'), - 'viewall' => [ - 'url' => 'mail/combined', - 'label' => t('View your private mails') - ], - 'markall' => [ - 'label' => t('Mark all messages seen') - ] - ]; - - $notifications[] = [ 'type' => 'all_events', 'icon' => 'calendar', 'severity' => 'secondary', @@ -187,4 +172,4 @@ class Notifications { } } - + |