Remove useless imap_cmd_running()
[apps/madmutt.git] / mh.h
diff --git a/mh.h b/mh.h
index 65f8247..4764f7a 100644 (file)
--- a/mh.h
+++ b/mh.h
 #ifndef _MH_H
 #define _MH_H
 
-#include <sys/stat.h>
-
 #include "mx.h"
 
 /* TODO all of these must disappear to achieve good information hiding */
 
 int mh_buffy (const char *);
 FILE *maildir_open_find_message (const char *, const char *);
+int mh_valid_message (const char *);
 
 /* these are the only publicly visible for usage */