diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-12 08:54:33 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-12 08:54:33 +0100 |
commit | bb5d7282855dd83ccdd211cb77d0776dce71468e (patch) | |
tree | 371bfc9a6e7fb5679fe6db5f59bc8acd353a2334 /program/lib | |
parent | 3a1a361422c93da782d51719df5112fe734dd11c (diff) |
Use also Envelope-To for identity selection (#1488553)
Diffstat (limited to 'program/lib')
-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 245d911c0..7ec05b7af 100644 --- a/program/lib/Roundcube/rcube_storage.php +++ b/program/lib/Roundcube/rcube_storage.php @@ -65,6 +65,7 @@ abstract class rcube_storage 'MAIL-REPLY-TO', 'RETURN-PATH', 'DELIVERED-TO', + 'ENVELOPE-TO', ); const UNKNOWN = 0; |