From db8afa0be6105a416258be2c5333d5175323349f Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Tue, 13 Dec 2005 21:25:10 +0000 Subject: [PATCH] Fix recently-broken buffy notification for IMAP. --- buffy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buffy.c b/buffy.c index f3c2f5d5..0404b3db 100644 --- a/buffy.c +++ b/buffy.c @@ -307,6 +307,9 @@ int mutt_buffy_check (int force) #endif tmp->new = 0; +#ifdef USE_IMAP + if (tmp->magic != M_IMAP) +#endif #ifdef USE_POP if (mx_is_pop (tmp->path)) tmp->magic = M_POP; -- 2.40.0