aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-03-04 12:58:12 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-04 12:58:12 +0800
commit55f8f073e2aca35954e824eb84f62211fd9d9200 (patch)
treefd241b0da712134372cc45ca132d5107f7c63fa6 /camel/providers
parent2c0b011c0d44994c075ed5fb7f587febc7f86983 (diff)
downloadgsoc2013-evolution-55f8f073e2aca35954e824eb84f62211fd9d9200.tar
gsoc2013-evolution-55f8f073e2aca35954e824eb84f62211fd9d9200.tar.gz
gsoc2013-evolution-55f8f073e2aca35954e824eb84f62211fd9d9200.tar.bz2
gsoc2013-evolution-55f8f073e2aca35954e824eb84f62211fd9d9200.tar.lz
gsoc2013-evolution-55f8f073e2aca35954e824eb84f62211fd9d9200.tar.xz
gsoc2013-evolution-55f8f073e2aca35954e824eb84f62211fd9d9200.tar.zst
gsoc2013-evolution-55f8f073e2aca35954e824eb84f62211fd9d9200.zip
bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object):
2000-03-04 bertrand <bertrand@helixcode.com> * camel-formatter.c (get_bonobo_tag_for_object): bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object): close the <object> tag. (get_bonobo_tag_for_object): the correct syntax for the to set a parameter inside an <object> tag is : <object classid="..."> <param name="uid" value="..."> <param ...> </object> svn path=/trunk/; revision=2036
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/mbox/camel-mbox-folder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/providers/mbox/camel-mbox-folder.c b/camel/providers/mbox/camel-mbox-folder.c
index 651580a5ff..cc3839abb6 100644
--- a/camel/providers/mbox/camel-mbox-folder.c
+++ b/camel/providers/mbox/camel-mbox-folder.c
@@ -1067,7 +1067,6 @@ _get_message_by_uid (CamelFolder *folder, const gchar *uid, CamelException *ex)
message = camel_mime_message_new_with_session (camel_service_get_session (CAMEL_SERVICE (parent_store)));
- //camel_data_wrapper_construct_from_stream (CAMEL_DATA_WRAPPER (message), message_stream);
camel_data_wrapper_set_input_stream (CAMEL_DATA_WRAPPER (message), message_stream);