X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a8d183948d18b1fba94a305072bfd3c15f93da03..83e9f61111251e7841e2bb35a3591e123ca0a8bb:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index 816f8d9f..70da652b 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -11,11 +11,14 @@ #include #include #include +#include #include #include #include #include +#include "../sbr/m_maildir.h" #include "mhfree.h" +#include "mhshowsbr.h" #define MHN_SWITCHES \ X("auto", 0, AUTOSW) \ @@ -72,12 +75,6 @@ DEFINE_SWITCH_ARRAY(MHN, switches); #undef X -/* mhshowsbr.c */ -extern char *progsw; -extern int nolist; -extern int nomore; /* flags for moreproc/header display */ -extern char *formsw; - /* mhmisc.c */ extern int npart; extern int ntype; @@ -314,8 +311,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); }