aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 01f9c552..3184ca8b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -27,6 +27,7 @@
typedef struct _MainWindow MainWindow;
+#include "enums.h"
#include "folderview.h"
#include "summaryview.h"
#include "headerview.h"
@@ -42,14 +43,6 @@ typedef enum
SEPARATE_BOTH = (SEPARATE_FOLDER | SEPARATE_MESSAGE)
} SeparateType;
-typedef enum
-{
- TOOLBAR_NONE = 0,
- TOOLBAR_ICON = 1,
- TOOLBAR_TEXT = 2,
- TOOLBAR_BOTH = 3
-} ToolbarStyle;
-
struct _MainWindow
{
SeparateType type;