From ee76698dd0bbac8817fa4980fe5f7296e7286067 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 16 Dec 2020 15:09:17 -0500 Subject: fixed mutt not sending smtp, added node packages to dotfiles --- .config/mutt/muttrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/mutt/muttrc') diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 9cddda3..eb18821 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -2,7 +2,7 @@ # System configuration file for Mutt # -source "cat mutt_smtp_pass |" +source "cat ~/.config/mutt/mutt_smtp_pass |" #mailboxes = +INBOX auto_view text/html @@ -1714,7 +1714,7 @@ set folder="~/.mail/gmail/Inbox" # $indent_string. # # -set from="Adam T. Carpenter " +set from="Adam Carpenter " # # Name: from # Type: e-mail address @@ -4165,7 +4165,7 @@ set message_cachedir=~/.cache/mutt # If set, all folders are opened in read-only mode. # # -set realname="Adam T. Carpenter" +set realname="Adam Carpenter" # # Name: realname # Type: string @@ -5447,7 +5447,7 @@ set realname="Adam T. Carpenter" # if you are the only one who can read the file. # # -set smtp_url="smtps://53hornet@smtp.gmail.com:465" +set smtp_url="smtps://53hornet@gmail.com@smtp.gmail.com:465/" # # Name: smtp_url # Type: string -- cgit v1.2.3