diff options
author | 9 <NotZed@Ximian.com> | 2001-10-10 07:36:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-10 07:36:31 +0800 |
commit | b457da9a980ac545fbb051bf6b7f80bfb070c867 (patch) | |
tree | d098bf7d5b90d3a20315e5726ff785315ba444e4 /camel/ChangeLog | |
parent | f989a757a1986a7b1337b3cc553241345c852f34 (diff) | |
download | gsoc2013-evolution-b457da9a980ac545fbb051bf6b7f80bfb070c867.tar.gz gsoc2013-evolution-b457da9a980ac545fbb051bf6b7f80bfb070c867.tar.zst gsoc2013-evolution-b457da9a980ac545fbb051bf6b7f80bfb070c867.zip |
Another go at getting the logic right again. Make transients only update
2001-10-09 <NotZed@Ximian.com>
* camel-operation.c (camel_operation_progress): Another go at
getting the logic right again. Make transients only update after
5 seconds (CAMEL_OPERATION_TRANSIENT_DELAY)
(camel_operation_end): Likewise.
svn path=/trunk/; revision=13536
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ded2ff8b35..b33a6c5110 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2001-10-09 <NotZed@Ximian.com> + * camel-operation.c (camel_operation_progress): Another go at + getting the logic right again. Make transients only update after + 5 seconds (CAMEL_OPERATION_TRANSIENT_DELAY) + (camel_operation_end): Likewise. + * providers/local/camel-spool-folder.c (spool_search_by_uids): Implement. |