Question

I am following this tutorial to learn how to implement a plugin of apple mail,but stuck at editing mail's defaults. where can I edit the settings?

The text in the tutorial is,

Although Mail includes support for Mail bundles out of the box, it is disabled by default. To enable it, we need edit Mail's defaults:

% defaults write com.apple.mail EnableBundles -bool true

% defaults write com.apple.mail BundleCompatibilityVersion 3

/////////////////////////////////////////////////////

Console information

Was it helpful?

Solution

Type those commands in Terminal.app ( /Applications/Utilities/Terminal.app ). Remember to ommit % at the begining.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top