diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-07 04:52:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-07 04:52:41 +0800 |
commit | 941a7e5a30f2a35eea69974a45fc516a4b3d5397 (patch) | |
tree | 3ec9427b3b9c14314c68aebeec57ea7691df4080 /camel/ChangeLog | |
parent | 7ce3b0a7290417c35721fa4850a0d06875109e40 (diff) | |
download | gsoc2013-evolution-941a7e5a30f2a35eea69974a45fc516a4b3d5397.tar.gz gsoc2013-evolution-941a7e5a30f2a35eea69974a45fc516a4b3d5397.tar.zst gsoc2013-evolution-941a7e5a30f2a35eea69974a45fc516a4b3d5397.zip |
Parse for more header information to allow message threading in IMAP.
2000-07-06 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_get_summary): Parse for
more header information to allow message threading in IMAP.
(imap_get_message_info): Same.
* camel-folder-summary.c: Renamed summary_format_* to
camel_summary_format_* and moved them into public scope.
svn path=/trunk/; revision=3925
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a723b43f58..b9dfd30f4c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2000-07-06 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-folder.c (imap_get_summary): Parse for + more header information to allow message threading in IMAP. + (imap_get_message_info): Same. + + * camel-folder-summary.c: Renamed summary_format_* to + camel_summary_format_* and moved them into public scope. + * providers/smtp/camel-smtp-transport.c (smtp_connect): Oops. Don't pass port # as a string in the error code (if it fails to connect). |