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

Reply via email to