diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-23 05:55:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-23 05:55:14 +0800 |
commit | afa7176eab5a2c495a8f10de4c430f443cdcfb99 (patch) | |
tree | 59be2ee4a647cc55f83ee2ac46cb50ede25b5b2a /mail/ChangeLog | |
parent | a7f40b2f5ff709b9c0d3f5f487cdba6d6d3aa7b6 (diff) | |
download | gsoc2013-evolution-afa7176eab5a2c495a8f10de4c430f443cdcfb99.tar gsoc2013-evolution-afa7176eab5a2c495a8f10de4c430f443cdcfb99.tar.gz gsoc2013-evolution-afa7176eab5a2c495a8f10de4c430f443cdcfb99.tar.bz2 gsoc2013-evolution-afa7176eab5a2c495a8f10de4c430f443cdcfb99.tar.lz gsoc2013-evolution-afa7176eab5a2c495a8f10de4c430f443cdcfb99.tar.xz gsoc2013-evolution-afa7176eab5a2c495a8f10de4c430f443cdcfb99.tar.zst gsoc2013-evolution-afa7176eab5a2c495a8f10de4c430f443cdcfb99.zip |
Updated to prepend url-> path if it exists for that imap store.
2000-06-22 Jeffrey Stedfast <fejj@helixcode.com>
* folder-browser.c (folder_browser_load_folder): Updated to
prepend url-> path if it exists for that imap store.
* component-factory.c (create_imap_storage): Modified to not
prepend a hard-coded namespace.
svn path=/trunk/; revision=3701
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 08f7ed9499..c6f34b0486 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-06-22 Jeffrey Stedfast <fejj@helixcode.com> + + * folder-browser.c (folder_browser_load_folder): Updated to + prepend url-> path if it exists for that imap store. + + * component-factory.c (create_imap_storage): Modified to not + prepend a hard-coded namespace. + 2000-06-22 Chris Toshok <toshok@helixcode.com> * mail-ops.c (fetch_mail_cleanup): new function, passed as arg to @@ -53,6 +61,7 @@ UI-friendly name. (dispatch_func): Free the saved prettyname. +>>>>>>> 1.221 2000-06-21 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Removed an erroneous comment. |