Speed Up Apple Mail.app
I came across this tip today that shows a neat trick to speed up Mail.app.
I’ve been using Mail.app for about 3 years now and after running the sqlite command to vacuum the index I noticed a pretty significant speedup.
Update: I showed this to Will and he tried vacuuming all the other tables as well. I tried it too and it made things even faster! Here are the steps:
cd ~/Library/Mail sqlite3 Envelope\ Index sqlite> vacuum; sqlite> .quit