diff --git a/folderAccount.mjs b/folderAccount.mjs index 708b05c..82f3c1f 100644 --- a/folderAccount.mjs +++ b/folderAccount.mjs @@ -38,7 +38,7 @@ export async function getCustomComposeDetails(details, lastFocusedTabId) { } if (!settings) { - const parentFolders = await messenger.folders.getParentFolders(folder); + const parentFolders = await messenger.folders.getParentFolders(folder.id); for (let parentFolder of parentFolders) { [settings] = Object.values( await browser.storage.local.get(parentFolder.id) diff --git a/manifest.json b/manifest.json index efbaa52..8edb749 100755 --- a/manifest.json +++ b/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 2, "name": "Folder Account", "description": "Associate an account or identity with a folder", - "version": "12.0", + "version": "12.0.1", "author": "Hartmut Welpmann", "homepage_url": "https://github.com/Welpy-cw/Folder-Account", "browser_specific_settings": { "gecko": { "id": "{C8534C26-F59A-11DA-9804-B622A1EF5492}", "strict_min_version": "127.0", - "strict_max_version": "131.0" + "strict_max_version": "137.0" } }, "icons": {