Is there a way to mark all (or selected) incoming mail as "Read"?
A:
Yes, create a script with the following commands:
DeleteHeader Status %message
AddHeader %message Status R
Configure the script to run against Incoming
messages. If you need to run the script against selcted messages then launch it from a filter (put the
appropriate selection criteria in the filter and choose the "Run Script" action).