#------------------------------------------------------------------------------- # Multiple accounts #------------------------------------------------------------------------------- set my_ac_personal=personal set my_ac_work=work set my_ac_university=university folder-hook '$my_ac_personal' 'source ~/.mutt/$my_ac_personal' folder-hook '$my_ac_work' 'source ~/.mutt/$my_ac_work' folder-hook '$my_ac_university' 'source ~/.mutt/$my_ac_university' # Switch to default account on startup #source ~/.mutt/$my_ac_personal #source ~/.mutt/$my_ac_work source ~/.mutt/$my_ac_university macro index 'source ~/.mutt/$my_ac_personal!' macro index 'source ~/.mutt/$my_ac_work!' macro index 'source ~/.mutt/$my_ac_university!' #------------------------------------------------------------------------------- # Receiving options #------------------------------------------------------------------------------- # Store message headers locally to speed things up. set header_cache = ~/.mutt/hcache # Allow mutt to open new imap connection automatically. unset imap_passive # Keep imap connection alive by polling intermittently (time in seconds). set imap_keepalive = 300 # How often to check for new mail (time in seconds). set mail_check = 120 # Manual fetch bind index "^" imap-fetch-mail # Beep on new incoming mails set beep_new = "yes" #------------------------------------------------------------------------------- # Sending options #------------------------------------------------------------------------------- set mbox_type=Maildir set edit_headers=yes #set record=~/sent #set folder=~/mail #set mbox=+mbox #set postponed=+drafts