diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-03 07:18:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-03 07:18:06 +0800 |
commit | f1701f224d58f8a0b49da23d85cf425e303cc6ec (patch) | |
tree | 7de2bd9ff7b659d94970ec9a35b7d27c16e2250e /filter/ChangeLog | |
parent | e497e9ad28cdc787d66ea40e924b2775890e123c (diff) | |
download | gsoc2013-evolution-f1701f224d58f8a0b49da23d85cf425e303cc6ec.tar.gz gsoc2013-evolution-f1701f224d58f8a0b49da23d85cf425e303cc6ec.tar.zst gsoc2013-evolution-f1701f224d58f8a0b49da23d85cf425e303cc6ec.zip |
kill filter_driver_set_session and filter_driver_set_rules and instead
* filter-driver.c (filter_driver_new): kill
filter_driver_set_session and filter_driver_set_rules and instead
make filter_driver_new take the rules and a callback function it
can use to turn URIs into folders.
(open_folder): Use the callback function rather than calling camel
directly: some URIs need special handling to turn them into stores
and folders correctly, so let the mailer do that.
svn path=/trunk/; revision=3859
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 9480f152c5..27436d31b1 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,13 @@ +2000-07-02 Dan Winship <danw@helixcode.com> + + * filter-driver.c (filter_driver_new): kill + filter_driver_set_session and filter_driver_set_rules and instead + make filter_driver_new take the rules and a callback function it + can use to turn URIs into folders. + (open_folder): Use the callback function rather than calling camel + directly: some URIs need special handling to turn them into stores + and folders correctly, so let the mailer do that. + 2000-07-01 Ettore Perazzoli <ettore@helixcode.com> * filter-arg-types.c (arg_folder_edit_value): Only allow type |