Andrew Barnes <[email protected]> ha escrit: > 1) If I pass NULL as the second parameter of mu_app_init then the > program segfaults, but if I pass an array with just one element set to > NULL, then the program works fine.
Second parameter is required. Moreover, it must contain at least one non-internal capability. The internal capabilities are: "common" and "license". That's why you experience coredumps until you add "debug". So far no mailutils component have used mu_app_init without capability argument, so I did not bother to handle such special cases. I'll probably change this in future. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
