From 85b58f0dcc557baf087e2130a73233df04e6d5b6 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 4 Jul 2011 18:56:54 +0000 Subject: - Fix lack of Cc and Reply-To headers on messages list, add them to default headers list (#1487989) git-svn-id: https://svn.roundcube.net/trunk@4905 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_imap.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'roundcubemail/program/include/rcube_imap.php') diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index c2a4a0dc2..411be5202 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -83,16 +83,14 @@ class rcube_imap /** * All (additional) headers used (in any way) by Roundcube - * Not listed here: DATE, FROM, TO, SUBJECT, CONTENT-TYPE, LIST-POST + * Not listed here: DATE, FROM, TO, CC, REPLY-TO, SUBJECT, CONTENT-TYPE, LIST-POST * (used for messages listing) are hardcoded in rcube_imap_generic::fetchHeaders() * * @var array * @see rcube_imap::fetch_add_headers */ private $all_headers = array( - 'REPLY-TO', 'IN-REPLY-TO', - 'CC', 'BCC', 'MESSAGE-ID', 'CONTENT-TRANSFER-ENCODING', -- cgit v1.2.3