아래 사이트를 보시면 Mail.app 속도올리기 팁이 있습니다.
Hawk Wings
방법은 메일리스트 DB를 reindexing하는 것 같습니다.
그 내용을 옮겨보면 아래와 같습니다.
1. Quit Mail.
2. Open Terminal.
3. Type the following:
cd ~/Library/Mail
sqlite3 Envelope\ Index
sqlite> vacuum subjects;
When the sqlite prompt returns, type Control-D to exit.
Restart Mail and enjoy the extra speed.