So it's gotten to the point where you are getting more mail than you can handle without filtering. If you're using the standard Athena arrangement for your mail, then here are some solutions.
# Here is one example. Your 'nostalgia folder now gets the mail from this gent. from high@school.friend | ? "/usr/athena/etc/rcvstore +nostalgia" # That silly mailing list you have goes to the 'timesink' folder to silly@mailing.list | ? "/usr/athena/etc/rcvstore +timesink" # Must put in a line for CC's as well! cc silly@mailing.list | ? "/usr/athena/etc/rcvstore +timesink" # Let's put the spam in a junk folder: # (That used to work, long ago. ) subject ADV | ? "/usr/athena/etc/rcvstore +spam" # In order to filter out the files caught # by SpamAssassin: X-Spam-Flag YES folder ? spamfolder # And sort for urgent messages from home subject MagicWord | ? "/usr/athena/etc/rcvstore +urgent" # If somebody is being really annoying, send his mail into the void: from fool@webtv.com | ? "cat > /dev/null" # Finally, and most importantly, the default: default - | ? "/usr/athena/etc/rcvstore +inbox"Now that you have that out of the way, you click on "Preferences" then on "Incorporate Mail", and select 'presort' as your option on the "Ways to Inc" row.