Any way to mass delete categories?...

G

greg

I had a problem with Spam Sieve whereby it created about 1700 duplicate
categories called "Uncertain Junk." Is there any way to delete these
other than one at a time?
 
M

matt neuburg

I had a problem with Spam Sieve whereby it created about 1700 duplicate
categories called "Uncertain Junk." Is there any way to delete these
other than one at a time?

Try this:

tell application "Microsoft Entourage"
delete (every category whose name is "Uncertain Junk")
end tell

m.
 
G

greg

Thank you! That worked like a charm. One of these days, I'm going to
have to learn more about AppleScript.
 
Top