#include <stdio.h>
#include <string.h>
-#include <h/mh.h>
+#include "h/mh.h"
+#include "sbr/error.h"
#include "h/done.h"
-#include <h/utils.h>
-#include <h/oauth.h>
+#include "h/utils.h"
+#include "h/oauth.h"
#include "sbr/lock_file.h"
#define MHLOGIN_SWITCHES \
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;