X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/00d760f7506c2d5c32ab5abf9f11b3066999f08a..9f1e781a5c2beb9df943c832300a3f5bee1e4ed3:/uip/mhlogin.c diff --git a/uip/mhlogin.c b/uip/mhlogin.c index 64885d12..84b6205c 100644 --- a/uip/mhlogin.c +++ b/uip/mhlogin.c @@ -9,10 +9,11 @@ #include #include -#include +#include "h/mh.h" +#include "sbr/error.h" #include "h/done.h" -#include -#include +#include "h/utils.h" +#include "h/oauth.h" #include "sbr/lock_file.h" #define MHLOGIN_SWITCHES \ @@ -143,7 +144,7 @@ main(int argc, char **argv) const char *user = NULL, *saslmech = NULL, *svc = NULL, *browser = NULL; int snoop = 0; - if (nmh_init(argv[0], 1)) { return 1; } + if (nmh_init(argv[0], true, true)) { return 1; } arguments = getarguments (invo_name, argc, argv, 1); argp = arguments;