summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_storage.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-18 12:54:38 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-18 12:54:38 +0100
commit83370e5ff14f55f6af435807713956160f91abfa (patch)
treef6e4abed66a6293661602c1d973e77043301d81b /program/lib/Roundcube/rcube_storage.php
parentdfc57863d1b054534f8e0ce8e3babb38d4fe89cb (diff)
Display 'Sender' header in message preview
Diffstat (limited to 'program/lib/Roundcube/rcube_storage.php')
-rw-r--r--program/lib/Roundcube/rcube_storage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_storage.php b/program/lib/Roundcube/rcube_storage.php
index 65de2660c..8a36f1f9d 100644
--- a/program/lib/Roundcube/rcube_storage.php
+++ b/program/lib/Roundcube/rcube_storage.php
@@ -53,6 +53,7 @@ abstract class rcube_storage
protected $all_headers = array(
'IN-REPLY-TO',
'BCC',
+ 'SENDER',
'MESSAGE-ID',
'CONTENT-TRANSFER-ENCODING',
'REFERENCES',