Open
Bug 1837099
Opened 2 years ago
Updated 2 years ago
Local folder content not updated in UI if I programatically (python) remove messages from the folder
Categories
(Thunderbird :: Folder and Message Lists, enhancement)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: dev.deque, Unassigned)
Details
Steps to reproduce:
Using Python & the Mailbox library, in code, move a few emails from folder A to B. (Create new emails in folder B that are in A. Then delete the emails in folder A.)
Actual results:
Emails are "moved." But Thunderbird still thinks there are emails in folder A. There are no "get messages" option for Local Folders. The content is not updated unless you restart Thunderbird.
Expected results:
The UI should reflect the changes to modified Local Folders and mbox files or an option to refresh it all.
Updated•2 years ago
|
Summary: Local folder content not updated in UI → Local folder content not updated in UI if I programatically (python) remove messages from the folder
You need to log in
before you can comment on or make changes to this bug.
Description
•