<?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; WebKit</title>
	<atom:link href="http://www.hawkwings.net/tag/webkit/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>10.6.4&#8242;s Black Email of Death</title>
		<link>http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/</link>
		<comments>http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 12:08:24 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail Bugs]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[WebKit]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/</guid>
		<description><![CDATA[Somewhere, in recent updates to Safari 5.0 (included in the 10.6.4 update), something went wrong with the way applications pass text to each other. A post at MacFixIt suggests that the fault lies with WebKit, which is now &#8220;using rgb(0,0,0) as the value for the CSS &#8220;background-color&#8221; property for messages&#8221;. Whatever the cause, emails generated [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2010/07/hopper_120px.jpg" alt="Hopper 120px" height="140"  align="right" border="0" hspace="10" vspace="0" width="120"/>Somewhere, in recent updates to Safari 5.0 (included in the 10.6.4 update), something went wrong with the way applications pass text to each other. </p>
<p><a href="http://reviews.cnet.com/8301-13727_7-20008012-263.html" title="Black backgrounds in Mail messages recognized by Apple | MacFixIt - CNET Reviews">A post at MacFixIt</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> suggests that the fault lies with WebKit, which is now &#8220;using rgb(0,0,0) as the value for the CSS &#8220;background-color&#8221; property for messages&#8221;. </p>
<p>Whatever the cause, emails generated in other apps often arrive in Mail.app with black text on a black background.</p>
<p>Here are some I made earlier: one generated by mailing a to-do from iCal:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2010/07/blackemailofdeath_2.jpg" alt="Blackemailofdeath 2" height="377" width="450"/></div>
<p>Another created by running an applescript over a blog post in Safari:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2010/07/blackemailofdeath.jpg" alt="Blackemailofdeath" height="368" width="450"/></div>
<p>Suggested workarounds vary in complexity.  Some involve dragging iCal appointments to the Desktop and then into Mail, others suggest copying all the blacked-out text, cutting and pasting it into another app like Textedit to turn it into plain text and then pasting it back again.</p>
<p>Unmarked Software, the developer of TextSoap, has even produced a stand-alone Mac OS X Service, <a href="http://www.unmarked.com/freebies/index.html" title="TextSoap">FixMailText</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, as a work around.</p>
<p>In fact, the fix is quite simple.  <a href="http://support.apple.com/kb/TS3385" title="">Apple&#8217;s technote</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> on the problem points out that all you need to do in most cases is </p>
<p>1. Place the cursor into the body of the email.</p>
<p>2. Press &#x21E7;+&#x2318;+T (Shift + Command + T) to turn it into plain text. Or select &#8220;Make Plain Text&#8221; from Mail&#8217;s Format menu</p>
<p>3. Carry on.</p>
<p>It also suggests a slightly more convoluted workaround for those who need to preserve links embedded in Rich Text:</p>
<blockquote><p>If you want to preserve links the message might contain:</p>
<ol>
<li>Click in the body of the Mail message</li>
<li>Press Command-A to select all</li>
<li>Press Command-X to cut</li>
<li>Press the Delete key to clear remaining elements</li>
<li>Press Option-Shift-Command-V (Paste and Match Style)</li>
</ol>
<p>This will replace the black-on-black text with text that uses your default Mail font settings.</p></blockquote>
<p>As others have said, a technote from Apple on the problem is as close as one will get to acknowledgement that something is wrong.  </p>
<p>Hopefully a proper fix is not far away.</p>
<p><strong>UPDATE: 6 July 2010</strong> Mail Attachment Iconizer, a mail plugin that is also afflicted with this bug <a href="http://lokiware.info/Mail-Attachments-Iconizer">has been updated</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> with a release (2.1.10) that resolves the problem. [ via <a href="http://reviews.cnet.com/8301-13727_7-20009669-263.html?part=rss&#038;tag=feed&#038;subj=MacFixIt">MacFixIt</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>}<tags>apple mail, safari, webkit, mail.app, apple mail bugs, ical, applescript</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/09/27/sending-html-messages-in-apple-mail/" rel="bookmark" title="27 September 2005, 8:58 pm">Sending HTML messages in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2005/09/27/composing-html-messages-in-apple-mail/" rel="bookmark" title="27 September 2005, 11:19 am">Composing HTML messages in Apple Mail</a></li>
<li><a href="http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/" rel="bookmark" title="16 June 2008, 12:16 am">Lock up Leopard Mail in three easy steps</a></li>
<li><a href="http://www.hawkwings.net/2006/04/05/betalogue-ponders-slow-death-of-plain-text/" rel="bookmark" title="5 April 2006, 12:34 am">Betalogue ponders slow death of plain text</a></li>
<li><a href="http://www.hawkwings.net/2005/10/04/fuhgeddaboutit-make-a-to-do-from-an-email/" rel="bookmark" title="4 October 2005, 10:16 pm">Fuhgeddaboutit: Make a To Do from an email</a></li>
</ul>
<p><!-- Similar Posts took 6.799 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Curious Feature: Mail.app Subject URLs</title>
		<link>http://www.hawkwings.net/2009/06/23/curious-feature-mailapp-subject-urls/</link>
		<comments>http://www.hawkwings.net/2009/06/23/curious-feature-mailapp-subject-urls/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:54:47 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Apple Mail Trivia]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[oddity]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2009/06/23/curious-feature-mailapp-subject-urls/</guid>
		<description><![CDATA[Mail.app has a curious feature, which is interesting if not immediately useful. If you put a URL in the Subject line of an email, and some text in the body of the message, Webkit (or whatever handles the text in Mail) turns it into hyperlink. As pointed out in a tip on MacOSXHints , it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2009/06/puzzling.jpg" alt="Puzzling" height="120"  align="right" border="0" hspace="10" vspace="0" width="130"/>Mail.app has a curious feature, which is interesting if not immediately useful.</p>
<p>If you put a URL in the Subject line of an email, and some text in the body of the message, Webkit (or whatever handles the text in Mail) turns it into hyperlink.</p>
<p>As pointed out in <a href="http://www.macosxhints.com/article.php?story=20080723160441699" title="macosxhints.com - Send clickable URL as the subject of a Mail message">a tip on MacOSXHints</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, it doesn&#8217;t work if you leave the body of the message blank.</p>
<p>The result is a clickable subject in the delivered email:</p>
<div align="center"><img src="http://www.hawkwings.net/wp-content/uploads/2009/06/mail-suject-urls.jpg" alt="Mail Suject Urls" height="343" width="450"/></div>
<p>It&#8217;s not clear to me how users could make use of this behaviour, especially since you need to put text in the body of the email to trigger the parsing, text which might as well be the URL itself.</p>
<p>Still, it&#8217;s something to blog about ;-) <tags>mail.app, apple mail, webkit, text, url, oddity, trivia</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2005/12/15/setting-an-html-font-tag-in-mailapp-message/" rel="bookmark" title="15 December 2005, 8:54 am">Setting an HTML font tag in a Mail.app message</a></li>
<li><a href="http://www.hawkwings.net/2010/07/02/10-6-4s-black-email-of-death/" rel="bookmark" title="2 July 2010, 11:08 pm">10.6.4&#8242;s Black Email of Death</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/2005/12/10/applescript-to-add-ical-to-dos-by-email/" rel="bookmark" title="10 December 2005, 4:32 pm">AppleScript to add iCal To Dos by email</a></li>
<li><a href="http://www.hawkwings.net/2008/06/17/attache-script-for-smarter-attachment-handling/" rel="bookmark" title="17 June 2008, 11:32 pm">Attaché: Script for smarter attachments</a></li>
</ul>
<p><!-- Similar Posts took 6.761 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2009/06/23/curious-feature-mailapp-subject-urls/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fluid 0.9.2: Make your own site-specific web apps</title>
		<link>http://www.hawkwings.net/2008/06/16/fluid-092-make-your-own-site-specific-web-apps/</link>
		<comments>http://www.hawkwings.net/2008/06/16/fluid-092-make-your-own-site-specific-web-apps/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:36:29 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Not Apple Mail]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fluid]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google calendar]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/06/16/fluid-092-make-your-own-site-specific-web-apps/</guid>
		<description><![CDATA[Fluid has just been updated. It&#8217;s a clever new app that allows you to make your own site-specific browsers (including the power of Greasemonkey scripts in Cocoa). Along with a raft of bugfixes, the new version (0.9.2) can now turn the browswers into menubar items for even greater flexibility. Longtime Hawk Wings readers will remember [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/fluid.jpg" alt="Fluid" height="128"  align="right" border="0" hspace="10" vspace="0" width="130"/>Fluid has just been updated. It&#8217;s a clever new app that allows you to make your own site-specific browsers (including the power of Greasemonkey scripts in Cocoa).  </p>
<p>Along with a raft of bugfixes, the new version (0.9.2) can now turn the browswers into menubar items for even greater flexibility. </p>
<p>Longtime Hawk Wings readers will remember the small flurry of site-specific web apps two years &#8212; Michael McCracken&#8217;s <a href="http://www.hawkwings.net/2006/05/17/more-on-webkit-webmailapp/" title="More on WebKit Webmail.app | Hawk Wings">WebMail app for Gmail</a> and Chip Cuccio&#8217;s <a href="http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/" title="Gcal.app: Distraction-free Google Calendar WebKit client | Hawk Wings">GCal app</a> for Google Calendar.  With no bookmarks, other windows and other temptations, these apps allowed users to focus on their productivity without distractions.</p>
<p>Fluid works on the same principle. Based on <a href="http://labs.mozilla.com/2007/10/prism/" title="Mozilla Labs  &raquo; Blog Archive   &raquo; Prism">Mozilla&#8217;s Prism app</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, it creates a site-specific app, complete with its own Dock icon, menubars and other individual settings. </p>
<p>Here are some that I made earlier for Gmail, Google Calendar, Google Docs, mint and facebook:</p>
<div align=center><a href='http://www.hawkwings.net/wp-content/uploads/2008/06/appsdock.jpg'><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/appsdock.jpg" alt="Fluid apps in the Dock" title="appsdock" width="450" height="59" class="aligncenter size-full wp-image-1872" /></a></div>
<p>Now, when I want to get the email done, I open the Gmail app, when I want to unwind I turn to the facebook one.  I am never tempted to work when I should be relaxing, nor to relax when I should be at work. (That&#8217;s the theory; as every &#8220;Getting Things Done&#8221; fan knows deep in their heart, in the end no app can save you from yourself!).</p>
<p>The ability to run Greasemonkey scripts inside these Fluid apps is very cool.  Previously only really available to Firefox users, Fluid now lets me load my two favourite scripts from <a href="http://userscripts.org/">userscripts.org</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> so that I can use Gmail with killer keyboard macros and some of the noise taken out of the Gmail interface:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/gmail-greasemonkeyed-fluid.jpg" alt="Gmail Greasemonkeyed Fluid" height="314" width="450"/></div>
<p>Fluid&#8217;s free-standing apps can each have their own preference settings. The overall behaviour of the window is also customizable &#8212; overlaid on the Dashboard, normal, floating or embedded in the Desktop.  Here, for example, is my mint in Fluid&#8217;s simple black HUD style:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/mintyhawkwings-fuild.jpg" alt="Mintyhawkwings Fuild" height="312" width="447"/></div>
<p>A Flickr group &#8211; <a href="http://www.flickr.com/groups/fluid_icons/" title="Flickr: Fluid Icons">Fluid Icons</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> &#8211; offers lots of nice looking Dock icons for various web sites. I scored most of the icons in the screenshot above from there.</p>
<p>The possibilities seem enormous, and this article only scratches the surface of the app&#8217;s potential. </p>
<p>This updated version lets you turn a browser into a menubar utility, so that clicking on its menubar icon opens its window&#8211;instant, roll-your-own to-do lists in a Fluid-generated Remember the Milk or Stikkit app!  </p>
<p>Fluid is freeware and available <a href="http://fluidapp.com/" title="Fluid - Free Site Specific Browser for Mac OS X Leopard">from the Fluid web site</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>. <tags>productivity, GTD, Getting Things Done, webkit, fluid, gmail, google calendar, facebook, mint, google docs, web 2.0, web apps, greasemonkey</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<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/01/16/killer-list-of-google-calendar-tips/" rel="bookmark" title="16 January 2008, 10:13 pm">Killer list of Google Calendar tips</a></li>
<li><a href="http://www.hawkwings.net/2006/08/20/google-notifier-for-mac-gmail-gcal-alerts/" rel="bookmark" title="20 August 2006, 9:05 am">Google Notifier for Mac: Gmail, Gcal alerts</a></li>
<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>
</ul>
<p><!-- Similar Posts took 6.769 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/06/16/fluid-092-make-your-own-site-specific-web-apps/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Lock up Leopard Mail in three easy steps</title>
		<link>http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/</link>
		<comments>http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 14:16:34 +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[attachments]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[plain text]]></category>
		<category><![CDATA[rich text]]></category>
		<category><![CDATA[signatures]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/</guid>
		<description><![CDATA[On Apple Discussions Martin Marconcini has discovered a way to bring Mail.app to a screaming halt in three easy steps. Frustrated by Mail&#8217;s tendency to freeze when he dragged anything onto Mail&#8217;s Dock icon, he went back and painstakingly restored his Mail installation step-by-step until the glitch re-emerged. Here&#8217;s what he discovered (you can test [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/thomastrainwreck.jpg" alt="Thomastrainwreck"  align="right" border="0" hspace="10" vspace="0" height="91" width="130"/>On Apple Discussions Martin Marconcini <a href="http://discussions.apple.com/thread.jspa?messageID=6903761&amp;#6903761">has discovered</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> a way to bring Mail.app to a screaming halt in three easy steps.</p>
<p>Frustrated by Mail&#8217;s tendency to freeze when he dragged anything onto Mail&#8217;s Dock icon, he went back and painstakingly restored his Mail installation step-by-step until the glitch re-emerged.</p>
<p>Here&#8217;s what he discovered (you can test it for yourself):</p>
<p><strong>One:</strong> Set Mail&#8217;s New message default in the Composing preference pane to plain text.</p>
<p><strong>Two:</strong> Add a signature to your email account in the Signatures Preference pane. Make sure that you select it at the bottom of the signature pane to be added to every new message by default:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2008/06/maildefaultsig.jpg" alt="Maildefaultsig" height="150" width="450"/></div>
<p><strong>Three:</strong> Drag an image or anything else onto Mail&#8217;s Dock icon.</p>
<p>That&#8217;s a big, 100%-repeatable train wreck for me.  </p>
<p>It seems like a common configuration; it&#8217;s not restricted to dragging ClarisWorks documents onto the Dock icon when the signature contains a particular accented Laotian character.  How does such a thing not emerge in internal testing? Perhaps I am too romantic about internal testing. </p>
<p>Anyway, happily, I am in the clear.  All my signatures are just a few keystrokes away in <a href="http://www.hawkwings.net/2006/09/06/textexpander-update-tips-and-tricks/" title="TextExpander: Update, Tips and Tricks | Hawk Wings">TextExpander</a>. </p>
<p>But Martin suggests some workarounds for those plagued by these freezes:</p>
<blockquote><p>a) Use Rich Text (not an option if you use Blackberry or need plain text)<br />
b) Use Plain Text but remove the signatures (can be a Pain In the A** if you use different business accounts like me with odd disclaimers that are a &#8220;must&#8221;).<br />
c) Roll back to Safari 3.0.* and either use it or use Camino/Opera/Firefox/Etc. Could be a problem if you rely on Safari stuff like Inquisitor, 1Password, etc.<br />
d) Don&#8217;t drag attachments to the dock icon… </p></blockquote>
<p>On 8 April Apple acknowledged this as &#8220;a known issue, which is currently being investigated by engineering&#8221;. <tags>mail.app, apple mail, rich text, webkit?, plain text, dock, attachments, bug, signatures</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/11/07/signatureprofiler-13-skype-html-css-and-more/" rel="bookmark" title="7 November 2006, 11:14 pm">SignatureProfiler 1.3: Skype, HTML, CSS, images, hyperlinks and more</a></li>
<li><a href="http://www.hawkwings.net/2009/10/27/quickly-add-urls-to-apple-mail-signatures/" rel="bookmark" title="27 October 2009, 9:24 pm">Quickly add URLs to Apple Mail Signatures</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>
<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/2007/06/19/attache-droplet-for-quick-mailapp-attachment-lists/" rel="bookmark" title="19 June 2007, 11:31 pm">Attaché: Droplet for quick Mail.app attachment lists</a></li>
</ul>
<p><!-- Similar Posts took 6.994 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2008/06/16/lock-up-leopard-mail-in-three-easy-steps/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WebKit nightly builds now offer Gmail rich text</title>
		<link>http://www.hawkwings.net/2007/04/27/webkit-nightly-builds-now-offer-gmail-rich-text/</link>
		<comments>http://www.hawkwings.net/2007/04/27/webkit-nightly-builds-now-offer-gmail-rich-text/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 13:12:46 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Not Apple Mail]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[mailplane]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[web forms]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2007/04/27/webkit-nightly-builds-now-offer-gmail-rich-text/</guid>
		<description><![CDATA[Anthony Baker emails to tell me that the new nightly builds of WebKit (which will be used for Safari 3.0) have fixed the WYSIWYG form editing problem that bedevils users of current Safari versions. This means, he says, that &#8220;you can now hit Gmail and get the same kinds of rich-text editing capability provided to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2007/04/web_kit.jpg" alt="Web kit"  align="right" border="0" hspace="10" vspace="0" height="115" width="113"/>Anthony Baker emails to tell me that the new nightly builds of <a href="http://nightly.webkit.org/">WebKit</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> (which will be used for Safari 3.0) have fixed the WYSIWYG form editing problem that bedevils users of current Safari versions.</p>
<p>This means, he says, that &#8220;you can now hit Gmail and get the same kinds of rich-text editing capability provided to IE, FF and other browsers. You can also access Google Docs.&#8221;</p>
<p>And it&#8217;s true.  Using Safari 2.0.4 (419.3) the formatting bar in Gmail&#8217;s basic HTML view doesn&#8217;t appear:</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/04/gmailsafari_2.jpg" alt="Gmailsafari 2" height="147" width="450"/></div>
<p>But WebKit displays the HTML formatting bar in all its glory (as it also does in Google Docs):</p>
<div align=center><img src="http://www.hawkwings.net/wp-content/uploads/2007/04/gmail_web_kit.jpg" alt="Gmail web kit" height="130" width="450"/></div>
<p>Not only that but some basic formatting keyboard shortcuts work too.  So âŒ˜B and âŒ˜I toggle bold and italic text, making it easier for die-hard keyboard users to format their emails without fingers leaving the keyboard.</p>
<p>Not all the shortcuts work though.  Tab+Enter doesn&#8217;t send a message and âŒ˜U doesn&#8217;t produce underlined text.</p>
<p>The latest beta of the much-hyped Desktop client for Gmail, <a href="http://mailplaneapp.com/index.html">MailPlane</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> which I have been fooling around with for a few days also offers the option to use WebKit behind the scenes to give users this added functionality (but that&#8217;s a topic for another longer post.)</p>
<p>WebKit scolds you for daring to use extensions, but that&#8217;s a small price to pay for a user in love with Gmail&#8217;s  HTML features.</p>
<p>[Thanks, Anthony!]<tags>mail.app, apple mail, gmail, webkit, safari, html, web forms, formatting, mailplane, google</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2009/11/12/mailplane-lifts-licence-ceiling/" rel="bookmark" title="12 November 2009, 9:00 pm">Mailplane lifts licence ceiling</a></li>
<li><a href="http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/" rel="bookmark" title="20 June 2006, 9:54 pm">Gcal.app: Distraction-free Google Calendar WebKit client</a></li>
<li><a href="http://www.hawkwings.net/2006/12/01/gmails-new-interface-shortcuts-and-safari/" rel="bookmark" title="1 December 2006, 12:06 am">Gmail&#8217;s new interface, shortcuts and Safari</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/09/28/quickly-email-a-link-from-safari/" rel="bookmark" title="28 September 2006, 8:45 am">Quickly email a link from Safari</a></li>
</ul>
<p><!-- Similar Posts took 6.726 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2007/04/27/webkit-nightly-builds-now-offer-gmail-rich-text/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new for Mailapp in 10.4.8</title>
		<link>http://www.hawkwings.net/2006/09/30/whats-new-for-mailapp-in-1048/</link>
		<comments>http://www.hawkwings.net/2006/09/30/whats-new-for-mailapp-in-1048/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 09:25:10 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[10.4.8]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/09/30/whats-new-for-mailapp-in-1048/</guid>
		<description><![CDATA[Mail.app&#8217;s version number changes from Version 2.1 (752/752.2) to Version 2.1.1 (752.3) after an update to 10.4.8 (Intel , PPC ) on an Intel Mac, but it&#8217;s not immediately clear what new features or improvements (if any) the update brings. Apple continues its campaign to enforce the lozenge icons introduced with Tiger, overwriting any modifications [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/09/applelogogrey1.jpg"  align="right" border="0" hspace="10" vspace="0" alt="Applelogogrey" height="121" width="100" />Mail.app&#8217;s version number changes from Version 2.1 (752/752.2) to Version 2.1.1 (752.3) after an update to 10.4.8 (<a href="http://www.apple.com/downloads/macosx/apple/macosx1048updateintel.html">Intel</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>, <a href="http://www.apple.com/downloads/macosx/apple/macosx1048updateppc.html">PPC</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>) on an Intel Mac, but it&#8217;s not immediately clear what new features or improvements (if any) the update brings.</p>
<p>Apple continues its campaign to enforce the lozenge icons introduced with Tiger, overwriting any modifications with the default Tiger icons.  Luckily, <a href="http://andrewescobar.com/mailstamps">Mail Stamps</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> soon removes them again.</p>
<p>Other plugins appear to be unaffected by the update.</p>
<p>Presumably, Mail users will benefit from added security to WebKit, but I can&#8217;t discover any changes in Mail.app itself.  Can you? <tags>mail.app, apple mail, apple, update, 10.4.8, WebKit, icons</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/01/12/1044-nothing-new-for-mailapp/" rel="bookmark" title="12 January 2006, 12:27 am">10.4.4: Nothing new for Mail.app?</a></li>
<li><a href="http://www.hawkwings.net/2005/09/20/mail-stamps-201-released/" rel="bookmark" title="20 September 2005, 12:31 am">Mail Stamps 2.0.1 released</a></li>
<li><a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/" rel="bookmark" title="13 May 2006, 12:22 am">A dedicated, distraction-free browser for Gmail</a></li>
<li><a href="http://www.hawkwings.net/2006/05/31/finally-a-nice-icon-for-gmail/" rel="bookmark" title="31 May 2006, 10:53 pm">Finally, a nice icon for Gmail</a></li>
<li><a href="http://www.hawkwings.net/2006/08/14/get-rid-of-tiger-mails-lozenge-buttons/" rel="bookmark" title="14 August 2006, 11:47 pm">Get rid of Tiger Mail&#8217;s lozenge buttons</a></li>
</ul>
<p><!-- Similar Posts took 6.630 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/09/30/whats-new-for-mailapp-in-1048/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Gcal 0.2: Smaller footprint, tweaks</title>
		<link>http://www.hawkwings.net/2006/06/24/gcal-02-smaller-footprint-tweaks/</link>
		<comments>http://www.hawkwings.net/2006/06/24/gcal-02-smaller-footprint-tweaks/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 12:34:39 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[gcal]]></category>
		<category><![CDATA[Google calendar]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/06/24/gcal-02-smaller-footprint-tweaks/</guid>
		<description><![CDATA[Chip Ciccio's distraction-free browser for Google Calendar has been updated.It now features a new icon and uses less screen space, which will please people with smaller displays.Gcal is freeware and available from Chip's web site.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/06/wp-images/gcal02.jpg" height="94" width="100" border="0" align="right" hspace="10" vspace="0" alt="gcal02" title="gcal02" />Chip Cuccio&#8217;s distraction-free WebKit browser for Google Calendar has been updated.</p>
<p>It now features a new icon and uses less screen space (800&#215;600), which will please people with smaller displays.</p>
<p>Gcal is freeware and available from <a href="http://chip.cuccio.us/projects/gcal/">Chip&#8217;s web site</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>.<tags>gcal, google calendar, browser, WebKit, productivity</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/" rel="bookmark" title="20 June 2006, 9:54 pm">Gcal.app: Distraction-free Google Calendar WebKit client</a></li>
<li><a href="http://www.hawkwings.net/2006/08/20/google-notifier-for-mac-gmail-gcal-alerts/" rel="bookmark" title="20 August 2006, 9:05 am">Google Notifier for Mac: Gmail, Gcal alerts</a></li>
<li><a href="http://www.hawkwings.net/2006/05/31/finally-a-nice-icon-for-gmail/" rel="bookmark" title="31 May 2006, 10:53 pm">Finally, a nice icon for Gmail</a></li>
<li><a href="http://www.hawkwings.net/2006/05/15/distraction-free-gmail-in-caminofirefox/" rel="bookmark" title="15 May 2006, 11:41 pm">Distraction-free Gmail in Camino/Firefox</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>
</ul>
<p><!-- Similar Posts took 37.852 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/06/24/gcal-02-smaller-footprint-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gcal.app: Distraction-free Google Calendar WebKit client</title>
		<link>http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/</link>
		<comments>http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/#comments</comments>
		<pubDate>Tue, 20 Jun 2006 11:54:08 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[gcal]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google calendar]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/</guid>
		<description><![CDATA[Inspired partly by Michael McCracken's distraction-free, dedicated WebKit browser for Gmail, Chip Cuccio has written one for Google calendar.It does just what Michael's does for Gmail, giving you a view of your Google calendar without the toolbars and other things that distract you from your work.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/06/wp-images/Gcalapp.jpg" height="98" width="100" border="0" align="right" hspace="10" vspace="0" alt="Gcalapp" title="Gcalapp" />Inspired partly by Michael McCracken&#8217;s distraction-free, dedicated <a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/">WebKit browser for Gmail</a>, Chip Cuccio has written one for Google calendar.</p>
<p>It does just what Michael&#8217;s does for Gmail, giving you a view of your Google calendar without the toolbars and other things that distract you from your work.</p>
<p>Chip has posted the app, the source code and a screenshot <a href="http://chip.cuccio.us/projects/gcal/">on his web site</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>.</p>
<p>Quick work too, considering <a href="http://www.hawkwings.net/2006/06/18/google-calendar-now-supports-safari/">recent news</a>.<tags>ical, gcal, Google calendar, webkit, productivity, safari, gmail</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/06/24/gcal-02-smaller-footprint-tweaks/" rel="bookmark" title="24 June 2006, 10:34 pm">Gcal 0.2: Smaller footprint, tweaks</a></li>
<li><a href="http://www.hawkwings.net/2006/08/20/google-notifier-for-mac-gmail-gcal-alerts/" rel="bookmark" title="20 August 2006, 9:05 am">Google Notifier for Mac: Gmail, Gcal alerts</a></li>
<li><a href="http://www.hawkwings.net/2006/05/15/distraction-free-gmail-in-caminofirefox/" rel="bookmark" title="15 May 2006, 11:41 pm">Distraction-free Gmail in Camino/Firefox</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/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>
</ul>
<p><!-- Similar Posts took 44.323 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finally, a nice icon for Gmail</title>
		<link>http://www.hawkwings.net/2006/05/31/finally-a-nice-icon-for-gmail/</link>
		<comments>http://www.hawkwings.net/2006/05/31/finally-a-nice-icon-for-gmail/#comments</comments>
		<pubDate>Wed, 31 May 2006 12:53:50 +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[email]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/05/31/finally-a-nice-icon-for-gmail/</guid>
		<description><![CDATA[Tonight I stumbled across a newly-posted Gmail icon at InterfaceLIFT.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/05/wp-images/gmailicon.jpg" height="93" width="203" border="0" align="right" hspace="10" vspace="0" alt="gmailicon" title="gmailicon" />Tonight I stumbled across <a href="http://interfacelift.com/icons-mac/details.php?id=1846">a newly-posted Gmail icon</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> at InterfaceLIFT.</p>
<p>The set contains images for the back and front of an envelope, the front displaying a possibly recognisable address.</p>
<p>This may be especially of interest to people looking for an icon to use with Michael McCracken&#8217;s <a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/">excellent dedicated WebKit Gmail browser</a>, although people who use Gmail for their email but Mail.app to read and collect it might be tempted too.</p>
<p>As usual, you can use <a href="http://www.hawkwings.net/2005/10/23/an-interface-hack-too-far/">these instructions</a> to replace the icon in either the WebKit browser or Mail.app.<tags>gmail, Google, mail.app, apple mail, icons, hacks, productivity, email, webkit</tags></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/" rel="bookmark" title="13 May 2006, 12:22 am">A dedicated, distraction-free browser for Gmail</a></li>
<li><a href="http://www.hawkwings.net/2006/06/24/gcal-02-smaller-footprint-tweaks/" rel="bookmark" title="24 June 2006, 10:34 pm">Gcal 0.2: Smaller footprint, tweaks</a></li>
<li><a href="http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/" rel="bookmark" title="20 June 2006, 9:54 pm">Gcal.app: Distraction-free Google Calendar WebKit client</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/05/17/more-on-webkit-webmailapp/" rel="bookmark" title="17 May 2006, 10:46 pm">More on WebKit Webmail.app</a></li>
</ul>
<p><!-- Similar Posts took 38.760 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/05/31/finally-a-nice-icon-for-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on WebKit Webmail.app</title>
		<link>http://www.hawkwings.net/2006/05/17/more-on-webkit-webmailapp/</link>
		<comments>http://www.hawkwings.net/2006/05/17/more-on-webkit-webmailapp/#comments</comments>
		<pubDate>Wed, 17 May 2006 12:46:59 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Email in general]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web kit]]></category>
		<category><![CDATA[WebKit]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/05/17/more-on-webkit-webmailapp/</guid>
		<description><![CDATA[Michael McCracken has posted a follow up clarification about his nifty little WebKit browser for Gmail.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/05/wp-images/gmailbrowser-1.jpg" height="101" width="106" border="0" align="right" hspace="10" vspace="0" alt="gmailbrowser" title="gmailbrowser" />Michael McCracken <a href="http://michael-mccracken.net/wp/?p=45">has posted</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>  a follow up clarification about his nifty little <a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/">WebKit browser for Gmail</a>.</p>
<p>He wants to correct some misconceptions, not least: </p>
<blockquote><p>I didnâ€™t say anything about disliking or replacing Apple Mail. Mail is my primary mail client, and thereâ€™s plenty about it that I like. I just use both, since I like GMail better for viewing mailing lists.</p></blockquote>
<p>He also says that he has no great plans to develop the app further, although he gives his blessing to anyone else who wants to and lets him know.</p>
<p>And he takes pain to point out that the credit belongs to the Apple Web Kit Development team.</p>
<p>(On a pedantic note, I see from comparing <a href="http://michael-mccracken.net/wp/?p=44">his original post</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> with this one, that the browser is built with the WebKit demo from the Web Kit development team. I am still confused about this, despite <a href="http://daringfireball.net/2006/05/web_kit_vs_webkit">John Gruber&#8217;s post</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> on the differences and <a href="http://www.red-sweater.com/blog/133/frameworks-kits-and-caboodles">Daniel Jalkut&#8217;s patient further explanation</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/>).<tags>gmail, webkit, web kit, browser, email, web 2.0, webmail, mail.app, apple mail</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/05/31/finally-a-nice-icon-for-gmail/" rel="bookmark" title="31 May 2006, 10:53 pm">Finally, a nice icon for Gmail</a></li>
<li><a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/" rel="bookmark" title="13 May 2006, 12:22 am">A dedicated, distraction-free browser for Gmail</a></li>
<li><a href="http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/" rel="bookmark" title="20 June 2006, 9:54 pm">Gcal.app: Distraction-free Google Calendar WebKit client</a></li>
<li><a href="http://www.hawkwings.net/2006/06/24/gcal-02-smaller-footprint-tweaks/" rel="bookmark" title="24 June 2006, 10:34 pm">Gcal 0.2: Smaller footprint, tweaks</a></li>
<li><a href="http://www.hawkwings.net/2006/05/15/distraction-free-gmail-in-caminofirefox/" rel="bookmark" title="15 May 2006, 11:41 pm">Distraction-free Gmail in Camino/Firefox</a></li>
</ul>
<p><!-- Similar Posts took 37.129 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/05/17/more-on-webkit-webmailapp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

