X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.muttrc;h=152133e1564adaddd8e466574b1707d93d9d41a6;hb=7baae411b0b7e504f18e97a27768d0bf378d5027;hp=6d32b09a07d46307624c365828b2f0bedca49d27;hpb=d5d16e5518b1e738f0b80789fc080351eea42d9c;p=cmccabe-etc diff --git a/.muttrc b/.muttrc index 6d32b09..152133e 100644 --- a/.muttrc +++ b/.muttrc @@ -26,4 +26,16 @@ 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 + +set menu_scroll=yes + source ~/.muttrc-local