mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-08 08:21:23 +00:00
Fix for bug #2709
This commit is contained in:
@@ -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
1
NEWS
@@ -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)
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user