summaryrefslogtreecommitdiff
path: root/.muttrc
blob: 4f9bc8c2784500a73780b9d5830e443d44c82084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set my_name = "tom"
set imap_user = tom@tombarrett.xyz
set imap_pass = "`read password`"
set folder = imaps://blahblah
set spoolfile =+INBOX

set header_cache = ~/.cache/mutt
set message_cachedir = "~/.cache/mutt/"

set my_user = tom%40tombarrett.xyz
set record = +Sent
set from = tom@tombarrett.xyz
set smtp_pass = $imap_pass
set smtp_url = smtps://tom%40tombarrett.xyz@blahblah
set ssl_force_tls = yes

set editor = "nvim +':set textwidth=0'"