X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a9bb157da7d3cee576e8944eaf8fab2bdbc4be8d..f47607299747d62dddeee9518c01325b610c2383:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index 16079dcd..146b8bf2 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -16,6 +16,8 @@ #include #include #include +#include "../sbr/m_maildir.h" +#include "../sbr/m_popen.h" #include "mhfree.h" #include "mhshowsbr.h" @@ -271,8 +273,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); }