blob: 779c2302640aef739dc840aa021881be8b2642ee (
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
|
# defaults
source "~/.config/mutt/default.rc"
# color
source "~/.config/mutt/color.rc"
# gnupg
source "~/.config/mutt/gpg.rc"
# mailboxes (set by offlineimap)
source "~/.config/mutt/mailboxes.rc"
# sorting
source "~/.config/mutt/sorting.rc"
# attachments
source "~/.config/mutt/attachments.rc"
# khard (contacts)
source "~/.config/mutt/khard.rc"
# accounts
source "~/.config/mutt/accounts.rc"
# macros
source "~/.config/mutt/macros.rc"
# security
source "~/.config/mutt/security.rc"
# sidebar
source "~/.config/mutt/sidebar.rc"
# mailcap
set mailcap_path = ~/.config/mutt/mailcap
# vi: ft=muttrc
|