diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-23 10:22:38 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-23 10:22:38 +0800 |
commit | dcf4c87893feb08d98120ebb3dbbb9bfedb0d268 (patch) | |
tree | bb058c51ddad5bf636f7bcd0c777b93ccd60fd1a /camel/ChangeLog | |
parent | bbda4d56c31cd0b21edd5c198ac6da6bea2988ad (diff) | |
download | gsoc2013-evolution-dcf4c87893feb08d98120ebb3dbbb9bfedb0d268.tar gsoc2013-evolution-dcf4c87893feb08d98120ebb3dbbb9bfedb0d268.tar.gz gsoc2013-evolution-dcf4c87893feb08d98120ebb3dbbb9bfedb0d268.tar.bz2 gsoc2013-evolution-dcf4c87893feb08d98120ebb3dbbb9bfedb0d268.tar.lz gsoc2013-evolution-dcf4c87893feb08d98120ebb3dbbb9bfedb0d268.tar.xz gsoc2013-evolution-dcf4c87893feb08d98120ebb3dbbb9bfedb0d268.tar.zst gsoc2013-evolution-dcf4c87893feb08d98120ebb3dbbb9bfedb0d268.zip |
avoid /0 by updating after we've done the sync. (close_folders): Setup the
2001-01-23 Not Zed <NotZed@Ximian.com>
* camel-filter-driver.c (close_folder): avoid /0 by updating after
we've done the sync.
(close_folders): Setup the first progress report to start it off.
svn path=/trunk/; revision=7734
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 034ac2d011..3fedcec679 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-01-23 Not Zed <NotZed@Ximian.com> + + * camel-filter-driver.c (close_folder): avoid /0 by updating after + we've done the sync. + (close_folders): Setup the first progress report to start it off. + 2001-01-22 Christopher James Lahey <clahey@helixcode.com> * providers/imap/camel-imap-folder.c (camel_imap_folder_selected): |