X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=e05347c1bb143268177a5146b558047a51fed1e5;hp=62b5a13526e53da8917a5abdcca3b29fbc334998;hb=30a2346a5f3928412e47b0b7f80e987a0c20fddd;hpb=6982f7852f78aa1584b0f3b19fa7b79cfeaaf70a diff --git a/init.h b/init.h index 62b5a13..e05347c 100644 --- a/init.h +++ b/init.h @@ -974,6 +974,18 @@ struct option_t MuttVars[] = { ** only subscribed folders or all folders. This can be toggled in the ** IMAP browser with the \fItoggle-subscribed\fP function. */ + { "imap_mail_check", DT_NUM, R_NONE, UL &ImapBuffyTimeout, 5 }, + /* + ** .pp + ** This variable configures how often (in seconds) mutt-ng should look for + ** new mail in IMAP folders. This is split from the ``$mail_check'' variable + ** to generate less traffic and get more accurate information for local folders. + ** + ** .pp + ** To not brake current setups, this defaults to the value of ``$mail_check''. + ** Depending on your connection and speed of your IMAP server, you may want to + ** increase it. + */ { "imap_pass", DT_STR, R_NONE, UL &ImapPass, UL 0 }, /* ** .pp