*/
#endif
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "sbr/getfolder.h"
+#include "sbr/ext_hook.h"
+#include "sbr/folder_read.h"
+#include "sbr/folder_realloc.h"
+#include "sbr/folder_free.h"
+#include "sbr/context_save.h"
+#include "sbr/context_replace.h"
+#include "sbr/context_find.h"
+#include "sbr/ambigsw.h"
+#include "sbr/path.h"
+#include "sbr/print_version.h"
+#include "sbr/print_help.h"
+#include "sbr/error.h"
+#include "h/utils.h"
#include <fcntl.h>
-#include <h/dropsbr.h>
-#include <h/popsbr.h>
-#include <h/fmt_scan.h>
-#include <h/scansbr.h>
-#include <h/signals.h>
-#include <h/tws.h>
-#include <h/mts.h>
+#include "h/dropsbr.h"
+#include "h/popsbr.h"
+#include "h/fmt_scan.h"
+#include "h/scansbr.h"
+#include "h/signals.h"
+#include "h/tws.h"
+#include "h/mts.h"
#include "h/done.h"
#include "sbr/lock_file.h"
#include "sbr/m_maildir.h"
time_t mtime;
} *Maildir = NULL;
static int num_maildir_entries = 0;
-static int snoop = 0;
+static bool snoop;
typedef struct {
FILE *mailout;
continue;
case SNOOPSW:
- snoop++;
+ snoop = true;
continue;
case SASLSW: