From 3fe6c7082c89c0a8454e015beb08899b36b3b83e Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 08 Nov 2011 02:45:30 -0500
Subject: [PATCH] Remove unused cruft
---
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 1ecdfcd..969e101 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -594,7 +594,6 @@
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
--
Gitblit v1.9.1