-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttrc
43 lines (39 loc) · 1.2 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
# A basic .muttrc for use with Gmail
# Change the following six lines to match your Gmail account details
set imap_user = "[email protected]"
set imap_pass = "password"
set ssl_starttls=yes
set ssl_force_tls = yes
set smtp_url = "smtp://[email protected]@secure.emailsrvr.com:465/"
set smtp_pass = "password"
set from = "[email protected]"
set realname = "ET"
# Change the following line to a different editor you prefer.
set editor = "nano"
# Basic config, you can leave this as is
set folder = "imaps://secure.emailsrvr.com:993"
set spoolfile = "+INBOX"
set imap_check_subscribed
set hostname = secure.emailsrvr.com
set mail_check = 120
set timeout = 300
set imap_keepalive = 300
#set postponed = "+[GMail]/Drafts"
#set record = "+Sent"
set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set certificate_file=~/.mutt/certificates
set move = no
set include
set sort = 'threads'
set sort_aux = 'reverse-last-date-received'
set auto_tag = yes
ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc
alternative_order text/plain text/html *
auto_view text/html
bind editor <Tab> complete-query
bind editor ^T complete
bind editor <space> noop