From b825f86108a91957f6467176e418cfc257874658 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 04 Aug 2013 04:41:02 -0400
Subject: [PATCH] Move identity selection based on non-standard headers into (new) identity_select plugin (#1488553)

---
 program/lib/Roundcube/rcube_storage.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/program/lib/Roundcube/rcube_storage.php b/program/lib/Roundcube/rcube_storage.php
index 4b336f2..de83345 100644
--- a/program/lib/Roundcube/rcube_storage.php
+++ b/program/lib/Roundcube/rcube_storage.php
@@ -61,8 +61,6 @@
         'MAIL-FOLLOWUP-TO',
         'MAIL-REPLY-TO',
         'RETURN-PATH',
-        'DELIVERED-TO',
-        'ENVELOPE-TO',
     );
 
     const UNKNOWN       = 0;

--
Gitblit v1.9.1