aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-04 13:43:16 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-04 13:43:16 +0200
commit26b97722c619a37bf343a2cbdc148c17520857d7 (patch)
tree8c2a7a9e740dd18e40ac99d8975e2a1cd530707e /include/widgets.php
parent38fe928d06c56a3dc0d2966ace52f107759aa356 (diff)
downloadvolse-hubzilla-26b97722c619a37bf343a2cbdc148c17520857d7.tar.gz
volse-hubzilla-26b97722c619a37bf343a2cbdc148c17520857d7.tar.bz2
volse-hubzilla-26b97722c619a37bf343a2cbdc148c17520857d7.zip
remove check mail - it just reloads the page. we get a notification in the panel if we get new mail
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 9c8596a66..3e6fdb04c 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -565,12 +565,6 @@ function widget_mailmenu($arr) {
return replace_macros(get_markup_template('message_side.tpl'), array(
'$title' => t('Private Mail Menu'),
- '$check'=>array(
- 'label' => t('Check Mail'),
- 'url' => $a->get_baseurl(true) . '/mail/combined',
- 'sel' => (argv(1) == ''),
- ),
-
'$combined'=>array(
'label' => t('Combined View'),
'url' => $a->get_baseurl(true) . '/mail/combined',