From 42a4f6bf2d89d9c898c3fbdd849815b79130d631 Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 7 Apr 2005 20:55:50 +0000 Subject: [PATCH] Rocco Rutte: build fix when not building with IMAP support git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@256 e385b8ad-14ed-0310-8656-cc95a2468c6d --- postpone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postpone.c b/postpone.c index 23ae41c..264e9dc 100644 --- a/postpone.c +++ b/postpone.c @@ -18,8 +18,8 @@ #include "mime.h" #include "mapping.h" #include "sort.h" -#ifdef USE_IMAP #include "mx.h" +#ifdef USE_IMAP #include "imap.h" #endif #include "mutt_crypt.h" -- 2.20.1