mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-18 20:07:58 +00:00
bugfix foldingThread; Renaming a foldername with a space was not correctly handled
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
keyForMsgUIDs = [NSString stringWithFormat:@"/%@/%@", currentAccount, currentMailbox];
|
keyForMsgUIDs = [NSString stringWithFormat:@"/%@/%@", currentAccount, currentMailbox];
|
||||||
|
|
||||||
newFolderName = [[context request] formValueForKey: @"name"];
|
newFolderName = [[context request] formValueForKey: @"name"];
|
||||||
newKeyForMsgUIDs = [NSString stringWithFormat:@"/%@/folder%@", currentAccount, newFolderName];
|
newKeyForMsgUIDs = [[NSString stringWithFormat:@"/%@/folder%@", currentAccount, newFolderName] asCSSIdentifier];
|
||||||
error = [co renameTo: newFolderName];
|
error = [co renameTo: newFolderName];
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user