@bobfrankston/rmfmail 1.1.159 → 1.1.161

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.js CHANGED
@@ -5113,6 +5113,7 @@ document.addEventListener("mailx-popout-message", (async (e) => {
5113
5113
  accounts: accts.map((a) => ({ id: a.id, name: a.name, email: a.email, signature: a.signature, sig: a.sig })),
5114
5114
  draftUid: msg.uid,
5115
5115
  draftFolderId: msg.folderId,
5116
+ draftId: msg.mailxDraftId || "",
5116
5117
  };
5117
5118
  sessionStorage.setItem("composeInit", JSON.stringify(init));
5118
5119
  showComposeOverlay(msg.subject ? `Edit: ${msg.subject}` : "Edit draft");