aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-13 23:30:45 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-13 23:30:45 +0800
commitc232c3eeaaf85c3e92a1c6bf7a802f7ffee30451 (patch)
treeccc9a01d37252abf14639fc1f30cc1f8f900f080 /ChangeLog
parent0472611db8f67bb0c4fc09138e1131802d85b9c3 (diff)
downloadgsoc2013-evolution-c232c3eeaaf85c3e92a1c6bf7a802f7ffee30451.tar
gsoc2013-evolution-c232c3eeaaf85c3e92a1c6bf7a802f7ffee30451.tar.gz
gsoc2013-evolution-c232c3eeaaf85c3e92a1c6bf7a802f7ffee30451.tar.bz2
gsoc2013-evolution-c232c3eeaaf85c3e92a1c6bf7a802f7ffee30451.tar.lz
gsoc2013-evolution-c232c3eeaaf85c3e92a1c6bf7a802f7ffee30451.tar.xz
gsoc2013-evolution-c232c3eeaaf85c3e92a1c6bf7a802f7ffee30451.tar.zst
gsoc2013-evolution-c232c3eeaaf85c3e92a1c6bf7a802f7ffee30451.zip
new method, returns the list of permanent flags supported by the folder.
1999-08-13 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-folder.c (_get_parmanent_flag_list): (camel_folder_get_parmanent_flag_list): new method, returns the list of permanent flags supported by the folder. * camel/camel-mime-message.c (_get_flag_list): (camel_mime_message_get_flag_list): new method, return the list of flag name used by this message. svn path=/trunk/; revision=1111
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d23ba7dcb4..9444a4c60a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1999-08-13 bertrand <Bertrand.Guiheneuf@aful.org>
+ * camel/camel-folder.c (_get_parmanent_flag_list):
+ (camel_folder_get_parmanent_flag_list):
+ new method, returns the list of permanent
+ flags supported by the folder.
+
+ * camel/camel-mime-message.c (_get_flag_list):
+ (camel_mime_message_get_flag_list): new method,
+ return the list of flag name used by this message.
+
* camel/hash-table-utils.c (g_strcase_equal):
(g_strcase_hash): those two func go here now.