apple-mail-mcp 2.10.9 → 2.10.10
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/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -82788,6 +82788,7 @@ function planCountSources(accounts, configs) {
|
|
|
82788
82788
|
usedConfigs.add(match);
|
|
82789
82789
|
sources.push({ kind: "imap", config: match, label: account.name });
|
|
82790
82790
|
} else {
|
|
82791
|
+
if (account.enabled === false) continue;
|
|
82791
82792
|
sources.push({ kind: "applescript", account, label: account.name });
|
|
82792
82793
|
}
|
|
82793
82794
|
}
|
package/package.json
CHANGED