dotfiles/mutt/muttrc

63 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-06-19 00:49:00 -04:00
# Compose things
2018-07-02 00:00:33 -04:00
set realname = "Paul Walko"
set sendmail = "/usr/bin/msmtp"
set sendmail_wait = 0
set editor = "vim"
2017-06-19 00:49:00 -04:00
# General things
2018-07-02 00:00:33 -04:00
set folder = ~/.mail
set mailcap_path = ~/.mutt/mailcap
set tmpdir = /tmp
set wait_key = no
set mbox_type = Maildir
set timeout = 3
set mail_check = 0
2017-06-19 00:49:00 -04:00
unset move
set delete
unset confirmappend
set quit
2018-07-02 00:00:33 -04:00
source ~/.mutt/colors
set crypt_use_gpgme = yes
2017-06-19 00:49:00 -04:00
# Sidebar thigns
2018-07-02 00:00:33 -04:00
set sidebar_visible = yes
set sidebar_width = 14
bind index <down> sidebar-next
bind index <up> sidebar-prev
bind index <right> sidebar-open
2017-06-19 00:49:00 -04:00
# Indexing
2018-07-02 00:00:33 -04:00
bind index g noop
bind index gg first-entry
bind index G last-entry
bind index R group-reply
bind index <tab> sync-mailbox
2017-06-19 00:49:00 -04:00
# Pager bindings
2018-07-02 00:00:33 -04:00
bind pager g noop
bind pager gg top
bind pager G bottom
bind pager R group-reply
bind attach <return> view-mailcap
2017-06-19 00:49:00 -04:00
# Macros
2018-07-02 00:00:33 -04:00
macro pager \Cu "|urlview<enter>" "call urlview to open links"
2017-06-19 00:49:00 -04:00
# Account Settings
2018-07-02 00:00:33 -04:00
set spoolfile = "+vtluug/INBOX"
2017-06-19 00:49:00 -04:00
2017-12-05 19:55:57 -05:00
mailboxes +vtluug/INBOX \
+vt/INBOX \
2018-07-02 00:00:33 -04:00
+walko/INBOX \
+vt/A_vtluug \
+vt/B_ocvt \
+walko/0_updates \
+walko/1_social \
# +vt/N_misc.cisco \
folder-hook vt/* source ~/.mutt/accounts/vt
folder-hook walko/* source ~/.mutt/accounts/walko
#folder-hook gmail/* source ~/.mutt/accounts/gmail
2017-12-05 19:55:57 -05:00
folder-hook vtluug/* source ~/.mutt/accounts/vtluug