]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
picksbr.c: Specify parameters of nexus's n_action function pointer.
[nmh] / uip / mhshow.c
index cf3940b448cb5cfbb2773eccf6f66e5c38914dee..146b8bf298a4267c696a61e9e2a9aa06a0a6e8f5 100644 (file)
@@ -17,6 +17,7 @@
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
 #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);
     }