-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuttrc
29 lines (21 loc) · 810 Bytes
/
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
set folder = "imaps://imap.gmail.com/"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set sort = threads
set header_cache = "~/.cache/mutt-headers"
set message_cachedir = "~/.cache/mutt"
source ~/.mutt/authinfo
set imap_user = "julian.squires@gmail.com"
set smtp_url = "smtps://julian.squires@smtp.gmail.com"
# If smtp_url isn't google, you should set record = "+[Gmail]/Sent Mail"
unset record
set from = "julian@cipht.net"
set use_from = yes
set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"
#macro index gi "<change-folder>=INBOX<enter>" "Go to inbox"
set query_command="goobook query %s"
macro index,pager a "<pipe-message>goobook add<return>" "add sender to google contacts"
bind editor <Tab> complete-query
set crypt_autosign = yes
set crypt_replyencrypt = yes
source ~/.mutt/gpg.rc