aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-22 17:31:08 -0700
committerzotlabs <mike@macgirvin.com>2017-06-22 17:31:08 -0700
commit3b4f70ae83e458720f7af2446c66dcf5e0d55ace (patch)
tree1d7ce4b7d25f13e7de75838d7d839bc6d66d5778 /Zotlabs
parent37b9a809a600e6bb28b210a2d4dfee986fb28fc9 (diff)
downloadvolse-hubzilla-3b4f70ae83e458720f7af2446c66dcf5e0d55ace.tar.gz
volse-hubzilla-3b4f70ae83e458720f7af2446c66dcf5e0d55ace.tar.bz2
volse-hubzilla-3b4f70ae83e458720f7af2446c66dcf5e0d55ace.zip
Several things about mail storage weren't quite right.
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Conversations.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Widget/Conversations.php b/Zotlabs/Widget/Conversations.php
index ee9c6d2b0..8bcc09e3c 100644
--- a/Zotlabs/Widget/Conversations.php
+++ b/Zotlabs/Widget/Conversations.php
@@ -12,10 +12,6 @@ class Conversations {
if(argc() > 1) {
switch(argv(1)) {
- case 'combined':
- $mailbox = 'combined';
- $header = t('Conversations');
- break;
case 'inbox':
$mailbox = 'inbox';
$header = t('Received Messages');