-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.muttrc
45 lines (32 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
39
40
41
42
43
44
45
set ssl_starttls=yes
set ssl_force_tls=yes
set imap_user=""
set imap_pass=""
set folder=imaps://imap.gmail.com
set imap_authenticators="login"
set imap_keepalive=60
set spoolfile = +INBOX
set record = "+[Gmail]/Sent Mail"
set postponed = "+[Gmail]/Drafts"
set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"
set smtp_url = "smtp://[email protected]:587/"
set smtp_pass = ""
#set smtp_authenticators="plain"
set smtp_authenticators="login"
set signature="/Users/bdha/.signature"
set mailcap_path="~/.mutt/mailcap"
auto_view text/html
alternative_order text/plain text/enriched text/html
source ~/.muttrc.global
set realname="Bryan Horstmann-Allen"
# Clear all existing headers
unmy_hdr From:
unmy_hdr Bcc:
unmy_hdr Reply-to:
# Write headers
my_hdr From: XXX <XXX@XXX>
my_hdr Reply-to: XXX
#fcc-hook ~A {localhost:1993}"Sent Items"
set edit_hdrs
set copy=yes
set fcc_attach # Include attachments in copies of sent messages?