summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_storage.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-28 20:21:09 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-28 20:21:09 +0100
commit30cc01f89daea932d15a1a505d25b543913664ac (patch)
treef01818f99232bd3b9a500ed2cbc7a9e187e6d99d /program/lib/Roundcube/rcube_storage.php
parent511e1668e6f4a00818128e6b6c7dea0f75d33672 (diff)
Use Delivered-To header as a last resort for identity selection (#1488840)
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 1556aae41..245d911c0 100644
--- a/program/lib/Roundcube/rcube_storage.php
+++ b/program/lib/Roundcube/rcube_storage.php
@@ -64,6 +64,7 @@ abstract class rcube_storage
'MAIL-FOLLOWUP-TO',
'MAIL-REPLY-TO',
'RETURN-PATH',
+ 'DELIVERED-TO',
);
const UNKNOWN = 0;