-
Notifications
You must be signed in to change notification settings - Fork 0
/
.muttrc
executable file
·39 lines (25 loc) · 951 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
30
31
32
33
34
35
36
37
38
set from = "[email protected]"
set realname = "Ryan McConville"
set folder = "$HOME/Mail/bristol"
set spoolfile = '+INBOX'
set postponed ='+Drafts'
set record = "+SentM"
set trash = "+Deleted Items"
set ssl_use_sslv3=yes
set ssl_starttls=yes
set ssl_force_tls = yes
set header_cache = $HOME/.mutt/cache/headers
set message_cachedir =$HOME/.mutt/cache/bodies
set certificate_file = $HOME/.mutt/certificates
set smtp_url = "smtp://[email protected]@smtp.office365.com:587"
set smtp_pass = "PASSWORD"
set smtp_authenticators='login'
set move = no
#bind index G imap-fetch-mail
mailboxes + =INBOX \
=Drafts \
=Sent \
="Sent Items"\
=temporary/search \
source .muttrcshared
macro index S "<enter-command>unset wait_key<enter><shell-escape>mutt-notmuch-py /Users/rm17770/Mail/Bristol/temporary/search<enter><change-folder-readonly>+temporary/search<enter>" "search mail (using notmuch)"