diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-11 07:15:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-11 07:15:45 +0800 |
commit | b7b8622a46519317aff2d66645c66380580cceb5 (patch) | |
tree | 9c660f79e394076be7494197f7671c11891e65b9 /camel/ChangeLog | |
parent | 7ea986d8c4c528165c092ef305cbfcdda513cd6f (diff) | |
download | gsoc2013-evolution-b7b8622a46519317aff2d66645c66380580cceb5.tar gsoc2013-evolution-b7b8622a46519317aff2d66645c66380580cceb5.tar.gz gsoc2013-evolution-b7b8622a46519317aff2d66645c66380580cceb5.tar.bz2 gsoc2013-evolution-b7b8622a46519317aff2d66645c66380580cceb5.tar.lz gsoc2013-evolution-b7b8622a46519317aff2d66645c66380580cceb5.tar.xz gsoc2013-evolution-b7b8622a46519317aff2d66645c66380580cceb5.tar.zst gsoc2013-evolution-b7b8622a46519317aff2d66645c66380580cceb5.zip |
If mi is NULL, don't bother updating it. Should fix bug #17694.
2002-01-10 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_update_summary): If mi
is NULL, don't bother updating it. Should fix bug #17694.
svn path=/trunk/; revision=15290
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 135b47f85c..96eab123fb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2002-01-10 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-folder.c (imap_update_summary): If mi + is NULL, don't bother updating it. Should fix bug #17694. + +2002-01-10 Jeffrey Stedfast <fejj@ximian.com> + * camel.h: #include camel-mime-filter-tohtml.h * providers/imap/camel-imap-folder.c (imap_update_summary): Kludge |