On Thu, 2005-11-10 at 12:25 +0100, Jules Colding wrote:
> Hi,
> 
> Is the folder->summary member required to be non-NULL? I am seeing segvs
> all over the place, after having done my folder implementation, which I
> suspect is because of access to the folder->summary member which, being
> NULL, can't be accessed.

I was wrong. 

I discovered that Evolution did not check for uids being NULL in
message-list.c line 3474 after retrieving the uids from
camel_folder_get_uids(). Fixing my return value fixed the segvs.

-- 
  jules


_______________________________________________
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to