diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-18 09:56:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-18 09:56:23 +0800 |
commit | c1c936c70a138bf853dc79e2775b4c7893722c0d (patch) | |
tree | e81339ad0d5340bcd2976c6e2f513520876c6476 /camel/ChangeLog | |
parent | 4ffc39159b07823df1d312fadaf02a7e955e53a8 (diff) | |
download | gsoc2013-evolution-c1c936c70a138bf853dc79e2775b4c7893722c0d.tar gsoc2013-evolution-c1c936c70a138bf853dc79e2775b4c7893722c0d.tar.gz gsoc2013-evolution-c1c936c70a138bf853dc79e2775b4c7893722c0d.tar.bz2 gsoc2013-evolution-c1c936c70a138bf853dc79e2775b4c7893722c0d.tar.lz gsoc2013-evolution-c1c936c70a138bf853dc79e2775b4c7893722c0d.tar.xz gsoc2013-evolution-c1c936c70a138bf853dc79e2775b4c7893722c0d.tar.zst gsoc2013-evolution-c1c936c70a138bf853dc79e2775b4c7893722c0d.zip |
We were leaking memory - but not anymore! (imap_get_summary): We now get
2000-06-17 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_free_summary): We were
leaking memory - but not anymore!
(imap_get_summary): We now get the UIDs and the beginnings of the
code to get the message flags as well.
svn path=/trunk/; revision=3625
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7e38c2d529..d35e6babc0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-06-17 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-folder.c (imap_free_summary): We were + leaking memory - but not anymore! + (imap_get_summary): We now get the UIDs and the beginnings of the + code to get the message flags as well. + 2000-06-17 Dan Winship <danw@helixcode.com> * camel-mime-parser.c (folder_scan_header): Don't copy newlines |