Don't test with sendmail because it would really send the mail. If
[mmh] / uip / folder.c
index 3e7c85d..0676bea 100644 (file)
@@ -458,6 +458,8 @@ static boolean
 get_folder_info_callback (char *fold, void *baton)
 {
     boolean crawl_children;
+    NMH_UNUSED (baton);
+
     get_folder_info_body (fold, NULL, &crawl_children);
     fflush (stdout);
     return crawl_children;