<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hawk Wings &#187; Apple Mail Tips</title>
	<atom:link href="http://www.hawkwings.net/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<lastBuildDate>Tue, 26 Jul 2011 07:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fix for Leopard Mail&#8217;s broken new mail alert</title>
		<link>http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/</link>
		<comments>http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 13:25:50 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[new mail alert]]></category>
		<category><![CDATA[workarounds]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/</guid>
		<description><![CDATA[The new mail alert sound in Mail.app was broken when Leopard was released last year. Three updates later, and it&#8217;s still broken. [UPDATE: In deference to posters in the comments below, I should point out that not everyone experiences this problem. It only affects most/many/some/a few users. Like me.] Fortunately, there is a work-around which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/aiff-icon.jpg" alt="Aiff Icon"  align="right" border="0" hspace="10" vspace="0" height="129" width="120"/>The new mail alert sound in Mail.app was broken when Leopard was released last year.  Three updates later, and it&#8217;s still broken.</p>
<p>[<strong>UPDATE:</strong> In deference to posters in the comments below, I should point out that not everyone experiences this problem.  It only affects most/many/some/a few users. Like me.]</p>
<p>Fortunately, there is a work-around which you can use until Apple gets around to fixing the problem. It&#8217;s a bit fiddly, but not too forbidding.</p>
<p>First download <a href="http://www.hawkwings.net/files/NewMailAlertScript.zip">this zip file</a> from Hawk Wings which contains an applescript and the default &#8220;new mail&#8221; audio file.</p>
<p>Unzip it, and place the audio file in your <span id="code">~/Library/Sounds</span> folder (where &#8220;~&#8221; is shorthand for your user directory).</p>
<p>Then open up the script in place the script in Script Editor. You will see that all it does is execute a shell script &#8212; <span id="code">do shell script &quot;afplay /Users/timbo/Library/Sounds/NewMail.aiff &gt; /dev/null 2&gt;&amp;1 &amp;&quot;</span>. You will need to edit it to replace the name of my user directory with yours.  </p>
<p>Then save it in your <span id="code">~/Library/Scripts/Applications/Mail</span> folder. If you don&#8217;t have such a folder, it&#8217;s worth creating one. </p>
<p>Now you need to create a rule in Mail.app that triggers the script whenever a new email arrives.</p>
<p>Open up the Rules pane in Mail&#8217;s Preferences:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/newmailalert-rule.jpg" alt="Newmailalert Rule" height="204" width="450"/></div>
<p>Create a new rule.  Call it something creative like &#8220;New Mail Alert Work-around&#8221; and fill out the rest as per the screenshot.  I like to restrict it to people who are in my list of previous senders&#8211;it&#8217;s a quick and dirty way to rule out being alerted to the arrival of spam. Obviously, there are other ways to select conditions here which restrict when the alert will be triggered.</p>
<p>Also, in the &#8220;Perform the following action&#8221; field, you will need to select &#8220;Run AppleScript&#8221;, then navigate to <span id="code">~/Library/Scripts/Applications/Mail</span> and select the <span id="code">NewMailAlert.scpt</span> that you saved there earlier. </p>
<p>All done.  Send yourself a test email, and rejoice.  Mail.app is talking to you again.</p>
<p>For extra spice you could use one of the hundreds of mail alert sounds listed at <a href="http://www.emailgifsandsounds.com/geluiden/engwav-1.php" title="English e-mail sounds">Email Gifs and Sounds</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> (Or perhaps <a href="http://www.hawkwings.net/2006/10/16/get-scully-in-your-inbox/">Scully</a> is more your thing?) but have compassion on your work colleagues.  That could get really annoying after a while.</p>
<p>[With thanks to the original posters in <a href="http://discussions.apple.com/message.jspa?messageID=6312769#6312769">an Apple Discussion thread</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>] <tags>mail.app, leopard mail, apple mail, bugs, workarounds, tips, new mail alert, applescript</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/12/09/make-an-ical-event-run-an-applescript/" rel="bookmark" title="9 December 2005, 12:02 am">Make an iCal event run an AppleScript</a></li>
<li><a href="http://www.hawkwings.net/2005/10/19/spoken-notification-of-new-mail/" rel="bookmark" title="19 October 2005, 9:40 pm">Spoken notification of new mail</a></li>
<li><a href="http://www.hawkwings.net/2007/02/22/word-count-script-for-quicksilver/" rel="bookmark" title="22 February 2007, 11:17 pm">Word count script for Quicksilver</a></li>
<li><a href="http://www.hawkwings.net/2005/10/18/rcmail-remotely-control-your-mac-by-email/" rel="bookmark" title="18 October 2005, 10:45 pm">RCMail: Remotely control your Mac by email</a></li>
<li><a href="http://www.hawkwings.net/2005/09/14/vacation-script-autoreplying-via-an-apple-mail-rule/" rel="bookmark" title="14 September 2005, 9:51 am">Vacation Script: Autoreplying in Apple Mail</a></li>
</ul>
<p><!-- Similar Posts took 6.643 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/06/09/fix-for-leopard-mails-broken-new-mail-alert/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>New Mail Stamp Icons: Simpsons, Mario Brothers, UK stamps</title>
		<link>http://www.hawkwings.net/2008/06/05/new-mail-stamp-icons-simpsons-mario-brothers-uk-stamps/</link>
		<comments>http://www.hawkwings.net/2008/06/05/new-mail-stamp-icons-simpsons-mario-brothers-uk-stamps/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 13:06:54 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Plug-ins]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[charlie brown]]></category>
		<category><![CDATA[Dock icon]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[linus]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[peanuts]]></category>
		<category><![CDATA[snoopy]]></category>
		<category><![CDATA[woodstock]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/06/05/new-mail-stamp-icons-simpsons-mario-brothers-uk-stamps/</guid>
		<description><![CDATA[During my five months off, some nice new alternative mail stamp icons have appeared. As everyone knows, changing Mail.app&#8217;s Dock icon is easy, and fun. First up, seven icons from the Simpsons TV show (Homer, Marge, Lisa, Bart, Ruprecht, Bobo and a &#8220;Simpsonised&#8221; Scully): You can get them from deviantART where westendgirl1984 posted them. Other [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/simpsons-icon.jpg" alt="Simpsons icon"  align="right" border="0" hspace="10" vspace="0" height="121" width="120"/>During my five months off, some nice new alternative mail stamp icons have appeared. </p>
<p>As everyone knows, <a href="http://www.hawkwings.net/2005/10/17/change-apple-mails-dock-icon/">changing Mail.app&#8217;s Dock icon</a> is easy, and fun.</p>
<p>First up, seven icons from the Simpsons TV show (Homer, Marge, Lisa, Bart, Ruprecht, Bobo and a &#8220;Simpsonised&#8221; Scully):</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/simpsonmailicons.jpg" alt="Simpsonmailicons" height="235" width="450"/></div>
<p>You can get them <a href="http://westendgirl1984.deviantart.com/art/Simpsons-Mail-77452795" title="Simpsons Mail by ~westendgirl1984 on deviantART">from deviantART</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> where westendgirl1984 posted them.</p>
<p>Other nice new icons include <a href="http://yam32.deviantart.com/art/SuperMario-Mail-icons-77262405" title="SuperMario mail stamp icons">a collection of Super Mario Brother icons</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, a beautifully-made <a href="http://memzee.deviantart.com/art/1st-Class-75313082" title="1st Class by ~Memzee on deviantART">First Class UK postage stamp</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> and a collection of mail stamp icons <a href="http://sketched-dreams.deviantart.com/art/Ratatouille-Pack-73698384" title="Ratatouille Pack by *sketched-dreams on deviantART">from the movie Ratatouille</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> </p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/supermariostampicon.jpg" alt="supermario"/><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/ukfirstclassmailstampicon.jpg"/><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/ratatouillemailstampicon.jpg" alt="Ratatouillemailstampicon" height="103" width="110"/></div>
<p>Some of them are image files that need to be run through a converter like <a href="http://www.shinyfrog.net/en/software/img2icns/" title="Img2icns | Shiny Frog">img2icns</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> and some are icns files but need to be run through icon.cx&#8217;s <a href="http://www.icons.cx/goodies/" title="Icons.cx - Other goodies">icns2icon app</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> in order for Finder to recognise them as icons.</p>
<p>I&#8217;ve added them to the Hawk Wings <a href="http://www.hawkwings.net/2005/10/19/139-different-apple-mail-icons/">Alternative Mail Stamps Icon list</a>, which which now contains 467 mail stamp icons (assuming all the links still work).<tags>mail.app, apple mail, icons, dock icon, hack, tips, charlie brown, linus, snoopy, peanuts, woodstock</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/08/07/30-national-flag-mailapp-icons/" rel="bookmark" title="7 August 2006, 10:49 pm">30 national flag mail.app icons</a></li>
<li><a href="http://www.hawkwings.net/2007/01/12/hawk-wings-mail-stamp-icon-list-tops-300/" rel="bookmark" title="12 January 2007, 12:02 am">Hawk Wings Mail stamp icon list tops 300+</a></li>
<li><a href="http://www.hawkwings.net/2006/12/06/five-black-and-white-bob-dylan-mail-icons/" rel="bookmark" title="6 December 2006, 12:00 am">Five black and white Bob Dylan mail icons</a></li>
<li><a href="http://www.hawkwings.net/2007/10/30/good-grief-peanuts-mailapp-icons/" rel="bookmark" title="30 October 2007, 10:57 pm">Good grief! Peanuts Mail.app icons</a></li>
<li><a href="http://www.hawkwings.net/2007/02/08/12-female-celebrity-mail-stamp-icons/" rel="bookmark" title="8 February 2007, 12:44 am">12 female celebrity Mail stamp icons</a></li>
</ul>
<p><!-- Similar Posts took 6.396 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/06/05/new-mail-stamp-icons-simpsons-mario-brothers-uk-stamps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed up pasting in Word with scripts</title>
		<link>http://www.hawkwings.net/2008/01/23/speed-up-pasting-in-word-with-scripts/</link>
		<comments>http://www.hawkwings.net/2008/01/23/speed-up-pasting-in-word-with-scripts/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 09:55:07 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Not Apple Mail]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[Office for Mac]]></category>
		<category><![CDATA[pasting]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tidbits]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[word 2004]]></category>
		<category><![CDATA[word 2008]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/01/23/speed-up-pasting-in-word-with-scripts/</guid>
		<description><![CDATA[[Although I use it a lot at work, I don't usually post Word tips on Hawk Wings. This one, though, is too good to pass up.] If you do a lot of cutting and pasting from one document to another in Word (2004 and 2008) and want your pasting to adopt the style of the [...]]]></description>
			<content:encoded><![CDATA[<p>[<em>Although I use it a lot at work, I don't usually post Word tips on Hawk Wings.  This one, though, is too good to pass up.</em>]</p>
<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/01/wordformac.jpg" alt="Wordformac"  align="right" border="0" hspace="10" vspace="5" height="100" width="110"/>If you do a lot of cutting and pasting from one document to another in Word (2004 and 2008) and want your pasting to adopt the style of the new document, you will know what a pain in the butt it is.  </p>
<p>Word expects you to go to the Edit menu, choose Paste Special and then select Unformatted Text in the next dialog box and click OK.</p>
<p>I couldn&#8217;t count the number of hours I&#8217;ve spent doing this.  I came to accept it as an Office for Mac user&#8217;s fate; something that just had to be endured.</p>
<p>Joe Kissell, senior editor at TidBITS, has the shortcut I wish I had discovered years ago. In <a href="http://db.tidbits.com/article/9408" title="TidBITS Problem Solving: Word 2008 and the Paste Plain Text Dance">a TidBITS post</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> he provides the scripts needed to reduce this convoluted process to a single keystroke. </p>
<p>As he points out, I could have automated this with the macro-recorder in Word 2004.  Never thought of that!</p>
<p>But Word 2008 has lost its scripting support for Visual Basic for Applications (VBA) and ,along with that, the ability to record macros.  </p>
<p>Instead, in Word 2008 you will need to use AppleScript.</p>
<p>Joe provides the steps for setting up the macro in Word 2004 and the applescript Word 2008 users will need to get the same result.</p>
<p>He even unlocks the mysteries of the way a file called <span id="code">Paste Plain Text\smV.scpt</span> is automatically bound to a keystroke shortcut.</p>
<p><a href="http://db.tidbits.com/article/9408" title="TidBITS Problem Solving: Word 2008 and the Paste Plain Text Dance">Check out his article</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> and <a href="http://db.tidbits.com/" title="TidBITS: Mac news for the rest of us">other newsy posts and tips</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> at TidBITS. <tags>word 2004, word 2008, office for mac, pasting, scripts, VBA, tips, productivity, tidbits</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/11/20/quickly-email-a-document-in-mailapp/" rel="bookmark" title="20 November 2006, 8:27 am">Quickly email a document in mail.app</a></li>
<li><a href="http://www.hawkwings.net/2009/06/25/microsoft-outlook-to-remain-html-non-compliant/" rel="bookmark" title="25 June 2009, 8:43 pm">Microsoft Outlook to remain HTML non-compliant</a></li>
<li><a href="http://www.hawkwings.net/2007/02/22/word-count-script-for-quicksilver/" rel="bookmark" title="22 February 2007, 11:17 pm">Word count script for Quicksilver</a></li>
<li><a href="http://www.hawkwings.net/2006/01/24/spell-catcher-x-1022b3/" rel="bookmark" title="24 January 2006, 12:33 am">Spell Catcher X 10.2.2b3</a></li>
<li><a href="http://www.hawkwings.net/2008/01/17/script-to-reply-to-multiple-emails-in-mailapp/" rel="bookmark" title="17 January 2008, 9:54 pm">Script to reply to multiple emails in Mail.app</a></li>
</ul>
<p><!-- Similar Posts took 6.593 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/01/23/speed-up-pasting-in-word-with-scripts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Script to Show/Hide Preview Pane in Mail</title>
		<link>http://www.hawkwings.net/2008/01/20/script-to-showhide-preview-pane-in-mail/</link>
		<comments>http://www.hawkwings.net/2008/01/20/script-to-showhide-preview-pane-in-mail/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:00:57 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[preview pane]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/01/20/script-to-showhide-preview-pane-in-mail/</guid>
		<description><![CDATA[After switching to mail.app from Thunderbird, the blogger at 48-Hour Days found that that she (or he) couldn&#8217;t live without Thunderbird&#8217;s F8 keyboard shortcut for showing and hiding the Preview Pane. As everyone knows, you can show or hide it in Apple Mail by double-clicking the small dot in the separator between the Mail Viewer [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/01/applescript1.jpg" alt="Applescript"  align="right" border="0" hspace="10" vspace="0" height="100" width="96"/>After switching to mail.app from Thunderbird, the blogger at 48-Hour Days found that that she (or he) couldn&#8217;t live without Thunderbird&#8217;s F8 keyboard shortcut for showing and hiding the Preview Pane.</p>
<p>As everyone knows, you can show or hide it in Apple Mail by double-clicking the small dot in the separator between the Mail Viewer and the Preview Pane &#8212; <a href="http://docs.info.apple.com/article.html?artnum=25502" title="Mac OS X Mail: How to show or hide the preview pane or mailboxes drawer">Apple&#8217;s Technote</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> shows you how.</p>
<p>But if that is not quick enough for you, 48-Hour Days <a href="http://www.kashubeck.com/blog/?p=31" title="48-Hour Days  &raquo; Blog Archive   &raquo; Tweakin&#8217; Mail.app">provides an applescript</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> that will automate the process and which can be bound to a Quicksilver trigger or FastScript&#8217;s shortcut.</p>
<p>Only hardcore keyboard fanatics will want to use this, but there are people like that out there, and this post is for them.  <tags>mail.app, apple mail, thunderbird, keyboard shortcuts, applescript, preview pane, tips</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/07/18/applescript-to-view-next-unread-message/" rel="bookmark" title="18 July 2006, 10:16 pm">AppleScript to view next unread message</a></li>
<li><a href="http://www.hawkwings.net/2006/02/04/applescripts-for-ical-events-and-to-dos/" rel="bookmark" title="4 February 2006, 9:33 am">AppleScripts for iCal Events and To Dos</a></li>
<li><a href="http://www.hawkwings.net/2007/01/14/script-to-send-a-yojimbo-item-with-mailapp/" rel="bookmark" title="14 January 2007, 11:59 pm">Script to send a Yojimbo item with Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2006/06/13/quicksilver-and-yojimbo/" rel="bookmark" title="13 June 2006, 10:47 pm">Quicksilver and Yojimbo 1.2</a></li>
<li><a href="http://www.hawkwings.net/2009/11/14/script-to-archive-emails-into-evernote/" rel="bookmark" title="14 November 2009, 10:56 pm">Script to archive emails into Evernote</a></li>
</ul>
<p><!-- Similar Posts took 6.333 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/01/20/script-to-showhide-preview-pane-in-mail/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Script to reply to multiple emails in Mail.app</title>
		<link>http://www.hawkwings.net/2008/01/17/script-to-reply-to-multiple-emails-in-mailapp/</link>
		<comments>http://www.hawkwings.net/2008/01/17/script-to-reply-to-multiple-emails-in-mailapp/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 10:54:55 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[replies]]></category>
		<category><![CDATA[time saving]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/01/17/script-to-reply-to-multiple-emails-in-mailapp/</guid>
		<description><![CDATA[Aral Balkan has written a clever applescript that makes it possible for mail.app to reply to multiple emails. By default you can&#8217;t do this. If you select multiple emails in the Mail Viewer, the Reply and Reply All buttons in the Toolbar grey out. Aral&#8217;s script, based on a previous example posted on macOSXHints.com, saves [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/01/applescript.jpg" alt="Applescript"  align="right" border="0" hspace="10" vspace="0" height="100" width="96"/>Aral Balkan has written a clever applescript that makes it possible for mail.app to reply to multiple emails.</p>
<p>By default you can&#8217;t do this.  If you select multiple emails in the Mail Viewer, the Reply and Reply All buttons in the Toolbar grey out. </p>
<p>Aral&#8217;s script, based on a previous example posted on macOSXHints.com, saves time and effort by giving you the power to respond to a bunch of emails about a similar problem in one hit; especially useful if you have been on an extended break at the beach and have returned to an inbox heaving with emails.</p>
<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/01/replytomultiples_script_menu.jpg" alt="Replytomultiples Script Menu"  align="right" border="0" hspace="10" vspace="0" height="207" width="250"/>Copy <a href="http://aralbalkan.com/1136" title="Reply to multiple email messages in Mail at Aral Balkan">the text of Aral&#8217;s script</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, paste it into Script Editor, compile it and save it somewhere clever like  <span id="code">~/Library/Scripts/ Applications/Mail</span> so that it is always at the top of the AppleScript menu when Mail is the active app.</p>
<p>Then select all the emails you received about new cutting edge &#8220;Getting Things Done&#8221; (GTD) apps that knock every other previous GTD app into a cocked hat, or how frustrating it is that the background of emails in Mail.app can&#8217;t be changed or whatever, and run the script.</p>
<p>Mail produces a new message addressed to you with all the senders of the original emails in the BCC field:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/01/replytomultiples_newmessage.jpg" alt="Replytomultiples Newmessage" height="444" width="450"/></div>
<p>Promise to check out all the new GTD apps right away, hit send and suddenly your inbox is fifteen emails smaller.</p>
<p>For extra-speedy multiple replies, you could bind the script to a Quicksilver trigger or use a utility like <a href="http://www.red-sweater.com/fastscripts/">FastScripts</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> to bind it to a keyboard shortcut of your choosing. <tags>mail.app, apple mail, replies, applescript, productivity, time-saving, GTD, tips, </tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/08/28/five-smart-ways-to-use-rules-in-mailapp/" rel="bookmark" title="28 August 2006, 10:50 pm">Five smart ways to use rules in Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2006/01/04/applescript-to-answer-a-return-receipt-in-mailapp/" rel="bookmark" title="4 January 2006, 9:56 am">AppleScript to send a return receipt in Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2007/01/28/adding-a-default-reply-to-address-in-mailapp/" rel="bookmark" title="28 January 2007, 1:22 am">Adding a default Reply-to address in Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2005/09/07/sending-one-reply-to-multiple-emails/" rel="bookmark" title="7 September 2005, 11:26 pm">Sending one reply to multiple emails</a></li>
<li><a href="http://www.hawkwings.net/2005/09/23/macresponder-auto-replies-in-apple-mail/" rel="bookmark" title="23 September 2005, 10:54 pm">MacResponder: Auto-replies in Apple Mail</a></li>
</ul>
<p><!-- Similar Posts took 6.471 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/01/17/script-to-reply-to-multiple-emails-in-mailapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killer list of Google Calendar tips</title>
		<link>http://www.hawkwings.net/2008/01/16/killer-list-of-google-calendar-tips/</link>
		<comments>http://www.hawkwings.net/2008/01/16/killer-list-of-google-calendar-tips/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 11:13:13 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Not Apple Mail]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[not apple mail]]></category>
		<category><![CDATA[not mail.app]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[syncing]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/01/16/killer-list-of-google-calendar-tips/</guid>
		<description><![CDATA[Christina Laun at VirtualHosting.com has posted a killer list of 50 tips, scripts, extensions and hacks to make the most of Google&#8217;s Calendar service. She starts off with some basic tips, keyboard shortcuts, integration with Gmail, reminders and so forth. Things get more interesting for seasoned users with her collection of 15 (mostly Greasemonkey) scripts [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/01/google.jpg" alt="Google"  align="right" border="0" hspace="10" vspace="0" height="50" width="120"/>Christina Laun at VirtualHosting.com has posted a killer list of 50 tips, scripts, extensions and hacks to make the most of Google&#8217;s Calendar service.</p>
<p>She starts off with some basic tips, keyboard shortcuts, integration with Gmail, reminders and so forth.</p>
<p>Things get more interesting for seasoned users with her collection of 15 (mostly Greasemonkey) scripts that offer skinning, interface streamlining and more, including the Better Gcal script, which combines several of the most useful scripts (Ã  la Gina Trapani&#8217;s <a href="https://addons.mozilla.org/en-US/firefox/addon/6076">Better Gmail</a>	<img src="http://www.hawkwings.net/images/extlink.jpg"/> Firefox extension).</p>
<p>Finally, she provides a list of Firefox Extensions, hacks and some syncing utilities that help Outlook users and others get the most of Gcal.  She doesn&#8217;t mention <a href="http://www.hawkwings.net/2008/01/16/busysync-now-with-syncing-over-the-net-google-calendar-syncing-not-far-away/">BusySync&#8217;s public beta</a> that offers iCal-Gcal syncing or <a href="http://spanningsync.com/">Spanning Sync</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, but I guess you knew about those already.   </p>
<p>If you use Goolge&#8217;s Calendar, you will want to bookmark <a href="http://www.virtualhosting.com/blog/2008/50-tips-tweaks-and-hacks-to-make-the-most-of-google-calendar/" title="Virtual Hosting Blog &raquo; 50 Tips, Tweaks and Hacks to Make the Most of Google Calendar">Christina&#8217;s collection of tips</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> for sure.<tags>not mail.app, not apple mail, google, calendar, tips, scripts, greasemonkey, web 20, ical, productivity, firefox, syncing</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/03/23/greasemonkey-up-your-gmail/" rel="bookmark" title="23 March 2006, 12:35 am">Greasemonkey up your Gmail</a></li>
<li><a href="http://www.hawkwings.net/2006/06/05/gmail-shortcuts-in-thunderbird-and-fastmail/" rel="bookmark" title="5 June 2006, 11:18 pm">Gmail shortcuts in Thunderbird and Fastmail</a></li>
<li><a href="http://www.hawkwings.net/2006/04/22/add-daily-agenda-to-your-gmail/" rel="bookmark" title="22 April 2006, 10:47 pm">Add Daily Agenda to your Gmail</a></li>
<li><a href="http://www.hawkwings.net/2008/06/16/fluid-092-make-your-own-site-specific-web-apps/" rel="bookmark" title="16 June 2008, 9:36 pm">Fluid 0.9.2: Make your own site-specific web apps</a></li>
<li><a href="http://www.hawkwings.net/2006/06/01/encryption-for-gmail-via-greasemonkey/" rel="bookmark" title="1 June 2006, 10:58 pm">Encryption for Gmail via Greasemonkey</a></li>
</ul>
<p><!-- Similar Posts took 6.546 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/01/16/killer-list-of-google-calendar-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aaron Harnly&#8217;s clever Mail.app Plugin Manager</title>
		<link>http://www.hawkwings.net/2007/12/05/aaron-harnlys-clever-plugin-manager-for-mailapp/</link>
		<comments>http://www.hawkwings.net/2007/12/05/aaron-harnlys-clever-plugin-manager-for-mailapp/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 11:52:50 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Plug-ins]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[letterbox]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/12/05/aaron-harnlys-clever-plugin-manager-for-mailapp/</guid>
		<description><![CDATA[I&#8217;ve mentioned it in passing in another post today, but it deserves a post of its own: Aaron Harnly has released MailPluginManager, a clever little plugin manager for Mail.app that can &#8220;inspect, enable, disable, install, and remove any plugin&#8221;. Aaron says that he is willing to make the plugin manager available for other developers to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/12/mail_plugin_manager.jpg" alt="Mail Plugin Manager"  align="right" border="0" hspace="10" vspace="0" height="107" width="120"/>I&#8217;ve mentioned it in passing in another post today, but it deserves a post of its own: Aaron Harnly has released MailPluginManager, a clever little plugin manager for Mail.app that can &#8220;inspect, enable, disable, install, and remove any plugin&#8221;.</p>
<p>Aaron says that he is willing to make the plugin manager available for other developers to include with their plugins, so that, as he hopes, &#8220;.mailbundle can become a first-class citizen&#8221;.</p>
<p>The plugin does a good job, although for some reason it doesn&#8217;t like the look of Mail Act-on:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/12/letterboxpluginmanager1.jpg" alt="Letterboxpluginmanager" height="303" width="450"/></div>
<p>You can find MailPluginManager in the most recent <a href="http://harnly.net/2007/software/letterbox/letterbox-022-leopard-public-beta/" title="aaron.harnly.net  &raquo; Blog Archive   &raquo; Letterbox 0.22 - Leopard public beta">Letterbox public beta</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, although you don&#8217;t need to use Letterbox to get its benefits.  It is a free-standing app.<tags>mail.app, apple mail, leopard mail, letterbox, plugins, manager, tips</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2007/12/05/letterbox-widescreen-plugin-for-leopard/" rel="bookmark" title="5 December 2007, 10:41 pm">Letterbox (widescreen plugin) for Leopard</a></li>
<li><a href="http://www.hawkwings.net/2006/06/30/mailapp-plugin-template-and-instructions/" rel="bookmark" title="30 June 2006, 10:33 pm">Mail.app plugin template and instructions</a></li>
<li><a href="http://www.hawkwings.net/2007/01/18/wide-screen-hack-for-yojimbo/" rel="bookmark" title="18 January 2007, 7:20 am">Wide-screen hack for Yojimbo</a></li>
<li><a href="http://www.hawkwings.net/2007/11/05/wide-screen-plugin-for-leopard-mail-released/" rel="bookmark" title="5 November 2007, 9:38 pm">Wide screen plugin for Leopard Mail released</a></li>
<li><a href="http://www.hawkwings.net/2009/11/10/10-6-2-broke-my-plugin/" rel="bookmark" title="10 November 2009, 10:24 pm">10.6.2 broke my Mail plugin! :-(</a></li>
</ul>
<p><!-- Similar Posts took 6.419 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/12/05/aaron-harnlys-clever-plugin-manager-for-mailapp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Letterbox (widescreen plugin) for Leopard</title>
		<link>http://www.hawkwings.net/2007/12/05/letterbox-widescreen-plugin-for-leopard/</link>
		<comments>http://www.hawkwings.net/2007/12/05/letterbox-widescreen-plugin-for-leopard/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 11:41:49 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Plug-ins]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[entourage]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[plugin manager]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[widescreen]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/12/05/letterbox-widescreen-plugin-for-leopard/</guid>
		<description><![CDATA[Aaron Harnly has taken an &#8220;all-too-welcome distraction from pressing schoolwork&#8221; to update his widescreen plugin Letterbox. He has released the new version as a public beta. It comes with a stand-alone plugin manager for Mail.app that can inspect, enable, disable, install and remove any Mail plugin: The new version also features a preference pane with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/12/widescreen.jpg" alt="Widescreen"  align="right" border="0" hspace="10" vspace="0" height="88" width="117"/>Aaron Harnly has taken an &#8220;all-too-welcome distraction from pressing schoolwork&#8221; to update his widescreen plugin <a href="http://www.hawkwings.net/2006/11/05/three-pane-hack-for-panther-mail/" title="Hawk Wings  &raquo; Blog Archive   &raquo; Three-pane hack for Panther Mail">Letterbox</a>.</p>
<p>He <a href="http://harnly.net/2007/software/letterbox/letterbox-022-leopard-public-beta/" title="aaron.harnly.net  &raquo; Blog Archive   &raquo; Letterbox 0.22 - Leopard public beta">has released the new version</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> as a public beta.  </p>
<p>It comes with a stand-alone plugin manager for Mail.app that can inspect, enable, disable, install and remove any Mail plugin:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/12/letterboxpluginmanager.jpg" alt="Letterboxpluginmanager" height="303" width="450"/></div>
<p>The new version also features a preference pane with options to tweak the display, by toggling on and off the horizontal lines and/or different coloured backgrounds for items in the middle pane. The preview pane can be set to display on the right or underneath (an option to display the pane on the left has been switched off until some problems are resolved):</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/12/letterbox_leopard_prefs.jpg" alt="Letterbox Leopard Prefs" height="330" width="450"/></div>
<p>It comes with an auto-updater and Aaron promises that a two-line column for the middle pane (Ã  la WideScreenMail, the other Leopard-friendly wide-screen plugin) is on the way.</p>
<p>It is a public beta so can expect a few minor kinks that still to be ironed out.  <a href="http://harnly.net/2007/software/letterbox/letterbox-022-leopard-public-beta/" title="aaron.harnly.net  &raquo; Blog Archive   &raquo; Letterbox 0.22 - Leopard public beta">Pick it up</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> from Aaron&#8217;s web site.<tags>mail.app, apple mail, leopard mail, widescreen, entourage, outlook, plugin manager, tips, plugins</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2007/11/07/widescreenmail-plugin-gets-two-line-preview/" rel="bookmark" title="7 November 2007, 10:12 pm">WideScreenMail plugin gets two-line preview</a></li>
<li><a href="http://www.hawkwings.net/2007/12/05/aaron-harnlys-clever-plugin-manager-for-mailapp/" rel="bookmark" title="5 December 2007, 10:52 pm">Aaron Harnly&#8217;s clever Mail.app Plugin Manager</a></li>
<li><a href="http://www.hawkwings.net/2007/11/05/wide-screen-plugin-for-leopard-mail-released/" rel="bookmark" title="5 November 2007, 9:38 pm">Wide screen plugin for Leopard Mail released</a></li>
<li><a href="http://www.hawkwings.net/2006/06/02/three-pane-mailapp-hack-that-works/" rel="bookmark" title="2 June 2006, 9:08 am">Three-pane Mail.app hack that works</a></li>
<li><a href="http://www.hawkwings.net/2007/01/18/wide-screen-hack-for-yojimbo/" rel="bookmark" title="18 January 2007, 7:20 am">Wide-screen hack for Yojimbo</a></li>
</ul>
<p><!-- Similar Posts took 7.873 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/12/05/letterbox-widescreen-plugin-for-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding to-dos in Leopard Mail</title>
		<link>http://www.hawkwings.net/2007/11/29/hiding-to-dos-in-leopard-mail/</link>
		<comments>http://www.hawkwings.net/2007/11/29/hiding-to-dos-in-leopard-mail/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 11:17:41 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[leopard mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[smart mailboxes]]></category>
		<category><![CDATA[to dos]]></category>
		<category><![CDATA[workarounds]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/11/29/hiding-to-dos-in-leopard-mail/</guid>
		<description><![CDATA[I&#8217;ve said it before but I&#8217;ll say it again, the lack of options for displaying to-dos in Leopard Mail is disappointing. And frustrating. A poster in the macOSXHints forums has come up with a good work-around for avoiding that long list of finished tasks. He has created a Smart Mailbox called &#8220;Not Done&#8221; which is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/checkbox1.gif" alt="Checkbox"  align="right" border="0" hspace="10" vspace="0" height="85" width="117"/>I&#8217;ve <a href="http://www.hawkwings.net/2007/11/13/getting-things-done-with-leopard-mail/" title="Hawk Wings  &raquo; Blog Archive   &raquo; Getting Things Done with Leopard Mail">said it before</a> but I&#8217;ll say it again, the lack of options for displaying to-dos in Leopard Mail is disappointing.  And frustrating.</p>
<p>A poster in the macOSXHints forums has come up with <a href="http://forums.macosxhints.com/showthread.php?p=427454#post427454" title="Mail.app: how to hide completed ToDo's ? - The macosxhints Forums">a good work-around</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> for avoiding that long list of finished tasks.</p>
<p>He has created a Smart Mailbox called &#8220;Not Done&#8221; which is set up to display all to-dos that are incomplete:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/hiddentodos.jpg" alt="Hiddentodos" height="110" width="450"/></div>
<p>Simple, really.  Why didn&#8217;t I think of that? <tags>mail.app, apple mail, leopard mail, to-dos, tips, productivity, smart mailboxes, workarounds</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2007/04/26/mailboxer-50-smart-mailboxes-for-everyone/" rel="bookmark" title="26 April 2007, 11:07 pm">Mailboxer 5.0: Smart mailboxes for everyone</a></li>
<li><a href="http://www.hawkwings.net/2007/03/19/mailboxer-smart-mailboxes-for-contacts/" rel="bookmark" title="19 March 2007, 10:48 pm">Mailboxer: Smart mailboxes for contacts</a></li>
<li><a href="http://www.hawkwings.net/2006/01/30/sorting-mailbox-order-manually/" rel="bookmark" title="30 January 2006, 8:10 am">Sorting mailbox order manually</a></li>
<li><a href="http://www.hawkwings.net/2006/01/20/mailapp-crashes-due-to-a-corrupted-smart-mailbox/" rel="bookmark" title="20 January 2006, 2:40 am">Corrupted smart mailbox crashes Mail.app</a></li>
<li><a href="http://www.hawkwings.net/2005/11/10/what-is-a-smart-mailbox-2/" rel="bookmark" title="10 November 2005, 9:50 am">What is a Smart Mailbox?</a></li>
</ul>
<p><!-- Similar Posts took 6.414 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/11/29/hiding-to-dos-in-leopard-mail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Leopard Mail&#8217;s clever HTML formatting</title>
		<link>http://www.hawkwings.net/2007/11/21/leopard-mails-clever-html-formatting/</link>
		<comments>http://www.hawkwings.net/2007/11/21/leopard-mails-clever-html-formatting/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 11:42:07 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[rich text formatting]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/11/21/leopard-mails-clever-html-formatting/</guid>
		<description><![CDATA[A poster on macOSXHints points out how much smarter Leopard Mail is at handling content from the web which is pasted into its messages from web browsers. For example, say you want to share someone&#8217;s overall top artists from Last.fm: Block the content you want to send, and then drag it to a message in [...]]]></description>
			<content:encoded><![CDATA[<p>A poster on macOSXHints <a href="http://www.macosxhints.com/article.php?story=20071107081754633" title="macosxhints.com - 10.5: Smart copy/paste from Safari to Mail">points out</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> how much smarter Leopard Mail is at handling content from the web which is pasted into its messages from web browsers.</p>
<p>For example, say you want to share someone&#8217;s overall top artists from Last.fm:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/lastfmwebsite.jpg" alt="Lastfmwebsite" height="406" width="450"/></div>
<p>Block the content you want to send, and then drag it to a message in Mail.app, and behold:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/lastfmdraggedto_mailapp.jpg" alt="Lastfmdraggedto Mailapp" height="391" width="450"/></div>
<p>Mail does a pretty good job of preserving the HTML formatting, even keeping the links and tool tips alive. It even provides a &#8220;widget-like&#8221; black boundary and cross for quick removal of the HTML block if you change your mind about sending it.</p>
<p>There are two things to note here. First, this works much better if the message is set to Rich Text Format. I live in a Plain Text world, so didn&#8217;t notice this at first. But perhaps only fuddy-duddies like me think it is more polite to send a link to the page.</p>
<p>Secondly, it works even better if you apply <a href="http://www.hawkwings.net/2006/10/22/faster-text-dragging-in-cocoa-apps-like-mail/" title="Hawk Wings  &raquo; Blog Archive   &raquo; Faster text dragging in Cocoa apps (like Mail)">the &#8220;quicker text dragging&#8221; hack</a>. Of course, this speeds life up all across Mac OS X, but also in this case.</p>
<p>Cocoa-based apps (Mail.app, Safari, etc) require by default that you hold your mouse down over the selected text for a second before dragging.    </p>
<p>You can reduce the built-in delay with a simple Terminal hack.    Open Terminal and type (exactly):</p>
<div id="snippet">defaults write -g NSDragAndDropTextDelay -int 100</div>
<p>This will reduce the delay to a tenth of a second in all your Cocoa-based apps (&#8216;-g&#8217; stands for &#8216;global&#8217;). </p>
<p>It modifies a string in the  <span id="code">.GlobalPreferences.plist</span> file in your  <span id="code">~/Library/Preferences</span> folder:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/11/nsdragand_drop.jpg" alt="Nsdragand Drop" height="399" width="450"/></div>
<p>You could edit it manually in Plist Editor, as seen here, if you have an aversion to the Terminal, although you will need to use an app like <a href="http://www.northernsoftworks.com/leopardcachecleaner.html" title="Welcome to Northern Softworks">Leopard Cache Cleaner</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> to reveal Leopard&#8217;s &#8220;hidden files&#8221; first. </p>
<p>You will, of course, need to restart the apps for the change to take effect.<tags>mail.app, apple mail, productivity, safari, cocoa, text, html, rich text formatting, tips</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/10/22/faster-text-dragging-in-cocoa-apps-like-mail/" rel="bookmark" title="22 October 2006, 5:18 pm">Faster text dragging in Cocoa apps (like Mail)</a></li>
<li><a href="http://www.hawkwings.net/2005/11/23/reduce-text-drag-delay-in-apple-mail/" rel="bookmark" title="23 November 2005, 10:20 am">Reduce &#8216;text drag delay&#8217; in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2007/04/27/webkit-nightly-builds-now-offer-gmail-rich-text/" rel="bookmark" title="27 April 2007, 12:12 am">WebKit nightly builds now offer Gmail rich text</a></li>
<li><a href="http://www.hawkwings.net/2006/05/11/more-textmate-goodness-html-emails/" rel="bookmark" title="11 May 2006, 10:40 pm">More TextMate Goodness: HTML emails</a></li>
<li><a href="http://www.hawkwings.net/2006/02/06/textsoap-452/" rel="bookmark" title="6 February 2006, 12:08 am">TextSoap 4.5.2</a></li>
</ul>
<p><!-- Similar Posts took 6.727 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/11/21/leopard-mails-clever-html-formatting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

