X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dbdbd49d59ae5c14e66b1c148a63b8abc9d076ab..2b7a0f47ea3ecea7b50c3052e854eae0d306da80:/uip/viamail.c diff --git a/uip/viamail.c b/uip/viamail.c index 7d9214e6..6001183b 100644 --- a/uip/viamail.c +++ b/uip/viamail.c @@ -5,15 +5,21 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "sbr/context_find.h" +#include "sbr/ambigsw.h" +#include "sbr/print_version.h" +#include "sbr/print_help.h" +#include "sbr/arglist.h" +#include "sbr/error.h" #include -#include -#include -#include -#include -#include +#include "h/md5.h" +#include "h/mts.h" +#include "h/tws.h" +#include "h/mime.h" +#include "h/mhparse.h" #include "h/done.h" -#include +#include "h/utils.h" #include "sbr/m_mktemp.h" #include "sbr/base64.h" @@ -41,7 +47,7 @@ DEFINE_SWITCH_ARRAY(VIAMAIL, switches); extern int debugsw; extern int splitsw; -extern int verbsw; +extern bool verbsw; /* * static prototypes @@ -117,10 +123,10 @@ main (int argc, char **argv) continue; case VERBSW: - verbsw = 1; + verbsw = true; continue; case NVERBSW: - verbsw = 0; + verbsw = false; continue; case DEBUGSW: