Thomas Bruederli
2014-04-08 1e9a59ab89ed69d4bf3cd2d306e1c3f8821f4018
program/steps/mail/move_del.inc
@@ -60,7 +60,13 @@
        $OUTPUT->show_message('messagemoved', 'confirmation');
    }
    $addrows = true;
    if (!empty($_POST['_refresh'])) {
        // FIXME: send updated message rows instead of releading the entire list
        $OUTPUT->command('refresh_list');
    }
    else {
        $addrows = true;
    }
}
// delete messages 
else if ($RCMAIL->action=='delete' && !empty($_POST['_uid'])) {