aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-message.c
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-06 00:42:14 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-06 00:42:14 +0800
commit5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b (patch)
tree04029ab5ea23c8ef176c98031ec1c6a268cef6c0 /camel/camel-mime-message.c
parent616d409f7cb18b0dfcac25cb17574e4d9d39d293 (diff)
downloadgsoc2013-evolution-5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b.tar
gsoc2013-evolution-5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b.tar.gz
gsoc2013-evolution-5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b.tar.bz2
gsoc2013-evolution-5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b.tar.lz
gsoc2013-evolution-5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b.tar.xz
gsoc2013-evolution-5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b.tar.zst
gsoc2013-evolution-5de5ccdbae6e7a1a12d8ad3579cfa599eaaa903b.zip
new method. (camel_folder_get_message): corresponding public call
1999-08-05 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder.c (_get_message): new method. (camel_folder_get_message): corresponding public call svn path=/trunk/; revision=1082
Diffstat (limited to 'camel/camel-mime-message.c')
-rw-r--r--camel/camel-mime-message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-mime-message.c b/camel/camel-mime-message.c
index 5b608a6076..a6ff2482a6 100644
--- a/camel/camel-mime-message.c
+++ b/camel/camel-mime-message.c
@@ -139,8 +139,8 @@ camel_mime_message_init (gpointer object, gpointer klass)
{
CamelMimeMessage *camel_mime_message = CAMEL_MIME_MESSAGE (object);
- camel_mime_message->recipients = g_hash_table_new(g_str_hash, g_str_equal);
- camel_mime_message->flags = g_hash_table_new(g_str_hash, g_str_equal);
+ camel_mime_message->recipients = g_hash_table_new (g_str_hash, g_str_equal);
+ camel_mime_message->flags = g_hash_table_new (g_str_hash, g_str_equal);
}
GtkType