From b813011902e35aed53f628b93e8502f217c5c628 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 2 Oct 2015 13:34:46 +0200 Subject: [PATCH] Remove unused property --- program/lib/Roundcube/rcube_imap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index dfcfb5122..8d451111c 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -62,7 +62,6 @@ class rcube_imap extends rcube_storage protected $sort_field = ''; protected $sort_order = 'DESC'; protected $struct_charset; - protected $msg_headers = array(); protected $search_set; protected $search_string = ''; protected $search_charset = '';