Hi again.: Reopening this as sometimes the click option is just not working (i think when new mail comes in and other unknown items..)
Looking more at AppleScript suggests that there might be a way around it. I have tried using GETURL which allegedly takes the mailto link and opens it up in the browser. I tried adding GETURL and it opens the page but then QuicKeys complains about a missing variable ?!?
I am NOT very experienced with AppleScript and the googling I have done hasn't yielded much that works.
(Assume there is an Apple Mail folder with 50 messages)
The steps I need to undertake are:
1. From Apple Mail select the message at the top of the view (each message is different and must be handled separately) (effectively "taking that asset")
2. Open the URL given in the message body of the message selected in step 1 (I have tried the Geturl statement but QuicKeys claims that I have not defined a variable (!) yet AppleScript Editor doesn't mention this.
3. I can do the bits in the middle with QuicKeys...
4. After the actions made with QuicKeys have been done, I need to delete the message defined in step 1 (and this is where the problem has been as it doesn't always grab the right message to delete, perhaps due to new messages appearing in the view. Each message will have in the subject line a predictable subject line and a unique reference number if that helps.
And then with QuicKeys I can loop back to the start.
So.. help

Basically... thanks !