Gruber on Leopard Mail’s message: URL links
Tuesday, December 11th, 2007
John Gruber of Daring Fireball fame has written up a detailed explanation
of Leopard Mail’s new message: URL links, which allow you to link to individual email messages from other apps like Yojimbo
and iCal.
He describes how the feature works, the various formats that Leopard accepts — message:%3cMESSAGE-ID%3e, message://%3cMESSAGE-ID%3e, message:<MESSAGE-ID>, message://<MESSAGE-ID> — and why message://%3cMESSAGE-ID%3e is the best of the bunch.
As he correctly points out there is no default menu option in Leopard Mail to access this feature. However MailTags
users can find it under the Edit menu or use the keyboard shortcut ⌃⌥⌘U to copy the URL to the clipboard (in Mail.app’s default message:%3cMESSAGE-ID%3e format).
John also provides an applescript for copying the message: URL of a selected email to the clipboard in his preferred message://%3cMESSAGE-ID%3e format, which is recognised by any Cocoa-based app using NSTextView.
Read the whole post
and get the applescript on Daring Fireball.

As everyone knows, Mail has an annoying habit of formatting hyperlinks so that they “break” when viewed in many other email clients.
On the Yojimbo mailing list, Dylan Damian shared two applescripts that help to integrate the new tagging feature of Yojimbo 1.3 with del.icio.us and NetNewsWire.
For example, if you run the first script (tip: make a Quicksilver trigger for it) when viewing a web page in Safari, it launches pukka.
Pukka posts the URL to del.icio.us for you and then the script creates a web archive of the page in Yojimbo with the same tags.
In a nice additional touch, the scripts get Growl to tell you that they have done their job.
UPDATE: Due to a PEBKAC error (




