install-symlinks.sh: chmod 600 everything in the .ssh dir
[cmccabe-etc] / .muttrc
diff --git a/.muttrc b/.muttrc
index 6d32b09..152133e 100644 (file)
--- 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