Re: GUI Scripting of Mail Preferences
Re: GUI Scripting of Mail Preferences
- Subject: Re: GUI Scripting of Mail Preferences
- From: cricket <email@hidden>
- Date: Thu, 2 Jan 2003 18:50:58 -0800
All the preferences are either properties of the application class (for
global preferences) in the Mail suite, or one of these classes:
Mail suite
ldap server
signature
Message suite:
account
mac account (for .Mac accounts)
pop account
imap account
rule
rule condition
smtp server
To turn on 'display images...', you can do this:
tell application "Mail"
set download html attachments to true
end tell
- cricket
On Thursday, January 2, 2003, at 6:32 PM, Jon Rosen wrote:
Cricket,
I must be missing something, because I can't find any references to
Mail's preferences in its dictionary. By the way, I'm trying to turn
on the "Display images..." selection under Viewing preferences for the
current message, and then turn it off again.
Thanks,
Jon
----->
Software Entomologist Mail for Mac OS X
http://www.apple.com/macosx/jaguar/mail.html
---------->
Example is the checker to the key...
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.