X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..e605596f06f250775f89ddfe3f7f2c8fcfda1c4e:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index a467a528..0f9a51ee 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -227,8 +227,7 @@ do_cache: if (*cp == '+' || *cp == '@') { if (folder) adios (NULL, "only one folder at a time!"); - else - folder = pluspath (cp); + folder = pluspath (cp); } else app_msgarg(&msgs, cp); }