aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-18 04:23:30 +0800
committerDan Winship <danw@src.gnome.org>2000-04-18 04:23:30 +0800
commit96b306af3289d236e2b23f8cb91327dc71c937b8 (patch)
tree10e03a5d8ad12db4751cd6c4744a6525c4e793d3 /camel/ChangeLog
parentc52986db9777f0da353908c57e2c8a3e16204448 (diff)
downloadgsoc2013-evolution-96b306af3289d236e2b23f8cb91327dc71c937b8.tar
gsoc2013-evolution-96b306af3289d236e2b23f8cb91327dc71c937b8.tar.gz
gsoc2013-evolution-96b306af3289d236e2b23f8cb91327dc71c937b8.tar.bz2
gsoc2013-evolution-96b306af3289d236e2b23f8cb91327dc71c937b8.tar.lz
gsoc2013-evolution-96b306af3289d236e2b23f8cb91327dc71c937b8.tar.xz
gsoc2013-evolution-96b306af3289d236e2b23f8cb91327dc71c937b8.tar.zst
gsoc2013-evolution-96b306af3289d236e2b23f8cb91327dc71c937b8.zip
Remove the "session" field from CamelMimeMessage. Nothing uses it, about
* camel-mime-message.[ch]: Remove the "session" field from CamelMimeMessage. Nothing uses it, about half of the existing calls to camel_mime_message_new_with_session pass NULL, and there's no obvious reason for it to be there. * others: Use camel_mime_message_new instead of camel_mime_message_new_with_session svn path=/trunk/; revision=2479
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e2d1bfe6d6..f8f5f0a594 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,18 @@
2000-04-17 Dan Winship <danw@helixcode.com>
+ * camel-mime-message.[ch]: Remove the "session" field from
+ CamelMimeMessage. Nothing uses it, about half of the existing
+ calls to camel_mime_message_new_with_session pass NULL, and
+ there's no obvious reason for it to be there.
+
+ * providers/MH/camel-mh-folder.c:
+ * providers/maildir/camel-maildir-folder.c:
+ * providers/mbox/camel-mbox-folder.c:
+ * providers/mbox/camel-mbox-utils.c:
+ * providers/nntp/camel-nntp-folder.c:
+ * providers/pop3/camel-pop3-folder.c: Use camel_mime_message_new
+ instead of camel_mime_message_new_with_session.
+
* camel-session.c (get_store_for_protocol_with_url): Set the
exception if no provider is found.