X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b335902294f1bb9b9fdab8c8917de07a1db3d4b1..e87f37c27828723317a71291e31b34f39ec09098:/uip/folder.c diff --git a/uip/folder.c b/uip/folder.c index f1af6f25..4f36ed0e 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -33,7 +33,7 @@ X("list", 0, LISTSW) \ X("nolist", 0, NLISTSW) \ X("print", 0, PRNTSW) \ - X("noprint", -4, NPRNTSW) \ + X("noprint", 0, NPRNTSW) \ X("push", 0, PUSHSW) \ X("pop", 0, POPSW) \ X("version", 0, VERSIONSW) \ @@ -406,7 +406,7 @@ get_folder_info_body (char *fold, char *msg, boolean *crawl_children) /* * create message structure and get folder info */ - if (!(mp = folder_read (fold, 1))) { + if (!(mp = folder_read (fold, fpack))) { admonish (NULL, "unable to read folder %s", fold); *crawl_children = FALSE; return 0;