Posts Tagged ‘osx’

Migration Assistant + Multitouch Gestures on Macbook Pro 5,1

By Loren Segal on October 19th, 2008 at 1:20 AM

Tags: , , , , , ,

When I got my new Macbook Pro I had one problem with gestures after moving my old data to my new machine using Migration Assistant.

Turns out that copying over the Dock.app after using Migration Assistant caused the four finger gesture to not be caught by the system. I moved Dock.app over because I modified some of the resources. Rather than copying the binary over the second time, I only moved the resources and now everything works fine. Hopefully, if you had this problem, replacing your original Dock.app will fix it.

Mail.app, Play Nice with IMAP Folders!

By Loren Segal on August 23rd, 2008 at 8:09 PM

Tags: , , , , , ,

This is a little journal/tip style entry about how to get Mail.app to use normal IMAP folder names so as to not confuse your other clients on other machines (Thunderbird, etc.).

So Mail.app doesn’t know jack about subscriptions unless you know how to rub it the right way. After recently switching to IMAP I also discovered that it doesn’t like to use standardized IMAP folder names. You know, “Sent”, “Trash”, et al. If you’ve been annoyed by the inconsistency of having Mail.app trash your mail into directories you’ll never see again, or not recognize your Sent folder, you should know there’s a really simple solution.

Enter Property List Editor

Close Mail.app before editing the preferences file so it doesn’t overwrite the settings. You need to restart the app anyway, so shut it down now. I also suggest backing up the file if you’re not used to editing .plist files

  1. Open up ~/Library/Preferences/com.apple.mail.plist with the Property List Editor
  2. Navigate to the key named MailAccounts and open it up
  3. In it are all your accounts indexed as 0, 1, 2, …
  4. Find your IMAP accounts (check that the key AccountType is IMAPAccount)
  5. Navigate to the keys SentMessagesMailboxName and TrashMailboxName and change them to Sent and Trash respectively

Voila, you’re all set. Save the plist file and start up Mail.app, it should now use the proper special folders (the real Trash folder, etc.) and the IMAP folders should disappear from the sidebar. Now when you delete something, it will actually go to your IMAP trash!