check whether mailboxes have message/etc counts through an "upgrade" boolean flag

Instead of using the per-mailbox flag, and going through all mailboxes when
opening an account.
This commit is contained in:
Mechiel Lukkien
2025-03-23 12:45:21 +01:00
parent b37faa06bd
commit a68a9d8a48
4 changed files with 36 additions and 29 deletions

View File

@ -1695,7 +1695,7 @@
},
{
"Name": "HaveCounts",
"Docs": "Whether MailboxCounts have been initialized.",
"Docs": "Deprecated. Covered by Upgrade.MailboxCounts. No longer read.",
"Typewords": [
"bool"
]