diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +1999-06-21 root <guiheneu@linoleum.inria.fr> + + * camel/gmime-utils.c (get_header_table_from_stream): + replace CR/LF+'\t' with ' ' + + * camel/camel-mime-message.c (_set_recipient_list_from_string): + trim \t when splitting + + * camel/gmime-utils.c (get_header_table_from_file): + corrected bug in scanning tabulations ('t' -> '\t') + + * tests/test2.c (main): read mail.test instead + of mail1.test + + * camel/camel-mime-part.c (_add_header): + added comments + 1999-06-03 bertrand <Bertrand.Guiheneuf@inria.fr> * devel-docs/query/virtual-folder-in-depth.sgml: |