home/.mailrc (view raw)
1set v15-compat
2set netrc-lookup
3set netrc-pipe='gpg2 -qd ~/.netrc.gpg'
4set sendcharsets=utf-8,iso-8859-1
5set reply-in-same-charset
6set fullnames
7set followup-to followup-to-honour=ask-yes
8
9set imap-cache=~/.cache/nail
10set imap-keepalive=240
11
12
13account "personal" {
14 localopts yes
15 set from="Anirudh Oppiliappan <x@icyphox.sh>"
16 set folder=imaps://m.icyphox.sh:993
17 set record=+Sent
18 set inbox=+INBOX
19 set mta=smtp://m.icyphox.sh:587 smtp-use-starttls
20 shortcut fwc "+Free Writers Club" \
21 sent +Sent \
22 inbox +INBOX \
23 drafts +Drafts \
24 trash +Trash \
25 archive +Archives
26}
27
28account personal
29set askattach
30set markanswered
31set reply-to-honour
32set editalong
33set history-gabby=all
34set history-file=~/.s-nailhist
35set autosort=thread
36retain date from to cc subject
37set mime-counter-evidence=0xE
38commandalias ls !ls -latro
39commandalias ps !ps axu