-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot.muttrc.gmail
46 lines (36 loc) · 1.07 KB
/
dot.muttrc.gmail
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
set imap_user = "@gmail.com"
#set imap_pass=$my_pw
#set smtp_pass=$my_pw
set imap_pass=
#set smtp_url = "smtp://@smtp.gmail.com:587/"
set from = "@gmail.com"
set realname = ""
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed="+[Gmail]/Drafts"
set imap_keepalive = 240
set header_cache = yes
set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set certificate_file=~/.mutt/certificates
set move = no
set sort = 'threads'
set sort_aux = 'last-date-received'
set imap_check_subscribed
ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc
set editor=vim
#urlview
macro index cb |urlview 'call urlview to extract URLs out of a message'
macro pager cb |urlview 'call urlview to extract URLs out of a message'
# 采用msmtp发送邮件
set sendmail="/usr/local/bin/msmtp"
source ~/.mutt/mutt_colors
set arrow_cursor
set signature="/usr/local/bin//fortune -s|"
#
#goobook for contacts in gmail
set query_command="goobook query '%s'"
bind editor <Tab> complete-query