From b97102da01b2e81018e86c29092059704ee20da8 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 28 Sep 2015 17:40:38 +0200 Subject: private mail: bring additional inbox/outbox views and ajaxify single message drop --- mod/message.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/message.php') diff --git a/mod/message.php b/mod/message.php index f8d71aa44..73239d2cb 100644 --- a/mod/message.php +++ b/mod/message.php @@ -24,7 +24,7 @@ function message_content(&$a) { if(! $cipher) $cipher = 'aes256'; - +/* if((argc() == 3) && (argv(1) === 'dropconv')) { if(! intval(argv(2))) return; @@ -34,7 +34,7 @@ function message_content(&$a) { info( t('Conversation removed.') . EOL ); goaway($a->get_baseurl(true) . '/mail/combined' ); } -/* + if(argc() == 2) { switch(argv(1)) { -- cgit v1.2.3