If you use Mail.app, there’s a great tip being floated around that reduces the size of a database that Mail uses to store information. You have to open the Terminal to do it, but it is very straightforward.
- Quit Mail
- Open Terminal
- Type:
cd ~/Library/Mail
sqlite3 Envelope\ index - A prompt for sqlite will appear (sqlite>). At the prompt, type:
vacuum subjects;
There will be a short delay, and then the prompt will return. - Type Control-D to close Terminal.
- Restart Mail
Hopefully you’re noticing a speed gain-it was definitely noticable on my machine. This was seen over on Hawk Wings.
Tags: Apple, Applications, Email, Macintosh, os x, UncategorizedNew around here?
You may want to subscribe to my RSS feed. Thanks for visiting!
You may want to subscribe to my RSS feed. Thanks for visiting!