X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..f2552a93d977406ed401dc206d7af889e5840f6e:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index cf3940b4..146b8bf2 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -17,6 +17,7 @@ #include #include #include "../sbr/m_maildir.h" +#include "../sbr/m_popen.h" #include "mhfree.h" #include "mhshowsbr.h" @@ -272,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); }