nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Locking (specifically, sequences)


From: norm
Subject: Re: [Nmh-workers] Locking (specifically, sequences)
Date: Sat, 09 Mar 2013 05:33:11 -0800

Ken Hornstein <address@hidden> writes:
>>That's what I tried to address with a lock-and-read-again (below)

>Hm.  You know ... I never really understood the point of private sequences.
>Why are they used?  _Do_ people use them?

I do. I like having everything in a single file, where I can see and grok
it all and sometime edit it. Also, I sometime use the bash function:

newmh ()
{
    local oldContext="${MHCONTEXT-context}";
    local path=`mhpath +`;
    export MHCONTEXT=,"$oldContext.$$";
    cp "$path/$oldContext" "$path/$MHCONTEXT"
}

    Norman Shapiro



reply via email to

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