-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttrc
53 lines (45 loc) · 1.26 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
set realname = "Patrick Jury"
set from = "patrickjury@tkc.io"
set use_from = yes
set use_envelope_from = yes
set smtp_url = "smtps://patrickjury@tkc.io@smtp.gmail.com:465/"
set smtp_pass = "waotatmpdxvjitjd"
set imap_user = "patrickjury@tkc.io"
set imap_pass = "waotatmpdxvjitjd"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set ssl_force_tls = yes
# G to get mail
bind index G imap-fetch-mail
set editor = "vim"
set charset = "utf-8"
set record = ''
set signature = ~/.mutt/sig
set alias_file = ~/.mutt/alias
set header_cache = ~/.mutt/cache/headers
set message_cachedir = ~/.mutt/cache/bodies
set certificate_file = ~/.mutt/certificates
set mailcap_path = ~/.mutt/mailcap
set tmpdir = ~/.mutt/temp
set wait_key = no
set mbox_type = Maildir
set timeout = 3
set mail_check = 0
unset move
set delete
unset confirmappend
set quit
unset mark_old
set beep_new
set pipe_decode
set thorough_search
set sidebar_delim = ' |'
set sidebar_visible = yes
set sidebar_width = 24
color sidebar_new color221 color233
set status_chars = " *%A"
set status_format = "[ Folder: %f ][%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]%>%?p?( %p postponed )?"
ignore *
unignore from: to: cc: date: subject:
unhdr_order *
hdr_order from: to: cc: date: subject: