• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Two mail.app applescript bugs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Two mail.app applescript bugs
      • From: Tim Mansour <email@hidden>
  • Prev by Date: Re: Another question on dates and times
  • Next by Date: Re: Another question on dates and times
  • Previous by thread: Any Mail rule script I try causes all applications to stall
  • Next by thread: Re: Two mail.app applescript bugs
  • Index(es):
    • Date
    • Thread