X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7..816e17172cdbc108242a824d377ebba04b8d63ca:/uip/folder.c?ds=inline diff --git a/uip/folder.c b/uip/folder.c index f83bedca..f3b4ba4e 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -4,8 +4,6 @@ * -- push/pop a folder onto/from the folder stack * -- list the folder stack * - * $Id$ - * * This code is Copyright (c) 2002, 2008, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -459,6 +457,8 @@ get_folder_info_body (char *fold, char *msg, boolean *crawl_children) static boolean get_folder_info_callback (char *fold, void *baton) { + NMH_UNUSED (baton); + boolean crawl_children; get_folder_info_body (fold, NULL, &crawl_children); fflush (stdout);