nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] pick -nosequence ?

2012-12-06 07:12:41
ralph wrote:
Hi Bill,

How about 

    $ MH= pick -sequence foo

My mh_profile(5) doesn't explain the significance of a defined but empty
$MH.  A quick test here suggests the same .mh_profile is opened with no
$MH defined or an empty one.

that's what i found too.

also:
    $ MH=/dev/null pick -sequence foo
    pick: `/dev/null' specified by your MH environment variable is not a normal 
file
    $ cp /dev/null /tmp/null
    $ MH=/tmp/null pick -sequence foo
    pick: Your /tmp/null file does not contain a path entry.

i pushed the -nosequence change last night.

paul


Private sequences specific to a script's context is the only way I know
of not trampling a user's sequences.

Cheers, Ralph.

_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

=---------------------
 paul fox, pgf@foxharp.boston.ma.us (arlington, ma, where it's 24.6 degrees)

_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

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