X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.muttrc;h=b4270cfbd622e7ec5360972bc7830004f15a0b70;hb=d335275a83f95457d193c93a8976acd2e2e54920;hp=6d32b09a07d46307624c365828b2f0bedca49d27;hpb=f295a76655edb8b642a799ef96ee0c0db2ed5a7b;p=cmccabe-etc diff --git a/.muttrc b/.muttrc index 6d32b09..b4270cf 100644 --- a/.muttrc +++ b/.muttrc @@ -26,4 +26,14 @@ color tree magenta default color body brightmagenta default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ +# automatically poll subscirbed mailboxes for new mail +set imap_check_subscribed + +# Reduce polling frequency a bit +set mail_check=60 + +# Attempt to use the IMAP IDLE extension to check for new mail in the current +# mailbox +set imap_idle=yes + source ~/.muttrc-local