-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_webmail: Provide updated message counts and size following EXPUNGE.
* If all the messages in a folder are expunged, explicitly tell the frontend that the folder has 0 messages, 0 unseen messages, and has size 0. Previously, these were not provided on the short-circuit path for empty mailbox, so the frontend didn't reflect that. * Following EXPUNGE, also provide the mailbox's new size if it's convenient to ask for. This allows the frontend to update the size of the mailbox following an EXPUNGE.
- Loading branch information
1 parent
17efeea
commit 3223e87
Showing
1 changed file
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters