pull/40/head
Ludovic Marcotte 2014-05-16 08:33:06 -04:00
parent c426afd7f2
commit 2f7979c796
2 changed files with 2 additions and 1 deletions

View File

@ -546,7 +546,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
name = [name substringFromIndex: 1];
if ([name hasSuffix: @"/"])
name = [name substringToIndex: [name length]-2];
name = [name substringToIndex: [name length]-1];
type = [[folderMetadata objectForKey: @"type"] activeSyncFolderType];

1
NEWS
View File

@ -27,6 +27,7 @@ Bug fixes
- fixed the IMAP copy/move operation between subfolders in different accounts
- fixed synchronization of seen/unseen status of msgs in Webmail (#2715)
- fixed focus of popup windows open through a contextual menu with Firefox on Windows 7
- fixed missing characters in shared folder names over ActiveSync (#2709)
2.2.3 (2014-04-03)
------------------