aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-20 03:25:01 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-20 03:25:01 +0800
commit6dbfa6b0af78227963962a831875c4959180731d (patch)
treedcbda2aaba50f35cc865cd9cc28753b68286699b /camel/ChangeLog
parenta2b0fea02640e4aefa24788c5096a32d5743050f (diff)
downloadgsoc2013-evolution-6dbfa6b0af78227963962a831875c4959180731d.tar
gsoc2013-evolution-6dbfa6b0af78227963962a831875c4959180731d.tar.gz
gsoc2013-evolution-6dbfa6b0af78227963962a831875c4959180731d.tar.bz2
gsoc2013-evolution-6dbfa6b0af78227963962a831875c4959180731d.tar.lz
gsoc2013-evolution-6dbfa6b0af78227963962a831875c4959180731d.tar.xz
gsoc2013-evolution-6dbfa6b0af78227963962a831875c4959180731d.tar.zst
gsoc2013-evolution-6dbfa6b0af78227963962a831875c4959180731d.zip
Make sure the generated UID is non-NULL before appending it to the array
2001-08-19 Jeffrey Stedfast <fejj@ximian.com> * providers/pop3/camel-pop3-folder.c (pop3_generate_uids): Make sure the generated UID is non-NULL before appending it to the array of UIDs. How would this even happen? I have no clue... svn path=/trunk/; revision=12225
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7c89991299..0524a1fef5 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-19 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/pop3/camel-pop3-folder.c (pop3_generate_uids): Make
+ sure the generated UID is non-NULL before appending it to the
+ array of UIDs. How would this even happen? I have no clue...
+
2001-08-17 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_update_summary): Start