Source-Changes archive

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

CVS commit: src/usr.bin/mail



Module Name:    src
Committed By:   christos
Date:           Thu Apr 24 01:27:07 UTC 2008

Modified Files:
        src/usr.bin/mail: mime_attach.c mime_decode.c mime_decode.h
            mime_header.c mime_header.h support.c

Log Message:
Fix a header decode mistake that caused mime header lines decoded by
hfield() to be decoded as if they were "unstructured" regardless of
their type.  This resulted from calling mime_decode_hfield() with the
body of the header line, i.e., the portion after the colon header
field name terminator, rather than the full header line.
From Anon Ymous


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.bin/mail/mime_attach.c
cvs rdiff -r1.11 -r1.12 src/usr.bin/mail/mime_decode.c
cvs rdiff -r1.3 -r1.4 src/usr.bin/mail/mime_decode.h \
    src/usr.bin/mail/mime_header.h
cvs rdiff -r1.4 -r1.5 src/usr.bin/mail/mime_header.c
cvs rdiff -r1.20 -r1.21 src/usr.bin/mail/support.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index