mail.app, bottom post, applescript
mail.app, bottom post, applescript
- Subject: mail.app, bottom post, applescript
- From: Scott Haneda <email@hidden>
- Date: Thu, 28 Feb 2008 19:44:27 -0800
Below is a script, I hate it, it is a big huge kludge and uses
clicking around in a menu to make it work, but it does almost work. I
have to maintain my sigs all the same amount of lines, and move the
cursor around, but I get a "bottom post" reply when I need it.
tell application "Mail" to activate
tell application "System Events"
tell process "Mail"
tell menu bar 1
click menu bar item "Message"'s menu "Message"'s ¬
menu item "Reply"
end tell
delay 1.3
key code 117 -- Forward Delete
delay 0.1
key code 125 using command down -- down arrow
key code 126
key code 126
key code 126
key code 126
key code 36 -- Return
end tell
end tell
now, I got this script from someone else, Gruber I think. I see in
the dict there is a reply verb, but every time I use it, I get one
window of the reply, and an empty one, what is the fix for this?
Then, is it possible to get find "--" which is my sig delimiter, and
put the cursor just above it? Any suggestions on who to get mail.app
to bottom post on a reply, and I would be grateful.
--
Scott
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