<?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>langui.sh &#187; mail</title>
	<atom:link href="http://langui.sh/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://langui.sh</link>
	<description>Fun hacks, WP plugins, photography, and PKI junk.  Languishing since 2008.</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:23:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Fixing GrowlMail in 10.6.4 (Mail 4.3)</title>
		<link>http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/</link>
		<comments>http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:41:17 +0000</pubDate>
		<dc:creator>Paul Kehrer</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[growlmail]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://langui.sh/?p=1129</guid>
		<description><![CDATA[<a href="http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/" title="Fixing GrowlMail in 10.6.4 (Mail 4.3)"></a>Update 2: Fix for 10.6.7 and Mail 4.5 Update: Fix for 10.6.5 and Mail 4.4 Another OS X release, another broken GrowlMail bundle. I did a post just like this for 10.6.2. Check it out if you want more background &#8230;<p class="read-more"><a href="http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/" title="Fixing GrowlMail in 10.6.4 (Mail 4.3)"></a><p><b>Update 2: Fix for <a href="/2011/03/21/fixing-growlmail-in-10-6-7-mail-4-5/">10.6.7 and Mail 4.5</a></b><br />
<b>Update: Fix for <a href="http://langui.sh/2010/10/14/fixing-growlmail-in-10-6-5-mail-4-4/">10.6.5 and Mail 4.4</a></b></p>
<p>Another OS X release, another broken GrowlMail bundle.  I did a post just like this for 10.6.2.  <a href="/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/" target="_blank">Check it out</a> if you want more background on why this occurs.</p>
<h3>Easy Fix</h3>
<p>Download a pre-patched GrowlMail.bundle and drop it in your ~/Library/Mail/Bundles/ directory<sup class='footnote'><a href='#fn-1129-1' id='fnref-1129-1'>1</a></sup>.  If you want it available to multiple users on your system, use /Library/Mail/Bundles/.</p>
<p><b><a href="http://cdn.langui.sh/2010/06/GrowlMail.mailbundle.zip">Download patched bundle</a></b></p>
<p>If you use this method you&#8217;re all set; no need to use the command line solution below.</p>
<h3>Add New UUIDs to SupportedPluginCompatibilityUUIDs</h3>
<p>If you have already had your plugins disabled by opening Mail.app you&#8217;ll need to look in ~/Library/Mail (or /Library/Mail if you installed globally) and move the files back to the active bundles directory.  They&#8217;ll typically be in Bundles (Disabled), so quit Mail, find them, and move them back into the proper directory.</p>
<p>If you have a local installation:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> ~<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;E71BD599-351A-42C5-9B63-EA5C47F7CE8E&quot;</span>
defaults <span style="color: #c20cb9; font-weight: bold;">write</span> ~<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;B842F7D0-4D81-4DDF-A672-129CA5B32D57&quot;</span></pre></div></div>

<p>Global installation:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;E71BD599-351A-42C5-9B63-EA5C47F7CE8E&quot;</span>
defaults <span style="color: #c20cb9; font-weight: bold;">write</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;B842F7D0-4D81-4DDF-A672-129CA5B32D57&quot;</span></pre></div></div>

<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-1129-1'>~ means your home directory if you&#8217;re unfamiliar with the syntax. You can click the home icon on your Finder sidebar if you&#8217;re still confused <span class='footnotereverse'><a href='#fnref-1129-1'>&#8617;</a></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>Fixing GrowlMail for Mail 4.2</title>
		<link>http://langui.sh/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/</link>
		<comments>http://langui.sh/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:50:00 +0000</pubDate>
		<dc:creator>Paul Kehrer</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://langui.sh/?p=811</guid>
		<description><![CDATA[<a href="http://langui.sh/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/" title="Fixing GrowlMail for Mail 4.2 "></a>Update 3: Fix for 10.6.7 and Mail 4.5 Update 2: Fix for 10.6.5 and Mail 4.4 Update: Fix for 10.6.4 and Mail 4.3 Lately Apple has been revving the version number (and plugin compatibility UUID) of Mail.app with every version &#8230;<p class="read-more"><a href="http://langui.sh/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://langui.sh/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/" title="Fixing GrowlMail for Mail 4.2 "></a><p><b>Update 3: Fix for <a href="/2011/03/21/fixing-growlmail-in-10-6-7-mail-4-5/">10.6.7 and Mail 4.5</a></b><br />
<b>Update 2: Fix for <a href="http://langui.sh/2010/10/14/fixing-growlmail-in-10-6-5-mail-4-4/">10.6.5 and Mail 4.4</a></b><br />
<b>Update: Fix for <a href="http://langui.sh/2010/06/15/fixing-growlmail-in-10-6-4-mail-4-3/">10.6.4 and Mail 4.3</a></b></p>
<p>Lately Apple has been revving the version number (and plugin compatibility UUID) of Mail.app with every version of 10.6.  This breaks bundles like GrowlMail even when they are still compatible.  The easy fix (although not necessarily the best if it turns out an update is required!) is to run a few commands in Terminal to add the new UUIDs<sup class='footnote'><a href='#fn-811-1' id='fnref-811-1'>1</a></sup> to the SupportedPluginCompatibilityUUID key in the Info.plist.<sup class='footnote'><a href='#fn-811-2' id='fnref-811-2'>2</a></sup></p>
<p><b>If you have already had your plugins disabled by opening Mail.app you&#8217;ll need to look in ~/Library/Mail (or /Library/Mail if you installed globally) and move the files back to the active bundles directory.  They&#8217;ll typically be in Bundles (Disabled), so quit Mail, find them, and move them back into the proper directory.</b></p>
<p>Once you&#8217;ve gotten the files moved into the proper location use either the local installation or global installation commands below (depending on where you found your bundles).  To run them, simply copy/paste them into a Terminal window.<sup class='footnote'><a href='#fn-811-3' id='fnref-811-3'>3</a></sup></p>
<p>For GrowlMail (assuming local installation)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> ~<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;2F0CF6F9-35BA-4812-9CB2-155C0FDB9B0F&quot;</span>
defaults <span style="color: #c20cb9; font-weight: bold;">write</span> ~<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;0CB5F2A0-A173-4809-86E3-9317261F1745&quot;</span></pre></div></div>

<p>For GrowlMail (global installation)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">defaults <span style="color: #c20cb9; font-weight: bold;">write</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;2F0CF6F9-35BA-4812-9CB2-155C0FDB9B0F&quot;</span>
defaults <span style="color: #c20cb9; font-weight: bold;">write</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Mail<span style="color: #000000; font-weight: bold;">/</span>Bundles<span style="color: #000000; font-weight: bold;">/</span>GrowlMail.mailbundle<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Info SupportedPluginCompatibilityUUIDs <span style="color: #660033;">-array-add</span> <span style="color: #ff0000;">&quot;0CB5F2A0-A173-4809-86E3-9317261F1745&quot;</span></pre></div></div>

<p>Update: <a href="http://harnly.net/2009/software/letterbox/letterbox-beta-5-for-snow-leopard/#more-240">Letterbox has been updated</a>, but the above instructions can be adapted for any future OS update that breaks compatibility.</p>
<p><b>Update 2: You can <a href='http://cdn.langui.sh/2009/11/GrowlMail.mailbundle.zip'>download</a> a pre-patched copy if you don&#8217;t want to follow the above instructions.  Just unzip it and drop it in your bundles directory.</b></p>
<p><b>Update 3: <a href="http://growl.info/growlmail/">GrowlMail 1.2.1</a> has been released, which fixes 10.6.2 compatibility.  This issue will likely occur again with 10.6.3 though!</b></p>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-811-1'>2F0CF6F9-35BA-4812-9CB2-155C0FDB9B0F for Mail.app v4.2 and 0CB5F2A0-A173-4809-86E3-9317261F1745 for the Message framework.  These were released with OS X 10.6.2. <span class='footnotereverse'><a href='#fnref-811-1'>&#8617;</a></span></li>
<li id='fn-811-2'> These UUIDs can be found in /Applications/Mail.app/Contents/Info.plist and /System/Library/Frameworks/Message.framework/Resources/Info.plist for when they inevitably change again. <span class='footnotereverse'><a href='#fnref-811-2'>&#8617;</a></span></li>
<li id='fn-811-3'>Terminal is found in /Applications/Utilities if you&#8217;ve never used it before.  You&#8217;ll see a prompt and you can paste the commands in and hit enter. <span class='footnotereverse'><a href='#fnref-811-3'>&#8617;</a></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://langui.sh/2009/11/09/fixing-growlmail-letterbox-for-mail-4-2/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 7/22 queries in 0.006 seconds using memcached
Object Caching 522/545 objects using memcached

Served from: langui.sh @ 2012-02-04 13:17:17 -->
