dotfiles/.config/mutt/muttrc
Morgan McMillian 02a68f1b24 cleanup config
2021-05-05 21:29:32 -07:00

42 lines
1,001 B
Text

# activate TLS if available on the server
set ssl_starttls=yes
# always use SSL when connecting to a server
set ssl_force_tls=yes
unset imap_passive
set imap_check_subscribed
set mail_check=60
set timeout=10
set header_cache=~/.hcache
set net_inc=5
set record = "=Sent"
set postponed = "=Drafts"
set realname="Morgan McMillian"
set use_from=yes
set envelope_from=yes
set edit_headers=yes
auto_view text/html
alternative_order text/plain text/encriched text/html
unignore x-rss-url
color normal white default
color hdrdefault cyan default
color header yellow default "^subject:"
# disable command mode
bind generic,alias,attach,browser,editor,index,compose,pager,pgp,postpone ':' noop
bind pager j next-line
bind pager k previous-line
bind pager g top
bind pager G bottom
bind attach,index,pager \CD next-page
bind attach,index,pager \CU previous-page
bind attach,index g first-entry
bind attach,index G last-entry
macro index,pager A "<save-message>=Archive<enter>" "Archive message"