diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-28 03:38:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-28 03:38:08 +0800 |
commit | f829289c850f79cd657d60e6b4bc5f9cd6aa0a70 (patch) | |
tree | a4d990e18f2fb1700365df692774ce6b84224190 /camel/ChangeLog | |
parent | 16b12f579456ffe13e662f7aee841f9c325f34e9 (diff) | |
download | gsoc2013-evolution-f829289c850f79cd657d60e6b4bc5f9cd6aa0a70.tar gsoc2013-evolution-f829289c850f79cd657d60e6b4bc5f9cd6aa0a70.tar.gz gsoc2013-evolution-f829289c850f79cd657d60e6b4bc5f9cd6aa0a70.tar.bz2 gsoc2013-evolution-f829289c850f79cd657d60e6b4bc5f9cd6aa0a70.tar.lz gsoc2013-evolution-f829289c850f79cd657d60e6b4bc5f9cd6aa0a70.tar.xz gsoc2013-evolution-f829289c850f79cd657d60e6b4bc5f9cd6aa0a70.tar.zst gsoc2013-evolution-f829289c850f79cd657d60e6b4bc5f9cd6aa0a70.zip |
Construct the source_url the right way. The previous way was generating
2002-03-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (camel_filter_driver_filter_folder):
Construct the source_url the right way. The previous way was
generating urls like pop://fejj@ximian.com;keep_on_server/inbox
which is wrong.
svn path=/trunk/; revision=16260
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 44ce0175ed..d9699f385f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-03-27 Jeffrey Stedfast <fejj@ximian.com> + + * camel-filter-driver.c (camel_filter_driver_filter_folder): + Construct the source_url the right way. The previous way was + generating urls like pop://fejj@ximian.com;keep_on_server/inbox + which is wrong. + 2002-03-26 Not Zed <NotZed@Ximian.com> * camel-text-index.c (text_index_normalise): Changed to use just |