On Friday, Oct 10, 2003, at 05:14 Europe/Amsterdam, Christian G. Warden wrote:

If I expunge more than one message at a time, dbmail-imapd crashes.
It works fine one at a time. I'm running the debian package dbmail-mysql
2.0.20031008-1.

xn
[snip dbmail log]

thanks. found & fixed the bug. New version in CVS does not segfault (not at
this place anyway).

quite a stupid error anyway:

My code used *msg_idnrs[i] to reference the newly created array of message ids. This of course only works for the first (i=0) element. The correct syntax is:
(*msg_idnrs)[i]

Ilja



Reply via email to