Go Back   The macosxhints Forums > OS X Help Requests > Applications



Reply
 
Thread Tools Rate Thread Display Modes
Old 05-11-2004, 02:38 PM   #1
jeremydb
Prospect
 
Join Date: May 2004
Posts: 2
Mail.app not really deleting mail...

I was testing a new piece of software that interfaces with Mail.app. Imagine my surprise when it started showing me long-deleted email. A quick search through my mbox files in BBEdit confirmed that Mail.app IS NOT REALLY DELETING MAIL.

Don't believe me? Try this AppleScript (it will make your deleted mail into Junk and then turn it visible -- change to your liking):

tell application "Mail"
set junk mail status of (messages of message viewer 1 whose deleted status is true) to true
set deleted status of (messages of message viewer 1 whose junk mail status is true) to false
end tell

What to do? I'd like my dead to stay dead...

Thanks -
jb
jeremydb is offline   Reply With Quote
Old 05-11-2004, 02:50 PM   #2
jeremydb
Prospect
 
Join Date: May 2004
Posts: 2
Aha...

Figured it out, sort of...

a. In Preferences, set Mail.app to NOT move deleted mail to the "Deleted Messages" folder
b. Now, the status bar reports the # of deleted messages you've got.
c. Choose Erase Deleted Messages... and you're good. AppleScript confirms.

So, it would appear that the 'Delete after a week' thing isn't necessarily working all the time...

jb
jeremydb is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 08:51 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.