<?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; workarounds</title>
	<atom:link href="http://www.hawkwings.net/tag/workarounds/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.621 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>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.409 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>Complicated solution to Mail.app&#8217;s broken hyperlinks</title>
		<link>http://www.hawkwings.net/2007/03/24/complicated-solution-to-mailapps-broken-hyperlinks/</link>
		<comments>http://www.hawkwings.net/2007/03/24/complicated-solution-to-mailapps-broken-hyperlinks/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 21:24:48 +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[broken hyperlinks]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[tinyURL]]></category>
		<category><![CDATA[URLs]]></category>
		<category><![CDATA[workarounds]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/03/24/complicated-solution-to-mailapps-broken-hyperlinks/</guid>
		<description><![CDATA[As everyone knows, Mail has an annoying habit of formatting hyperlinks so that they &#8220;break&#8221; when viewed in many other email clients. You can read about this and why it happens in an earlier Hawk Wings post. A poster on macOSXHints offers a complicated way around the the problem. He recommends pasting in the hyperlink, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/03/brokenchainlink.jpg" alt="Brokenchainlink"  align="right" border="0" hspace="10" vspace="10" height="80" width="120"/>As everyone knows, Mail has an annoying habit of formatting hyperlinks so that they &#8220;break&#8221; when viewed in many other email clients.</p>
<p>You can read about this and why it happens in <a href="http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/">an earlier Hawk Wings post</a>.</p>
<p>A poster on macOSXHints <a href="http://www.macosxhints.com/article.php?story=20070321094439128">offers a complicated way around</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> the the problem.</p>
<p>He recommends pasting in the hyperlink, then hitting space to turn it into a hyperlink. (This only works if you are composing in Mail&#8217;s &#8220;Rich Text&#8221; format).</p>
<p>Then he suggests typing &#8220;Click here&#8221; somewhere within the resulting hyperlink and deleting the rest of the hyperlink text to leave a hyperlinked &#8220;Click here&#8221;. He calls this &#8220;a small amount of work for a better presentation&#8221;.</p>
<p>There is an easier way. Just type &#8220;Click here&#8221; (or possibly something short but more informative) to begin with, highlight the text and then choose &#8220;Add Hyperlink&#8230;&#8221; from Mail&#8217;s Edit menu (or &#8220;Edit link&#8221; from the Contextual Menu that appears when you Control-click or right-click on the highlighted text). Paste in your URL. You&#8217;re done.</p>
<p>This is Hawk Wings&#8217; <a href="http://www.hawkwings.net/2005/08/13/broken-hyperlinks-work-around-2/">Work around number two</a> for broken hyperlinks, and will work well for people who use Rich Text. If you are composing in Plain Text, it will automatically switch your message to the Rich Text format.</p>
<p>People like me, who prefer to compose in plain text will want to consider <a href="http://www.hawkwings.net/2005/08/08/broken-hyperlinks-work-around/">Work around number one</a>, using a service like <a href="http://tinyurl.com/">TinyURL</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> or <a href="http://snipurl.com/teindex.php">SnipURL</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>.</p>
<p>Some of my Windows-using workmates dislike clicking on SnipURL links as they can&#8217;t see in advance where the link will go, but they dislike it less than the broken links Mail otherwise produces in Thunderbird and Outlook.<tags>broken hyperlinks, URLs, delsp=yes, mail.app, apple mail, workarounds, tinyURL, productivity</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/08/13/broken-hyperlinks-work-around-2/" rel="bookmark" title="13 August 2005, 10:34 am">Broken Hyperlinks &#8211; Work-around 2</a></li>
<li><a href="http://www.hawkwings.net/2005/08/08/broken-hyperlinks-work-around/" rel="bookmark" title="8 August 2005, 9:24 pm">Broken Hyperlinks &#8211; Work-around</a></li>
<li><a href="http://www.hawkwings.net/2006/02/15/phishers-learn-new-tricks/" rel="bookmark" title="15 February 2006, 12:32 am">Phishers learn new tricks</a></li>
<li><a href="http://www.hawkwings.net/2005/11/17/looking-nice-for-outlook-users/" rel="bookmark" title="17 November 2005, 10:52 pm">Looking nice for Outlook users</a></li>
<li><a href="http://www.hawkwings.net/2006/04/15/how-to-make-a-nice-sig-file-using-css/" rel="bookmark" title="15 April 2006, 10:10 am">How to make a nice .sig file using CSS</a></li>
</ul>
<p><!-- Similar Posts took 6.761 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/03/24/complicated-solution-to-mailapps-broken-hyperlinks/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Address Book and nicknames: three work-arounds</title>
		<link>http://www.hawkwings.net/2006/12/11/address-book-and-nicknames-three-work-arounds/</link>
		<comments>http://www.hawkwings.net/2006/12/11/address-book-and-nicknames-three-work-arounds/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 12:46:32 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Address Book]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Tips]]></category>
		<category><![CDATA[company]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[nicknames]]></category>
		<category><![CDATA[workarounds]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/12/11/address-book-and-nicknames-three-work-arounds/</guid>
		<description><![CDATA[Unlike the contact lists in other email clients, Mail.app can&#8217;t grab nicknames out of Address Book when auto-completing email addresses. If your heart is set on using them, or if you have switched over from Eudora and never adjusted to their disappearance, here&#8217;s three things you could try: Dan Moren has published a work-around on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/12/addressbook1.jpg" alt="Addressbook"  align="right" border="0" hspace="10" vspace="0" height="93" width="100"/>Unlike the contact lists in other email clients, Mail.app can&#8217;t grab nicknames out of Address Book when auto-completing email addresses.</p>
<p>If your heart is set on using them, or if you have switched over from Eudora and never adjusted to their disappearance, here&#8217;s three things you could try:</p>
<ol>
<li>Dan Moren <a href="http://www.macuser.com/tips/make_it_easy_to_send_mom_and_d.php">has published a work-around</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> on MacUser that involves creating an Address Book Group titled with the nickname and dropping the contact into the group. Mail.app will them find the nickname and auto-complete the email address.</li>
<li>Another option is making that contact into a company with the nickname as the company name and placing the person&#8217;s real name underneath:
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2006/12/addressbook_company.jpg" alt="Addressbook Company" vspace="10" height="116" width="289"/></div>
<p></li>
<li>Grieve the passing of nicknames for an appropriate period and then get over it.  After all, most people with nicknames also have first names that Mail.app can easily find and match.  It&#8217;s not such a big deal.</li>
</ol>
<p><strong>UPDATE:</strong> As Howard explains in the comments, <a href="http://quicksilver.blacktree.com/">Quicksilver</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> has no problems with nicknames, so you can use it to start an nickname-friendly email:</p>
<div align="center"><img id="image1529" src="http://www.hawkwings.net/wp-content/uploads/2006/12/quicksilver_nickname.jpg" alt="quicksilver_nickname.jpg" /></div>
<p><tags>mail.app, apple mail, address book, contacts, nicknames, tips, workarounds, group, company</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/12/24/setting-a-default-email-address-in-address-book/" rel="bookmark" title="24 December 2005, 9:33 am">Setting a default email address in Address Book</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/11/address-book-reports-206/" rel="bookmark" title="11 January 2006, 12:26 am">Address Book Reports 2.0.6</a></li>
<li><a href="http://www.hawkwings.net/2006/11/22/jabmenu-12-international-maps-group-emails-more/" rel="bookmark" title="22 November 2006, 11:53 pm">JABMenu 1.2: International maps, group emails, more</a></li>
<li><a href="http://www.hawkwings.net/2005/10/06/emailing-a-smart-group-in-address-book/" rel="bookmark" title="6 October 2005, 12:47 pm">Emailing a Smart Group in Address Book</a></li>
</ul>
<p><!-- Similar Posts took 6.884 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/12/11/address-book-and-nicknames-three-work-arounds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Broken Hyperlinks &#8211; Work-around</title>
		<link>http://www.hawkwings.net/2005/08/08/broken-hyperlinks-work-around/</link>
		<comments>http://www.hawkwings.net/2005/08/08/broken-hyperlinks-work-around/#comments</comments>
		<pubDate>Mon, 08 Aug 2005 11:24:55 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Work-arounds]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[broken hyperlinks]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[tinyURL]]></category>
		<category><![CDATA[URLs]]></category>
		<category><![CDATA[workarounds]]></category>

		<guid isPermaLink="false">http://www.altweb.net/~timgaden/wordpress/?p=33</guid>
		<description><![CDATA[One way to solve the broken hyperlinks annoyance is to make your URLs and hyperlinks so short that they can't break.TinyURL helps you do this.]]></description>
			<content:encoded><![CDATA[<p>One way to solve the <a href="http://www.hawkwings.net/?p=25">broken hyperlinks annoyance</a> in Apple Mail 2.0 is to make your URLs and hyperlinks so short that they can&#8217;t break.  A free service on the web called TinyURL can help you do this. Here&#8217;s how it works: </p>
<p>1.  Go to the TinyURL web site &#8211; <a href="http://tinyurl.com/">http://tinyurl.com</a>.<br />
2.  Find the link to the little javascript applet on the front page which looks like this</p>
<p><img src="http://www.hawkwings.net/wp-content/wp-images/screenshot1-2.jpeg" height="112" width="429" border="1" hspace="5" vspace="5" alt="screenshot1" title="screenshot1" /></p>
<p>onto the bookmarks bar of your browser (Safari in my case) like this:</p>
<p><img src="http://www.hawkwings.net/wp-content/wp-images/screenshot2-3.jpg" height="73" width="144" border="1" hspace="5" vspace="5" alt="screenshot2" title="screenshot2" /></p>
<p>3. Now whenever you want to send the hyperlink of a page you are browsing, click on the bookmark and it launches a new window with a short URL.  For example, say you found a great tip for working around the broken hyperlink problem in Apple Mail.   You click on the bookmark and it turns this URL </p>
<p>http://www.hawkwings.net/2005/08/08/broken-hyperlinks-work-around/</p>
<p>into this:</p>
<p>http://tinyurl.com/7gcjw</p>
<p>4. Cut and paste, or drag-and-drop the short URL &#8211; <a href="http://tinyurl.com/7gcjw">http://tinyurl.com/7gcjw</a> (it does work.  Click it and see!) &#8211; into your Mail message and you are done.</p>
<p>Now everyone can click on the links you send with ease.  It&#8217;s not elegant, it&#8217;s not transparent, but it does work!<tags>broken hyperlinks, URLs, delsp=yes, mail.app, apple mail, workarounds, tinyURL</tags> <strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2007/03/24/complicated-solution-to-mailapps-broken-hyperlinks/" rel="bookmark" title="24 March 2007, 8:24 am">Complicated solution to Mail.app&#8217;s broken hyperlinks</a></li>
<li><a href="http://www.hawkwings.net/2005/08/13/broken-hyperlinks-work-around-2/" rel="bookmark" title="13 August 2005, 10:34 am">Broken Hyperlinks &#8211; Work-around 2</a></li>
<li><a href="http://www.hawkwings.net/2007/04/05/a-smarter-solution-to-mails-hyperlink-woes/" rel="bookmark" title="5 April 2007, 1:33 am">A smarter solution to Mail&#8217;s hyperlink woes</a></li>
<li><a href="http://www.hawkwings.net/2005/07/26/broken-hyperlinks-in-apple-mail/" rel="bookmark" title="26 July 2005, 11:33 pm">Broken hyperlinks in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2006/11/01/linkaboo-hyperlink-emails-in-other-apps/" rel="bookmark" title="1 November 2006, 9:09 pm">LinkABoo: Hyperlink to emails in other apps</a></li>
</ul>
<p><!-- Similar Posts took 52.328 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2005/08/08/broken-hyperlinks-work-around/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

