Re: Duplicated Message Content
Re: Duplicated Message Content
- Subject: Re: Duplicated Message Content
- From: Axel Luttgens <email@hidden>
- Date: Thu, 21 Nov 2013 09:13:02 +0100
Le 20 nov. 2013 à 23:29, Ron Hunsinger a écrit :
>
> On Nov 18, 2013, at 12:20 AM, Axel Luttgens wrote:
>> So, gmail accounts... I've one too here (mainly for "just in case" purposes), but can't reproduce the problem any further with that account.
>
> The problem has nothing to do with Gmail. I've had the problem with real IMAP mail accounts going back to at least Snow Leopard, and have it still on Mavericks.
>
> The problem I've always had is two-fold:
>
> 1) Mail's 'reply' AppleScript command does not honor the setting of 'quote selected text'. It always quotes the entire
> message, or none of it. (Replying via GUI does work.)
>
> 2) Each time I send an AppleScript command to modify the reply message, Mail appends another copy of the entire
> original message (properly quoted).
>
>
> The workaround I came up with for problem 2 was to copy the reply message's content before touching it in any way, and then pasting that back in at the end, as in:
>
> [...]
Hello Ron,
I must be quite dumb, since I still don't understand what the thread is about...
But I'm intrigued... ;-)
All of this began with this snippet:
tell application "Mail"
set aMessage to first item of (get selection)
set replyMessage to reply aMessage with opening window
end tell
supposed to replicate the contents of the message upon each invocation.
I don't see such a thing happen here.
What should I add to the above code so as to trigger that behavior?
Thanks,
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