We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following use case: I have my INBOX on IMAP, and my Sent folder locally. Sometimes I show a thread as a list (opened in a separate tab).
Then I mark all messages of the thread, press M, and select a folder where that thread should go.
Expected result: All messages are moved. Actual result: Only the messages from INBOX are moved.
Moving the remaining messages from Sent "again" then works just fine.
It seems there is something going internally that prevents moving messages from multiple accounts being moved together.
The text was updated successfully, but these errors were encountered:
I tested your use case and I found this:
If I move email B alone, it's moved in the destination IMAP folder.
May you confirm this behaviour?
Sorry, something went wrong.
Ah, I only looked at the list view, where the messages from the other account still remained, so I assumed they were not touched.
But now I looked in the destination folder, and indeed, the messages by myself (which were in the local account) appear there twice.
So from that result I can confirm your observation, yes.
Thank you for your feedback.
It seems to be a Thunderbird API error, I filed a bug https://bugzilla.mozilla.org/show_bug.cgi?id=1950442.
No branches or pull requests
Following use case: I have my INBOX on IMAP, and my Sent folder locally. Sometimes I show a thread as a list (opened in a separate tab).
Then I mark all messages of the thread, press M, and select a folder where that thread should go.
Expected result: All messages are moved.
Actual result: Only the messages from INBOX are moved.
Moving the remaining messages from Sent "again" then works just fine.
It seems there is something going internally that prevents moving messages from multiple accounts being moved together.
The text was updated successfully, but these errors were encountered: