diff options
author | thomascube <thomas@roundcube.net> | 2011-11-08 07:45:30 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-08 07:45:30 +0000 |
commit | 3fe6c7082c89c0a8454e015beb08899b36b3b83e (patch) | |
tree | 19348421567d90819d4570a46fea12f61aebd9b6 /program/include/rcmail.php | |
parent | aa546e17887931ccaf6390c2d6a31e028db70aaf (diff) |
Remove unused cruft
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 1ecdfcde0..969e101f7 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -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 |