[MlMt] How to turn of default write commands ....

Mike Brasch mikebrasch at fastmail.fm
Sun Apr 13 05:45:24 EDT 2014


On 13 Apr 2014, at 6:23, Jim0266 wrote:

> Experimenting I turned on
>
> defaults write com.freron.MailMate MmDefaultBccHeader -string
>
> I cannot figure out, or find in the MailMate documentation, the syntax 
> to turn off defaults one enabled.

I assume you want to delete this setting. In this case (-> string type) 
you have to use "delete":

	defaults delete com.freron.MailMate MmDefaultBccHeader

This is not MailMate specific. You'll find this information in the 
man-page to the defaults command:

	man defaults

-- 
Gruß
Mike


More information about the mailmate mailing list