nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Third release candidate for 1.7.1 is now available


From: Leonardo Taccari
Subject: Re: [Nmh-workers] Third release candidate for 1.7.1 is now available
Date: Thu, 22 Feb 2018 19:15:44 +0100

Hello Norman,

address@hidden 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 address@hidden      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



reply via email to

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