Would be great to have an ability to specify a negative condition for a filter. E.g., to show all the emails except those that were authored by foo@bar.com.
May be via an additional command line parameter, like:
:filter -n -f foo@bar.com
Or, may be, via some syntax-based negation, like
:filter -f !foo@bar.com