diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-03 00:50:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-03 00:50:43 +0800 |
commit | d01a793455262a8e460a14e131b77d702f74d87f (patch) | |
tree | 5a135bc34c276a8f4019fc3d0c411d1236319915 /camel/ChangeLog | |
parent | 42233e110afff81757e037cd292b0302b1e18809 (diff) | |
download | gsoc2013-evolution-d01a793455262a8e460a14e131b77d702f74d87f.tar.gz gsoc2013-evolution-d01a793455262a8e460a14e131b77d702f74d87f.tar.zst gsoc2013-evolution-d01a793455262a8e460a14e131b77d702f74d87f.zip |
Fix this up... it was losing count in some cases and giving a more verbose
* providers/imap/camel-imap-utils.c (imap_uid_array_to_set): Fix
this up... it was losing count in some cases and giving a more
verbose answer than it needed to.
svn path=/trunk/; revision=9644
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index cc13b751d3..74da010682 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-05-02 Dan Winship <danw@ximian.com> + * providers/imap/camel-imap-utils.c (imap_uid_array_to_set): Fix + this up... it was losing count in some cases and giving a more + verbose answer than it needed to. + * providers/pop3/camel-pop3-store.c: Rescue the KPOP code from bit rot. |