nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Pick getting all addressees/senders

2010-11-13 17:21:28
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
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>