diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-05 08:08:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-05 08:08:23 +0800 |
commit | 49e82f8b9fb67aba12f536c6ea29a640b7a10104 (patch) | |
tree | 74f0a25c023551fa3839ee2ed231536bd4ef9d77 /camel/ChangeLog | |
parent | bee1faf0a3ad4d71b76a831466b955bdde00e95d (diff) | |
download | gsoc2013-evolution-49e82f8b9fb67aba12f536c6ea29a640b7a10104.tar gsoc2013-evolution-49e82f8b9fb67aba12f536c6ea29a640b7a10104.tar.gz gsoc2013-evolution-49e82f8b9fb67aba12f536c6ea29a640b7a10104.tar.bz2 gsoc2013-evolution-49e82f8b9fb67aba12f536c6ea29a640b7a10104.tar.lz gsoc2013-evolution-49e82f8b9fb67aba12f536c6ea29a640b7a10104.tar.xz gsoc2013-evolution-49e82f8b9fb67aba12f536c6ea29a640b7a10104.tar.zst gsoc2013-evolution-49e82f8b9fb67aba12f536c6ea29a640b7a10104.zip |
Simplified since we can now decode in-reply-to without getting extra
2002-04-04 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.c (message_info_new): Simplified since we
can now decode in-reply-to without getting extra cruft. Get rid of
the FIXME about having to check scan->id because of the
possibility of it being NULL, this can no longer happen.
* camel-mime-utils.c (header_references_inreplyto_decode): New
function to decode in-reply-to headers. Only grabs the first thing
that looks like a message-id and then returns.
(header_references_decode): Loop calling
header_references_decode_single (a new internal function).
svn path=/trunk/; revision=16361
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 71c40ec9d6..49f3e64c11 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2002-04-04 Jeffrey Stedfast <fejj@ximian.com> + + * camel-folder-summary.c (message_info_new): Simplified since we + can now decode in-reply-to without getting extra cruft. Get rid of + the FIXME about having to check scan->id because of the + possibility of it being NULL, this can no longer happen. + + * camel-mime-utils.c (header_references_inreplyto_decode): New + function to decode in-reply-to headers. Only grabs the first thing + that looks like a message-id and then returns. + (header_references_decode): Loop calling + header_references_decode_single (a new internal function). + 2002-04-04 Not Zed <NotZed@Ximian.com> * camel-remote-store.c (remote_connect): Reset the keepalive |