X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/de4636bb664106d9932ae7acb517e471b848f1f3..37c403585f3a2831347ab6785ab5cb86d5064433:/uip/folder.c diff --git a/uip/folder.c b/uip/folder.c index e4defc70..9fa29840 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -12,7 +12,6 @@ #include #include #include -#include #define FOLDER_SWITCHES \ X("all", 0, ALLSW) \ @@ -403,7 +402,7 @@ get_folder_info_body (char *fold, char *msg, boolean *crawl_children) /* * create message structure and get folder info */ - if (!(mp = folder_read (fold))) { + if (!(mp = folder_read (fold, 1))) { admonish (NULL, "unable to read folder %s", fold); return 0; }