diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-01 06:43:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-01 06:43:42 +0800 |
commit | 68670a0f4280c6ee58e4242243086ad57a8fb000 (patch) | |
tree | cb2377d875481876560bd141dca0fb4e89750307 /camel/ChangeLog | |
parent | 8a2058e527f0d8311c05cec4f4487468cd167d14 (diff) | |
download | gsoc2013-evolution-68670a0f4280c6ee58e4242243086ad57a8fb000.tar gsoc2013-evolution-68670a0f4280c6ee58e4242243086ad57a8fb000.tar.gz gsoc2013-evolution-68670a0f4280c6ee58e4242243086ad57a8fb000.tar.bz2 gsoc2013-evolution-68670a0f4280c6ee58e4242243086ad57a8fb000.tar.lz gsoc2013-evolution-68670a0f4280c6ee58e4242243086ad57a8fb000.tar.xz gsoc2013-evolution-68670a0f4280c6ee58e4242243086ad57a8fb000.tar.zst gsoc2013-evolution-68670a0f4280c6ee58e4242243086ad57a8fb000.zip |
Wrote some code to try and un-mangle broken date formats and then parse
2000-06-30 Jeffrey Stedfast <fejj@helixcode.com>
* camel-mime-utils.c (header_decode_date): Wrote some code to try
and un-mangle broken date formats and then parse that new string
instead.
svn path=/trunk/; revision=3836
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 00bdee683a..b5a372a293 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-06-30 Jeffrey Stedfast <fejj@helixcode.com> + + * camel-mime-utils.c (header_decode_date): Wrote some code to try + and un-mangle broken date formats and then parse that new string + instead. + 2000-06-30 Dan Winship <danw@helixcode.com> * camel-folder.c (camel_folder_move_message_to): New function, to |