diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-21 05:49:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-21 05:49:09 +0800 |
commit | a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae (patch) | |
tree | 4a81395fc00f583a469cf04bd4983a56fa7d507a /mail/ChangeLog | |
parent | ecda947f67aa5a7f2068fa73cea779c81df6806d (diff) | |
download | gsoc2013-evolution-a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae.tar gsoc2013-evolution-a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae.tar.gz gsoc2013-evolution-a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae.tar.bz2 gsoc2013-evolution-a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae.tar.lz gsoc2013-evolution-a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae.tar.xz gsoc2013-evolution-a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae.tar.zst gsoc2013-evolution-a1a0a6bc4c8b444afe9ba4ee3feaec28192252ae.zip |
Modify the url and set the protocol to mbox rather than hacking it and
2001-08-20 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (create_folder): Modify the url and set the
protocol to mbox rather than hacking it and prepending mbox: to
the uri.
* mail-local.c (get_folder): Don't prepend the folder_name with
the store's path because the hash key is folder_name, not
/folder_name.
svn path=/trunk/; revision=12325
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 32394ccd9a..6e3c6e4f2a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-08-20 Jeffrey Stedfast <fejj@ximian.com> + + * component-factory.c (create_folder): Modify the url and set the + protocol to mbox rather than hacking it and prepending mbox: to + the uri. + + * mail-local.c (get_folder): Don't prepend the folder_name with + the store's path because the hash key is folder_name, not + /folder_name. + 2001-08-20 Iain Holmes <iain@ximian.com> * mail-config-druid.c: Change some of the text labels. |