<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/xslt/html.xsl"?>
<page 
	title="software - quotefix for mac | robert klep"
	description="quotefix for mac"
	keywords="quotefix, leopard, mac os x, mac">
	<content>

		<paragraph title="QuoteFix for Mac">
			QuoteFix for Mac (hosted at <link url="http://code.google.com/p/quotefixformac/">Google Code</link>) is a
			plug-in for (Snow) Leopard's Mail.app, and fixes some issues when replying to e-mail:
			<ul>
				<li>it removes the signature from the original message</li>
				<li>it removes certain unnecessary empty lines</li>
				<li>it positions the cursor below the original message, instead of above it</li>
			</ul>
		</paragraph>

		<paragraph title="How does it work?">
			The plug-in uses the private plug-in API for Mail.app, for which a very useful
			description can be found <link
				url="http://www.bazza.com/~eaganj/weblog/2008/02/16/demystifying-mailapp-plugins-for-leopard/">here</link>.
		</paragraph>
		<paragraph>
			The plug-in is written in Python and uses the Objective-C/Python bridge
			which is a standard part of Mac OS X.
		</paragraph>

		<paragraph title="Installing the plug-in">
			Before installing the plug-in, you'll need to make sure that Mail.app's
			plug-in support is turned on. For this, execute the following two commands
			in Terminal.app:
			<pre>
defaults write com.apple.mail EnableBundles -bool true
defaults write com.apple.mail BundleCompatibilityVersion 3
</pre>
		</paragraph>
		<paragraph>
			Next, download the plug-in and unpack it in <code>~/Library/Mail/Bundles/</code>
		</paragraph>
		<paragraph>
			Lastly, quit Mail.app if it's running, and start it up again. The plug-in
			has no user-serviceable parts inside (read: there's no configuration).
		</paragraph>
		<paragraph>
			In case you run into any problems, just remove <code>QuoteFix.mailbundle</code> from
			the bundle-folder above and restart Mail.app.
		</paragraph>

	</content>
</page>

