aboutsummaryrefslogtreecommitdiff
path: root/.mutt/muttrc
blob: 0c02e354a3165d6d423cd0658ba4061b8327f481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
set mbox_type=Maildir
set folder="~/.maildir"
set header_cache="~/.cache/mutt"
set mailcap_path="~/.mutt/mailcap"
set timeout=60

# index
set sort=threads
set sort_aux=last-date-received

# composition
set editor="vim"
set autoedit
set edit_headers=yes
set charset=UTF-8
set send_charset="utf-8"
unset use_domain
set reverse_name
set include=yes
set forward_quote=yes

set move=no # Don't move read mail to archive
set use_from=yes

auto_view text/html
alternative_order text/plain text/html

# key bindings
source ~/.mutt/keybindings

# accounts
folder-hook personal 'source ~/.mutt/accounts/personal'
folder-hook work 'source ~/.mutt/accounts/work'

source ~/.mutt/accounts/personal

source ~/.mutt/display