[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nmh-workers] how might I make sequence 'bar' where 'bar' is all but
From: |
Robert Elz |
Subject: |
Re: [nmh-workers] how might I make sequence 'bar' where 'bar' is all but msgs in seq 'foo'? |
Date: |
Wed, 13 Mar 2019 11:54:47 +0700 |
Date: Tue, 12 Mar 2019 20:11:41 -0500
From: address@hidden
Message-ID: <address@hidden>
| Given a sequence 'foo', how can I get the complement,
| i.e. all messages in the folder, not in sequence 'foo'?
in your MH profile set something like
sequence-negation: ^
(some people use "not" I believe).
Then just use ^foo where you would otherwise use foo.
| I want to save the results to sequence 'bar'.
mark +folder -seq bar -zero ^foo
kre