mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 12:05:28 +00:00
merge of '48fff7af102a6b39298ffbb7c4da0976ee074625'
and '5bcb309e0f6b76e9e7affc6ec688d4cbd7b5bef4' Monotone-Parent: 48fff7af102a6b39298ffbb7c4da0976ee074625 Monotone-Parent: 5bcb309e0f6b76e9e7affc6ec688d4cbd7b5bef4 Monotone-Revision: 9b0e70cef01c0afdbc1684211507c86871122671 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-04-26T17:51:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -95,9 +95,9 @@
|
||||
ASSIGN(draftsFolderName, [specialFolders objectAtIndex: 1]);
|
||||
ASSIGN(sentFolderName, [specialFolders objectAtIndex: 2]);
|
||||
ASSIGN(trashFolderName, [specialFolders objectAtIndex: 3]);
|
||||
if ([specialFolders count] == 5)
|
||||
if ([specialFolders count] > 4)
|
||||
ASSIGN(otherUsersFolderName, [specialFolders objectAtIndex: 4]);
|
||||
if ([specialFolders count] == 6)
|
||||
if ([specialFolders count] > 5)
|
||||
ASSIGN(sharedFoldersName, [specialFolders objectAtIndex: 5]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user