Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Free up disk space from Mail.app after upgrade' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Free up disk space from Mail.app after upgrade
Authored by: saeedi on May 23, '05 07:16:14PM
Don't forget to delete the following files as well:

mbox.SKindex*
Incoming_Table_of_Contents
Incoming_Mail
content_index
table_of_contents


I would also use the following command to see how much space is being used up. For example, to see the space taken by content_index use the command:

find ~/Library/Mail -name "content_index" -exec ls -al {} \; | awk '{s+=$5} END {print "Sum: " s}' 
- Steve

[ Reply to This | # ]