nmh-workers
[Top] [All Lists]

Re: [nmh-workers] how might I make sequence 'bar' where 'bar' is all but msgs in seq 'foo'?

2019-03-13 08:56:26
Given a sequence 'foo', how can I get the complement, i.e. all messages in the
folder, not in sequence 'foo'?  I want to save the results to sequence 'bar'.

I could write a shell script, but can this be done more directly?

You could use "mark -seq bar -zero -delete foo". When used with -delete 
the -zero switch first adds all messages from the selected folder to the 
sequence that is specified with -seq instead of first emptying that sequence.

-- 
nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

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