dotfiles/mutt/.muttrc

48 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-04-07 03:51:01 +02:00
set my_name = "Tobias Manske"
source ~/.config/.mutt.mailboxes
set folder=imaps://imap.mailbox.org:993/
set spoolfile=+INBOX
2018-08-01 21:35:05 +02:00
mailboxes =INBOX =INBOX/KIT =INBOX/Github =INBOX/Coreboot =Spam =Sent
2018-04-07 03:51:01 +02:00
set header_cache = ~/.cache/mutt
unset imap_passive
set imap_keepalive = 300
set mail_check = 20
2018-04-08 13:21:36 +02:00
set editor = vim
2018-04-07 03:51:01 +02:00
set record = +Sent
# Keybindings
bind pager j next-line
bind pager k previous-line
bind attach,index,pager \CD next-page
bind attach,index,pager \CU previous-page
bind pager g top
bind pager G bottom
bind attach,index g first-entry
bind attach,index G last-entry
# GPG
source ~/.dotfiles/mutt/gpg.rc
# HTML
set implicit_autoview
# rest is handled in .mailcap
# Sidebar
set sidebar_visible = yes
bind index u sidebar-prev
bind index i sidebar-next
bind index o sidebar-open
# Colors
color index yellow default '.*'
color index_author red default '.*'
color index_number blue default
2018-04-07 04:50:37 +02:00
# color index_subject cyan default '.s'
2018-04-07 03:51:01 +02:00
color index_size green default
color normal default default
color body brightred default [\-\.+_a-zA-Z0-9]+
color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+