mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: 5d934fdcbb19564864f0bc91a496192a5d0e2d3e
Monotone-Revision: 533cfe8838587987ff2e1ab8c7ed56d0e4b66bb4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-06T15:24:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -477,7 +477,7 @@
|
||||
purpose = purposes;
|
||||
while (*purpose)
|
||||
{
|
||||
key = [NSString stringWithFormat: @"%@Folder", purpose];
|
||||
key = [NSString stringWithFormat: @"%@Folder", *purpose];
|
||||
folderName = [mailSettings objectForKey: key];
|
||||
if ([folderName length]
|
||||
&& [self _migrateFolderWithPurpose: *purpose
|
||||
|
||||
Reference in New Issue
Block a user