<?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>MakeUseOf.com &#187; apple mail</title>
	<atom:link href="http://www.makeuseof.com/tags/apple-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 14:47:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Use A Facebook Badge As Your Email Signature [Mac]</title>
		<link>http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:00:30 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27771</guid>
		<description><![CDATA[If you haven&#8217;t already read, I&#8217;ve shown you how to use HTML, photos and iTunes status in your Mac Mail signature in a previous article. I loved my signature, it had some attitude. Unfortunately, I upgraded to Snow Leopard and shortly found out that it had broken the Mail plugin I used to create the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-sig-icon.png" align=left style="margin-right:20px" vspace=5>If you haven&#8217;t already read, I&#8217;ve shown you how to use <a href="http://www.makeuseof.com/tag/add-html-random-quotes-itunes-status-images-to-your-mail-signature-mac-only/">HTML, photos and iTunes status in your Mac Mail signature</a> in a previous article. I loved my signature, it had some attitude. Unfortunately, I upgraded to Snow Leopard and shortly found out that it had broken the Mail plugin I used to create the signature.</p>
<p>At the time of writing, the plugin, which is called <a href="http://www.littleknownsoftware.com/sigpro/">SignatureProfiler</a> has been updated for Snow Leopard but for the last couple of months, I&#8217;ve reverted to using good old reliable text as my email signature &#8212; until today.</p>
<p>I recently found out how to spruce up emailing by using my Facebook profile badge as a signature. It&#8217;s pretty neat and like all Facebook badges, you can easily customize it to your liking. We&#8217;ll go through the steps required to make it in a little while. Right now, I&#8217;d like to point out a few things.</p>
<p>Firstly, this trick is meant to be used in Mail, Mac&#8217;s default desktop mailing application. It works without the need for any addition plugins but you are required to set up your email accounts in Mail. Secondly, you also need to pair the account with a signature &#8212; just text will be fine at this point, it doesn&#8217;t really matter since it&#8217;s about to be replaced. Lastly, you&#8217;ll need <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a>, a free HTML-capable text editor or any other HTML editor.</p>
<p>Let&#8217;s get started, log in to your Facebook profile then scroll down until you see this link:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/profile-badge-link.gif"></p>
<p><span id="more-27771"></span><br />
If you have never created a badge before, then go ahead and create one. It&#8217;s very simple and you only need to follow the on-screen instructions. A horizontal badge works best in this situation. Add whatever you like into the badge: your name, your profile picture, your status, your websites, anything! When you&#8217;re done, preview your badge. If you&#8217;re happy with your creation, click on Save. On the next screen, you&#8217;ll be presented with the sharing options. Click on &#8220;Other&#8221; and the badge&#8217;s code will appear. Click on it once and press Command+C to copy it to the clipboard.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-profile-badge.png"></p>
<p>Open up TextWranger or any HTML editor of your choice and paste the code in a new document. It should look something like this:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-sig-selction-for-deletion-1.gif"></p>
<p>Notice that I&#8217;ve selected a part of the code which is actually not necessary for your signature. It adds a link to your profile and another link for others to create their own badge. It won&#8217;t look very pretty so we&#8217;re going to delete it. Here&#8217;s how it should look like after removing the useless bits.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-sig-after-deletion.gif"></p>
<p>Alright, now we&#8217;re going to add a space above the signature just for the sake of convenience. It&#8217;s much easier to add a space at this point, which will go between your email message and the signature; rather than having to press the Enter key several times after composing your email. Add &lt;p&gt;&amp;nbsp;&lt;/p&gt; to the beginning of the code, like this:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/final-fb-sig.gif"></p>
<p>We&#8217;re almost done. All we need to do now is to remove the width and height attributes from the code. By leaving the attributes there, we are telling Mail that no matter what, the signature has to be that width and height. In actuality, the Facebook badge changes in dimension depending on your status, links, etc. So remove this part of the code:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/final-fb-sig2.gif"></p>
<p>Finally, we&#8217;re ready to save the HTML file. Click on File, then Save As. Type in any name followed by &#8220;.html&#8221; as shown in the screenshot. Select the Desktop as the destination and click Save.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/saving-fb-sig-html.png"></p>
<p>Double-click the resulting file and it should open up in Safari. Check if everything is in order then save it as a Web Archive &#8212; click on File, Save As and select Web Archive as the format. Again, make sure that the Desktop is selected as the destination and click Save.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/FB-sig.html.png"></p>
<p>Just a little bit more and we&#8217;re done. Remember when I mentioned earlier that you should already have a signature attached to your email account in Mail? Well, if you haven&#8217;t created one, I suggest you do it right this instant because we&#8217;re going to look for it. Open up a new Finder window and delve down to ~/Library/Mail/Signatures. There should be a minimum of 2 files there if you only have 1 email account set up. One file should be formatted as .webarchive.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/mail-sig-folder.png"></p>
<p>To check if it is indeed your email signature, double-click it and it should be displayed in Safari (Snow Leopard users can use Quick Look). Once we&#8217;ve determined that this is the signature we want to replace with the Facebook badge, copy the file name. Mine looks like &#8220;FED17D3A-AC4C-490D-93CB-80634BD2A114&#8243;. Use this to rename the webarchive file which you&#8217;ve just saved on the Desktop. After you&#8217;ve renamed it, click and drag it into the Signature folder. Finder will ask you if you&#8217;re sure you want to replace the existing file, click Yes.</p>
<p>And we&#8217;re done. Relaunch Mail and give it a whirl. Compose a new mail and your signature should show up.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-profile-in-mail.png"></p>
<p>How easy was that? No plugins, additional software or expert skills required! For our non-Mac friends who also want to use their Facebook profiles as email signatures, I&#8217;m sure <a href="http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/">Saikat&#8217;s post</a> will teach you a thing or two about integrating HTML into Gmail.</p>
<p>What do you use as your email signature?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/" title="The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature (September 8, 2009)">The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/postbox-for-mac-first-impressions/" title="Postbox: An Alternative Email Client For Mac (February 4, 2009)">Postbox: An Alternative Email Client For Mac</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/6-ways-to-get-social-with-outlook/" title="Outlook Addons &#8211; 6 Ways to Get Social with Outlook (December 20, 2007)">Outlook Addons &#8211; 6 Ways to Get Social with Outlook</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stay-connected-with-gmail/" title="How To: Stay Connected With Gmail (November 24, 2007)">How To: Stay Connected With Gmail</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-create-an-signature-in-ms-outlook-2007-using-office-clipart/" title="How to Create An Email Signature in MS Outlook 2007 Using Office Clipart (October 9, 2009)">How to Create An Email Signature in MS Outlook 2007 Using Office Clipart</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Postbox: An Alternative Email Client For Mac</title>
		<link>http://www.makeuseof.com/tag/postbox-for-mac-first-impressions/</link>
		<comments>http://www.makeuseof.com/tag/postbox-for-mac-first-impressions/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:01:25 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email client]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11626</guid>
		<description><![CDATA[Postbox is an email management application for Windows and Mac powered by the Mozilla platform. Surely that&#8217;s a given, since it&#8217;s made by one of the original developers of Mozilla&#8217;s Thunderbird.
But how does it compare with Apple&#8217;s Mail client?
I&#8217;ve managed to get hold of the latest beta version (beta five) of Postbox and I&#8217;m taking [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-icon.png" border="0" alt="postbox email client" vspace="10" align="left" /><a href="http://postbox-inc.com/">Postbox</a> is an email management application for Windows and Mac powered by the Mozilla platform. Surely that&#8217;s a given, since it&#8217;s made by one of the <a href="http://www.techcrunch.com/2008/09/09/tc50-postbox-takes-on-outlook-mac-mail-with-smarter-faster-email-client/">original developers of Mozilla&#8217;s Thunderbird</a>.</p>
<p>But how does it compare with Apple&#8217;s Mail client?</p>
<p>I&#8217;ve managed to get hold of the latest beta version (beta five) of Postbox and I&#8217;m taking it for a spin. Before we begin, I should state for the record that the only email manager I&#8217;ve used is Apple Mail and I&#8217;m going to use that as the yardstick on which Postbox shall be judged.</p>
<p>So, as that age-old saying goes &#8211; without further adieu, I give you Postbox.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-general-layout.png" alt="" /></p>
<p>Even though it is still in its beta stages of development, it launches very quickly. Compared to Apple Mail, this thing fires up like a rocket! The general view is pretty decent. Everything is sort of laid out nicely. Actually, to be brutally honest, the interface does look a bit like Apple Mail. There are several new additions, though.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-inspector.png" alt="" /></p>
<p>One of them is the built-in Inspector on the bottom-right hand corner. It displays all inline links and attachments (if any). Although, I don&#8217;t quite see the point of having the Inspector &#8211; if there are any links within the email, I would know to click on them. I don&#8217;t need to be shown the links again. I know they&#8217;re there. Same goes with the attachments. Moving on.</p>
<h3><strong>Open in new tab</strong></h3>
<p>Another new addition which catches my eye is the tab bar along the top. Double-clicking on an email opens it in a new tab. This gives the email client a browser-y feel. One could say that it feels slightly cumbersome. I would rather prefer for it to pop-up in a new window.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-tab-bar.png" alt="" /></p>
<p>On the right side of the tab bar are shortcuts for quick searching. Attachments, Images, Links and Contacts will bring about separate new tabs to show you all of the said items. I&#8217;ll cover these views in slightly more detail as we move along.</p>
<h3><strong>I was set up!</strong></h3>
<p>Setting up my IMAP GMail account was a piece of cake compared to Apple Mail. Postbox only asked me for the type of account (GMail POP, IMAP; Yahoo Plus or MobileMe), my name and email address. Then as it logged into my account, it asked for my password.  Then boom, it showed me all of my mail.</p>
<p>Here&#8217;s where it differs from Apple Mail. Apple Mail will automatically download and store all of my mail for offline reading as soon as it manages to log into my account. It doesn&#8217;t care if there are 3,000 or 30,000 messages, it will download everything by default.</p>
<p>In Postbox, I get to choose which mailboxes get downloaded for offline viewing, if any. To be fair, Apple Mail only does that to improve searching through the messages. That said, it is the same scenario in Postbox &#8211; it can only index messages which have been downloaded.</p>
<h3><strong>You&#8217;ve got mail</strong></h3>
<p>When composing new mail, I noticed several nice implementations.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-compose-new-mail.png" alt="" /></p>
<p>To the right of the Compose window, there are five interesting icons: Find Attachments, Find Images, Find Links, Find Places and Find References (plainly a dictionary).</p>
<p>The first three are pretty useful. It allows you to search for attachments, images and links used in previous messages and import them into the one currently being composed. Find Places is a neat addition &#8211; it lets you input a destination and attach that into the message. The recipient can then click on it, which brings up Google Maps and is able to find driving directions to that place.</p>
<h3><strong>The Crown Jewel</strong></h3>
<p>One of the many key features which makes Postbox so anticipated is its ability to manage media i.e. attachments and images. Let&#8217;s head back to the tab bar which plays host to the quick searches.</p>
<p>Attachments, quick search. Clicking on this will bring up the attachments viewer. It&#8217;s just a list of all the attachments in every email, provided all the messages have been indexed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-attachment-view.png" alt="" /></p>
<p>This is even more impressive &#8211; the images viewer.  It lays out all of the images in every email as thumbnails, allowing quick browsing of all the pictures and photos that have been sent and received. At the moment of writing, the images viewer doesn&#8217;t live refresh even after new images are indexed. The viewer has to be closed and reopened in order to be refreshed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-images-view.png" alt="" /></p>
<p>Next, the links viewer. Postbox grabs all the links from all my messages and displays them as a list with a short excerpt of the message body.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-links-view.png" alt="" /></p>
<p>And finally, the contacts viewer. Postbox collects all of the email addresses from the mails which have been sent and received and lists them out like a contact sheet. The context menu within the contact viewer is the unsung hero, really. Right-click on any contact and you&#8217;ll be able to bring up all of their messages, attachments, images and links in separate tabs. That&#8217;s miles quicker than searching in Apple Mail.</p>
<p style="text-align: center;"><img src="http://www.makeuseof.com/wp-content/uploads/2009/02/postbox-contact.png" alt="" /></p>
<p>Speaking of context menus, right-clicking a highlighted part of any email message brings up a very different and rather sophisticated menu.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/postbox-context-menu.png" alt="" /></p>
<p>As you can see, you can easily share the highlighted text on Twitter, Facebook or FriendFeed; or search on a variety of search engines and Wikipedia. In my opinion, it&#8217;s not as much a necessity as it is an accessibility.</p>
<h3><strong>Now, what I don&#8217;t like about Postbox</strong></h3>
<p>It&#8217;s too complicated. Is it a browser? Or is it an email client with an identity crisis? A simpler application that works well will be heaps and bounds better than a complicated one which does everything mediocrely.</p>
<p>The Inspector shows previews of images but not documents. Maybe it&#8217;s something the developers overlooked and hopefully they implement it in the final version.</p>
<p>At a certain speed, scrolling through messages becomes very jerky. Also, there isn&#8217;t a unified mailbox which shows all of my mail. That&#8217;s very possibly a deal-breaker since I have 5 email accounts to deal with on a daily basis.</p>
<p>Lastly and surely the most saddening &#8211; my <a href="http://www.makeuseof.com/tag/add-html-random-quotes-itunes-status-images-to-your-mail-signature-mac-only/">beautiful email signature</a> cannot be used with Postbox. It only accepts text signatures.</p>
<h3><strong>Spring finally comes</strong></h3>
<p>I&#8217;m willing to overlook most of the shortcomings of Postbox since I&#8217;m only testing out a beta version of this application. I hope that the final product is not as disappointing (email signatures, please) and at the same time, is less complicated and more to the point.</p>
<p>Postbox will be available for Windows and Mac starting February 9th as they launch their public beta. <a href="http://postbox-inc.com/">Sign up on their website</a> to be notified when the public beta is ready. You can also get to see some higher-resolution screenshots over there.</p>
<p>Impressed with Postbox? Are you eager to try it out? What do you think &#8211; will it ruffle some of Apple Mail&#8217;s feathers? Comment it out.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/muo-polls-do-you-check-email-online-or-use-a-desktop-client/" title="MUO Polls: Do You Check Email Online or Use A Desktop Client? (September 29, 2008)">MUO Polls: Do You Check Email Online or Use A Desktop Client?</a> (37)</li>
	<li><a href="http://www.makeuseof.com/tag/make-gmail-your-default-desktop-mail-program-windows/" title="Make Gmail your Default Desktop Email Client (Windows) (October 31, 2008)">Make Gmail your Default Desktop Email Client (Windows)</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/incredimail-%e2%80%93-have-some-fun-with-this-email-client-windows/" title="IncrediMail – Have Some Fun With This Email Client (Windows) (November 4, 2008)">IncrediMail – Have Some Fun With This Email Client (Windows)</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/" title="How To Use A Facebook Badge As Your Email Signature [Mac] (November 2, 2009)">How To Use A Facebook Badge As Your Email Signature [Mac]</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-send-personalized-mass-emails-in-mozilla-thunderbird/" title="How to Set Up Mozilla Thunderbird to Send Mass Emails (June 30, 2009)">How to Set Up Mozilla Thunderbird to Send Mass Emails</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/postbox-for-mac-first-impressions/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>4 Useful Plug-ins to improve Apple Mail</title>
		<link>http://www.makeuseof.com/tag/4-useful-plug-ins-to-extend-apple-mails-functionality/</link>
		<comments>http://www.makeuseof.com/tag/4-useful-plug-ins-to-extend-apple-mails-functionality/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 23:11:13 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[apple mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/4-useful-plug-ins-to-extend-apple-mails-functionality/</guid>
		<description><![CDATA[ For those who use Apple Mail on Leopard, you will know that it&#8217;s a pretty basic e-mail application. It fetches your mail, archives it on your Mac and you might think that it ends there. With a couple of plug-ins however, you could extend the functionality of Apple Mail by miles.
There are a lot [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://makeuseof.com/images/apple-mail-logo.png" alt="Apple Mail Logo" align="left" /> For those who use Apple Mail on Leopard, you will know that it&#8217;s a pretty basic e-mail application. It fetches your mail, archives it on your Mac and you might think that it ends there. With a couple of plug-ins however, you could extend the functionality of Apple Mail by miles.</p>
<p>There are a lot of plug-ins <a href="http://tikouka.net/mailapp/">out there</a>. A few of them do some pretty cool stuff, and others you probably wouldn&#8217;t need. I&#8217;m going to focus on <strong>four Apple Mail plug-ins</strong> which I find to be very useful.</p>
<h2>Mailappetizer</h2>
<p>The first is <a href="http://www.bronsonbeta.com/mailappetizer/">Mailappetizer</a>. This little plug-in lets you preview incoming messages as soon as they are downloaded, without opening Mail. It works pretty much like <a href="http://growl.info/documentation/growlmail.php">GrowlMail</a> but a little better. In the notification window, you can choose to mark the message as read or delete it. You could also customize what you would like to see in the notification window, how many levels of quotations to show, which mailbox the messages are coming from, and whether or not to display any headers in the notifications.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/mailappetizer-notification-server.jpg" alt="Mailappetizer" /></p>
<p>Clicking anywhere in the notification window dismisses the current preview and displays the next one. Closing the notification window, well, dismisses all outstanding notifications. Mailappetizer actually rises up from other notification plug-ins in a sense that it allows you to mark your mail as read or delete them on the spot while the preview is showing. It saves just a bit more time since you won&#8217;t have to open your mailbox to do it later.</p>
<p>Keep in mind that Mailappetizer for Leopard is still in beta, and you should backup your mail folder and preferences before installing it.</p>
<h2>Letterbox</h2>
<p>Next up is a nifty plug-in called <a href="http://harnly.net/software/letterbox/">Letterbox</a>. I guarantee that you&#8217;ll enjoy this one. It re-arranges the conventional interface of Apple Mail to show 3 columns, which really takes advantage of wide-screen monitors. It opens up the message viewer to a separate vertical column so reading mail is much easier and quicker.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/letterbox2.jpg" /></p>
<p>Since I installed this plug-in, my Mail application window stretches across my screen, and I love it because I can see everything at a glance.</p>
<h2>Attachment Scanner</h2>
<p>Moving on, have you ever sent e-mails without the attachments because you clicked &#8216;Send&#8217; too eagerly? <a href="http://www.bazza.com/~eaganj/weblog/code/mail-plugin/">Attachment Scanner Plugin</a> detects words like &#8216;attached&#8217; and &#8216;attachment&#8217; in your e-mail message. And now, when you click &#8216;Send&#8217; it will scan to see if any files have been attached and will warn you if there aren&#8217;t any attachments. It&#8217;s pretty useful for those who are forgetful and will help to reduce sending empty/unattached e-mails (and any follow-up apology messages), not to mention avoiding embarrassment if it is a company e-mail.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/mail.jpg" alt="Mail Attachment Scanner Plugin" /></p>
<h2>Mail Act-On</h2>
<p>Lastly, <a href="http://www.indev.ca/MailActOn.html">Mail Act-On</a> allows assigning keystrokes to Apple Mail Rules. This plug-in achieves two things: it lets you use keystrokes to activate Rules; and allows you to manually apply Rules to messages. I had to clean the cobwebs off my Rules preferences since I started using this plug-in. How it works is pretty simple. New Rules have to be named with a certain prefix &#8211; this will determine the key which will execute the rule.</p>
<p>For example: &#8220;Act-On: r | Color Message Red&#8221; means pressing the default Act-On menu-key (backtick `) and &#8216;r&#8217; will change the background of the message to red.</p>
<p>With this plug-in, properly arranging mail into different folders, flagging messages, marking as read/unread, changing message text colors and their backgrounds and possibly any other Mail Rule is as simple as activating the keystrokes.</p>
<p>(By) <em>Jackson Chung is a full-time med student attempting to perform a juggling act with relationship, studies and his future. He also manages a Mac news site, <a href="http://macnifying.com">Macnifying</a>. </em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-instantly-increase-productivity-on-your-mac-part-2/" title="How To Instantly Increase Productivity on your Mac [Part 2] (March 25, 2008)">How To Instantly Increase Productivity on your Mac [Part 2]</a> (44)</li>
	<li><a href="http://www.makeuseof.com/tag/10-must-have-thunderbird-addons-25-more/" title="10 must-have Thunderbird Addons (+ 25 more) (May 15, 2007)">10 must-have Thunderbird Addons (+ 25 more)</a> (64)</li>
	<li><a href="http://www.makeuseof.com/tag/mozilla-thunderbird-addons-2/" title="10 Great Thunderbird Addons You Must Have (December 5, 2008)">10 Great Thunderbird Addons You Must Have</a> (35)</li>
	<li><a href="http://www.makeuseof.com/tag/firefox-extension-use-ubiquity-to-improve-your-web-browsing-experience/" title="Ubiquity &#8211; Extend Firefox and Improve your Browsing Experience (August 29, 2008)">Ubiquity &#8211; Extend Firefox and Improve your Browsing Experience</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/top-5-yahoo-mail-classic-tips-tricks/" title="Top 5 Yahoo Mail Classic Tips &#038; Tricks (September 5, 2009)">Top 5 Yahoo Mail Classic Tips &#038; Tricks</a> (23)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-useful-plug-ins-to-extend-apple-mails-functionality/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Instantly Increase Productivity on your Mac [Part 2]</title>
		<link>http://www.makeuseof.com/tag/how-to-instantly-increase-productivity-on-your-mac-part-2/</link>
		<comments>http://www.makeuseof.com/tag/how-to-instantly-increase-productivity-on-your-mac-part-2/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 01:16:40 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple mail]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[minimalist]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[virtual desktop]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-instantly-increase-productivity-on-your-mac-part-2/</guid>
		<description><![CDATA[In the first part of my article, I wrote about mapping Exposé onto your mouse buttons, blocking out distractions while working, using keyboard shortcuts, Sidenote and Spotlight. Now, in the spirit of productivity, let&#8217;s just get on with part two!
1. Organize your Mac
Having a cluttered workspace takes up precious time when you&#8217;re trying to find [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://www.makeuseof.com/tag/how-to-instantly-increase-productivity-on-your-mac-part-1/">first part of my article</a>, I wrote about mapping Exposé onto your mouse buttons, blocking out distractions while working, using keyboard shortcuts, Sidenote and Spotlight. Now, in the spirit of productivity, let&#8217;s just get on with part two!</p>
<h2>1. Organize your Mac</h2>
<p>Having a cluttered workspace takes up precious time when you&#8217;re trying to find certain documents which you might have misplaced. The first step in using your time wisely to do work is organization &#8211;  knowing where everything goes. There are several ways to accomplish this.</p>
<p>I&#8217;ve seen <a href="http://www.flickr.com/photos/ilikeittootoo/1407606174/">some desktops</a> with over a hundred files on it. Some people like to show how busy they are by leaving all their documents right where others can see them. A messy desktop can only be more time consuming when you&#8217;re trying to figure out which was the last file you were working on, a hassle to look for a certain file and will only increase the tendency to accidentally move things about (especially into Trash). Also, <a href="http://www.makeuseof.com/tag/3-steps-to-an-organized-desktop/">clearing your desktop</a> will indirectly clear your mind psychologically, so you&#8217;ll probably think better. For instance, check out the screenshot below.</p>
<p><img src="http://makeuseof.com/images/leopard-screenshot.jpg" alt="Leopard Screenshot" /></p>
<h2>2. Organizing files into folders and labeling</h2>
<p>Most of my important document files are in my Documents folder and within that folder, there are about twenty sub folders. Each one has got a very clear title to describe their content. And since I have so many folders, I add color labels to the ones which I frequently open, so that my eyes zone into them before I know it.</p>
<p>But the thing is, you may have folders within those sub folders. And sometimes it may even be several folders deep before you reach the file you want, making it more of a hassle to get to. Another problem is, not all files can be distributed to only one folder. For instance, if I have a PDF file about Multiple Sclerosis (i am a med-student), it could go into my PDFs folder and also my Medicine folder. In order to tackle this problem, I use <em>tags</em>.</p>
<h2>3. Tagging made easy with <a href="http://www.nudgenudge.eu/home">Punakae</a></h2>
<p>The idea of tagging is to add one or several keywords to a file, making it easier to find files relating to those keywords. It may sound like a hassle to tag every file you have, but trust me it&#8217;s easier than it sounds, and more rewarding. Tags can essentially eliminate having multiple folders since files can be found much easier this way. This idea of tagging is not new, even iPhoto uses it and allows you to add keywords to each of your photos.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/03/browser.jpg" alt="Punakae" /></p>
<p>To find out more about Punakae and how it works, check out this video <a href="http://www.nudgenudge.eu/punakea/screencast">screencast</a>. But be warned, the guy narrating might not be a native English speaker and it may sound a little funny.</p>
<h2>4. Doing more with Safari</h2>
<p>Tabbed browsing is extremely useful. Nobody denies this. But if you&#8217;re like me and have 15 tabs opened at the same time every morning when I browse through all my favorite sites, it gets a little tedious clicking the X on each tab to close them. Mastering the Safari shortcut keys are very helpful in making your browsing experience a pleasure.</p>
<ul>
<li>Command-T: Open new tab</li>
<li>Command-N: Open new window</li>
<li>Command-click link: Opens link in new tab</li>
<li>Command-W: Close tab</li>
<li>Command-Alt-W: Close all other tabs</li>
<li>Command-Shift-W: Close window</li>
<li>Command-R: Refresh current tab</li>
<li>Command-Shift- { or }: Switch tabs</li>
<li>Backspace: Back</li>
<li>Spacebar: Page down</li>
<li>Command-D: Add bookmark</li>
</ul>
<p>By default, Google is Safari&#8217;s search engine.  However I recommend installing <a href="http://www.inquisitorx.com/safari/">Inquisitor</a>. It is a search engine plug-in which extends the capability of searching by giving you suggestions and showing you some possible results even before you hit Return. Clicking on those results will take you directly to that site bypassing Google&#8217;s results page.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/03/picture-3.jpg" alt="Inquisitor" /></p>
<h2>5. Use To-do lists</h2>
<p>Reminding yourself constantly that you have a list of work to be done could be stressful so you might as well forget them! I&#8217;m not saying that you needn&#8217;t remember anything at all.  I&#8217;m only emphasizing that thinking about the task at hand will make life easier. Jotting down your list of things to be done somewhere, organizing your thoughts and assigning due dates to each of them is the easiest way to accomplish this.</p>
<p>Getting-things-done applications (GTD) are widely popular so I won&#8217;t cover them again. A few good ones have already been elaborated on this site, which are <a href="http://www.makeuseof.com/tag/things-getting-things-done-simplified-mac-only/">Things</a> for Mac, Remember The Milk, Simple GTD, Task Toy and a few others <a href="http://www.makeuseof.com/tag/gtd-getting-things-done-roundup-time-to-organize/">covered by Daniel</a>.</p>
<h2>6. Integrating Apple Mail, iCal and Address Book</h2>
<p>There are several new features in Apple Mail 3.0 and a very prominent one is the addition of Data Detectors. Place your cursor over an email address and you have the option of adding that person as a contact into Address Book. It will also highlight dates, times, and certain keywords like &#8216;tomorrow&#8217;, &#8216;later today&#8217;, &#8216;15th of March&#8217; which can be added into iCal as appointments. Addresses will also be detected and mapped into directions. Since Apple provided us with these features, we might as well make use of them.</p>
<p><img src="http://makeuseof.com/images/leopard-data-detectors.png" alt="Leopard - Data Detectors" /></p>
<h2>7. Use Automator for repetitive tasks</h2>
<p>I basically use Automator to save time on little tasks such as batch renaming, automatically sending birthday emails to friends, properly re-capitalizing song titles in iTunes, watermarking my PDF files and batch-resizing images. If you would like to know how I do all this, shout out in the comments and I will consider writing a tutorial solely on Automator.</p>
<h2>8. Enlarge your screen estate</h2>
<p>The easiest way to do this is to get a larger screen, of course. Or have 3 of them <a href="http://www.time.com/time/photogallery/0,29307,1622338_1363003,00.html">like Al Gore</a>. Another way is to use <a href="http://www.apple.com/macosx/features/spaces.html">Spaces</a>. By default, Spaces extends your desktop up to 4 times (4 desktops). However, if you notice its preferences more carefully, you will see that you&#8217;re actually able to have up to 16 desktops! That&#8217;s a whole lot of estate to play with, and pretty troublesome to maneuver too.</p>
<p><a href="http://www.ksuther.com/warp">Warp</a> is a preference pane that will allow you to use your mouse to switch between Spaces, rather than using the keyboard shortcut. By moving your mouse cursor to an edge of the screen, you will see a small preview of the neighboring desktop, and clicking on it will &#8216;warp&#8217; you there. It&#8217;s a pretty cool application to help you navigate if you can&#8217;t remember what&#8217;s running on each desktop.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/03/ksuthercom-warp.jpg" alt="Warp" /></p>
<p>If you would like to see how Warp works, check it the screencast at the bottom of <a href="http://www.ksuther.com/warp/">this page</a>.</p>
<p>That concludes my two-part article on increasing productivity on your Mac. I hope you enjoyed reading it as much as I have writing it.</p>
<p>(By) <em>Jackson Chung is a full-time med student attempting to perform a juggling act with relationship, studies and his future.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/too-many-tabs-firefox-add-ons-to-manage-a-tab-jam/" title="Too Many Tabs? Firefox Add-ons to manage a TAB JAM (February 1, 2008)">Too Many Tabs? Firefox Add-ons to manage a TAB JAM</a> (78)</li>
	<li><a href="http://www.makeuseof.com/tag/the-essential-keyboard-shortcuts-to-whip-your-windows/" title="The Essential Keyboard Shortcuts to whip your Windows (March 19, 2008)">The Essential Keyboard Shortcuts to whip your Windows</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/boost-productivity-on-multiple-desktops-with-windowspager/" title="Split Windows into Multiple Desktops with WindowsPager (February 4, 2009)">Split Windows into Multiple Desktops with WindowsPager</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/rapidowrite-the-mac-app-that-your-fingers-will-love-2/" title="RapidoWrite &#8211; The Mac App That Your Fingers Will Love (June 16, 2008)">RapidoWrite &#8211; The Mac App That Your Fingers Will Love</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-instantly-increase-productivity-on-your-mac-part-2/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>
