<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>NRCommandScriptSource</key>
	<string>tell application "NewsRack"
	set the_url to url of selected tab
	set the_text to (selected text of selected tab) &amp; "

" &amp; the_url
	set the_title to title of selected tab
	tell application "Mail"
		activate
		make new outgoing message with properties {visible:true, subject:the_title, content:the_text}
	end tell
end tell
</string>
	<key>NRCommandTitle</key>
	<string>Mail Selection</string>
	<key>NRCommandType</key>
	<string>AppleScript</string>
</dict>
</plist>
