We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

jonhenshaw on 07/15/07


Tagged

mail mac speed os x optimize


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

basicmagic
capitalist


Optimize Mac OS X Mail.app


Published in: Bash 


URL: http://www.downloadsquad.com/2007/07/14/speedmail-speed-up-mail-app/

Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.

  1. sqlite3 ~/Library/Mail/Envelope\ Index vacuum;

Report this snippet 

You need to login to post a comment.