Two mail.app applescript bugs
Two mail.app applescript bugs
- Subject: Two mail.app applescript bugs
- From: Michelle Steiner <email@hidden>
- Date: Tue, 4 Dec 2007 22:54:32 -0700
These are related.
First bug: Replying to a message with an Applescript opens two windows, one of which is empty but dirty.
1. Select a received message in mail.app
2. Run the following Applescript:
tell application "Mail"
set foo to reply item 1 of (the selection as list) with opening window
end tell
Expected result: An outgoing message window opens, containing the quoted text of the received message, and addressed to the sender of the received message.
Actual result: In addition to the expected result, another, blank, outgoing mail window is opened, but the red dot has a bullseye inside and closing it asks if you want to save changes.
Second bug: y previous problem report) even when specified otherwise
Steps to reproduce
1. Select a received email message in mail.app
2. Run the following applescript:
tell application "Mail"
set foo to reply item 1 of (the selection as list) without opening window
end tell
-- "without opening window" is optional because that is the default behavior
Expected result: A reply should be created, but its window should not open.
Actual result: The reply window is visible. (so is another window as reported in a separate problem report)
-- Michelle
-- Patriots demand freedom; sheep demand security. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden