On 2015-01-24 15:01:07 -0500, Ari Brown wrote: > I have multiple accounts on my system (postmaster, sysadmin, and > personal). Is there an easy way to selectively view mail from the > accounts one at a time? > > My plan B is to add labels to everything and then view accordingly, but > I wanted to check to see if there was a plan A, first. Your plan B is good, that's what I do. Sup can auto-label messages based on source (configurable in sources.yaml) but if your mail is already indexed then you have to either (1) manually label them, or (2) delete and re-sync the index. If you choose #1, be extra careful with your query. Sometimes it's difficult to determine which account a message is associated with. E.g. your email address may not appear in any of the To: or Cc: headers, so a simple "To:your@email.com Cc:your@email.com" query would not reliably return all messages sent to that account. Good luck, Troy