From fbe54043cf598b19a753dc2b21a7ed558d23fd15 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 Aug 2011 13:40:07 -0400
Subject: [PATCH] Fix folders drop-down list: descend into root folder (e.g. INBOX) even if part of the exception list

---
 program/localization/en_GB/labels.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc
index 39b729b..ebe86c7 100644
--- a/program/localization/en_GB/labels.inc
+++ b/program/localization/en_GB/labels.inc
@@ -24,7 +24,7 @@
 $labels['server'] = 'Server';
 $labels['login'] = 'Login';
 $labels['logout'] = 'Logout';
-$labels['mail'] = 'E-Mail';
+$labels['mail'] = 'Mail';
 $labels['settings'] = 'Personal Settings';
 $labels['addressbook'] = 'Address Book';
 $labels['inbox'] = 'Inbox';
@@ -204,7 +204,7 @@
 $labels['name'] = 'Display name';
 $labels['firstname'] = 'First name';
 $labels['surname'] = 'Last name';
-$labels['email'] = 'E-Mail';
+$labels['email'] = 'Email';
 $labels['addcontact'] = 'Add new contact';
 $labels['editcontact'] = 'Edit contact';
 $labels['contacts'] = 'Contacts';

--
Gitblit v1.9.1