diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-06-22 00:46:58 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-06-22 00:46:58 +0800 |
commit | 4f689d0fb8e33e91fec8b8e0471d48f1e6993622 (patch) | |
tree | b7f6adc3bdf3df1e76dc832d3e56e2f0c098a840 /ChangeLog | |
parent | 1703ec52d776954d5da61413b09a82f81b46dd02 (diff) | |
download | gsoc2013-evolution-4f689d0fb8e33e91fec8b8e0471d48f1e6993622.tar.gz gsoc2013-evolution-4f689d0fb8e33e91fec8b8e0471d48f1e6993622.tar.zst gsoc2013-evolution-4f689d0fb8e33e91fec8b8e0471d48f1e6993622.zip |
sync
svn path=/trunk/; revision=983
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: |