how to filter messages in lotus notes inbox by sender?

I only need to filter the inbox view. not create any mail rules

link|improve this question
Best way is to create a formula agent that consists only of a selection formula, e.g, SELECT @Name([CN];From) = "Joe User". Set the agent so that it runs from the Actions menu, target is All Docuemnts in View, and down in the lower right of your Domino Designer screen change the drop-down from 'Modify documents' to 'Select docuents in view'. Note: way back in Notes 2.0, agents were actually known as "filters". – rhsatrhs Nov 4 '11 at 18:48
feedback

closed as off topic by Will Nov 4 '11 at 15:41

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

If you go to the design view for the inbox folder, you can add to the selection formula

From = "someone@somecompany.com"

However this sounds like more of a general use question than a programming question. Please clarify what your intent is.

link|improve this answer
Well... writing a selection formula is kind of like programming, but using formula language. Kinda. ;) – Eric Nov 4 '11 at 14:14
Why the down vote? Please explain. – Ken Pespisa Nov 4 '11 at 16:17
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.