Whenever I create a new subfolder from the QuickMove box, if that subfolder has spaces in its name, an error is raised:
QuickFolders.Util.moveMessages:TypeError: targetFolder is null
To reproduce:
- Select a message from the inbox
- QuickMove (I use the keyboard shortcut Shift-M)
- Type in Parent folder name with slash (e.g. "Notes/")
- Type in new folder name (e.g. "Test Folder", QuickMove box now reads "Notes/Test Folder")
- Select the "Create subfolder" suggestion.
- Press Enter
The target folder is created, but moving the message fails (as the error suggests). If I then launch QuickMove again and type the target folder (with spaces), it successfully moves the message.
I guess this is a minor error in how QuickMove calls moveMessages after creating the folder, as the regular move afterwards completes successfully. It's also not super critical, as the workaround is obvious and only requires a few more keystrokes. I just encountered it one too many times and thought I'd report it :)
Whenever I create a new subfolder from the QuickMove box, if that subfolder has spaces in its name, an error is raised:
To reproduce:
The target folder is created, but moving the message fails (as the error suggests). If I then launch QuickMove again and type the target folder (with spaces), it successfully moves the message.
I guess this is a minor error in how QuickMove calls
moveMessagesafter creating the folder, as the regular move afterwards completes successfully. It's also not super critical, as the workaround is obvious and only requires a few more keystrokes. I just encountered it one too many times and thought I'd report it :)