nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] refile and moving sequences with messages


From: Ralph Corderoy
Subject: Re: [Nmh-workers] refile and moving sequences with messages
Date: Fri, 15 Mar 2013 14:48:51 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]