nmh-workers
[Top] [All Lists]

Re: pick question

2003-07-01 07:30:08
    Date:        Tue, 01 Jul 2003 09:56:58 -0400
    From:        Scott Lipcon <slipcon(_at_)mercea(_dot_)net>
    Message-ID:  <20030701135658(_dot_)718A86DF(_at_)mercea(_dot_)net>

  | How do I use pick to get
  | messages that are in one sequence but not another, ie:

  | Any ideas?

Don't use pick, use mark

        mark +folder -seq new -zero -add a
        mark +folder -seq new -nozero -delete b [-list]

Then "new" is the sequence that you want (call it "sel" or something
if you want to pretend it came from pick...).  If you actually wanted to
do some more sophisticated pick command on this set, you can now have pick
operate on "new" (instead of "all" or something)

kre

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