NetBSD-Bugs archive

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

Re: bin/47453: Mail (mail, mailx) does not recognize messages which have RFC 822 format dates.



On Jan 15,  5:15pm, martin%martinbrandenburg.com@localhost 
(martin%martinbrandenburg.com@localhost) wrote:
-- Subject: bin/47453: Mail (mail, mailx) does not recognize messages which h

| diff -r1.22 head.c
| 88a89,92
| >             case '+':
| >                     if (*cp++ != '+' && *cp != '-')
| >                             return 0;

Thanks a lot, applied.  This is wrong, because ++ will increment
before the match for '-'. Also in the future please send diff -u
output, because the standard diff is not too reliable if the file
changes.

Best,

christos


Home | Main Index | Thread Index | Old Index