@bobfrankston/rmfmail 1.2.73 → 1.2.74

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.
@@ -1131,6 +1131,7 @@ export class MailxService implements MailxApi {
1131
1131
  const envelope = this.db.getMessageByUid(accountId, uid);
1132
1132
  fid = envelope?.folderId || 0;
1133
1133
  }
1134
+ console.log(` [flag] updateFlags acct=${accountId} uid=${uid} folderId=${fid}${folderId == null ? " (DERIVED — client sent none!)" : ""} flags=${JSON.stringify(flags)}`);
1134
1135
  this.localStore.updateFlags(accountId, uid, fid, flags);
1135
1136
  this.syncQueue.enqueueFlag(accountId, uid, fid, flags);
1136
1137
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/mailx-types",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",