X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffolder.c;h=f3b4ba4e0cf7b9fb2cbe6cb32cb8784d95cacaa2;hb=2337d83d410d6a64ad7707fe7f093fc654f66e4f;hp=f83bedcab0b4f83bf433f90cf1c06f502f280e8e;hpb=788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7;p=mmh diff --git a/uip/folder.c b/uip/folder.c index f83bedc..f3b4ba4 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);