diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-06 01:00:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-06 01:00:59 +0800 |
commit | 54376bf2c76cacef3e677a3bccfaf063bdde8c5d (patch) | |
tree | b98e18344e6e0c5c0f35a476cfa3344dd453d082 /filter/ChangeLog | |
parent | 55ad9bc04f1dcf2f0420d5bd1a69d1e3d0f08853 (diff) | |
download | gsoc2013-evolution-54376bf2c76cacef3e677a3bccfaf063bdde8c5d.tar.gz gsoc2013-evolution-54376bf2c76cacef3e677a3bccfaf063bdde8c5d.tar.zst gsoc2013-evolution-54376bf2c76cacef3e677a3bccfaf063bdde8c5d.zip |
Add uids to the "processed" list only after succesfully doing something
* filter-driver.c (do_delete, do_copy, do_stop,
filter_driver_run): Add uids to the "processed" list only after
succesfully doing something with them. Fixes the problem where
copying a message to a folder that didn't exist would result in it
disapearing.
svn path=/trunk/; revision=3887
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index c8f664298a..71b5807649 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,11 @@ +2000-07-05 Dan Winship <danw@helixcode.com> + + * filter-driver.c (do_delete, do_copy, do_stop, + filter_driver_run): Add uids to the "processed" list only after + succesfully doing something with them. Fixes the problem where + copying a message to a folder that didn't exist would result in it + disapearing. + 2000-07-02 Ettore Perazzoli <ettore@helixcode.com> * filter-driver.c (filter_driver_new): Don't free the ruleset nor |