This "bug" most likely has nothing to do with Evolution source itself, we use off_t which is a 32-bit integer, thus you have yourself a 2GB file size limit. The only way to "fix" this is to rebuild glibc so that off_t is a 64 bit int.
Jeff On Mon, 2001-10-01 at 22:31, Jeremy Avnet wrote: > * NotZed ([EMAIL PROTECTED]) said: > > Use more folders. > > I will take that to mean there is no plan to increase the current limit. > > --jeremy/brainsik-- > > _______________________________________________ > evolution maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
