#include <sys/types.h>
#include "h/mh.h"
+#include "sbr/m_getfld.h"
+#include "sbr/getarguments.h"
+#include "sbr/concat.h"
+#include "sbr/smatch.h"
+#include "sbr/r1bindex.h"
#include "sbr/trimcpy.h"
#include "sbr/vfgets.h"
#include "sbr/getcpy.h"
#include "sbr/print_version.h"
#include "sbr/print_help.h"
#include "sbr/error.h"
-#include "h/crawl_folders.h"
+#include "sbr/crawl_folders.h"
#include "h/done.h"
#include "h/utils.h"
#include "sbr/lock_file.h"
seqfile = concat(m_maildir(folder), "/", mh_seq, NULL);
if (seqfile == NULL)
- return NULL;
+ return NULL;
if ((fp = lkfopendata (seqfile, "r", & failed_to_lock)) == NULL) {
if (failed_to_lock)