diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-28 17:40:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-28 17:40:38 +0200 |
commit | b97102da01b2e81018e86c29092059704ee20da8 (patch) | |
tree | 8789f3e4f9792121245316f5a10a1f6146ec1c1c /mod/message.php | |
parent | ed876a9c529f59fa62bb45805aa4f355fe0e2c0d (diff) | |
download | volse-hubzilla-b97102da01b2e81018e86c29092059704ee20da8.tar.gz volse-hubzilla-b97102da01b2e81018e86c29092059704ee20da8.tar.bz2 volse-hubzilla-b97102da01b2e81018e86c29092059704ee20da8.zip |
private mail: bring additional inbox/outbox views and ajaxify single message drop
Diffstat (limited to 'mod/message.php')
-rw-r--r-- | mod/message.php | 4 |
1 files changed, 2 insertions, 2 deletions
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)) { |