• 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
Re: Two mail.app applescript bugs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two mail.app applescript bugs


  • Subject: Re: Two mail.app applescript bugs
  • From: criselot <email@hidden>
  • Date: Mon, 14 Jan 2008 22:07:22 +0100


On Dec 5, 2007, at 6:54 AM, Michelle Steiner wrote:

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)


I can confirm the above two bugs exactly as I run today in the same problems.

Third bug:
Replying to a message quotes the original text about 5 times. It does not always happen, about 15% or so.

Fourth bug:
set MsgRef to (item 1 of selection) -- does not work

To make it work, I have to write:
set temp to selection
set MsgRef to (item 1 of temp)


Regards
cris
 _______________________________________________
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: "Sander Rijken" <email@hidden>
    • Re: Two mail.app applescript bugs
      • From: Michelle Steiner <email@hidden>
    • Re: Two mail.app applescript bugs
      • From: KOENIG Yvan <email@hidden>
  • Prev by Date: Re: Is this the correct list to ask for Leopard Scripting Bridge questions?
  • Next by Date: Re: Two mail.app applescript bugs
  • Previous by thread: Re: Is this the correct list to ask for Leopard Scripting Bridge questions?
  • Next by thread: Re: Two mail.app applescript bugs
  • Index(es):
    • Date
    • Thread