X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/06efa573c7894caa4e5aa1ac7c64bd10ea25928b..04ee0c3f6ad7e4177cc43a0c57f046013a4fbac9:/uip/repl.c?ds=inline diff --git a/uip/repl.c b/uip/repl.c index 6101641b..0bd33b83 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -5,11 +5,16 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "sbr/path.h" +#include "sbr/print_version.h" +#include "sbr/print_help.h" +#include "sbr/error.h" +#include "h/mime.h" #include "h/done.h" -#include +#include "h/utils.h" #include "sbr/m_maildir.h" +#include "replsbr.h" #define REPL_SWITCHES \ X("group", 0, GROUPSW) \ @@ -92,11 +97,6 @@ static struct swit aqrl[] = { { NULL, 0, 0 } }; -short ccto = -1; /* global for replsbr */ -short cccc = -1; -short ccme = -1; -short querysw = 0; - static short outputlinelen = OUTPUTLINELEN; static bool groupreply; /* Is this a group reply? */ @@ -476,7 +476,7 @@ try_it_again: return 1; } -void +static void docc (char *cp, int ccflag) { switch (smatch (cp, ccswitches)) { @@ -512,9 +512,10 @@ docc (char *cp, int ccflag) * The ARGS pseudoheader is optional, but we always add it when * -convertargs is used. */ -void +static void add_convert_header (const char *convert_type, char *convert_arg, - char *filename, char *drft) { + char *filename, char *drft) +{ char *field_name; field_name = concat (MHBUILD_FILE_PSEUDOHEADER, convert_type, NULL);