On Jul 26, 2004, at 11:12 AM, Elizabeth Noble wrote:
I have to scroll down through a lot of folders to get to "S". I tried
putting a space before "SPAM" to get it up the top near my IN and OUT boxes,
but the spam still goes into the other one...
If you're using SpamSieve, the spam will go in the folder that's named at the top of the "SpamSieve - Move If Spam\cmM" script file. Normally, it says:
property spamFolderName : "Spam"
property spamFolderContainerName : ""which means the "Spam" folder. If you put a space in front of the name, you would need
to change the script to read:
property spamFolderName : " Spam"
property spamFolderContainerName : ""Or, if you want to put the spam folder inside of the inbox, you could use:
property spamFolderName : "Spam"
property spamFolderContainerName : "Inbox"-- Michael Tsai <http://www.c-command.com>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
