diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-07 15:58:16 +0300 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-07 15:58:16 +0300 |
commit | d021a581919d142a873ecc77ce03b11fbc38e548 (patch) | |
tree | 98906c9c954390f645155b748e18231ba9346d67 /muttrc | |
parent | a275ae5653018aa7fb1a34bed421a02efff42310 (diff) | |
download | dotfiles-d021a581919d142a873ecc77ce03b11fbc38e548.tar.gz dotfiles-d021a581919d142a873ecc77ce03b11fbc38e548.tar.bz2 dotfiles-d021a581919d142a873ecc77ce03b11fbc38e548.zip |
add mutt idle for instant email
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,3 @@ -# Load passwords -#source "gpg2 -dq $HOME/.mutt/pass.gpg |" - # Source source ~/.mutt/sol.muttrc source ~/.mutt/crypto.rc @@ -39,8 +36,12 @@ set realname = "Vasil Zlatanov" set editor = "vim" # Basic config, you can leave this as is -set mail_check = 3 -set timeout = 15 +set imap_idle +set imap_check_subscribed +unset imap_passive +unset imap_peek +set mail_check = 600 +set timeout = 300 unset imap_passive set header_cache=~/.muttlocal/cache/headers set message_cachedir=~/.muttlocal/cache/bodies |