diff options
author | NotZed <NotZed@HelixCode.com> | 2000-03-05 11:36:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-03-05 11:36:37 +0800 |
commit | 2485f10196f6611d28d428ff0f1b9a5ac9fe755e (patch) | |
tree | d232ef17603fc2fc2e3b05772efc72dce7bad4d0 /filter/ChangeLog | |
parent | 48e373b1565b810bcf76642d9fc6c96f3a26a0b0 (diff) | |
download | gsoc2013-evolution-2485f10196f6611d28d428ff0f1b9a5ac9fe755e.tar.gz gsoc2013-evolution-2485f10196f6611d28d428ff0f1b9a5ac9fe755e.tar.zst gsoc2013-evolution-2485f10196f6611d28d428ff0f1b9a5ac9fe755e.zip |
Actually implement filtering, at least, from Inbox. Copy messages to
2000-03-04 NotZed <NotZed@HelixCode.com>
* filter-driver.c (main): Actually implement filtering, at least,
from Inbox. Copy messages to folder (in the same store only, so
far), delete, and stop processing are implemented, and the logic
to handle default processing.
* filter-xml.c (load_optionvalue): Fix up a bug where we lost the
name of the arg (ouch).
* filter-xml.c: Wrapped printf's in debug macros.
svn path=/trunk/; revision=2054
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 7eec85d5ee..0c0e7b097b 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,14 @@ +2000-03-04 NotZed <NotZed@HelixCode.com> + + * filter-driver.c (main): Actually implement filtering, at least, + from Inbox. Copy messages to folder (in the same store only, so + far), delete, and stop processing are implemented, and the logic + to handle default processing. + + * filter-xml.c (load_optionvalue): Fix up a bug where we lost the + name of the arg (ouch). + * filter-xml.c: Wrapped printf's in debug macros. + 2000-03-02 NotZed <NotZed@HelixCode.com> * filter-druid.c (object_destroy): Disconnect the list signal, so |