summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc11
1 files changed, 9 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index 8bfebb6..f6ddfdb 100644
--- a/muttrc
+++ b/muttrc
@@ -57,16 +57,23 @@ set fast_reply=yes
set forward_decode # decode when forwarding
set reply_to # reply to Reply to: field
set use_envelope_from = yes
+set envelope_from = yes
set text_flowed = yes
+## Accounts
+
set my_pw = "`pass bnet/helium/mail/ben`"
set imap_user = "ben@bsima.me"
set imap_pass = $my_pw
+set sendmail = msmtpq
+
set from = "ben@bsima.me"
-set smtp_url = "smtp://ben@bsima.me@mail.bsima.me:587"
-set smtp_pass = $my_pw
+set use_from = yes
+
+#set smtp_url = "smtp://ben@bsima.me@mail.bsima.me:587"
+#set smtp_pass = $my_pw
set ssl_starttls = "yes"