X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d51964a51fdc08d92dab9825a8357c9adba34aa7..fdc0a57327bb5887b08e5b2206fac5de2f821681:/uip/folder.c diff --git a/uip/folder.c b/uip/folder.c index f1af6f25..ef28a9b4 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -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;