• 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: Duplicated Message Content
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Duplicated Message Content


  • Subject: Re: Duplicated Message Content
  • From: John <email@hidden>
  • Date: Thu, 21 Nov 2013 10:46:30 -0500

Thanks again for the insights... This seems to work.

property choAddress : "email@hidden"

tell application "Mail" to set theMessages to messages of inbox

tell application "Mail"

set aMessage to first item of (get selection)

set quote original message to true

set replyMessage to reply aMessage with opening window

delay 1

set quote original message to false

tell replyMessage

delete every to recipient

make new to recipient at beginning of to recipients with properties {address:choAddress}

end tell

end tell


John



On Thu, Nov 21, 2013 at 10:30 AM, Axel Luttgens <email@hidden> wrote:
Le 21 nov. 2013 à 10:13, Christopher Stone a écrit :

> [...]
>
> Try adding a recipient in the snippet.
>
> Hmm.  That caused the quoted text to be duplicated on Lion, Mountain Lion, and a few times during other experiments on Mavericks.  BUT it's not causing a problem here right at the moment.
>
> I wonder what's causing the right behavior to reassert.  (I have {Quote the text of the original message} turned ON.)
>
> Okay.  I got it to get a little wonky by changing the subject.  Try this and see what happens:
>
> [...]

Thanks Chris,

I *finally* visualize the core issue. :-)

I've never met that behavior, because I never considered changing the characteristics of a "reply to" message (doing so appears more akin to writing a new message).

But yes, that behavior is present, even if somewhat unreliably (an unreliable bug - interesting).
Changing the message's subject is sufficient to (often) trigger the content's duplication.
And, agreed, this doesn't seem to depend on the account type.

Axel


 _______________________________________________
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

 _______________________________________________
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

References: 
 >Duplicated Message Content (From: John <email@hidden>)
 >Re: Duplicated Message Content (From: Axel Luttgens <email@hidden>)
 >Re: Duplicated Message Content (From: John <email@hidden>)
 >Re: Duplicated Message Content (From: Axel Luttgens <email@hidden>)
 >Re: Duplicated Message Content (From: Ron Hunsinger <email@hidden>)
 >Re: Duplicated Message Content (From: Axel Luttgens <email@hidden>)
 >Re: Duplicated Message Content (From: Christopher Stone <email@hidden>)
 >Re: Duplicated Message Content (From: Axel Luttgens <email@hidden>)

  • Prev by Date: Re: Duplicated Message Content
  • Next by Date: Re: Changes in 10.8
  • Previous by thread: Re: Duplicated Message Content
  • Next by thread: Re: Duplicated Message Content
  • Index(es):
    • Date
    • Thread