View Single Post
Quote:
Originally Posted by dsolomon View Post
I'm using the same version of mail as you are - fresh MacBook system, no other mail programs or handlers installed - if you can point me to what configuration information OF is looking at to grab that, I can check it.
We simply ask the Mail message for its message identifier using AppleScript.

If you select a single message in your message viewer in Mail and run the following in Script Editor (/Applications/AppleScript/Script Editor), what does it report?

Code:
tell application "Mail"
	set MyMessages to selection
	tell first item of MyMessages
		message id
	end tell
end tell

Quote:
Originally Posted by dsolomon View Post
(and I should have put the 2nd paragraph of my original note in a separate post - but I see someone just made a post on the same topic: http://forums.omnigroup.com/showthread.php?t=5646)
This is a bug in Mail we are pushing hard on Apple to solve. In my "spare" time, I'm also working on a Mail plugin to overcome this bug since many folks clearly want this.
__________________
CTO, The Omni Group