summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2005-12-12 17:24:11 +0000
committerBrendan Cully <brendan@kublai.com>2005-12-12 17:24:11 +0000
commit85b3d15b498769d3ead1b3a443f6a974865d3db8 (patch)
tree7d43e27d5323ca27f198260955ef28217432471e /init.h
parentecd4193880744a8a0229ac49c6b06170b1b1fe0f (diff)
. Add $imap_idle boolean to disable the IDLE extension (may be needed with some
servers like the particular version of dovecot I tried yesterday). . Don't attempt to poll mailboxes with connections that haven't yet authenticated. . Recognize NO responses again (silly typo, spotted by Charlie Allom)
Diffstat (limited to 'init.h')
-rw-r--r--init.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.h b/init.h
index 6a3facf4..e1d6d78f 100644
--- a/init.h
+++ b/init.h
@@ -848,6 +848,15 @@ 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 },
+ /*
+ ** .pp
+ ** When \fIset\fP, mutt will attempt to use the IMAP IDLE extension
+ ** to check for new mail in the current mailbox. Some servers
+ ** (dovecot was the inspiration for this option) react badly
+ ** to mutt's implementation. If your connection seems to freeze
+ ** up periodically, try unsetting this.
+ */
{ "imap_keepalive", DT_NUM, R_NONE, UL &ImapKeepalive, 900 },
/*
** .pp