Mail 5.1 - Enable/Disable Automatically BCC myself Option

question:

  • is there a way to turn off or on the Automatically bcc myself option in mail? pref > composing > automatically bcc?

found the reference that changes in the preference file

com.apple.mail.plist - enabled

com.apple.mail.plist - disabled

anyone have an example. i was working with defaults write com.apple.mail BccSelf false but it doesn’t seem to work.

Hi,

it’s less complicated. Mail.app has a always bcc myself property


tell application "Mail"
	set always bcc myself to false
end tell

thanks. It seems always less complex with help.

you could help yourself a lot by reading the dictionary :wink: