Kevin wrote:
> Got above error message prompt on the console, however the IMAP seems
> still working. 

That assertion is actually harmless. It's what happens when a search
command is given without search arguments other than UID values.

line 613 in dbmail-mailbox.c reads:

        g_return_val_if_fail(search_keys && search_keys[*idx], -1);

those g_return_val_if_fail constructs are less than useful this way.

> Attached is the valgrind output.

which tells me nothing unless you build static binaries and add -g to
the CFLAGS.

thanks for testing though.
-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to