summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-01 09:45:12 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-01 09:45:12 +0000
commit32016c8f74f4914c71e2c006c82ab7a6c7ddebd6 (patch)
tree3bc556f813a6d8377bddefaf21c36621d56928a0 /buffy.c
parentedfda8e884b92c31e0fe1c9a27cc32077862059f (diff)
Various patches from last week, including:
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
Diffstat (limited to 'buffy.c')
-rw-r--r--buffy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/buffy.c b/buffy.c
index e28bd1f6..6fa30bf3 100644
--- a/buffy.c
+++ b/buffy.c
@@ -18,8 +18,9 @@
#include "mutt.h"
#include "buffy.h"
-#include "mx.h"
#include "mailbox.h"
+#include "mx.h"
+
#ifdef USE_IMAP
#include "imap.h"
#endif