Skip to content

Commit

Permalink
Merge pull request #77 from pitiphong-p/fixed-folder-setpath-bug
Browse files Browse the repository at this point in the history
Fixed: Cannot set the folder's path.
  • Loading branch information
mronge committed Mar 6, 2013
2 parents b52df2d + 15fe9c9 commit a0bd47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CTCoreFolder.m
Expand Up @@ -137,7 +137,7 @@ - (BOOL)setPath:(NSString *)path; {
[self getUTF7String:newPath fromString:path];

char oldPath[MAX_PATH_SIZE];
[self getUTF7String:newPath fromString:myPath];
[self getUTF7String:oldPath fromString:myPath];

err = mailimap_rename([myAccount session], oldPath, newPath);

Expand Down

0 comments on commit a0bd47f

Please sign in to comment.