Hello Norman, [email protected] writes: > [...] > Extremely minor glitch: > > I got the initial greeting twice, with the first and > second commands I ran. The first was: > > scan -v > > The second was via a perl script and was something like: > > MAILDROP=something inc -nochangecur" > > I don't remember that glitch in the past, but it is so minor that I might > well have not noticed or ignored it. > [...]
Oh, I guess that's because `scan -v' does not modify `context', e.g.: | % cat `mhpath +`/`mhparam context` | Version: nmh-1.7.1-RC2 | Current-Folder: nmh-workers | % scan -v | ======================================================================== | Welcome to nmh version 1.7.1-RC3 | [...] | Press enter to continue: | | scan -- nmh-1.7.1-RC3 built 2018-02-22 18:01:22 +0000 on boh | % cat `mhpath +`/`mhparam context` | Version: nmh-1.7.1-RC2 | Current-Folder: nmh-workers | % scan -v | ======================================================================== | Welcome to nmh version 1.7.1-RC3 | [...] | scan -- nmh-1.7.1-RC3 built 2018-02-22 18:01:22 +0000 on boh | % scan cur | ======================================================================== | Welcome to nmh version 1.7.1-RC3 | [...] | >N 3495 [email protected] Thu Feb 22 08:51 Re: [Nmh-workers] Third release candidate for 1.7.1 is now available | % scan -v | scan -- nmh-1.7.1-RC3 built 2018-02-22 18:01:22 +0000 on boh -- Nmh-workers https://lists.nongnu.org/mailman/listinfo/nmh-workers
