OSX mail app is slow? Make it Faster

A friend sent me this brilliant tip via twitter the other day.

OSX mail.app is a really sweet desktop mail application with built in gmail support.

After using mine for about a year, it had become kinda slow – I didn’t really notice how slow until I tried this tip:

1. Close mail.app

2. Open terminal

3. Type the following in to terminal:

sqlite3 ~/Library/Mail/Envelope\ Index

4. You should now have a sqlite prompt (sqlite>).

5. At the sqlite> prompt, type:
vacuum subjects;

6. After the prompt returns (may take a few seconds), you can Control-D to exit.

7. Restart mail – it should be noticeably faster!

2 Responses to “OSX mail app is slow? Make it Faster”

  1. Wow, this really worked wonders for me. Before I did this, it could 10-15 seconds to load a mailbox. Now its less than 1 second per mailbox.

    Remains to be seen how long it will last for now.

    Thanks for the tip!

  2. [...] OSX mail app is slow? Make it Faster : Mac Tales vacuum subjects; via mactales.com [...]

Leave a Reply