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


Click here to return to the 'Reduce mailbox sizes in Mail' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Reduce mailbox sizes in Mail
Authored by: mmellis on Aug 28, '03 11:33:08AM

If your mailbox names have spaces in them you might want to make the following change to the suggested command line:

find ~/Library/Mail -name "mbox.SKindex*" -print0 | xargs -0 ls -l

This uses nulls for delimiters instead of spaces.

...Mark



[ Reply to This | # ]