]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
Use C99's variable-argument preprocessor macros for ALLOC_SIZE.
[nmh] / uip / mhshow.c
index 16079dcda4ebb591076b588919a001ede75d4481..146b8bf298a4267c696a61e9e2a9aa06a0a6e8f5 100644 (file)
@@ -16,6 +16,8 @@
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
+#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);
     }