diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-12 07:29:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-12 07:29:34 +0800 |
commit | f02e97d1f29bb089ab0c9b23f73fd9efda6347d9 (patch) | |
tree | d2384d8ebf93611c800ea48c4e23cb6dd17a7ea4 /filter/ChangeLog | |
parent | a0c47f23393e75fb8372af6b7db04c60696def56 (diff) | |
download | gsoc2013-evolution-f02e97d1f29bb089ab0c9b23f73fd9efda6347d9.tar.gz gsoc2013-evolution-f02e97d1f29bb089ab0c9b23f73fd9efda6347d9.tar.zst gsoc2013-evolution-f02e97d1f29bb089ab0c9b23f73fd9efda6347d9.zip |
We now use a "copied" variable to record whether a message was marked as
2000-09-11 Jeffrey Stedfast <fejj@helixcode.com>
* filter-driver.c: We now use a "copied" variable to record
whether a message was marked as copied or not instead of trying to
"guess" by looking at the folders hash table as that won't work at
all anymore.
(do_copy): Renamed as this is more appropriate now that it
actually copies the message rather than marking it for copying
later. Also fixed a logic error which prevented a message from
being dumped into a folder if the fodler had been previously
opened.
svn path=/trunk/; revision=5350
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 26ae85b3b1..d96dbfe07a 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,5 +1,17 @@ 2000-09-11 Jeffrey Stedfast <fejj@helixcode.com> + * filter-driver.c: We now use a "copied" variable to record + whether a message was marked as copied or not instead of trying to + "guess" by looking at the folders hash table as that won't work at + all anymore. + (do_copy): Renamed as this is more appropriate now that it + actually copies the message rather than marking it for copying + later. Also fixed a logic error which prevented a message from + being dumped into a folder if the fodler had been previously + opened. + +2000-09-11 Jeffrey Stedfast <fejj@helixcode.com> + * filter-driver.c (filter_driver_run): No longer takes a self_destruct argument. |