[Nmh-workers] Ding Dong! The mhn is dead!

2017-05-01 Thread valdis . kletnieks
David Levine managed to convince me that mhbuild was semantically compatible with mhn for the set of cases that exmh cares about. As a result, fixing exmh to use mhbuild was a pretty straightforward search&replace of 'mhn' with 'mhbuild' (modulo the use of camelCase in Tcl function names). And I ju

Re: [Nmh-workers] sbr/fmt_scan.c: cpstripped(): assert(w >= 0) Failure.

2017-05-01 Thread Ralph Corderoy
Hi David, > > > I noticed that the altstr = NULL; in cptrimmed(), line 197, is > > > inside the w >=0 block. I think it should be outside. > > > > The else block for that condition effectively returns so the > > un-NULL'd altstr isn't used again. (They should be swapped. :-) > > That's in cpstr