Hi Kevin,

> This is the last piece of the puzzle.  I need to basically write the
> predicate "is message N in sequence S?"  Ideas on how to do that?
> I've combed the man pages and haven't found a way, yet.  Ideas
> welcome.

I find this a deficiency in pick, e.g. there's no `pick -msgnum 42
existingseq'.

    pick -seq lp 42 &&
    mark -s lp -del S &&
    mark -s lp -list | grep -q ': $' &&
    echo in

The way to shut pick(1) up is in my other recent email.

Cheers, Ralph.

_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to