Re: [Evolution-hackers] The mmap stuff definitely needs more eyes!

2006-07-17 Thread Philip Van Hoof
Hi there, This one works on the Nokia 770 device! http://pvanhoof.be/files/camel_folder_summary_with_mmap_fixes11_data_alignment04.diff So my real target has finally been reached. Using this stuff, it should be possible to display huge folders using tinymail on a Nokia 770. With huge I mean: I

[Evolution-hackers] The mmap stuff definitely needs more eyes!

2006-07-17 Thread Philip Van Hoof
Eeeek. Look at what I just found in my own patches!! static CamelMessageInfo * message_info_load (CamelFolderSummary *s, FILE *in) { CamelMessageInfo *info; CamelImapMessageInfo *iinfo; info = camel_imap_summary_parent->message_info_load (s, in); if (info) {