X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a9bb157da7d3cee576e8944eaf8fab2bdbc4be8d..f2552a93d977406ed401dc206d7af889e5840f6e:/uip/mhshow.c?ds=inline 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); }