Hallo,
even when configure was not defining imap, mh etc., it still was being inserted into the list, but the comparator abends with sigsegv on the record's NULL value. # diff -u mailbox/registrar.c* --- mailbox/registrar.c 2006-06-10 15:54:11.000000000 +0200 +++ mailbox/registrar.c.old 2006-06-10 15:54:02.000000000 +0200 @@ -143,8 +143,6 @@ mu_list_t list; mu_list_comparator_t comp; - if (record == NULL) - return 0; _registrar_get_list (&list); comp = mu_list_set_comparator (list, _compare_prio); status = mu_list_insert (list, record, record, 1); Tschau...Thomas Tschau...Thomas -- "Do you wanna be a legend or a passing footprint on the sands of time?" _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
