nmh-workers
[Top] [All Lists]

Re: check if message is in a particular sequence?

2021-04-30 16:45:09
Hi Bob,

but would suffer compared with Ken's approach in that deleted messages
would still be reported

I don't think they would; mark(1) doesn't output removed messages,
whether by rmm(1) or through the filesystem.

    $ p -seq bob last:3
    3 hits
    $ mark -list -s bob
    bob: 96916-96918
    $ rmm 96917
    $ mark -list -s bob
    bob: 96916 96918
    $ rm `mhpath 96918`
    $ mark -list -s bob
    bob: 96916
    $

-- 
Cheers, Ralph.

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