From: Brendan Cully Date: Mon, 13 Mar 2006 20:12:27 +0000 (+0000) Subject: Make imap_idle default to false for 1.5.12. X-Git-Tag: mutt-1-5-12-rel~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=376cac849384988af2430551a23805f2001ac7fb;p=mutt Make imap_idle default to false for 1.5.12. --- diff --git a/init.h b/init.h index 0d2371a1..4eb848ea 100644 --- a/init.h +++ b/init.h @@ -855,7 +855,7 @@ struct option_t MuttVars[] = { ** your INBOX in the IMAP browser. If you see something else, you may set ** this variable to the IMAP path to your folders. */ - { "imap_idle", DT_BOOL, R_NONE, OPTIMAPIDLE, 1 }, + { "imap_idle", DT_BOOL, R_NONE, OPTIMAPIDLE, 0 }, /* ** .pp ** When \fIset\fP, mutt will attempt to use the IMAP IDLE extension