diff options
author | Not Zed <NotZed@Ximian.com> | 2003-12-09 11:21:40 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-12-09 11:21:40 +0800 |
commit | e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e (patch) | |
tree | 935f3741f69ec1d3e2403238165c5660ba01770a /camel/ChangeLog | |
parent | 0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff) | |
download | gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.gz gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.bz2 gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.lz gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.xz gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.zst gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.zip |
** See bug #51899.
2003-12-09 Not Zed <NotZed@Ximian.com>
** See bug #51899.
* providers/imap/camel-imap-store.c (get_folders): add the first
fi to the info's hash, so we dont duplicate it if we come across
it again (which we generally will).
svn path=/trunk/; revision=23889
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 94ffcdc39b..00df1f6bf9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -8,6 +8,14 @@ 2003-12-09 Not Zed <NotZed@Ximian.com> + ** See bug #51899. + + * providers/imap/camel-imap-store.c (get_folders): add the first + fi to the info's hash, so we dont duplicate it if we come across + it again (which we generally will). + +2003-12-09 Not Zed <NotZed@Ximian.com> + * providers/smtp/camel-smtp-transport.c (smtp_send_to): encode the address before sending it out, rather than using the raw/utf8 version. |