aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-19 14:11:41 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-19 14:11:41 +0800
commit04e3d88bcc495709386e3e8bc092d86b7cd183cb (patch)
tree1bf5d7d84291dd504de712c91b2d930f21e75c97 /mail/ChangeLog
parentbfe94239cae433e03a38dcc021a34e180f33cbb0 (diff)
downloadgsoc2013-evolution-04e3d88bcc495709386e3e8bc092d86b7cd183cb.tar
gsoc2013-evolution-04e3d88bcc495709386e3e8bc092d86b7cd183cb.tar.gz
gsoc2013-evolution-04e3d88bcc495709386e3e8bc092d86b7cd183cb.tar.bz2
gsoc2013-evolution-04e3d88bcc495709386e3e8bc092d86b7cd183cb.tar.lz
gsoc2013-evolution-04e3d88bcc495709386e3e8bc092d86b7cd183cb.tar.xz
gsoc2013-evolution-04e3d88bcc495709386e3e8bc092d86b7cd183cb.tar.zst
gsoc2013-evolution-04e3d88bcc495709386e3e8bc092d86b7cd183cb.zip
if we can't open the pop3 cache dir, because it doesn't exist, it is not
2004-01-19 Not Zed <NotZed@Ximian.com> * em-migrate.c (em_upgrade_pop_uid_caches_1_4): if we can't open the pop3 cache dir, because it doesn't exist, it is not an error. ** See bug #52983. * mail-component.c (em_uri_from_camel, em_uri_to_camel): Handle vfolder: uri's properly. And make sure local uri's are properly encoded. (mail_component_get_folder_from_evomail_uri) (mail_component_evomail_uri_from_folder): removed, no longer used. (em_uri_from_camel): don't leak the camelurl. (d): disable debug * mail-vfolder.c (vfolder_load_storage): move the vfolder storage location to ~/.evolution/mail/vfolder rather than ~/.evolution/mail (this is currently unused anyway). (uri_is_ignore): short-circuit exit if we find a match. (mail_vfolder_add_uri): dont exit immediately if we have a vfolder uri, but don't add it to local/remove either. (mail_vfolder_delete_uri): remove any uri from the local/remote source list while we're at it. svn path=/trunk/; revision=24300
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7fcaa927c6..686b655d49 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,29 @@
2004-01-19 Not Zed <NotZed@Ximian.com>
+ * em-migrate.c (em_upgrade_pop_uid_caches_1_4): if we can't open
+ the pop3 cache dir, because it doesn't exist, it is not an error.
+
+ ** See bug #52983.
+
+ * mail-component.c (em_uri_from_camel, em_uri_to_camel): Handle
+ vfolder: uri's properly. And make sure local uri's are properly
+ encoded.
+ (mail_component_get_folder_from_evomail_uri)
+ (mail_component_evomail_uri_from_folder): removed, no longer used.
+ (em_uri_from_camel): don't leak the camelurl.
+ (d): disable debug
+
+ * mail-vfolder.c (vfolder_load_storage): move the vfolder storage
+ location to ~/.evolution/mail/vfolder rather than
+ ~/.evolution/mail (this is currently unused anyway).
+ (uri_is_ignore): short-circuit exit if we find a match.
+ (mail_vfolder_add_uri): dont exit immediately if we have a vfolder
+ uri, but don't add it to local/remove either.
+ (mail_vfolder_delete_uri): remove any uri from the local/remote
+ source list while we're at it.
+
+2004-01-19 Not Zed <NotZed@Ximian.com>
+
* em-folder-view.c (emfv_on_url_cb): properly decode the mailto
url rather than treating it as a simple string.