Q: | I have Poco set to play a custom sound when new mail arrives. There are some items that I want to suppress the sound alert for. I am currently filtering these items to their individual mailboxes. Is there any way to suppress the custom sound alert for them? (I've tried using a script to filter them but the sound file is still played). (In my case I cannot use separate account files to achieve this, at least not any way I've thought of so far). |
A: | Suppress the mail alert sound for each of your accounts in the Account Setup
window, then create a PlaySound script using the PlaySound script command. Place this script at the
bottom of your filters.
Since you are moving messages into mailboxes and those are the messages you want to suppress the sound for, you can add a script to run on incoming mail, place it at the bottom of the list to only do PlaySound command. When a message is moved, Poco will not continue processing the message and hence won't play the sound, as long as it's disabled in Accounts Setup. Notes:
|