diff options
author | Not Zed <NotZed@Ximian.com> | 2002-07-16 10:34:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-07-16 10:34:23 +0800 |
commit | a86cb9d3a9e97b432cb89b3c2cc8c3408d99de6c (patch) | |
tree | ee74400722699db6fece0f03d50d300e4deb72f2 /camel/ChangeLog | |
parent | c3e9ea3409f0e27998452cf05825841af46ac10d (diff) | |
download | gsoc2013-evolution-a86cb9d3a9e97b432cb89b3c2cc8c3408d99de6c.tar.gz gsoc2013-evolution-a86cb9d3a9e97b432cb89b3c2cc8c3408d99de6c.tar.zst gsoc2013-evolution-a86cb9d3a9e97b432cb89b3c2cc8c3408d99de6c.zip |
Removed. (get_score): Removed. Labels & scores are stored in tags, we
2002-07-15 Not Zed <NotZed@Ximian.com>
* camel-filter-search.c (get_label): Removed.
(get_score): Removed. Labels & scores are stored in tags, we
already have a function to get tags.
(user_tag): Fail if we dont get valid arguments, it must be a
string type.
(system_flag): Same here.
svn path=/trunk/; revision=17471
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 714f8aa6a3..9780502f64 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2002-07-15 Not Zed <NotZed@Ximian.com> + + * camel-filter-search.c (get_label): Removed. + (get_score): Removed. Labels & scores are stored in tags, we + already have a function to get tags. + (user_tag): Fail if we dont get valid arguments, it must be a + string type. + (system_flag): Same here. + 2002-07-15 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_msgid_generate): Try to get the FQDN |