X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a8d183948d18b1fba94a305072bfd3c15f93da03..d205d39a:/uip/mhshow.c?ds=inline diff --git a/uip/mhshow.c b/uip/mhshow.c index a294c90e..07590911 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -11,11 +11,15 @@ #include #include #include +#include #include #include #include #include +#include "../sbr/m_maildir.h" +#include "../sbr/m_popen.h" #include "mhfree.h" +#include "mhshowsbr.h" #define MHSHOW_SWITCHES \ X("check", 0, CHECKSW) \ @@ -62,15 +66,6 @@ DEFINE_SWITCH_ARRAY(MHSHOW, switches); #undef X -/* mhshowsbr.c */ -extern char *progsw; -extern int nomore; /* flags for moreproc/header display */ -extern char *formsw; -extern char *folder; -extern char *headerform; -extern char *markerform; -extern int headersw; - /* mhmisc.c */ extern int npart; extern int ntype;