diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-29 13:24:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-29 13:24:22 +0800 |
commit | fc1c52175d824161b80938872b20b436e5b5a115 (patch) | |
tree | ede5a83b003fdca2be688d619970d34da0a03545 /camel/ChangeLog | |
parent | 3a68f719775b66faeb267cea99879dd659ab1cdf (diff) | |
download | gsoc2013-evolution-fc1c52175d824161b80938872b20b436e5b5a115.tar gsoc2013-evolution-fc1c52175d824161b80938872b20b436e5b5a115.tar.gz gsoc2013-evolution-fc1c52175d824161b80938872b20b436e5b5a115.tar.bz2 gsoc2013-evolution-fc1c52175d824161b80938872b20b436e5b5a115.tar.lz gsoc2013-evolution-fc1c52175d824161b80938872b20b436e5b5a115.tar.xz gsoc2013-evolution-fc1c52175d824161b80938872b20b436e5b5a115.tar.zst gsoc2013-evolution-fc1c52175d824161b80938872b20b436e5b5a115.zip |
New filter action to unset a system flag. The exact opposite of set_flag.
2002-07-29 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (unset_flag): New filter action to unset a
system flag. The exact opposite of set_flag.
svn path=/trunk/; revision=17625
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9242a0f964..93e7d05792 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2002-07-29 Jeffrey Stedfast <fejj@ximian.com> + + * camel-filter-driver.c (unset_flag): New filter action to unset a + system flag. The exact opposite of set_flag. + 2002-07-26 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-local-store.c (get_folder): If the path |