-
Notifications
You must be signed in to change notification settings - Fork 1
/
muttrc
56 lines (47 loc) · 1.51 KB
/
muttrc
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Mutt - muttrc
# Separate file for mailbox authentication
source ~/.mutt/account.muttrc
# Settings
set editor="vim"
set forward_format="FWD: %s"
set forward_quote=yes
set mbox_type=Maildir
set move=no
set sort=threads
set beep_new=yes
# Aliases
set alias_file=~/.mutt/aliases.muttrc
set sort_alias=alias
set reverse_alias=yes
source ~/.mutt/aliases.muttrc
# Pending and Archive
macro index,pager ,a "<tag-prefix><copy-message>=Archive<enter><enter><tag-prefix><delete-message>"
macro index,pager ,p "<tag-prefix><copy-message>=Pending<enter><enter><tag-prefix><delete-message>"
#source /usr/pkg/share/examples/mutt/gpg.rc
ignore *
unignore from date subject to cc
unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
unignore posted-to:
# Colors
color attachment brightmagenta default
color error brightwhite red
color hdrdefault brightblack default
color indicator brightyellow black
color markers brightcyan default
color message brightcyan default
color normal white default
color quoted brightblack default
color search brightgreen default
color signature green default
color status brightcyan black
color tilde blue default
color tree brightblue default
color signature green default
color underline yellow default
color header green default ^(From|Subject): # Important headers
color body brightblue default "(ftp|http)://[^ ]+"
color body brightblue default [-a-z_0-9.]+@[-a-z_0-9.]+
color index yellow default ~U
color index magenta default ~F
color index yellow default ~T
color index brightblack default ~D