Open
Description
This is a regression following the recent necessary changed in QF 5.15.1 to avoid monkey patching internal functions of Thunderbird.
In order to fix issue #328 to allow moving mails from different folders via quickMove, the quickMove routine currently breaks up the array of mails of into single messages. This can be improved by grouping the mails based on their source folders instead.