diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-28 20:21:09 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-28 20:21:09 +0100 |
commit | 30cc01f89daea932d15a1a505d25b543913664ac (patch) | |
tree | f01818f99232bd3b9a500ed2cbc7a9e187e6d99d /program/lib/Roundcube/rcube_storage.php | |
parent | 511e1668e6f4a00818128e6b6c7dea0f75d33672 (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.php | 1 |
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; |