I read gmail via IMAP with the mutt MUA. If I leave mutt open and idle for several minutes, then the program becomes unresponsive to keyboard input, requiring me to kill the process. I am not certain whether the issue is IMAP timeout or something else. I have changed pertinent IMAP settings to values that should preclude IMAP timeout. Relevant settings from my .muttrc configuration file:
unset imap_passive
set imap_keepalive = 120
set timeout = 30
set mail_check = 60
How can I troubleshoot the keyboard unresponsiveness especially with regard to determining whether it is attributable to loss of the IMAP connection. Thanks.