Date:        Tue, 01 Jul 2003 09:56:58 -0400
    From:        Scott Lipcon <[EMAIL PROTECTED]>
    Message-ID:  <[EMAIL PROTECTED]>

  | 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

Reply via email to