Re: Mail or Smile bug ?
Re: Mail or Smile bug ?
- Subject: Re: Mail or Smile bug ?
- From: Philippe GRUCHET <email@hidden>
- Date: Tue, 11 Feb 2003 07:20:34 +0100
From: John Delacour <email@hidden>
[ charset = UTF-7 ]
The name of my first account in Mail is "Manningham.org.uk"
If I run
tell application "Mail" to get the name of its first account
I get the correct result, but if I run the same script from a text
window in Smile, I get
"+AMc-lanningham.org.uk"
Can anyone explain this?
Checked with Smile 2.5.2 under Mach-o 10.2.3:
tell application "Mail" to its first account's name
-- or
tell application "Mail" to its account 1's name
(* 'get' and 'the' are optional AppleScript syntactic words *)
From a text or from a script Smile window, this line always returns
'account's name 1' in the Console, as typed in Mail/Preferences.
1) Check for how your account name is set in Mail
2) Check for using the last version of Smile, at:
http://www.satimage-software.com
For a French article about Smile:
http://www.vnunet.fr/mac/produits/log/page_fiche_log.htm?id=837
For an excellent English review about Smile from Paul Berkowitz and
Peter Fine:
http://www.AppleScriptSourcebook.com/products/smile/smile.html
Kind regards,
Philippe Gruchet/SVM Mac
VNU Publications France
http://svmmac.vnunet.fr
_______________________________________________
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.