Aleksander Machniak
2013-10-30 a6cc96a55def228775780b7e0c49eced0a23dc1a
plugins/archive/archive.php
@@ -208,7 +208,17 @@
      $rcmail->output->show_message($this->gettext('archived'), 'confirmation');
    }
    $rcmail->output->command('plugin.move2archive_response', $result);
    if ($_POST['_from'] == 'show' && !empty($result['update'])) {
      if ($next = get_input_value('_next_uid', RCUBE_INPUT_GPC)) {
        $rcmail->output->command('show_message', $next);
      }
      else {
        $rcmail->output->command('command', 'list');
      }
    }
    else {
      $rcmail->output->command('plugin.move2archive_response', $result);
    }
  }
  /**