summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_storage.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-12 08:54:33 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-12 08:54:33 +0100
commitbb5d7282855dd83ccdd211cb77d0776dce71468e (patch)
tree371bfc9a6e7fb5679fe6db5f59bc8acd353a2334 /program/lib/Roundcube/rcube_storage.php
parent3a1a361422c93da782d51719df5112fe734dd11c (diff)
Use also Envelope-To for identity selection (#1488553)
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 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;