move history in lib-ui
[apps/madmutt.git] / mutt.h
diff --git a/mutt.h b/mutt.h
index d418c38..b1270ea 100644 (file)
--- a/mutt.h
+++ b/mutt.h
 #include <lib-lib/buffer.h>
 #include <lib-lib/hash.h>
 #include <lib-lib/list.h>
+#include <lib-lib/rx.h>
 
 #include <lib-mime/mime.h>
 
 #include "charset.h"
-#include "lib/rx.h"
 
 #ifndef HAVE_WC_FUNCS
 # ifdef MB_LEN_MAX
@@ -73,9 +73,6 @@ typedef struct {
   int op;                       /* function op */
 } event_t;
 
-/* flags for _mutt_system() */
-#define M_DETACH_PROCESS       1       /* detach subprocess from group */
-
 /* flags for mutt_FormatString() */
 typedef enum {
   M_FORMAT_FORCESUBJ = (1 << 0),        /* print the subject even if unchanged */