<?xml version="1.0" encoding="iso-8859-1"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>macosxhints.com application tips</title>
<link>http://hints.macworld.com/index.php?topic=apps</link>
<description>Tips and tricks for OS X applications from macosxhints.com</description>
<managingEditor>webteam@macosxhints.com</managingEditor>
<webMaster>webteam@macosxhints.com</webMaster>
<copyright>Copyright 2013 Mac OS X Hints</copyright>
<generator>Geeklog</generator>
<pubDate>Tue, 21 May 2013 07:30:01 -0700</pubDate>
<language>en-gb</language>
<atom:link href="http://hints.macworld.com/backend/hintsapps.rss" rel="self" type="application/rss+xml" />
<item>
<title>Quick way to get artwork from currently playing iTunes track </title>
<link>http://hints.macworld.com/article.php?story=20130520091916289</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130520091916289</guid>
<pubDate>Tue, 21 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130520091916289#comments</comments>
<dc:subject>Apps</dc:subject>
<description>iTunes makes it easy to retrieve the artwork from the currently playing song. Just drag &amp;amp; drop the artwork displayed in the iTunes LCD (the bar at the top of the iTunes window, showing artwork, progress bar, etc.) or the MiniPlayer to the Finder, or to any other application that you can drag images to. You'll get a graphic file of the current artwork. &lt;br /&gt;
</description>
</item>
<item>
<title>Control iTunes AirPlay streaming with AppleScript</title>
<link>http://hints.macworld.com/article.php?story=20130520061835490</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130520061835490</guid>
<pubDate>Mon, 20 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130520061835490#comments</comments>
<dc:subject>Apps</dc:subject>
<description>iTunes 11.0.3 provides AppleScript support for controlling AirPlay devices. Below is a basic script that illustrates how AirPlay devices can be selected and applied using some of the new iTunes AppleScript classes and properties:&lt;div style=&quot;margin-left: 20px; margin-top:10px; margin-bottom:10px; padding: 5px; border:1px solid; width:700px; height:250px; overflow:scroll;white-space:nowrap;resize:both&quot;&gt;&lt;pre&gt;tell application &quot;iTunes&quot;	set apDevices to (get every AirPlay device whose available is true)	if apDevices is {} then display dialog &quot;No Airplay devices available.&quot; buttons {&quot;Cancel&quot;}	set apNames to (get name of every AirPlay device whose available is true)	set selAirplayDevices to (get name of every AirPlay device whose selected is true)	set chosenNames to choose from list apNames default items selAirplayDevices with prompt &quot;Select Airplay device:&quot; with multiple selections allowed	if chosenNames is false then return	set apChoices to {}	repeat with i from 1 to length of ...&lt;/pre&gt;&lt;/div&gt;</description>
</item>
<item>
<title>Save disk space by deleting copies of Mail attachments </title>
<link>http://hints.macworld.com/article.php?story=20130515071439989</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130515071439989</guid>
<pubDate>Fri, 17 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130515071439989#comments</comments>
<dc:subject>Apps</dc:subject>
<description>By default, Mail will keep file attachments that you've opened or viewed in your ~/Library/Mail Downloads folder, until you delete the associated email. You can save disk space by making the following switch:&lt;br&gt;&lt;br&gt; In Mail's preferences, go to General, then set Remove unedited downloads to When Mail Quits. This does not remove the attachment from your email, just from your local cache of Mail Downloads.&lt;br&gt;&lt;br&gt; On one machine I've got, I reclaimed nearly half a gigabyte after using the system for only a few months! I can't wait to see how much I get back on a system I've been using for 5 years!&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I find it odd that Mail keeps these attachments after you view them, since they're still in the emails. This is only an issue, however, if you save emails with attachments; if you delete them, then the default setting deletes the cached files as well.] 
</description>
</item>
<item>
<title>Set up Facebook chat in OS X Messages </title>
<link>http://hints.macworld.com/article.php?story=20130515061718564</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130515061718564</guid>
<pubDate>Wed, 15 May 2013 06:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130515061718564#comments</comments>
<dc:subject>Apps</dc:subject>
<description>You can set up Facebook chat in Messages. Since Facebook uses Jabber, all you need to know is your user name, and you can create an account.&lt;br&gt;&lt;br&gt; Open Messages' preferences, and click on Accounts. Click on the + icon to create a new account. For Account Type, choose Jabber. For your account hem, you'll need to find your Facebook user name; this is the text after http://www.facebook.com/. The account name for the Jabber account should therefore be your_facebook_user_name@chat.facebook.com. Enter your Facebook password in the Password field, and click on Done.&lt;br&gt;&lt;br&gt; Messages should log into the account, and you should see a message saying:&lt;br&gt;&lt;br&gt; &lt;i&gt;You are now Online to Chat | You are now Online to Chat. Please note that this also marks you as Online on facebook.com.&lt;/i&gt;&lt;br&gt;&lt;br&gt; You can check Facebook to confirm this; you should see that you are online for chat when you visit Facebook.&lt;br&gt;&lt;br&gt; H/t  ...</description>
</item>
<item>
<title>Disable swipe gesture to go back and forward in Chrome </title>
<link>http://hints.macworld.com/article.php?story=20130514003318533</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130514003318533</guid>
<pubDate>Tue, 14 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130514003318533#comments</comments>
<dc:subject>Apps</dc:subject>
<description>A &lt;a href=&quot;http://apple.stackexchange.com/questions/21236/how-do-i-disable-chromes-two-finger-back-forward-navigation&quot;&gt;Stack Exchange user&lt;/a&gt; asked a question a while back: is it possible to turn off the swipe gesture in Chrome that goes back or forward a page? If you're not familiar with this gesture - which works in most browsers on OS X - you use a two-finger swipe  to the right to go back to the previous page you've viewed, and a swipe in the opposite direction to go forward again. But this use found it got in the way.&lt;br&gt;&lt;br&gt; Fortunately, another user found a Terminal command that turns this feature off. Run this in Terminal, then relaunch Chrome for it to take effect:&lt;pre&gt;&lt;code&gt;defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE&lt;/code&gt;&lt;/pre&gt;  If you wish to reactivate it, run this command:&lt;pre&gt;&lt;code&gt;defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool TRUE&lt;/code&gt;&lt;/pre&gt; Apparently you can issue this command  ...</description>
</item>
<item>
<title>Quickly display SVG files in OS X using Firefox </title>
<link>http://hints.macworld.com/article.php?story=20130426221526186</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130426221526186</guid>
<pubDate>Thu, 09 May 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130426221526186#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Quick Look uses WebKit to render SVG (scalable vector graphics) flies, and Safari has a bug that mis-renders any isolated horizontal or vertical line segment making it useless.  Most SVG graphics programs like Inkscape or Illustrator are very slow to launch.  Fortunately Firefox works correctly and opens SVG files instantly.  So if you need to view SVG files, you can drag them into a Firefox window, or onto the Firefox icon in the Dock, to view them.  &lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I tried opening some SVG files in both Safari and Firefox, but didn't find any that had isolated horizontal or vertical lines, so I haven't seen how this issues displays. YMMV.] 
</description>
</item>
<item>
<title>Sync files across computers with BitTorrent Sync </title>
<link>http://hints.macworld.com/article.php?story=20130429032708579</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130429032708579</guid>
<pubDate>Tue, 30 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130429032708579#comments</comments>
<dc:subject>Apps</dc:subject>
<description>BitTorrent Labs has released &lt;a href=&quot;http://labs.bittorrent.com/experiments/sync/get-started.html&quot;&gt;BitTorrent Sync&lt;/a&gt;, a tool for syncing files across computers, using the BitTorrent peer-to-peer protocol. This app lets you choose a specific folder (or folders) to sync, and have it automatically synced on one or several computers. It runs on OS X, Windows and Linux.&lt;br&gt;&lt;br&gt; I find this an interesting tool. While I use Dropbox regularly, and depend on it for collaboration, and to sync a number of files between my two Macs, there is a limit in the amount of space available. (With the free version, it's 2 GB; paid subscriptions are available if you want more storage.) But also, Dropbox requires that anything you sync be put in its own folder. You can use &lt;a href=&quot;http://hints.macworld.com/article.php?story=20120803093247391&quot;&gt;symbolic links&lt;/a&gt; in a Dropbox folder, but if you want to sync the contents of a specific folder on your Mac to another Mac, this gets a bit complicated. ...</description>
</item>
<item>
<title>Keep your keyboard's keys from getting worn out </title>
<link>http://hints.macworld.com/article.php?story=20130429024920254</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130429024920254</guid>
<pubDate>Mon, 29 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130429024920254#comments</comments>
<dc:subject>Apps</dc:subject>
<description>If you type a lot, you may find that the letters on the keys of your Mac's keyboard will slowly fade away. In my case, not only do they fade away, but one key - the D key, which, since I use a Dvorak layout, is the E key - actually has some of the plastic worn away. And this is on a wireless Apple keyboard that's only about a year old. (Note that since I touch-type, it really doesn't matter whether I see the keys or not…)&lt;br&gt;&lt;br&gt; Topher Kessler, &lt;a href=&quot;http://reviews.cnet.com/8301-13727_7-57581662-263/protect-your-keyboards-keys-from-fading-into-oblivion/&quot;&gt;writing at CNet&lt;/a&gt;, posted an article with some ways to keep the letters from fading. He suggests possibly using a silicone keyboard cover, but I don't think that would be comfortable. But he also recommends using standard cellophane tape, cut into squares that cover the keys. &lt;br&gt;&lt;br&gt; You probably wouldn't want to do this to all the keys on your keyboard: the most commonly-used ones are those most in need of protection: E ...</description>
</item>
<item>
<title>How to show or hide panels in Adobe Acrobat Pro XI v.11.0.2</title>
<link>http://hints.macworld.com/article.php?story=20130406042227461</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130406042227461</guid>
<pubDate>Fri, 26 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130406042227461#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Sometimes clicking the &quot;Show or hide panels&quot; (the top-right icon on right pane for Tools or Comments) in Adobe Acrobat Pro XI v.11.0.2 on OS X 10.8.3 does no work. Clicking it does nothing. Here is the fix:&lt;br&gt;&lt;br&gt; 1. Select View &gt; Read Mode.&lt;br&gt;2. Select View &gt; Full Screen Mode&lt;br&gt;3. Press the Escape key&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I don’t have Acrobat Pro, so I can’t test this.] 
</description>
</item>
<item>
<title>Download iTunes Store purchases later </title>
<link>http://hints.macworld.com/article.php?story=20130424003520185</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130424003520185</guid>
<pubDate>Wed, 24 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130424003520185#comments</comments>
<dc:subject>Apps</dc:subject>
<description>If you've ever been irked by the need to download iTunes Store purchases right away, or by seeing them constantly pop up in your Downloads queue until you download them, you'll be happy to know that Apple has changed this. You can &lt;a href=&quot;http://www.macworld.com/article/2036098/itunes-store-adds-buy-now-download-later-option-for-video-and-music.html&quot;&gt;now choose to download iTunes Store purchases later&lt;/a&gt;, as long as you're in a country which has iTunes in the Cloud. If you choose to download the content - a movie, TV show, or other large download - at a later date, it will simply be added to your Purchased list and you'll be able to download it later. Or not. Because in some cases, you may want to buy something on, say, an iPhone, but watch it on an Apple TV, and never actually download it locally. This will save a lot of time and bandwidth. 
</description>
</item>
<item>
<title>Quickly type domains for different countries in iOS </title>
<link>http://hints.macworld.com/article.php?story=20130423033116592</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130423033116592</guid>
<pubDate>Tue, 23 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130423033116592#comments</comments>
<dc:subject>Apps</dc:subject>
<description>You may be familiar with the fact that, when typing on iOS, you can press and hold the . (period) key, or the .com key, to get a popup with a handful of top-level domains, such as .com, .org, .edu, etc. If your iOS device is set up with a country other than the US, you'll have these, plus others, such as .co.uk if you're in the UK, or .de if you're in Germany.&lt;br&gt;&lt;br&gt;OS X Daily &lt;a href=&quot;http://osxdaily.com/2013/04/04/add-international-tld-safari-ios&quot;&gt;recently pointed out&lt;/a&gt; that you can also quickly type other top-level domains by simply adding international keyboards to your iOS device. To do this, go to Settings &gt; General &gt; International &gt; Keyboards, then tap on Add New Keyboard. Tap the keyboard for the country you want to use. When you next go to type text, you can press and hold the . (period) key in, say, Mail, or the .com key in Safari, and access additional top-level domains.&lt;br&gt;&lt;br&gt;Interestingly, when I did this, I found a surprising change. I added a UK keyboard to b ...</description>
</item>
<item>
<title>Reduce FaceTime CPU when only using voice </title>
<link>http://hints.macworld.com/article.php?story=20130419214925326</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130419214925326</guid>
<pubDate>Mon, 22 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130419214925326#comments</comments>
<dc:subject>Apps</dc:subject>
<description>FaceTime uses 100% CPU when in a call, probably because of video encoding. Yet it's possible to reduce CPU usage to 20% when you only need voice, extending battery life when mobile.&lt;br&gt;&lt;br&gt; To stop FaceTime from encoding video when in a call, make it fullscreen and it will move into its own space. Then switch back to your main desktop space with a four finger swipe to the right (or by simply switching to an app in that space). Although your camera LED stays on, this actually pauses the video, reducing your CPU from 100% to around 20%. You will also find that voice quality improves with less drop-outs and cracks because now your CPU is prioritized on encoding audio.&lt;br&gt;&lt;br&gt; Update: As mentioned in the comments, it's seems to be sufficient to just have FaceTime in a space and move to a different space, or to minimize the FaceTime window to the Dock.&lt;br&gt;&lt;br&gt; [&lt;b&gt;kirkmc adds&lt;/b&gt;: I don't use FaceTime often, choosing rather to use Messages video chats or Skype, so I can't confirm  ...</description>
</item>
<item>
<title>Regular expression reference for BBEdit </title>
<link>http://hints.macworld.com/article.php?story=20130419012508674</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130419012508674</guid>
<pubDate>Fri, 19 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130419012508674#comments</comments>
<dc:subject>Apps</dc:subject>
<description>If you use BBEdit to work with text files, you're certainly aware of its powerful regular expression feature for searching and replacing text. Based on the PCRE (Perl Compatible Regular Expressions) engine, the BBEdit regex language can find and replace pretty much anything.&lt;br&gt;&lt;br&gt; GitHub user ccstone has published a &lt;a href=&quot;https://gist.github.com/ccstone/5385334&quot;&gt;BBEdit Regular Expression Cheat Sheet&lt;/a&gt;, which shows all the standard regex meta-characters, those used for non-visible characters (such as tabs and returns), and classes (such as digits, lower-case letters or alphanumeric characters). &lt;br&gt;&lt;br&gt; If you use BBEdit to find and replace text, and especially if you're not familiar with using regular expressions, you should bookmark this page. 
</description>
</item>
<item>
<title>Fix iOS SpringBoard home screen crash </title>
<link>http://hints.macworld.com/article.php?story=20130418010221596</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130418010221596</guid>
<pubDate>Thu, 18 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130418010221596#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Over at &lt;a href=&quot;http://www.macobserver.com/tmo/article/corrupt-icloud-data-can-cause-ios-springboard-home-screen-crash&quot;&gt;the Mac Observer&lt;/a&gt;, Dave Hamilton told of an iPod touch whose SpringBoard would repeatedly crash. (SpringBoard is the iOS equivalent of the Finder.) After trying a number of troubleshooting procedures, he narrowed it down to an iCloud issue, where corrupt data was causing the crash. Hamilton found info in crash logs indications of what was causing the crash. He eventually deleted a folder on the Mac that was linked to the iPod (com~apple~TextInput) and this resolved the issue.&lt;br&gt;&lt;br&gt;iCloud has been, for me, a common source of dismay. I've not found it to be reliable enough to entrust any important data to it - though for some data, such as contacts and calendars, you have no choice. I've had to go through complicated procedures to reset different types of iCloud data several times to resolve syncing issues. This crashing problem is just another of the issues ...</description>
</item>
<item>
<title>Manage site-specific Java settings in Safari </title>
<link>http://hints.macworld.com/article.php?story=20130416234332509</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130416234332509</guid>
<pubDate>Wed, 17 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130416234332509#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Apple has released Safari 6.0.4, and 5.1.9, which, together with a recent update to Java, provides site-specific settings for activating Java. As Java has become a widely-exploited vector for malware attacks, it's a good idea to keep it turned off if you don't need it. The problem is, however, that many people do need it, and the safest way to protect from drive-by attacks on malicious websites is to provide a site-specific activation method.&lt;br&gt;&lt;br&gt;Safari 6.0.4 offers this. If you visit a website that tries to load a Java applet, a dialog will ask if you want to block or allow the applet. You can later go to Safari &gt; Preferences &gt; Security, and click on Manage Website Settings (just after the Allow Java option) to view a list of websites which have attempted to load Java applets. You can then change the behavior for each of those sites.&lt;br&gt;&lt;br&gt;Get more info about Java and Safari in &lt;a href=&quot;http://support.apple.com/kb/HT5678&quot;&gt;Apple's technical note&lt;/a&gt;. 
</description>
</item>
<item>
<title>Amnesty Goes Open Source and Free</title>
<link>http://hints.macworld.com/article.php?story=20130407192115114</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130407192115114</guid>
<pubDate>Wed, 10 Apr 2013 09:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130407192115114#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Amnesty, the reverse engineered version of Apple's Dashboard that allows widgets to run on the desktop with Konfabulator-like abilities, has been made open-source and is now freeware.&lt;br&gt;&lt;br&gt;Originally released in 2005, days after Apple introduced Dashboard with its release of OS X Tiger, Amnesty was built around an engine allowing it run widgets independently of Dashboard, and thus could give additional capabilities to widgets including adjustable desktop level and opacity. The engine also allowed users of OS X Panther to run Dashboard widgets.&lt;br&gt;&lt;br&gt;Amnesty was released to many positive reviews, including a sidebar mention in David Pogue's Missing Manual for Tiger, but as the interest in widgets waned in the past few years, its popularity and sales began to decline.&lt;br&gt;&lt;br&gt;Developer Danny Espinoza, who had recently stopped releasing updates for his products sold under the name Mesa Dynamics, felt it was best to release all his software products, including Amnesty (and Amne ...</description>
</item>
<item>
<title>10.8: Automatically open the Messages chat window</title>
<link>http://hints.macworld.com/article.php?story=20130409051205293</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130409051205293</guid>
<pubDate>Tue, 09 Apr 2013 09:12:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130409051205293#comments</comments>
<dc:subject>Apps</dc:subject>
<description>I was annoyed by a behavior of Messages.app. When a friend sends me a message the chat window will not open automatically. Instead the Messages app icon will get a badge and bounce a couple of times in the dock.&lt;br&gt;&lt;br&gt;But if I'm not currently at the computer, and since I do not use the Dock to launch apps and I have the Dock always hidden, I could easily miss a message for a long time. So I came up with the following solution.&lt;br&gt;&lt;br&gt;First open &lt;i&gt;/Utilities/AppleScript.app&lt;/i&gt; and paste the following into the script editor:&lt;div style=&quot;margin-left: 20px; margin-top:10px; margin-bottom:10px; padding: 5px; border:1px solid; width:520px; height:120px; overflow:scroll;white-space:nowrap;resize:both&quot;&gt;&lt;pre&gt;using terms from application &quot;Messages&quot;	on message received theText from theBuddy for theChat		set visible of window &quot;Messages&quot; to true	end message received	end using terms from&lt;/pre&gt;&lt;/div&gt;Pick a name and save the script in the scripts folder &lt;i&gt;~/Library/Scripts&lt;/i&gt;.&lt;br&gt; ...</description>
</item>
<item>
<title>Select lines by numbers in TextEdit </title>
<link>http://hints.macworld.com/article.php?story=20130402034148123</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130402034148123</guid>
<pubDate>Tue, 02 Apr 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130402034148123#comments</comments>
<dc:subject>Apps</dc:subject>
<description>TextEdit has a dialog that lets you select lines. You can invoke the Select Line window by pressing Command-L. In this window, you can enter a single line number, but you can also enter relative selections or ranges. For example, enter the following:&lt;br /&gt;
&lt;br /&gt;
2: selects line 2.&lt;br /&gt;
&lt;br /&gt;
+2: selects the second line after the line where the cursor is.&lt;br /&gt;
&lt;br /&gt;
-2: selects the second line before the line where the cursor is.&lt;br /&gt;
&lt;br /&gt;
12-14: selects lines 12, 13 and 14.&lt;br /&gt;
&lt;br /&gt;
+2-4: selects 3 lines, 2 lines after the line where the cursor is.&lt;br /&gt;
&lt;br /&gt;
-2-4: selects 3 lines, 2 lines before the line where the cursor is&lt;br /&gt;
</description>
</item>
<item>
<title>Show the total number of messages in Mail mailboxes </title>
<link>http://hints.macworld.com/article.php?story=2013032201164763</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=2013032201164763</guid>
<pubDate>Fri, 22 Mar 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=2013032201164763#comments</comments>
<dc:subject>Apps</dc:subject>
<description>Mail lets you choose to show the number of unread messages in mailboxes, but there's no way to show the total number of messages in your mailboxes. While most people may not want this, you might want to know how many messages are in certain mailboxes.&lt;br&gt;&lt;br&gt; There's an interesting solution to this problem &lt;a href=&quot;http://apple.stackexchange.com/questions/85771/can-mail-show-a-folders-total-message-count-next-to-the-folder-name&quot;&gt;over at Stack Exchange&lt;/a&gt;, where user jaume presents two AppleScripts to accomplish this. The idea is to use the AppleScript to count the number of messages in the mailbox, then change the name accordingly, to something like &quot;Messages (23).&quot; The two scripts either change the names of a number of specified mailboxes, or of mailboxes whose names begin with the @ character. The script can be set to run via a Mail rule, such as every time new messages are received. &lt;br&gt;&lt;br&gt; This is a nifty solution to a problem that many people wouldn't think of, but that  ...</description>
</item>
<item>
<title>Fix Dropbox Permissions Denied errors </title>
<link>http://hints.macworld.com/article.php?story=20130315064419386</link>
<guid isPermaLink="true">http://hints.macworld.com/article.php?story=20130315064419386</guid>
<pubDate>Tue, 19 Mar 2013 07:30:00 -0700</pubDate>
<comments>http://hints.macworld.com/article.php?story=20130315064419386#comments</comments>
<dc:subject>Apps</dc:subject>
<description>I use Dropbox to sync a backup of a number of local folders, and run a backup script every evening. When I got up the other morning, Dropbox was still running hard, and my Mac mini's fan was spinning. I clicked on the Dropbox menu item, and then on the gear button (this is with Dropbox 2), and saw that some files couldn't be copied because of &quot;permissions denied&quot; errors.&lt;br&gt;&lt;br&gt; It turns out that Dropbox has a hidden feature to fix such things. Open the Dropbox preferences, click on Account, then press the Option key. The Unlink This Computer button will change to Fix Permissions. Click that button and let Dropbox go through your files. 
</description>
</item>
</channel>
</rss>
