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.



The following reply was made to PR bin/47453; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/47453: Mail (mail, mailx) does not recognize messages which 
have RFC 822 format dates.
Date: Tue, 15 Jan 2013 12:27:14 -0500

 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