-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.muttrc
More file actions
35 lines (30 loc) · 883 Bytes
/
.muttrc
File metadata and controls
35 lines (30 loc) · 883 Bytes
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
set editor=vim
set imap_user=mdejonge1990@gmail.com
set folder=imaps://imap.gmail.com/
set spoolfile=+INBOX
set imap_check_subscribed
set header_cache=~/.mutt_cache
unset record
set realname = 'Maarten de Jonge'
set from = $imap_user
set use_from = yes
set smtp_url=smtps://$imap_user@smtp.gmail.com
set ssl_force_tls = yes
# Palette for use with the Linux console. Black background.
color hdrdefault blue black
color quoted blue black
color signature blue black
color attachment red black
color message brightred black
color error brightred black
color indicator black red
color status brightgreen blue
color tree white black
color normal white black
color markers red black
color search white black
color tilde brightmagenta black
color index blue black ~F
color index red black "~N|~O"
# color body brightwhite black '\*+[^*]+\*+'
# color body brightwhite black '_+[^_]+_+'