summaryrefslogtreecommitdiff
path: root/.muttrc
blob: e32b1ff3d0ebd3765b47c2b91a73f31c1bd8b676 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
set my_name = "Daniel Holman"
set editor=`echo \$EDITOR`
set imap_user=dholman
set imap_pass=`pass gymli.org/mail/dholman`
set folder=imaps://mail.gymli.org
set spoolfile=+INBOX
set postponed=+Drafts
set trash=+Trash
set imap_check_subscribed

mailboxes +INBOX

set header_cache = "~/.cache/mutt"
set message_cachedir = "~/.cache/mutt"
unset imap_passive
set imap_keepalive = 300
set mail_check = 120

set record=+Sent
set smtp_url="smtp://$imap_user:$imap_pass@mail.gymli.org:587"
set realname=$my_name
set from=$imap_user@gymli.org
set ssl_force_tls = yes
set ssl_starttls

set pgp_replyencrypt
set pgp_replysign
set pgp_replysignencrypted
set pgp_show_unusable=no
set pgp_verify_sig=yes
set pgp_sign_as=90D8F8E2C830F6129B2FBB1133836B30AA014B82
source ~/.gpg.rc

set mailcap_path = ~/.mutt/mailcap
alternative_order text/enriched text/plain text/html text
auto_view text/html

bind index "^" imap-fetch-mail

# -*-muttrc-*-

# 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 prompt brightmagenta 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 '_+[^_]+_+'