Home
last modified time | relevance | path

Searched refs:ImapKeepalive (Results 1 – 5 of 5) sorted by relevance

/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dkeymap.c428 if (ImapKeepalive) in km_dokey()
430 if (ImapKeepalive >= i) in km_dokey()
433 while (ImapKeepalive && ImapKeepalive < i) in km_dokey()
435 timeout (ImapKeepalive * 1000); in km_dokey()
441 i -= ImapKeepalive; in km_dokey()
H A Dglobals.h211 WHERE short ImapKeepalive; variable
H A Dinit.h1154 { "imap_keepalive", DT_NUM, R_NONE, UL &ImapKeepalive, 900 },
/dports/japanese/mutt-devel/mutt-1.5.21/imap/
H A Dutil.c757 && time(NULL) >= idata->lastread + ImapKeepalive) in imap_keepalive()
808 alarm (ImapKeepalive); in imap_wait_keepalive()
813 alarm (ImapKeepalive); in imap_wait_keepalive()
H A Dimap.c1397 && (idata->state != IMAP_IDLE || time(NULL) >= idata->lastread + ImapKeepalive)) in imap_check_mailbox()