diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-20 10:30:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-20 10:30:46 +0800 |
commit | fbf393aa0f5b44a283932f15bbe4d35452a77422 (patch) | |
tree | 608fe762276724eeb70086aefd0db0137760f139 /camel/ChangeLog | |
parent | bed95fa9e2b1cfa7e019e1824dc9bdb08fb1755a (diff) | |
download | gsoc2013-evolution-fbf393aa0f5b44a283932f15bbe4d35452a77422.tar gsoc2013-evolution-fbf393aa0f5b44a283932f15bbe4d35452a77422.tar.gz gsoc2013-evolution-fbf393aa0f5b44a283932f15bbe4d35452a77422.tar.bz2 gsoc2013-evolution-fbf393aa0f5b44a283932f15bbe4d35452a77422.tar.lz gsoc2013-evolution-fbf393aa0f5b44a283932f15bbe4d35452a77422.tar.xz gsoc2013-evolution-fbf393aa0f5b44a283932f15bbe4d35452a77422.tar.zst gsoc2013-evolution-fbf393aa0f5b44a283932f15bbe4d35452a77422.zip |
oops, poke the right uid to get the article number.
2004-05-20 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-folder.c (nntp_folder_get_message):
oops, poke the right uid to get the article number.
(nntp_folder_cache_message): & here too. Somehow fixes #58700,
but i don't know why.
svn path=/trunk/; revision=26004
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 56d534f288..2b55f9689e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2004-05-20 Not Zed <NotZed@Ximian.com> + + * providers/nntp/camel-nntp-folder.c (nntp_folder_get_message): + oops, poke the right uid to get the article number. + (nntp_folder_cache_message): & here too. Somehow fixes #58700, + but i don't know why. + 2004-05-19 Not Zed <NotZed@Ximian.com> * camel-folder.c (transfer_message_to): copy the messageinfo |