forked from drduh/config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc
34 lines (34 loc) · 1.03 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
# https://github.com/drduh/config/blob/master/muttrc
# https://linux.die.net/man/5/muttrc
set hostname = "github.duh.to"
set realname = "github@duh.to"
set from = "<github@duh.to>"
set imap_user = "github@duh.to"
set imap_pass = 'xxx'
set smtp_pass = 'xxx'
set folder = "imaps://imap.gmail.com:993/"
set smtp_url = "smtp://github@duh.to@smtp.gmail.com:587/"
set trash = "imaps://imap.gmail.com/[Gmail]/Trash"
set edit_headers = yes
set editor = "vim"
set hidden_host
set include = yes
set mail_check = 120
set postponed = "+[Gmail]/Drafts"
set record = "+[Gmail]/Sent Mail"
set sort = reverse-threads
set sort_aux = last-date-received
set sort_browser = reverse-date
set spoolfile = "+INBOX"
set ssl_force_tls = yes
set ssl_starttls = yes
set timeout = 60
set user_agent = no
set certificate_file = ~/.mutt/certificates
set header_cache = ~/.mutt/cache/headers
set message_cachedir = ~/.mutt/cache/messages
alternative_order text/enriched text/plain text/html
hdr_order Date From To Cc
my_hdr User-Agent:
push <show-version>
#source ~/.mutt/solarized.muttrc