I didn't use gob at all - i just replaced the

CamelMessageInfo *info = summary->pdata[i];

line with

char *uid = summary->pdata[i];
CamelMessageInfo *info = camel_folder_get_message_info(folder, uid);

in the .c and touched the .stamp then build it.

-- 
evolution 2.23.5 crashes on startup 
https://bugs.launchpad.net/bugs/251031
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to