The other "trick" (or "important detail") is that the app must _NOT_
be running when `defaults` is used.
Also, Mavericks seems to have increased the caching that OS X does of
defaults, so after changing a command with `defaults write` or
`defaults delete` you may want to verify it with `defaults read`:
defaults read com.freron.MailMate
will show you _all_ of the defaults associated with MailMate.
TjL
On Sun, Apr 13, 2014 at 5:45 AM, Mike Brasch wrote:
> 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
>
> ___
> mailmate mailing list
> mailmate@lists.freron.com
> http://lists.freron.com/listinfo/mailmate
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate