private mail: bring additional inbox/outbox views and ajaxify single message drop

This commit is contained in:
Mario Vavti
2015-09-28 17:40:38 +02:00
parent ed876a9c52
commit b97102da01
7 changed files with 39 additions and 32 deletions

View File

@@ -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)) {