mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #334] Delete ALL sometimes shows 0 messages to delete even though the inbox has messages #222
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tmulle on GitHub (Jul 15, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/334
This is a very minor thing, but when you load the page and watch the inbox fill up with emails and don't click anything on the page other than the
Delete Allbutton, it will say "0 messages will be deleted"I've tested this in the standalone window and the Quarkus Dev UI embedded view mode.
This is on Fedora with Firefox and Chrome.. haven't tested with anything else at the moment.
@axllent commented on GitHub (Jul 16, 2024):
@tmulle Good catch! Currently that total is set when the inbox view is loaded, but not updated when new messages arrive. It was using the same logic as filtered views (searches / tags) which do not automatically update when new messages arrive.
I've pushed a fix for this, but won't won't release a new version just yet ~ I try stagger the releases by a week unless it's a critical fix as not to annoy package maintainers by releasing every other day ;-)
Thanks for reporting!
@melloware commented on GitHub (Jul 16, 2024):
Thanks for the quick fix @axllent !
@axllent commented on GitHub (Jul 21, 2024):
@melloware This has now been released in v1.19.2. Please can you confirm this fixes the issue for you, thanks!
@melloware commented on GitHub (Jul 21, 2024):
Thank you @axllent it works. Safe to close ticket!