@bobfrankston/rmfmail 1.1.183 → 1.1.184
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/app.bundle.js +0 -1
- package/client/app.bundle.js.map +2 -2
- package/client/components/message-list.js +0 -1
- package/client/components/message-list.js.map +1 -1
- package/client/components/message-list.ts +0 -1
- package/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-28880 → node_modules.npmglobalize-stash-69264}/.package-lock.json +0 -0
package/client/app.bundle.js
CHANGED
|
@@ -3076,7 +3076,6 @@ async function loadUnifiedInbox(autoSelect = true) {
|
|
|
3076
3076
|
if (myGen !== loadGen)
|
|
3077
3077
|
return;
|
|
3078
3078
|
totalMessages = result.total;
|
|
3079
|
-
logClientEvent("loadUnifiedInbox", { items: result.items?.length ?? 0, total: result.total, hadCache: !!cached, cacheItems: cached?.items?.length ?? 0 });
|
|
3080
3079
|
listCache.set(CACHE_KEY_UNIFIED, { items: result.items, total: result.total, timestamp: Date.now() });
|
|
3081
3080
|
if (cached && listResultsEqual(cached.items, result.items))
|
|
3082
3081
|
return;
|