diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-16 15:09:17 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-16 15:09:17 -0500 |
commit | ee76698dd0bbac8817fa4980fe5f7296e7286067 (patch) | |
tree | faed224491924d6cc0433a213bbb931801f3ded2 /.config/mutt | |
parent | 9710351be5ee483d1326aa3570e4afe782e48570 (diff) | |
download | dotfiles-ee76698dd0bbac8817fa4980fe5f7296e7286067.tar.xz dotfiles-ee76698dd0bbac8817fa4980fe5f7296e7286067.zip |
fixed mutt not sending smtp, added node packages to dotfiles
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/muttrc | 8 |
1 files changed, 4 insertions, 4 deletions
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 <atc@53hor.net>" +set from="Adam Carpenter <atc@53hor.net>" # # 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 |