-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuttrc
36 lines (29 loc) · 1.23 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
set editor="vim"
set my_name = "Tom Todd"
set imap_user="thomas.m.a.todd@gmail.com"
set imap_pass=""
set folder="imaps://imap.gmail.com/"
set spoolfile= +INBOX
set from="Tom Todd <thomas.m.a.todd@gmail.com>"
mailboxes = +INBOX
# Store message headers locally to speed things up.
# If hcache is a folder, Mutt will create sub cache folders for each account which may speeds things up even more.
set header_cache = ~/.cache/mutt
# Store messages locally to speed things up, like searching message bodies.
# Can be the same folder as header_cache.
# This will cost important disk usage according to your e-mail amount.
set message_cachedir = "~/.cache/mutt"
# Specify where to save and/or look for postponed messages.
set postponed = +[Gmail]/Drafts
# Allow Mutt to open a new IMAP connection automatically.
unset imap_passive
# Keep the IMAP connection alive by polling intermittently (time in seconds).
set imap_keepalive = 300
# How often to check for new mail (time in seconds).
set mail_check = 120
set smtp_url = "smtps://thomas.m.a.todd@gmail.com@smtp.gmail.com:465/"
set smtp_pass = "jlgoyrfsgppcsdny"
set ssl_force_tls = yes
macro index A \
"<tag-pattern>~N,O<enter><tag-prefix><clear-flag>N,O<untag-pattern>.<enter>" \
"mark all new as read"