X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a8d183948d18b1fba94a305072bfd3c15f93da03..e605596f06f250775f89ddfe3f7f2c8fcfda1c4e:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index 1d8020df..0f9a51ee 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -15,6 +15,7 @@ #include #include #include +#include "../sbr/m_maildir.h" #include "mhfree.h" #define MHLIST_SWITCHES \ @@ -226,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); }