The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus 1 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=38)
-   -   clipping from Apple Mail (http://forums.omnigroup.com/showthread.php?t=5645)

dsolomon 2007-11-18 08:52 PM

clipping from Apple Mail
 
If I select some text in a mail message, the clip to the quick task entry works - but when I click on the "original message" hyperlink in the Omnifocus task, it switches to Mail but gets an error "No associated application could be found" (I am on Leopard).

Also, it would be really nice to be able to do the shortcut key to clip a message with just the message selected in the inbox (eg without having to select some text) - it most cases, if I want to turn a message into a task, there isn't some specific part of the message I want to highlight - just a quick way to make the task...

dsolomon 2007-11-18 09:04 PM

I checked and I see why the links to the mail messages are failing - they are all:
message://<>

Tim Wood 2007-11-18 09:13 PM

This is working fine for me, so something about your configuration differs from mine. I'm using 10.5.1 both with and without MailTags installed. The message identifier is supposed to go in between the angle brackets, so you might check if you have some 3rd party Mail bundle installed that is breaking getting the message identifier.

dsolomon 2007-11-19 04:05 AM

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.

(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: [url]http://forums.omnigroup.com/showthread.php?t=5646[/url])

Tim Wood 2007-11-19 07:47 PM

[QUOTE=dsolomon;25128]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.[/quote]

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
[/code]


[QUOTE=dsolomon;25128](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: [url]http://forums.omnigroup.com/showthread.php?t=5646[/url])[/QUOTE]

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.

dsolomon 2007-11-21 05:55 PM

I ran the script - the result was:
"fc4563580711200956h33e07ed4r38335cfe87243bca@mail.gmail.com"

I have never referenced any Gmail account on this Mac, so no idea how this string got in here.

Is there an easy way to reset this to connect to Apple Mail?

curt.clifton 2007-11-21 07:15 PM

Was the selected message in Apple Mail [I]from[/I] a gmail account?

dsolomon 2007-11-22 12:57 AM

Yes - now when I go back and try again, links back to mail messages are working fine - no idea why; it definitely wasn't before. Thanks for the help.

djn 2007-11-23 12:26 PM

FWIW - I see this problem. I get the "no associated application" message.
I have no indev products installed. Something (Mail?) pops up a little box that says -
message://
%3C<20071123194851.IEE4C77C9@myaddress>%3E
When I run Tim's script I see
"20071123194851.IEE4C77C9@myaddress"
- HTH
djn

Tim Wood 2007-11-24 04:34 PM

The %3C and %3E are URL-encoded "<" and ">", which are already in the URL. So, I'm not sure how those would get in there multiple times. If you use Edit Link from the context menu and remove the %3C and %3E does it work?

Could you also try selecting the message in Mail and pressing shift-command-H to toggle on full header display and copy the Message-Id header? For example, one of mine looks like:

[quote]
Message-Id: <B1C39524-4C48-4FE8-A260-B25A39A69013@omnigroup.com>
[/quote]


All times are GMT -8. The time now is 10:07 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.