|
Quote: |
|
|
Originally Posted by darkscot  |
|
|
|
|
Notifications says 1 msg but nothing in my "inbox". I deleted some old message to "kick it into action" and no change except the notification is no longer there. I think it's broke. |
|
|
|
|
Often this will clear if you quit/restart Mail, or logout/in or restart the machine.
Failing any of those options you might consider some basic Mail.app maintenance. There is a file ~/Library/Mail/Envelope Index (EI) which is the heart of Mail. This is a database of all the comings, goings, movements and deletions of all messages. It just grows and grows, and as it gets bigger two things happen. Firstly, Mail slows down as searches for messages etc. take progressively longer. Secondly, the file can become corrupted causing all sorts of anomalous behaviour such as phantom and missing messages, as well as erroneous counts.
There is a good discussion of this problem at
Rebuild your database and speed up Mail.app | Hawk Wings.
To remedy the situation, that is to optimise the EI database, do one of the following:
1. For the hardcore Mac-head, fire up Terminal and type in (or copy/paste) this code:
Code:
sqlite3 ~/Library/Mail/Envelope\ Index vacuum;
2. If the thought of Terminal gives you the twitches, but you are comfortable in Finder:
- 1. back up user/Library/Mail & quit Mail
- 2. note the size of the Envelope Index (EI) file - in will be much smaller after you're done (and Mail will be faster!
)
- 3. drag EI out of the Mail folder and park it someplace safe like Desktop
- 4. restart Mail and OK it when it asks if you want to import your Mail
- 5. this can take a while especially if it has never been done before
3. For the less intrepid Mac-heads there is a utility to do this process for you. VacuumMail (and how to make the process automagic) and a very interesting discussion can be found at
Musings from Mars Apple Mail Slowing Down? VacuumMail Can Probably Help
See also
macosxhints.com - A possible fix for a slow Mail.app.
I strongly advise reading the linked discussions before doing this and
making a quality backup, however it has worked well for me and my clients. As always, YMMV,
caveat emptor.