>That wouldn't let me do > > pick -addressee foo -o -addressee bar And then you're getting into hideously long command lines and slow execution times...
But you could easily do: pick `addressee foo` -or `addressee bar` if you think that's really something you are going to run into. You could even script away that "complexity" if you want, but it's all a matter of laziness/verbosity in usage versus code. But frankly, my original solution is fine. You just need to repeat the command for each of foo, bar, qux, appending the results to a sequence. _______________________________________________ Nmh-workers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/nmh-workers
