summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-16 15:09:17 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-16 15:09:17 -0500
commitee76698dd0bbac8817fa4980fe5f7296e7286067 (patch)
treefaed224491924d6cc0433a213bbb931801f3ded2
parent9710351be5ee483d1326aa3570e4afe782e48570 (diff)
downloaddotfiles-ee76698dd0bbac8817fa4980fe5f7296e7286067.tar.xz
dotfiles-ee76698dd0bbac8817fa4980fe5f7296e7286067.zip
fixed mutt not sending smtp, added node packages to dotfiles
-rw-r--r--.config/mutt/muttrc8
-rw-r--r--package.json8
2 files changed, 12 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
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e57ec2b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,8 @@
+{
+ "dependencies": {
+ "@vue/cli": "^4.4.4",
+ "htmlhint": "^0.14.0",
+ "prettier": "^2.0.5",
+ "vls": "^0.5.6"
+ }
+}