nmh-workers
[Top][All Lists]
Advanced

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

Re: check if message is in a particular sequence?


From: Ralph Corderoy
Subject: Re: check if message is in a particular sequence?
Date: Fri, 30 Apr 2021 22:23:11 +0100

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.



reply via email to

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