Remove unused cruft

pull/1/head
thomascube 13 years ago
parent aa546e1788
commit 3fe6c7082c

@ -594,7 +594,6 @@ class rcmail
return;
$this->imap = new rcube_imap();
$this->imap->debug_level = $this->config->get('debug_level');
$this->imap->skip_deleted = $this->config->get('skip_deleted');
// enable caching of imap data

@ -32,7 +32,6 @@
*/
class rcube_imap
{
public $debug_level = 1;
public $skip_deleted = false;
public $page_size = 10;
public $list_page = 1;

Loading…
Cancel
Save