1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-15 01:25:10 +02:00

Feature: Add ability to mark all search results as read (#476)

This commit is contained in:
Ralph Slooten
2025-04-06 18:11:37 +12:00
parent 04289091bc
commit 1400936760
8 changed files with 252 additions and 80 deletions

View File

@ -57,6 +57,7 @@ export default {
mailbox.tags = response.data.tags // all tags
mailbox.messages = response.data.messages // current messages
mailbox.count = response.data.messages_count // total results for this mailbox/search
mailbox.messages_unread = response.data.messages_unread // total unread results for this mailbox/search
// ensure the pagination remains consistent
pagination.start = response.data.start