#include <h/mh.h>
#include <fcntl.h>
#include <h/dropsbr.h>
+#include "h/done.h"
#include <h/utils.h>
-#include "../sbr/m_maildir.h"
+#include "sbr/m_maildir.h"
#define PACKF_SWITCHES \
X("file name", 0, FILESW) \
if (nmh_init(argv[0], 1)) { return 1; }
- done=mbxclose_done;
+ set_done(mbxclose_done);
arguments = getarguments (invo_name, argc, argv, 1);
argp = arguments;