aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-14 05:36:14 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-14 05:36:14 +0800
commit1126db678eea6b5fcde9376b77e5b35694467453 (patch)
tree7acedc65956bdb71ac4f429dc0ca1fb4786e83fd /ChangeLog
parent483804aac86969591d7aefa186f52ca167da0381 (diff)
downloadgsoc2013-evolution-1126db678eea6b5fcde9376b77e5b35694467453.tar
gsoc2013-evolution-1126db678eea6b5fcde9376b77e5b35694467453.tar.gz
gsoc2013-evolution-1126db678eea6b5fcde9376b77e5b35694467453.tar.bz2
gsoc2013-evolution-1126db678eea6b5fcde9376b77e5b35694467453.tar.lz
gsoc2013-evolution-1126db678eea6b5fcde9376b77e5b35694467453.tar.xz
gsoc2013-evolution-1126db678eea6b5fcde9376b77e5b35694467453.tar.zst
gsoc2013-evolution-1126db678eea6b5fcde9376b77e5b35694467453.zip
create recipients hash table (_remove_recipient): (_add_recipient):
* camel/camel-mime-message.c (camel_mime_message_init): create recipients hash table (_remove_recipient): (_add_recipient): (_get_recipients): new funcs. Internal Recipients data structure is a bit complicated though. * camel/camel-mime-part.c (camel_mime_part_init): create headers hash table svn path=/trunk/; revision=924
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d72005746..3b5c1061fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
1999-05-13 bertrand <Bertrand.Guiheneuf@inria.fr>
+
+ * camel/camel-mime-message.c (camel_mime_message_init):
+ create recipients hash table
+ (_remove_recipient):
+ (_add_recipient):
+ (_get_recipients): new funcs.
+ Internal Recipients data structure is
+ a bit complicated though.
+
+ * camel/camel-mime-part.c (camel_mime_part_init):
+ create headers hash table
* camel/camel-mime-message.h:
a bunch of get/set header field