]> git.marmaro.de Git - mmh/blobdiff - uip/folder.c
Don't test with sendmail because it would really send the mail. If
[mmh] / uip / folder.c
index 3e7c85d8ce04686b0c671f10b152829e4813a4b1..0676bea06314b0c3d9cb92e34983a38a9c70bd04 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;