n3d1117/cook

CookMailPlugin - Incompatible Plug-ins Disabled

evandrix opened this issue ยท 5 comments

Hello, sorry for the late response.

  • Can you confirm that this is still happening with the latest cook release?
  • Is the bundle correctly placed at /Library/Mail/Bundles/?
  • Does the error still pop up even if you build the plugin yourself using Xcode?

I just figured out the solution to this issue, run the following command in terminal;

defaults write com.apple.mail EnableBundles -bool YES

Next time you launch the mail preferences, it should include a "Manage Plugins" option on the bottom of the page

Hi @dlevi309! Is your command any different from the one described in the README's Installation section?

sudo defaults write "/Library/Preferences/com.apple.mail" EnableBundles 1

Whoops, my bad bro, I didn't even see that ๐Ÿ˜ณ

Updated compatibility in 826219c. Closing this for now, feel free to reopen if you're still having issues