27 lines
1014 B
Plaintext
27 lines
1014 B
Plaintext
set realname="Chuck Hawley"
|
|
set from="chuck@planethawleywood.com"
|
|
set use_from=yes
|
|
|
|
# IMAP config. Hints from: http://dev.mutt.org/trac/wiki/MuttGuide/UseIMAP
|
|
set spoolfile="imaps://chuck@planethawleywood.com@planethawleywood.com/INBOX"
|
|
# # Define the = shortcut, and the entry point for the folder browser (c?)
|
|
set folder="imaps://chuck@planethawleywood.com@planethawleywood.com/INBOX"
|
|
set record="=Sent"
|
|
set postponed="=Drafts"
|
|
# activate TLS if available on the server
|
|
set ssl_starttls=yes
|
|
# always use SSL when connecting to a server
|
|
set ssl_force_tls=yes
|
|
# Don't wait to enter mailbox manually
|
|
unset imap_passive
|
|
# Automatically poll subscribed mailboxes for new mail (new in 1.5.11)
|
|
set imap_check_subscribed
|
|
# Reduce polling frequency to a sane level
|
|
set mail_check=60
|
|
# And poll the current mailbox more often (not needed with IDLE in post 1.5.11)
|
|
set timeout=10
|
|
# keep a cache of headers for faster loading (1.5.9+?)
|
|
set header_cache=~/.hcache
|
|
# Display download progress every 5K
|
|
set net_inc=5
|