From 9aa2b46502673125013fc62fd125ff039f213c11 Mon Sep 17 00:00:00 2001 From: pdmef Date: Wed, 6 Apr 2005 16:06:04 +0000 Subject: [PATCH] Rocco Rutte: - fix typo (oops!) - turn mutt_perror into macro reporting occurance of error git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@253 e385b8ad-14ed-0310-8656-cc95a2468c6d --- mx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mx.c b/mx.c index 91cf98c..4f0c75b 100644 --- a/mx.c +++ b/mx.c @@ -525,8 +525,10 @@ CONTEXT *mx_open_mailbox (const char *path, int flags, CONTEXT * pctx) ctx->magic = mx_get_magic (path); +#ifdef USE_COMPRESSED if (ctx->magic == M_COMPRESSED) mutt_open_read_compressed (ctx); +#endif if (ctx->magic == 0) mutt_error (_("%s is not a mailbox."), path); -- 2.20.1