* Bugs fixed in emil-2.0.1

  - In emil.man: Fixed incorrect information for connecting emil
    to sendmail.

  - In out.c: print_rheader(): Did not remove '>' before From 
    in header lines before sending message. Caused message to 
    be sent as a file and not as a message.

  - In header.c: add_header(): Made changed headerfields null
    terminated.

  - In rfc1522.c: h_tocharset(): Caused all headers to be 
    7bit converted.

  - In header.c: load_header(): Did not recognize TAB as
    start of folded header line.

  - In Makefile.in: Changed install to keep previously installed
    configuration file.

  - In mime.c: decode_mime(): Did not recognize any multipart
    content type.

  - In main.c: remove some erroneous assignments to char_fd.

  - In load.c: Zero all allocations and assert that is is room
    for a terminating zero byte.

  - In charset/strncnv.c: Changed declaration of char_fd to FILE *.


* Emil v2.0 is a complete rewrite of Emil v1.1.
